	/*  
		Theme Name: Volpe
		Theme URI: http://wordpress.org/
		Description: The Volpe theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
		Version: 0.1A
		Author: Casey Sullivan
		Author URI: http://caseysullivan.net/


		*/
	
	
	
		*{
			margin:0;
			padding:0;
			border:0;
		}
	
		ul{
			list-style: none;
		}
		
		body{
			width: 650px;
			margin: 0 auto;
			font-family: "lucida grande", verdana, sans ;
			background: #f9f7f5; 
		}
	
		#page{
			width: 650px;
			background: #f9f7f5 url(images/bg_body.gif) no-repeat; 
			padding: 42px 0px 0px 58px;
		}

		#contentwrap{
			margin-top: 36px;
		}

		#content{
			font-size: 11px;
			width: 401px;
			float: left;
			color: #533b17;
			padding-right: 48px;
			padding-bottom: 24px;
			border-right: 1px solid #e0d7c9;
		}
		
		#content p{
			line-height: 1.5em;
			padding-bottom: 18px;
		}
	
		#sidebar{
			width: 200px;
			float: right;
			padding: 0px 0;			
		}

		#sidebar ul li{
			text-transform: uppercase;
		}
		
		#sidebar ul li a{
			color: #b29c7b;
			text-decoration: none;
			font-size: 16px;
			font-weight: ;
			display: block;
			padding: 4px 0;
			padding-left: 36px;	
		}
		
		#sidebar ul li a:hover, #sidebar ul li.current_page_item a{
			background: url(images/triangle.gif) left no-repeat;
		}


#footer{
 font-size: 11px;
 color: #bfad91;
 display: block;
float: left;
clear: left;
}

	
	
		h1, h2, h2 a, h3, h4, h5, h6{
			color: #533b17;
		}
	
		h2, h3{
			padding-bottom: 12px;
		}
	        
h3{
 font-size: 110%;
 font-style: italic;
}



	
		.clearfix:after {
		    content: "."; 
		    display: block; 
		    height: 0; 
		    clear: both; 
		    visibility: hidden;
		}

		.clearfix {display: inline-table;}

		/* Hides from IE-mac \*/
		* html .clearfix {height: 1%;}
		.clearfix  {display: block;}
		/* End hide from IE-mac */