/* 

CSS FILE CREATED, CUSTOMIZED AND TUNNED BY CESAR L. DIAZ.
HTTP://www.THAFL.com

April 10, 2008

Screen layout: */

/***** Body and main container *****/

body {
margin:0 auto;
padding:0;
font:11px Arial;
background:#CCC url(/images/bg.jpg) top center repeat-y;
color:#404040;
} 

#wrap { 
background:#ffffff; 
color:#404040;
margin:0 auto;
width:798px; 
}
#Listings th.infocus { background-color: #E6E6E6; } 
#Listings th.selected {	color: #EAEAEA; }
#Listings tr.infocus {
	background-color:#E2E2E2;
	cursor: pointer;
}
#Listings tr.notinfocus { background-color:#fff; } 
#Listings tr.selected { color:#fc0; }
#Listings tbody { margin-top: 0; }

#contentListing, #sidebarListing {
	float: left;
	text-align: left;
}

#sidebarListing {
	width: 180px;
	margin-top: 0;
}

/***** Various tags *****/

a {
text-decoration:none;
font-weight:bold;
}

a:hover {
text-decoration:underline;
}
   
a img {
border:0;
}

p {
margin:0 0 1.4em 0;
}

th
{
	font-size:14px;
	font-weight:bold;
	text-align:left;
	height:25px;
	background-color: #047EC7;
	color:#FFF;
	padding: 3px;
	text-align:left;
	text-transform:uppercase;
}
legend {

color:#CCCCCC;
background-color:#2a2a2a;
padding:1px;
font-size:1.5em;
}
fieldset {
padding:10px;
}
 

td {
vertical-align:top;
text-align:left;
}

h1 {
	font-size:1.6em;
}

caption {
	padding:0 0 8px 0;
	text-align:left;
	font-size:1.5em;
	text-transform:uppercase;
	font-weight:bold;
}

/***** Header *****/

#header {
margin:10px 0 0;
padding:0;
height:45px;
}

#header h1 {
color:#505050;
background-color:inherit;
width:350px;
margin:0 0 10px;
font-size:2em;
float:left;
}

#header h1 a {
color:#505050;
background-color:inherit;
text-decoration:none;
}

#header p {
width:400px;
float:right;
text-align:center;
margin:8px 0 0;
font-weight:bold;
line-height:1.3em;
}

#frontphoto {
margin:0 0 10px;
border:0;
}
/***** Main content *****/
#sidebar {
	width: 240px;
	margin-top: 0;
}
#content {
margin:0 145px 5px 150px;
border-left:1px solid #e0e0e0;
border-right:1px solid #e0e0e0;
padding:0 5px;
line-height:1.5em;
height:inherit;
 
}


#contentwide {
margin:0 0 5px 150px;
border-left:1px solid #f0f0f0;
padding:0 0 0 10px;
line-height:1.5em;
}

#contentwide2 {
margin:0 150px 5px 0;
border-right:1px solid #f0f0f0;
padding:0 10px 0 0;
line-height:1.5em;
}

#content h2,#contentwide h2, #contentwide2 h2 {
font-size:1.6em;
margin:0 0 10px;
}

#content h3,#contentwide h3, #contentwide2 h3 {
font-size:1.3em;
margin:0 0 8px;
}

#content img,#contentwide img, #contentwide2 img {
padding:1px;
display:inline;

}



/***** Left sidebar *****/

#leftside { 
clear:left;
float:left;
width:145px;
padding:2px;
background-color:#047EC7;
height:inherit; 
}

#leftside h2,#leftside h3 {
color:#505050;
background-color:inherit;
font-size:1.3em;
margin:0 0 5px;
padding:0;
}

#leftside div.announce {
clear:left;
margin:10px 0 15px;
padding:7px 5px;
width:134px;
font-size:0.9em;
background-color:#f4f4f4;
color:#505050;
line-height:1.5em;
}

