/*  Website by Oakland Design Studio  */

/* disable outline */
a, a:hover, a:active, a:focus {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}/* end outline */


/* global styles */
body {
	font-family: "Lucida Sans", "Lucida Grande", Lucida, sans-serif;
	font-size: 12px;	
	color: #666666;
}

li {/* this sets the global li spacing */
	margin: 0;
}

h1 {
	font-family: Baskerville, Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	font-size:30px;
	color: #A21418;
}

h2 {
	font-size: 40px;
    color:#000;
	margin: 0 10px 0 0;
	float: left;
	line-height: 1;
}

h3 {
	font-size: 14px;
	color: #666666;
	margin-top: -20px;
}

h4 {
	font-size:12px;
	color: #A21418;
	margin-bottom: 0px;
}/* end global styles */

/* top banner section with phone number, contact us and client login  */
#topBanner {
    height: 35px;
	background-color: #333333; /* fallback color */
    background-image: url(../assets/topBanner_gradnt.jpg); /* fallback image */
	background-repeat:repeat-x;
    background-image: -moz-linear-gradient(100% 100% 90deg, #333333, #666666);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333333), to(#666666));
}




.topBanner_inner {
	color:#ffffff;
	padding-top: 7px;
}

#topBanner a:link, #topBanner a:visited {
	color: #ffffff;
	text-decoration:none;
}

#topBanner a:hover, #topBanner a:active {
	color: #ffffff;
	text-decoration:underline;
}/* ends top banner section */

/* Logo Header Section with logo, menu and check availability link */
#logoHeader {
	/* height: 130px; */ 
 	background-color: #b3b3b3; 
}

.logoHeader_inner {
	background-image: url(../assets/logoHeader_bg_940.jpg);	
	/* background-repeat:no-repeat; */
	/* height: 140px;  */
}

.logoHeader_inner_logoHold {
	padding: 10px 0;
}

.logoHeader_topmenu {
	background-image:url(../assets/topmenu_bg.png);
	height: 45px;
	margin-top: 45px;
	font-size: 14px;
}

.logoHeader_topmenu ul {
	padding-top: 11px;
	padding-left: 30px;
}

.logoHeader_topmenu li {
	display:inline;
	color: #FFF;
	padding-left: 20px;
	padding-right: 20px;
}

.logoHeader_topmenu a:link, .logoHeader_topmenu a:visited {
	color: #ffffff;
	text-decoration:none;
}

.logoHeader_topmenu a:hover, .logoHeader_topmenu a:active  {
	color: #fdb812;
	text-decoration:none;
}

.logoHeader_avail {
	margin-top: -30px
} /* End logo header sections. */

/* main content areas of all pages */
#mainContent { 
	background-color:#ffffff;
	border-top: 3px #666666 solid;
	padding-top: 30px;
	padding-bottom: 30px;
}

.mainContent_homepage img{
	margin-bottom: 10px;
	border: #666666 1px solid;
}

.mainContent_meetthedjs img{
	float:right;
	padding: 10px 0 10px 10px; 
}

.meetdjs div {
	margin-bottom: 10px; 
	clear:both;
}

.djsucks li {
	padding-bottom: 10px;
}

.djsucks img {
	border: none;
	float: left;
	margin: 10px 20px 10px 0;
}

.mainContent_servicespage li{
	padding-bottom: 15px;
	list-style-type:none;
}

 .mainContent_vendors li, {
	 list-style-type: none;
 }
 
 .mainContent_mhumor li{
	 list-style-type:none;
	 padding-bottom: 5px;
 }
 
 .mainContent_vendors li{
	 list-style-type:none;
 }

/* Start Testimonials */
.mainContent_test {
	padding-top: 10px;
}

.mainContent_test p {
	margin-top: 30px;
}

.mainContent_testLeft {
	background-image:url(../assets/testleft.jpg);
	background-repeat:no-repeat;
	background-position: top left;	
}

.mainContent_testRight {
	background-image:url(../assets/testright.jpg);
	background-repeat:no-repeat;
	background-position: bottom right;
} /* Ends main content areas and testimonials */

/*Start logo affiliations area */
#logoAffiliate {
	background-color:#cccccc;
	height: 120px;
	padding-top: 35px;
}

#logoAffiliate li{
	list-style-type:none;
	display:inline;
	margin-left: 0px;
	margin-right: 50px;
} /* ends affiliations */

/* Starts Bottom Red menu and gallery */ 

#bottomMenu {
	background-color: #A21418;
	height: 230px;
	padding-top: 20px;
}

.bottomMenu_gallery {
	padding-top: 15px;
	padding-left: 20px;
}

#bottomMenu img {
	margin-left: 15px;
	margin-bottom: 15px;
	float:left;
}

.bottomMenu_menu ul {
	list-style-type:none;
	color: #ffffff;
}

.bottomMenu_menu li {
	margin-top: 15px;
}

.bottomMenu_menu a:link, .bottomMenu_menu a:visited {
	text-decoration: none;
	color: #ffffff;
}

.bottomMenu_menu a:hover, .bottomMenu_menu a:active {
	text-decoration: none;
	color: #fdb812;
} /* Ends Bottom Menu */

/* Start Footer area */
#footer {
	background-color: #666666;
	height: 90px;
	color: #ffffff;
}

.footer_inner{
	padding-top: 30px;
}

#footer a:link, #footer a:visited {
	color: #ffffff;
	text-decoration: none;	
}

#footer a:hover, #footer a:active {
	color: #ffffff;
	text-decoration: underline;
}

#footer img {
	padding: 2px;	
	margin-right: 10px;
	vertical-align: middle;
}

#footer .company {
	text-align: right;
	padding-top: 8px;
} /* Ends Footer area */

/* The End */