/*   
Theme Name: DHStage2
Theme URI: http://www.dhstagelighting.com/
Description: D&H Stage Lighting Primary Theme
Author: Taylor Smith
Author URI: http://www.tsmithcreative.com
Version: 1.0
*/

HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, IMG {
	/* Basic Browser Reset */
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

BODY {
	background: url(gfx/contentbuzz.gif);
	width: 100%;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: smaller;
}

#Logohead {
	width: 100%;
	margin: 0;
	padding-top: 25px;
	height: 150px;
	text-align: center;
}

#Container {
	width: 870px;
	background: url("gfx/background.jpg");
	border: 1px solid black;
	padding: 0;
	margin: 0px auto 50px auto;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	/* behavior: url(/wp-content/themes/dhstage/js/border-radius.htc);  */
}

#photoshow {
	width: 640px;
	height: 360px;
	padding: 10px;
	background: url(gfx/photoshow-shadow.png) center center no-repeat;
}

#photodescription {
	position: relative;
	top: -50px;
	padding: 5px;
	margin: 5px 5px 5px auto;
	background: url(gfx/white-75a.png);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
/*	behavior: url(/wp-content/themes/dhstage/js/border-radius.htc); */
	font-size: smaller;
	text-align: center;
	color: #333333;
	width: 300px;
}
	
#primarynav {
	width: 195px;
	height: 360px;
	margin: 10px;
	margin-left: 0 !important;
	float: right;
}

#primarynav UL {
	list-style-type: none;
	margin: 35px 0 0 0;
	padding: 0;
	text-indent: 0;
}

#primarynav UL LI A {
	display: block;
	margin: 10px auto;
	width: 190px;
	height: 50px;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -5000px;
}

#primarynav UL LI A:hover, #primarynav UL LI.current_page_item A {
	background-position: top right;
}


	#primarynav UL .page-item-2 a { background-image: url(gfx/nav/aboutus.png); } /* About */
	#primarynav UL .page-item-3 a { background-image: url(gfx/nav/portfolio.png); } /* Portfolio */
	#primarynav UL .page-item-10 a { background-image: url(gfx/nav/services.png); } /* Services */
	#primarynav UL .page-item-5 a { background-image: url(gfx/nav/specials.png); } /* Specials */
	#primarynav UL .page-item-8 a {  background-image: url(gfx/nav/contactus.png); } /* Contact Us */

#Content {
	width: 620px;
	padding: 10px;
	float: left;
	
	padding: 10px;
	background-color: #CCCCCC;
	background: url(gfx/white-75a.png) top left repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
/*	behavior: url(/wp-content/themes/dhstage/js/border-radius.htc); */
	color: #333333;
	margin: 10px;

}

h2.postheadline {
	display: block;
	height: 35px;
	border-bottom: 1px solid #923c00;
}

#Footer {
	margin: 50px 0 0 0;
	padding-top: 10px;
	border-top: 1px solid #923c00;
	color: #923c00;
	font-size: x-small;
	font-style: italic; 
	text-align: right;
	clear: both;
}

#Content A, #Content A:visited {
	color: #0a5391;
	text-decoration: none;
}

#Content A:hover {
	text-decoration: underline;
}

#Content P STRONG {
	color: #000000;
}

#Content h3 {
	margin: 20px 0 0 0;
	clear: left;
}

#Content IMG.floatsingle {
	border: 1px solid #333333;
	margin: 0 10px 20px 0;
	float: left;
}

#sidebar {
	width: 175px;
	margin: 10px;
	margin-left: 0 !important;
	float: right;
	padding: 10px;
	background-color: #CCCCCC;
	background: url(gfx/black-50a.png) top left repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
/*	behavior: url(/wp-content/themes/dhstage/js/border-radius.htc); */
	clear: right;

}

#sidebar UL {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-indent: 0;
	font-size: smaller;
}

#sidebar UL LI .title {
	display: block;
	margin: 20px 0 5px 0;
	padding-bottom: 4px;
	border-bottom: 1px solid #000000;
	font-size: medium;
	font-weight: bold;
}

#sidebar A, #sidebar A:visited {
	color: #3CF;
	text-decoration: none;
}

#sidebar A:hover {
	text-decoration: underline;
}

TABLE#Contact {
	padding: 10px;
	background-color: #CCCCCC;
	background: url(gfx/white-75a.png) top left repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
/*	behavior: url(/wp-content/themes/dhstage/js/border-radius.htc); */
	color: #333333;
	margin: 5px auto;
}

TABLE#Contact TD.headline {
	font-size: smaller;
	font-weight: bold;
	text-align: right;
	padding: 5px 10px;
}

TABLE#Contact TD.fields {
	padding: 5px 20px 0 5px;
	width: 350px;
}

TABLE#Contact TD.fields INPUT, TABLE#Contact TD.fields SELECT, TABLE#Contact TD.fields TEXTAREA {
	width: 100%;
}

TABLE#Contact SPAN.note {
	font-size: smaller;
	font-weight: bold;
	font-style: italic;
}

DIV#servicesnav A {
	display: block;
	background: url(gfx/servicenavbg.png);
	margin: 4px;
	padding: 10px;
	float: left;
}

/* EASY SLIDER STUFF FOR FRONTSHOW */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:640px;
		height:360px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
