/*  
Theme Name: JC_custom
Theme URI: http://www.likvid.com/
Description: Custom theme created for International Emergency Responder Training Force
Version: 1.0
Author: Jhumur Chaudhuri
Author URI: http://jhumur.info/
*/

* { margin:0; padding:0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	background-color:#333333;
	}
	
#wrap {
		background:#ffd790;
		width:780px;
		margin:0 auto;
		margin-top:10px;
		}

#header { background:#fbb61a url(images/headerimg.png) top right no-repeat;
		height:100px;
		}
		
#header h1 {
		text-indent: -9999px;
		background:url(images/logo.png) top left no-repeat;
		height:100px;
		}

#imagebar { width:780px;
			height:171px;
			background:#000000 url(images/span.jpg) no-repeat;
			}

#differentiator {
			height:26px;
			background:#000000;
			color:#FFFFFF;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:135%;
			position:relative;
			top:125px;
			padding:10px;
			filter:alpha(opacity=50);
			-moz-opacity:0.5;
			-khtml-opacity: 0.5;
			opacity: 0.5;
			}
		
#nav { background:#e05c14; 
		height:25px;
		}

#nav ul { 
		list-style:none;
		background: url(images/navbg.png) 5px 7px repeat-x;
		display:block;
		margin-left:5px;
		margin-right:5px;
		height:20px;
		}

#nav li {
		color:#ffffff;
		font-size:110%;
		padding-top:2px;
		float:left;
		padding-left:10px;
		padding-right:10px;
		}
		
#nav a {
		text-decoration:none;
		font-weight:bold;
		color:#FFFFFF;
		line-height:19px;
		}

#nav a:hover {
		color:#FFFF00;
		}

#content {
		background:#FFFFFF;
		min-height:440px;
		float:left;
		width:70%;
		}

#content p { line-height:1.4em; padding-bottom: 0.8em; }
#content h2 { font-weight:normal; padding-bottom:15px; padding-top:10px; }
#content h2 a { text-decoration:none; }
#content h3 { font-weight:bold; padding-bottom:15px; padding-top:10px; }
#content h3 a { text-decoration:none; }
#content ul { line-height:1.4em; padding-bottom:0.8em; margin-left:20px;}
#content li { padding-left:10px; }
		
#sidebar {
		float:left;
		width:30%;
		}
		
#footer {
		clear:both;
		background: #9b2c06 url(images/footerimg.png) top left no-repeat;
		height: 45px;
		padding-top:15px;
		color:#ee832c;
		}
#footer a { color:#FFFFFF; }

.gutter { padding:10px; }
