/*
Theme Name: FJ Bruisers
Theme URI: http://fjbruisers.org/
Description: The FJ Bruisers offroad club theme, generated from but not at all based on the Default/Kubrick Wordpress theme
Version: 0.4
Author: Richard LaRusso
Author URI: http://theywillkill.us
Tags: FJBruisers

TODO: developer theme notes


*/
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Sans-Serif;
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	background: #fff url(images/bg.header.jpg) no-repeat 0 0;
	}
	
a:link, a:visited {
	color: #000;
	background: transparent;
	text-decoration: underline;
}

a:active, a:hover {
	color: #666;
	background: transparent;
	text-decoration: underline;
}

#page {
	
	text-align: left;
	margin: 0;
	padding: 0;
	float: none;
	width: 1300px;
}

#header {
	width: 1300px;
	height: 175px;
	
}

#header h1 {
	height: 161px;
	padding: 0;
	margin: 0;
}

#header h1 a {
	position: relative;
	display: block;
	top: 22px;
	left: 158px;
	width: 704px;
	height: 122px;
}

#sidebar {
	position: relative;
	display: inline;
	float: left;
	margin: 0 0 0 80px;
	padding: 6px 0 4px 6px;
	width: 209px;
	background: #fff;
	color: #000;
}

#content {
	position: relative;
	display: inline;
	float: left;
	margin: 0 0 0 17px;
	padding: 15px 4px;
	width: 609px;
	background: #fff url(images/bg.content.gif) no-repeat 0 0;
}

#rightbar {
	position: relative;
	display: inline;
	float: left;
	top: -82px;
	margin: 0;
	width: 160px;
	height: 728px;
	background: transparent url(images/bg.rightbar.png) no-repeat 0 0;
	padding: 105px 4px 0 25px;
	font: 1em/normal Georgia, "Times New Roman", Times, serif;
}

#rightbar h3 {
	margin: 0;
	padding: 0;
}

#rightbar p {
	margin: 0;
	padding: 0;
}

#footer {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 1300spx;
	height: 100px;
	bottom: 0px;
	background: #fff url(images/bg.footer.jpg) no-repeat 0 0;
	float: none;
	clear: both;
}

.divider {
	height: 50px;
	width: 361px;
	background: url(images/divider.post.gif) no-repeat 0 0;
}

.post h2 {
	padding: 0 0 2px 0;
	font-size: 1.7em;
	border-bottom: 1px solid #eee;
}

.post h2 a {
	color: #000;
	background: transparent;
	text-decoration: none;
}

.post h2 a:link, .post h2 a:visited {
	color: #000;
	background: transparent;
	text-decoration: none;
}

.post h2 a:active, .post h2 a:hover {
	color: #666;
	background: transparent;
	text-decoration: none;
}

.post small {
	font-size: .9em;
	font-style: italic;
}

.post .entry {
	font-size: 1.2em;
	padding: 16px 8px;
	/* text-indent: 4px; */
}

.post .postmetadata {
	font-size: 1.1em;
	/* font-style: italic; */
}

.post .entry p {
	padding: 2px 0 4px 0;
}

#sidebar ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#sidebar ul li {
	background: url(images/nav.bullet.gif) no-repeat 0 4px;
	padding: 0;
	margin: 0;
}

#sidebar ul li a {
	position: relative;
	display: block;
	padding: 2px 2px 2px 26px;
	margin: 0;
	font-size: 12px;
}

#sidebar ul li a:link, #sidebar ul li a:visited {
	background: url(images/nav.gif) no-repeat 0 0;
}

#sidebar ul li a:active, #sidebar ul li a:hover {
	background: url(images/nav.gif) no-repeat 0 -23px;
}


#sidebar ul li ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#sidebar ul li ul li {
	padding: 0;
	margin: 0;
	background: none;
}

#sidebar ul li ul li a {
	padding: 0;
	margin: 0;
	background: none;
}

#sidebar ul li ul li a:link,
#sidebar ul li ul li a:visited,
#sidebar ul li ul li a:active,
#sidebar ul li ul li a:hover,
#sidebar ul li ul li h2 a:link,
#sidebar ul li ul li h2 a:visited,
#sidebar ul li ul li h2 a:active,
#sidebar ul li ul li h2 a:hover {
	background: none;
}

/* pain in the ass menu */

#sidebar ul li a, 
#sidebar ul li a:visited {
	display: block; 
	text-decoration: none; 
	color: #000; 
	width: 142px; 
	height: 12px;
	line-height: 12px; 
}

#sidebar ul { padding:0; margin:0;list-style-type: none; }
#sidebar ul li { float:left; margin-right:1px; position:relative;}
#sidebar ul li ul { display: none; }

/* specific to non IE browsers */
/*
#sidebar ul li:hover a {
	color:#fff; 
	background:#b3ab79;
}
*/
#sidebar ul li:hover ul {
	display: block; 
	position: absolute; 
	top: 0; 
	left: 100px; 
	width: 150px;
	background: #eee;
	border: 1px solid #999;
	z-index: 500;
}

#sidebar ul li:hover ul li {
	width: 150px;
	height: auto;
}

#sidebar ul li:hover ul li a {
	display: block; 
	background: transparent; 
	color: #000; 
	width: 146px;
	height: auto;
	line-height: 15px;
	padding: 2px;
}

#sidebar ul li:hover ul li:hover ul li a {
	display: block; 
	width: 146px; 
	background: transparent; 
	color: #000;
	line-height: 15px;
}

#sidebar ul li:hover ul li a.hide { 
	backgroundtransparent; 
	color: #000;
	
}

#sidebar ul li:hover ul li:hover a.hide {
	width:150px;
}

#sidebar ul li:hover ul li ul {
	display: none;
}



#sidebar ul li:hover ul li a:hover {
	background: #ccc; 
	color: #333;
}

#sidebar ul li:hover ul li:hover ul {
	display: block; 
	position: absolute; 
	left: 146px; 
	top: 0; 
	color: #000;
}



#sidebar ul li:hover ul li:hover ul li a:hover {
	background: transparent; 
	color: #fff;
}

/* From the old Wordpress (Kubrick) theme */
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */






