/*
Theme Name: LLL
Author: CSC
*/


html, body {
	margin:0;
	padding:0;
	font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	background:#000000 url(images/mainbg.jpg);
	background-color:#000000;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions */


li{
	font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
	border: 0px;
	color:#0D73A7;
	text-decoration:none;
}

a:hover {
	color:#40A7D6;
	text-decoration:underline;
}

/*	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 {
	border: 0px;
	padding:1px;
}

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 */

.hdivider {
background:#003362;
border-bottom: 2px solid #cacaca;
padding:2px 2px 2px 10px;
height:5px;
width:100%;
}

#wrapper {
	margin: 0px auto;
	padding: 0 0 0 0;
	width: 1280px;
	height:100%;
	text-align: left;
	background:#fff url(images/wrapperbg.jpg);
}
/********************* Search form  ******************/
.text {
	height:14px;
	width:110px;
}

.go {
	height:25px;
	color:#000000;
	font-family:helvetica;
	font-weight:bold;
}
/***************** TEXT IN THE HEADER **************************/
.basictab{padding:115px 0px 0 5px;margin:0;font: 12px;list-style-type: none;text-align:left;float:left;}
.basictab li{display: inline;margin:0;}
.basictab li a{text-decoration: none;padding: 3px 7px;margin-right: 5px;color: #fff;font: strong 12px "Century Gothic", georgia, helvetica, times, sans-serif;}
.basictab li a:visited{color: #fff;}
.basictab li a:hover{color:#fff;}
.basictab ul{display: inline;margin:0;padding:0px;}
.basictab li ul li{display: inline;margin:0;}
.basictab li ul li a{text-decoration: none;padding: 3px 7px;margin-right: 5px;color: #fff;font: strong 12px "Century Gothic", georgia, helvetica, times, sans-serif;}
.basictab li ul li a:visited{color: #fff;}
.basictab li ul li a:hover{color:#fff;}

#searchtab{padding:115px 15px 0 0px;margin:0;color: #fff;list-style-type: none;text-align:right;float:right; font: strong 12px "Century Gothic", georgia, helvetica, times, sans-serif;}
#searchtab a{text-decoration: underline;padding: 3px 7px;margin-right: 5px;color: #fff;font: strong 12px "Century Gothic", georgia, helvetica, times, sans-serif;}

#rss{padding:104px 15px 0 0px;margin:0;color: #fff;list-style-type: none;text-align:right;float:right; font: strong 12px "Century Gothic", georgia, helvetica, times, sans-serif;}


#top h1 {
	font-family:Century Gothic, georgia, helvetica, times, sans-serif;
	font-weight:normal;
	font-size:33px;
	text-transform:uppercase;
	padding:15px 10px 0 0;
	margin:5px 0 0 10px;
	color:#fff;	
	float:left;
	}
	
#top h1 a{	
	color:#fff;
	border-right:1px solid #fff;
	padding:0 10px 0 0;
	}
	
#top p {
	font-family:georgia, helvetica, times, sans-serif;
	font-weight:normal;
	font-size:15px;	
	padding:0px 0 0 20px;
	margin:30px 0px 0 0px;
	color:#fff;	
	}	
/*************************** HEADER PROPERTIES ************************/
#top {
	margin:0 auto;
	padding:0px;
	width:1280px;
	height:150px;
	background:url(images/head.jpg); 
	}
	

/************************ LEFT SIDE COLUMN *****************/

#left p {
	font-size:15px;
	padding-bottom:10px;
	margin-top:-3px !important; /*****  FIREFOX  *****/
	margin-top:-14px;             /***** INTERNET EXLORER *****/
	color:#404040;
}	

#left h1, #left ul {
	padding-left: 12px;
}
#left {
	background:#E6E6E6;
	border:1px solid #CDCDCD;
	border-top:none;
	border-bottom:none;
	float:left;		
	width:200px;
	height:100%;
	margin:0 0 0 0px;
	padding-left:5px;
	padding-right:5px;
}
#left h1 {
	color: #fff;
	font-size: 15px;
	height: 17px;
	margin-top: 1.2em;
	font-weight:strong;
	padding:3px;
	margin-bottom:0px;
	background:#000000 url(images/sbbg.jpg);
}
#left ul {
	border-top: 1px solid #eee;	
	margin: 0;
	padding: 0 0 10px 0;
}
#left li {
	border-bottom: 1px solid #D4D4D4;
	border-top: none;
	list-style: none;
	margin: 0;
	background:#F2F2F2;
	display: block;
	font-size:15px;
	padding:3px 3px 3px 10px;
	color:#777;
}

#left li:hover {	
	background:#f7f7f7;
}

