/*
Theme Name: WAH
Description: WAHProject WordPress Theme
Tags: 
Version: 1.1
Author: Bob Katayama
Author URI: http://wordpress.stickyhandz.com/
*/

body,blockquote{
    margin: 0;
    padding: 0;
}

.fl{float:left;}
.fr{float:right;}

/* Hyper Links */
a { color: #000000; font-weight:bold; text-decoration:none;}
a:hover { color: #b9d8ea; font-weight:bold; text-decoration: underline;}
.navt a { color: #FFFFFF; font-weight:bold; text-decoration:none;}
.navt a:hover { color: #FFFFFF; font-weight:bold; text-decoration: none;}
#navigation a, .table_top_title a { color: #FFF; }
#navigation a:hover, .table_top_title a:hover {
	color: #ddd;
	text-decoration: none;
}

img { border: 0; }

html,body {
	color:#001F4B;
	background:#00385D url(images/bg.gif) repeat-x scroll 0 0;
	font-family:verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0;
	text-align:center;
	width:100%;
}

img, div { behavior: url(iepngfix.htc); }

.header-top{
	background:url(images/headertopbg.gif);
	height: 38px;
	width: 100%;
}

.text-title-top  {
	background: url(images/toptitleleft.gif) no-repeat;
	height:20px;
	padding-left:9px;
	padding-top:9px;
}

.text-title-top-2 {
color:#FFFFFF;
left:1px;
position:relative;
text-decoration:none;
top:1px;
}
.text-title-top-span {
color:#FFFFFF;
left:-1px;
position:absolute;
text-decoration:none;
top:-1px;
}

.header-logo { 
	background: url(images/headerbg.gif) repeat scroll 0 0;
	width: 100%;
	height: 125px;
}

/** NAVIGATION RELATED CSS **/
.navt {
	background: url(images/navtbg.gif) repeat-x scroll 0 0;
}

.navtr {
	background: url(images/navtr.gif) no-repeat scroll right top;
	height:44px;
}

.navtl {
	background:url(images/navtl.gif) no-repeat scroll 0 0;
	color:#FFFFFF;
	font-family:verdana;
	font-size:11px;
	height:38px;
	padding-top:6px;
}


.navitem li {
	float: left;
	cursor:pointer;
	margin: 0 40px 0 0;
	list-style: none;

}

.navitem li a {
	background:url(images/navitembg.gif) no-repeat scroll right top;
	padding:0 36px 0 0;
}

#wrapper {
	background:  #FFFFFF;
	padding:20px 10px 10px 10px ;
	min-height:400px;
	
}

.postmetadata{
	font-size:12px;
	line-height:17px;
}

.table_border {
	border: 1px solid #555756;
	margin-bottom: 10px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	padding: 0px;
}

.table_top_title {
	background: #4a4a4a url(images/collpasible_back.png) repeat-x left -15px;
	font-size: 14px;
	color: #FFF;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	padding:10px;
	text-align: left;
}

.table_top_rank {
	background-color: #A7C0E2;
	font-size: 16px;
	font-weight: bold;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

.table_description { width: 100%; }

.table_top_stats {
	background-color: #A7C0E2;
	padding: 2px;
}

.table_top_rating {
	background-color: #A7C0E2;
	text-align: center;
}

.table_title {
	background: #4a4a4a url(images/collpasible_back.png) repeat-x left -20px;
	color: #FFF;
	-moz-border-radius: 8px;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.table_rank {
	background-color: #DCDCDC;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

/* Stats Style */
.stats_top {
	background: #4a4a4a url(images/collpasible_back.png) repeat-x left -20px;
	color: #FFF;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.stats1 {
	background-color: #DCDCDC;
	text-align: center;
}
.stats2 {
	background-color: #FFF;
	text-align: center;
}

.post{
	text-align:left;
	padding:5px;
}

.comments-template{

}

.entry{

}

.footer {
	background: url(images/footerbg.gif) repeat-x scroll left top;
	height:42px;
	padding-top:10px;
}