/*
Theme Name: JNL Racing
Theme URI: http://www.jnlracing.com/
Description: Custom JNL Racing Theme
Version: 1.0
Author:  Neekoid, Creativeye
Author URI: http://blog.neekoid.com/
Tags: dark, custom header, no comments, CMS style system

	JNL 1.0
	 http://www.jnlracing.com

*/
body {
	background-image: url('/images/template/body-bg.jpg');
	background-repeat: no-repeat;
	background-position: 50% 240px;
	background-color: #000;
	
	font-family: Verdana, Arial, Helvetica;
	font-size: 62.5%;
	
	margin: 0;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #eee;
	margin: .7em 12px;
}

h4 {
	font-size: 1.3em;
	font-weight: bold;
	color: #eee;
	margin: .7em 12px;
}

p { 
	font-size: 1.2em;
	margin: .7em 12px;
	color: #ccc;
}

#topBar {
	float: left;
	width: 100%;
	height: 360px;
	background-image: url('/images/template/body-bg-top.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0;
}

	#logoBox, #menuBox { height: 100px; }
	#logoBox h1 { 
		text-indent: -9999px; 
		margin: 36px 0 0 0; 
		padding: 0; 
		height: 74px; 
		width: 460px; 
		background-image: url('/images/template/logo.png');
		background-repeat: no-repeat;
	}
	
	#menuBox ul { 
		float: right; 
		margin: 60px 0 0 0; 
		padding: 7px; 
		list-style-type: none; 
		background: #003E7E; 
		font-size: 1.1em;
	}
	
		#menuBox ul li { 
			margin: 0 5px; 
			padding: 0; 
			float: left;
		}
		
			#menuBox ul li a {
				color: #eee;
				margin: 0;
				padding: 7px 14px;
				display: block;
				text-decoration: none;
			}
			
			#menuBox ul li a:hover { background: #0A2E57; }
	
	#subtitleBox {
		height: 120px;
	}
	
		#subtitleBox h2 {
			text-indent: -9999px;
			margin: 36px 0 0 0; 
			padding: 0; 
			height: 75px; 
			width: 773px; 
			background-image: url('/images/template/subtitle.png');
			background-repeat: no-repeat;
		}
	

#raisedBar {
	float: left;
	width: 100%;
	margin-top: -120px;
}
	
	#homeBox {
		background: #000;
		color: #fff;
		height: 290px;
	}
	
		#homeBox h2 { font-size: 1.4em; color: #fff; font-weight: bold; }
		
	#homepicBox {
		background: #333;
		height: 290px;
		overflow: hidden;
	}
		
		#slideControls {
			float: left;
			width: 380px;
			margin-top: -7px;
		}
	
			#slideControls p {
				margin: 0 10px;
				float: right;
			}
			
			#slideControls a {
				color: #fff;
				font-weight: bold;
				text-decoration: none;
			}
	
		#homepicBox ul {
			margin: 10px;
			height: 270px;
			width: 360px;
			overflow: hidden;
		}
			
			#homepicBox ul li {
				display: inline;
				position: absolute;
				margin: 0 10px 0 0;
			}
			
				
	
#bottomBar {
	color: #ccc;
	background: url('/images/blackout.png');
}

strong {
	font-weight: bold;
}