/*

Theme Name: Chris L.
Theme URI: http://wordpress.org/
Description: Custom made theme
Version: 1.0
Author: ChrisL
Author URI: http://binarybonsai.com/


*/


/* Begin Typography & Colors */

a:link, a:visited
	{ color:#36c;  text-decoration:none; }
a:hover,a:active
	{ color:#36c;  text-decoration:underline; }


body	{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #ccc;  color: #000;  margin: 0;
	}

table	{ border:0; }

td	{ padding:0;  vertical-align:top; }

#page	{
	background-color: white;
	border: 15px solid #f1efe3;
	text-align: left;
	margin: 0 auto;
	width: 997px;
	}

#header {

	background: transparent url('images/masthead_bg.jpg') no-repeat bottom center;
}

#headerimg {

	height: 170px;
	width: 997px;
}

#content {

	font-size: 1.7em;
	padding: 10px 20px 15px 20px;
}

#footer {
         
	font-size:12px;
         text-align: center;

}


/*- Nav -*/


#nav, #nav ul {
	padding:0;
	list-style: none;
	line-height: 1;
	z-index: 100;
	margin:0;

}

#nav	{ font-size:16px;  height:30px; }

#nav li {
	float: left;
         line-height: 30px;
	margin: 0 4px 0 0;

}


#nav li a {
	color: #6d6d6d;
	padding:0 6px;
	text-decoration: none

}



#nav li a:hover,  #nav li.active a,  #nav li.current_page_item a {

	color: #000;
	cursor: pointer;
	text-decoration: none;

}


#nav li.active a span,  #nav li.current_page_item a span,  #nav li a:hover span {
	color: #000;

}

.content-title {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
}



/*=== Misc. ===*/


.alignright {
	float: right;

}

.alignleft {
	float: left;

}


.underline {
	text-decoration: underline;

}


.clear {
	clear:both;

}


ul li {
	line-height: 200%;


}


/*=== Home Slideshow ===*/

ul.ppt	{ position:relative;
           left:-25px; }

.ppt li {
	list-style-type: none;  
	position: absolute;
}

.ppt img { 
	border: 0;
	background-color: #fff; 
}

div.slideshow { 
	margin: 0; 
	height: 362px;	
}