#left li.abt {
	border-bottom: 1px dashed #eee;
	border-top: none;
	list-style: none;
	margin: 0;
	background:#fafafa;
	color:#333;
	padding:10px;
	line-height:19px;
}

#left li a {
	color: #0D73A7;
	
	
	padding: 3px 6px 3px 0px;
	text-decoration: none;	
}
#left li a:hover {
	color: #004669;
}


/************************** MAIN CONTENT IN MIDDLE ******************/

#middle {
	float:left;
	width:55%;
	line-height:1.01em;
	padding-left:3%;
	padding-right:3%;
}

.divider{
margin-top:10px;
font-size:7px;
clear:both;
}
	
#middle p, p {
	font-size:15px;
	color:#222;
	line-height:20px;
}

#middle h1 {
	font-family:"Trebuchet MS",verdana, arial, times, sans-serif;
	font-size:21px;
	font-weight:normal;
	line-height: 22px;
	border-bottom:1px solid #c4c4c4;
	padding-bottom:5px;
	margin:24px 0 3px 0;
	color:#184D66;
}

#middle h1 a{
	color:#184D66;
}

#middle .details{font-size:13px;color:#220000;padding-bottom:0px;}
#middle .details a{border-bottom:none;color:#0D73A7;text-decoration:none;}
#middle .details a:hover{color:#004669;text-decoration:underline;}
#middle h3{margin-top:20px;}
.navigation{margin:10px 0px 10px 0;}
.navigation .next-entries{float:right;}
blockquote, pre { background-color: #eee; color:#000;border-left:1px solid #990000;border-right: 1px solid #990000;padding:5px;}
#middle ul, #middle ol{ margin: 0 0 0 35px; padding: 0; line-height: 20px;font-size:13px;  }
#middle li { padding-bottom: 10px; color:#222; }
/***************************  RIGHT COLUMN  *********************/
#right {
	background:#E6E6E6;
	border:1px solid #CDCDCD;
	border-top:none;
	border-bottom:none;
	float:right;		
	width:200px;
	height:100%;
	margin:0 0 0 0px;
	padding-left:5px;
	padding-right:5px;
}
}

#right h1 {
	color: #000000;
	font-size: 13px;
	height: 20px;
	margin-top: 1.2em;
	font-weight:normal;
	border-bottom:1px dashed #bbb;
	padding:3px;
	margin-bottom:0px;
}

#right h2 {
	color: #000000;
	border-bottom:none;
}

#right h3 {
	color: #000000;
	border-bottom:1px dashed #bbb;
}

#right a {
	line-height:1.2em;
	font-size: 13px;	
}


#right br {
	line-height:0.7em;
}

#right ul {
	border-top: 1px solid #eee;	
	margin: 0;
	padding: 0 0 10px 0;
}
#right li {
	border-bottom: 1px solid #D4D4D4;
	border-top: none;
	list-style: none;
	margin: 0;
	background:#F2F2F2;
	display: block;
}

#right li:hover {	
	background:#f7f7f7;
}

#right li a {
	color: #0D73A7;
	
	font-size: 13px;
	padding: 3px 6px 3px 14px;
	text-decoration: none;	
}
#right li a:hover {
	color: #004669;
}

/* comments area */
#comments, #respond {border-bottom: 1px dotted #CCCCCC;padding: 10px 0 5px 0;clear: both;}
.commentlist {margin: 10px 0px;padding-left: 20px;line-height: 130%;}
.commentlist li{padding: 5px 10px;}
.commentlist .alt {background: #eee;margin-top:10px;}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {font-weight: normal;font-style: normal;font-size: 120%;color: #000000;}
.commentlist small {margin-bottom: 5px;display: block;font-size: 87%;}
#commentform {margin-top: 10px;font: 90% Arial, Helvetica, sans-serif;}
#commentform p {padding: 6px 0px;margin: 0px;color:#333;}
#commentform label{color: #787878;font-size: 87%;}
#commentform input{width: 200px;background:#eee;border: 1px solid #bdd77f;padding: 3px;margin-top: 3px;}
#commentform textarea{width: 100%;height: 115px;background:#eee;border: 1px solid #999;padding: 2px;margin-top: 3px;}
#commentform textarea:focus, #commentform input[type="text"]:focus {background: #ffffff;}
#commentform #submit{background:#bbb;font: bold 12px Arial, Helvetica, sans-serif;color: #ffffff;border: none;float:left;width: 144px;height: 28px;cursor: pointer;margin:10px 0px 10px 0px;float:right;}



/********************************************    FOOTER  *****************/
#footer {
	border-top:1px solid #c4c4c4;
	padding:15px 0 5px 0;
	text-align:center;
	width:1280px;
	margin:0 auto;
	clear:both;
	background:#f6f6f6;
}

.footer {
	margin-top:-2px;
}	