#leftside div.announce p {
margin:10px 0 0;
padding:0;
}
#leftside ul.avmenu {list-style:none; margin:0 0 10px; padding:0; width:130px;}
#leftside ul.avmenu li {display:inline; padding:0; width:130px;}
#leftside ul.avmenu li a { border-bottom:1px solid #d8d8d8; float:left; font-size:1em; margin-bottom:5px; padding:3px; text-decoration:none; width:135px; color:#EEEEEE;}
#leftside ul.avmenu li a:hover,#leftside ul.avmenu li a.current {background:url(/imgages/menubg2.gif) repeat-x bottom left #eaeaea; border-bottom:1px solid #b0b0b0; border-left:2px solid #505050;color:#505050;}
#leftside ul.avmenu ul {font-size:0.9em; margin:0 0 0 15px; padding:0 0 2px 0; width:125px;}
#leftside ul.avmenu ul a {padding:12px 1px 1px 1px; width:118px;}
#leftside ul.avmenu ul ul {font-size:1em; width:120px;}
#leftside ul.avmenu ul ul a {width:108px;}

/***** Right sidebar *****/

#extras {
float:right;
width:140px;
margin: 0;
padding:0;
line-height:1.4em;

}

#extras p, #extras ul {
margin:0 0 16px;
padding:0;
}

#extras p {
font-size:0.9em;
line-height:0.5em;
}

#extras li {
list-style:none;
line-height:1.2em;
margin:0 0 6px 0;
padding:0;
}

#extras ul ul {
margin:6px 0 0 10px;
padding:0;
}

#extras ul ul li {
margin: 0 0 4px 0;
}

#extras ul ul li a {
font-size:1.1em;
font-weight:normal;
}

#extras h2, #extras h3 {
color:#505050;
font-size:1.2em;
margin:0 0 8px;
padding:0;
border-bottom:#E2E2E2 solid 1px;;
}
#extras h3 {
color:#505050;
font-size:1.1em;
margin:0 0 8px;
padding:0;
border-bottom:#222222 solid 1px;
}

/***** Footer *****/
/* footer */
#footer-wrap {
	clear: both;
	width: 820px;
	font-size: 95%;	
	text-align: left;
	padding: 15px 0;
	background: url(/images/footer-bottom.jpg) no-repeat center bottom;	
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding:10px 0;
}
#footer h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px;
	font-size:12px;
	border-bottom:#BBBBBB;
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 760px;		
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	background: url(/images/footer-dots.jpg) repeat-x left top;
}
#footer-columns li {
	background: url(/images/footer-dots.jpg) repeat-x left bottom;		
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 3px 0 3px 10px;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center {  
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #666;	
	margin: 0 auto; 
	width: 790px;
	padding: 10px 0;
}

/* alignment classes */
.float-left  { float: left; padding: 0;}
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }


#footer {
clear:both;
margin:0 auto;
border-top:4px solid #f0f0f0;
width:760px;
color:#808080;
}

#footer p {
margin:0;
padding:0;
}

#footer a {
color:#808080;
background-color:#ffffff;
text-decoration:none;
font-weight:bold;
}

#footer a:hover {
text-decoration:underline;
}

/***** Various classes *****/

.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.textright {
text-align:right;
}

.center {
	text-align:center;
	color: #FFF;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

.postinfo {
background-color:#f4f4f4;
border-left:4px solid #cccccc;
color:#606060;
font-size:0.9em;
line-height:1.4em;
margin:1px 0 20px;
padding:8px 5px 8px 8px;
}

.t3 {
background-color:#EAEAEA;
}
.t2 {
background-color:#047EC7;
color:#FFF;
}

.clearing {
clear:left;
padding:0;
margin:0;
visibility:hidden;
}

.even { background-color: #F3F3F3;}
.rowHover {
	color: #FFF;
	background-color: #000;
	cursor: pointer;
}
.rowSelected {
font-weight:bold;
border-bottom:solid #000; 
 }
.hide {
display:none;
}
.red {
	color:#F00;
}
#centerWhite {
	color:#FFF;
	text-align:center;
}
