@charset "utf-8";
/*   
Theme Name: J Lawson Modelmakers
Theme URI: http://www.jlawson.com
Description: Custom theme design for J Lawson Modelmakers
Author: Kyle Bennett Media
Author URI: http://www.kylebennettmedia.com
Version: 0.1a
.
Copyright J Lawson Modelmakers 2009
.
*/

/* HTML Tags */

body {
	background: url(images/bgtop.jpg) top repeat-x;
	color: #555555;
	font: 14px Georgia, "Times New Roman", Times, serif
}

a{
	color: #555555;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #cacaca 1px solid;
	font-size: 12px;
	padding: 5px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}


/* Header */

#header {
	background: url(images/bgheader.jpg) center top no-repeat;
	height: 291px;
	font-size: 12px;
}

.nav, .nav ul{
	padding: 0;
	float:left;
	list-style: none;
	margin-left: 5px;
}
.nav {
	padding: 0;
}
.nav li a {
	display: block;
	margin:0 1px 0 1px;
	padding:0 15px;
}
.nav li {
	float: left;
	line-height:32px;
	border-left: 1px solid #b7b7b7;
}
.nav li a:hover {
	background: #e9e9e9;
}



.nav li ul {
	position: absolute;
	width: 250px;
	left: -999em;
	padding-top:1px;
}
.nav li:hover ul, .nav li.sfhover ul {
	left: auto;
	z-index:1000;	
}
.nav li ul li {
    background: #eeeeee;
	border-bottom:1px solid #b7b7b7;	
	border-left:1px solid #b7b7b7;	
	border-right:1px solid #b7b7b7;			
	line-height:28px;	
	width:250px;
}
.nav li:hover, .nav li.hover {
    position: static;
}
.nav li ul ul {
	margin: -29px 0 0 15em;
}
.nav li:hover ul ul, .nav li.sfhover ul ul {
	left: -999em;
}
.nav li:hover ul, .nav li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul {
	left: auto;
}
.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li.sfhover ul ul, .nav li.sfhover ul ul ul {
	left: -999em;
}
.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul, .nav li li li.sfhover ul {
	left: auto;
} 

.nav li ul li a:hover {
	background: #e9e9e9;
	text-decoration: underline;
}










.restricted {
	background:url(images/bgrestricted.jpg) repeat-x;
	margin-right: 5px;
	margin-left: 0px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
}

.restricted a {
	text-align:center;
}

.restricted li a {
	margin: 0px;
	color: #CC0000;
}

.restricted li {
	width: 158px;
	border-right: 1px solid #b7b7b7;
}

#header h1 {
	text-indent:-9999px;
	float:left;
	margin-top: 50px;
}

#header h1 a {
	display: block;
	/* background:url(images/semi.png) repeat; */
	width: 276px;
	height: 168px;
	margin-left:20px;

}

/* Body */

.post {
	margin-bottom: 20px;
}

.singleh2 {
	margin-bottom: 10px;
}

h2 {
	color: #CC0000;
	margin-bottom: 10px;
	border-bottom: 1px solid #CC0000;
}

h2.title {
	border-bottom: 1px solid #CC0000;
}

p {
	margin: 12px 0px;
}

.catpost {
	min-height: 115px;
	border-bottom: 1px solid #CCC;
	margin: 20px 0px;
	padding: 5px;
}

.catpost h2 {
	border-bottom: 1px solid #CCC;
	}

/* Sidebar */

img {
	padding: 2px;
	border: 1px solid #CCC;
}

.flash {
	padding: 2px;
	border: 1px solid #CCC;
	width: 330px;
	height: 270px;
}

/* Footer */

#footer {
	background:url(images/bgfooter.jpg) top repeat-x #0a0a0a;
	min-height: 304px;
	color:#CCC;
	font-size: 14px;
	width: 100%;
	margin-top: 50px;
}

#footer h3 {
	border-bottom: #CCC 1px solid;
	padding: 5px 0px;
	margin-top: 15px;
	font-size: 16px;
}

.bottom {
	border-top: #CCC 1px solid;
	padding-top: 1px;
	margin-top: 30px;
	font-size: 12px;
}

#footer a{
	color: #CCC;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#footer ul li {
	margin: 8px 0px;
}

/* Other */

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

img.fl{
	margin: 0 12px 5px 0;
}

#myGallery
{
width: 574px !important;
height: 302px !important;
} 

#myGallery h2 {
	color: #ccc;
	border-bottom: 1px solid #ccc;
}

.toggler  { cursor:pointer; font-weight: normal; color:#cc0000; margin: 0; padding:5px; font-size:14px; background: #eee; border: 1px solid #ccc; margin-top: 10px;}  
.toggler:hover   { background:#ccc; color: #cc0000; }  
.cordy     { padding:0 5px; }  

.bikeside {
	background: url(images/bikeside.jpg) top center no-repeat;
	min-height: 600px;
}