/*
Theme Name: Larry Lockerman
Theme URI: http://www.illuminea.com

*/

/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #600 url(img/bg.png) repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 83%; 
	text-align: center;
	margin: 0; 
	padding: 0;
	color: #555;
	}
img { border: 0; }
 
p { line-height: 1.4em; font-size: 1em; margin: 0 0 5px 0; padding: 0; }
h2 { margin: 10px 0;  line-height: 18px; font-weight: normal;   padding: 0; font-size: 18px; border-bottom: 1px solid #ccc; }

h1 {font-variant: small-caps;}
h3  { font-size: 14px; font-weight: bold; color: #000; margin: 10px 0 0 0; }
h4 { font-size: 1em; font-variant: small-caps; margin: 10px 0 0 0; padding: 0;} 
a { color: #5f6199; text-decoration: none; border-bottom: 1px solid #be8181; }		
a:hover { border-color: #660000; }
.l1 { border: none !important; margin: 0 !important; }

ul { 
	padding: 0;
	list-style-type: none;
	line-height: 1.8em;
	margin: 0;
	}
ul li { background: url(img/bullet.gif) no-repeat 0% 52%; padding: 0 0 0 25px; }
form#searchform  {
margin: 0;
padding: 0;
 
background: none;

}
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 5px 0 0;
}

.alignright {
   float: right;
   margin: 0 0 0 5px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/		
#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	}
* html #container { width: 740px; }	
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/			
#header { width: 780px; }
#header:after	{ 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	height: 0;
	}
#header h1 {  float: left; font-family: georgia; font-weight: bold; font-size: 16px;color: #fff; padding: 0; margin: 25px 0 0 0; }
#header h1 a {   text-decoration: none; border: none; color: #fff;  }
#header h1 a span { color: #f00; } 

/** Navigation **/
#header ul {
	margin: 20px 0px 10px 0; 
	padding: 0 0px;
	list-style-type: none;
	float: right;
 
	}
	
* html #header ul { padding: 0; }	
#header ul li { 
	float: left;
	text-align: center;
	margin: 0 4px;
	background: transparent;
	padding: 0;
	}	
#header ul li a { 
	display: block; 
	text-decoration: none; 
	color: #fff; 
	font-size: 14px;
	padding: 2px 5px; 
	border-bottom: 2px solid #3F0000; 
	font-variant: small-caps;
	font-weight: bold;
	}	
#header ul li a:hover { border-color: #be8181; }	
#header ul li.current_page_item a,
#header ul li.current_page_item a:hover { border-color: #fff; }		

/*------------------------------------------------------------*
**  Body
**------------------------------------------------------------*/
#body { background: #fff url(img/body_.png) repeat-x; }
#body div { background: transparent url(img/body_left.png) no-repeat; }
#body div div { background: transparent url(img/body_right.png) no-repeat 100% 0%; height: 1%; padding: 0 20px 30px; }
* html #body div div { width: 100%; }
#body div div:after	{ 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	height: 0;
	}	
#body div div div { background-image: none; padding: 0; }

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#body #content { 
	float: right; 
	height: auto !important;
	min-height: 300px; 
	height: 300px;
	width: 475px;
	background: #fff url(img/content_shadow.png) no-repeat;	
	padding: 0px 25px 0 38px;
	}
	
#content h1{
color: #7A0000;
margin:  10px 0 5px 0;
padding: 0;



}

#content h2 {margin: 10px 0 5px 0;    line-height: 18px; font-weight: normal;  padding: 0; font-size: 18px; border-bottom: 1px solid #ccc; }
#body #content ul.img { list-style-type: none; padding: 0; margin: 0; width: 100%; }	
#body #content ul.img:after	{ 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	height: 0;
	}	
#body #content ul.img li { float: left; margin-left: 10px; margin-bottom: 10px; padding: 0; background: transparent; }
#body #content ul.img li a { border: none; }
#body #content ul.img li img { border: 7px solid #900; padding: 1px; }	
#body #content ul.img li a:hover img { border-color: #000; }	

form { background-color: #f4f4f4; padding: 20px; margin-top: 20px;  }
form p { margin: 10px 0; }
form p label { width: 100px; display: block; float: left; }

form p input, 
form p textarea { border: 1px solid #999; padding: 4px; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 1.3em; width: 240px; }
textarea { height: 100px; } 
input.btn { width: auto; }
	
/*------------------------------------------------------------*
**  Breadcrumb
**------------------------------------------------------------*/
#body #content .breadcrumb {  
	background-color: #600; 
	background-repeat: repeat-y; 
	margin-bottom: 20px;
	}

/** specific pages **/
#body #content .home { background-image: url(img/sleeping.jpg); margin:  20px 0 0 0; }
#body #content .about { background-image: url(img/header_about.jpg); }
#body #content .services { background-image: url(img/header_services.jpg); }
#body #content .portfolio { background-image: url(img/header_portfolio.jpg); }
#body #content .contact { background-image: url(img/header_contact.jpg); }

#content .entry {
float: left;
width: 500px;
clear: both;
margin-top: 250px;

}

#content ul li{
background-image: none;
list-style: disc;
llst-style-position: inside;
padding: 0;
margin: 0 0 5px 0;
line-height: 18px;
}
#content ul {
list-style: disc;
llst-style-position: inside;
margin: 0 0 0 30px;
}

/*------------------------------------------------------------*
**  Submenu
**------------------------------------------------------------*/
#body #sub { 
	float: left; 
	margin: 33px 0 0 0;		
	background-color: #fff; 
	height: auto !important;
	min-height: 267px; 
	height: 267px;
	width: 172px;
	padding: 0px 10px 0 20px;
	}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer { 
	width: 780px;
	background: transparent url(img/footer_.gif) repeat-x;
	}
#footer a { border: none; color: #fff; text-decoration: underline; }	
#footer p { color: #fff; padding: 10px; margin: 0; }
#footer span { float: right; margin: 0 10px 0 0; }
img.avatar {float:left; padding-right:5px; }