@charset "UTF-8";
/* PioDesigns - CSS Document */


 body  {
	font: 1em  Arial, Helvetica, Verdana, sans-serif;
	background: #666666;
	margin: 0;
	padding-top: 20px;
	text-align: center; 
	color: #000000;
}

p {
    font: .8em/1.6em Arial, Helvetica, Verdana, sans-serif;
	color:#666666;	
}

p.email a {
	font:.8em;
	color:#FF7034;
	display:inline;
	text-decoration:none;
}

p.email a:hover {
	color: #FFF; 
}

#pageId {
	color:#FF7034;
	font-size:1.2em; 
	padding: 4px 10px 0 0px;
	float:right;
}
	 
#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #DEDEDE;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top:10x;
	border: 1px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */	
	} 

#header { 
	height: 165px;
	background:url(/images/banner.png);
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.spotlight {float:right;}


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 20px 50px 10px;
}
 #mainContent {
	margin: 45px 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 50px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

 #mainContent h1 {
	 color: #FFF;
}

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000; 
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
color:#FF7034;
text-decoration:underline; 
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/*TOP NAV*/

 #navcontainer1 {
	height: 30px;
	width: 780px;
	list-style-type: none;
	background: #FFF;
}

#navlist1 li {
	float: right;
	margin: 0px 8px 0px 8px;
	padding: 5px;
	width: auto;
	display: inline;
}

#navlist1 li a, #navlist1 li a:link {
	color: #555;
	text-decoration:none;
	padding: 5px 5px;
	display: inline;
}

#navlist1 li a:hover {
	color: #000;
	border-bottom: 4px solid #FF7034;
	cursor: pointer;
	background: #FFF;
}


/*SIDE NAV*/
 
ul#navlist {
	width: 160px;
	padding: 0px;
	border: 1px solid #808080;
	border-top: 0px;
	margin: 0px;
	font: .7em Arial, Helvetica, Verdana, sans-serif;
	background: #FFF;
}

ul#navlist li {
	list-style: none;
	margin: 0px;
	border: 0px;
	border-top: 1px solid #808080;
}

ul#navlist li a {
	display: block;
	width: 122px;
	padding: 4px 8px 8px 10px;
	border: 0px;
	border-left: 20px solid #666666;
	background: #FFF;
	text-decoration: none;
	text-align:left;
}

ul#navlist li a:link { color: #666666; }

div#navcontainer li a:visited { color: #666666; }

ul#navlist li a:hover {
	border-color:#FF7034;
	color: #FFF;
	background: #000000;
}

#mephoto {
	float:left;
	margin-top: 40px;
	border: 1px solid #808080;
}


#homephoto {
	float:left;
	margin-top: 40px;
	border: noone;
}
/*FORM*/
#form fieldset {
	width: 310px;
	height: 160px;
	font-size: .8em;
	color:#666666;
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #FFF;
}
 /* Portfolio THUMB icon*/
 
.thumbnail {
	padding:5px 5px 3px 7px;
	border: 1px solid #FFF;
	float: left;
	margin-right: 0px;
	margin-bottom: 20px;
}	
	
.thumbnail img {border:none;}

br.clear{
	clear:both;
	height: 25px;
	}
	
p.btt a {
	 text-align:left; 
	 font-size:.9em; 
	 display:block;
	 text-decoration:none;
	 color:#666}
	   
#link a { 
	  text-decoration:none;
	  color:#000;
	  font-weight:bold;
}

#link a:hover {
	  color:#FFF;
	
}
