/*  
Theme Name: Modern Blue Green
Theme URI: http://www.cypherhackz.net/
Description: Modern Blue Green designed by Rochow and coded by <a href="http://www.cypherhackz.net/">CypherHackz</a>.
Version: 1.20070612
Author: Fauzi Mohd Darus @ CypherHackz
Author URI: http://www.cypherhackz.net/
*/

/***********************************************
*	HTML
***********************************************/
body{
	background: #2f79a5 url(images/bgrad.jpg) no-repeat fixed right bottom;
	padding: 0;
	margin: 0;
	font-size: 9pt;
	font-family: verdana;
	}
#wrapper{ width: 969px; margin: 0 auto; overflow: hidden; }
#content{
	background: url(images/bg.jpg) repeat-y;
	clear: both;
	padding: 0 0 1px;
	overflow: hidden;
	}
/***********************************************
*	HEADER
***********************************************/
.subheader{
	height: 115px; /*185*/
	background: url(images/headerbg.png) no-repeat;
	padding: 3px 0 0 0;
	text-align: center;
	}
.subheader h1{
	font-size: 40pt;
	color: #ffffff;
	}
.nav{
	background: url(images/nav.jpg) no-repeat;
	width 969px;
	height: 30px;
	clear: both;
	}
.subnav{
	float: left;
	width: 969px;
	padding: 8px 0 0 0;
	}
.subnav ul{
	margin: 0;
	padding: 0 25px 2px 0px;
	}
.subnav ul li{
	display: inline;
	list-style: none;
	background: url(images/navli.jpg) no-repeat 0 4px;
	padding: 0 25px 15px 7px;
	margin: 0;
	}
/***********************************************
*	MAIN
***********************************************/
#main{
	float: center;
	width: 969px; /*969*/
	padding: 0 1px 0 0;
	}
/***********************************************
*	SIDEBAR
***********************************************/
#sidebar{
      background: url(images/side.jpg) repeat-y;
	float: right;
	width: 0px; /*0*/
	padding: 0 0px 0px 0px;
	}
#sidebar h2{
	font-family: Trebuchet MS;
	border-bottom: 2px double #000000;
	margin: 0;
	padding: 0px 0 2px 0;
	color: #2f79a5;
	font-size: 11pt;
	}
#sidebar ul{
	margin: 0;
	padding: 0;
	}
#sidebar ul li{
	margin: 0;
	padding: 0 0 0px 0;
	list-style: none;
	border-bottom: 2px double #000000;
	}
#sidebar ul li ul.noli{
	margin: 0;
	padding: 0px 0 0 0;
	}
#sidebar ul li ul.noli li.login{
	border-bottom: none;
	padding: 0 px 0px 0px;
	background: url(images/login.jpg) no-repeat 0 2px;
	display: inline;
	}
#sidebar ul li ul.noli li{
	border-bottom: none;
	padding: 0 0px 0px  0px;
	background: url(images/admin.jpg) no-repeat 0 0;
	display: inline;
	}
#sidebar ul li ul{
	margin: 0;
	padding: 0px 0 0 0;
	}
#sidebar ul li ul li{
	border-bottom: none;
	padding: 0 0 5px  20px;
	background: url(images/sidecom.jpg) no-repeat 0 3px;
	}
#sidebar ul li ul.cat li{
	background: url(images/sidecat.jpg) no-repeat;
	padding: 0 0 0px  0px;
	}
#sidebar ul li ul.arch li{
	background: url(images/sidecom.jpg) no-repeat 0 3px;
	padding: 0 0 0px  0px;
	}
#sidebar ul li ul.recentposts li{
	background: url(images/sidepost.jpg) no-repeat 0 3px;
	padding: 0 0 0px  0px;
	}
/***********************************************
*	FOOTER
***********************************************/
#footer{
	clear: both;
	background: none top no-repeat;
	padding: 1px 0 1px 1px;
	font-size: 8pt;
	}
/***********************************************
*	LINKS
***********************************************/
a{
	text-decoration: none;
	color: #094a8b;
	}
a:hover{
	text-decoration: underline;
	color: #094a8b;
	}
.posturl h2 a:hover, .navigation a:hover, .subheader h1 a:hover{
	text-decoration: none;
	}
.subnav a, .subheader h1 a{
	color: #ffffff;
	text-decoration: none;
	}
.subnav a:hover{
	color: #ffffff;
	text-decoration: underline;
	}