/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME:		CoolWater
   TEMPLATE CODE: 	S-0019
   VERSION:          1.0     
	DATE:					November-07-2007     	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

body {
	margin: 0 0 0 0;
	background: #fff url(../images/bg2.png) repeat;
}
div.clear {
	clear: both;
}
#wrap {
	width: 900px;
	min-height: 480px;
	margin: 0 auto 0 auto;
	border: #043455 1px solid;
	background: #ffffff;
	position: relative;
}
#main-big {
	min-height: 480px;
	height: 100%;
	background: url(../images/main-bg.png) top center no-repeat;
}
#header {
	width: 900px;
	height: 105px;
	padding: 0 0 0 0;
	background-color: #021e31;
	background-image: url(../images/tophead.png);
	background-repeat: no-repeat;
	border-bottom: #505050 1px solid;
}

#content-wrap {
	width: 900px;
	margin-top: 0px;
	height: 100%;
	min-height: 100%;
	background: #ffffff;
}
#main {
	width: 680px;
	margin-top: 200px;
	float: left;
	background: #f8f8f8;
	padding: 10px 5px 0 10px;
	font-family: Verdana,Tahoma,arial,sans-serif;
	font-size: 12px;
}
#sidebar {
	width: 194px;
	min-height: 220px;
	margin: 200px 0 0 0px;
	padding: 20px 0px 20px 10px;
	float: right;
	background: #ffffff;
	border-left: #c4c4c4 1px solid;
}
#hierarchy a, #hierarchy a:visited {
	padding: 0 0 0 0px;
	font-family: Verdana,"BitStream vera Sans",Helvetica,Sans-serif;
	color: #333333;
	font-size: 13px;
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
}

#hierarchy a:hover {
	border-top: #c4c4c4 1px solid;
	border-bottom: #c4c4c4 1px solid;
	height: 28px;
	line-height: 28px;
	text-decoration: none;
	background: #f3f3f3;
	color: #336699;
}

#hierarchy td {
	width: 100%;
	height: 13px;
	line-height: 0px;
}

#hierarchy {
	background: #ffffff;
	padding: 0 0 0 10px;
}

#footer {
	width: 650px;
	height: 35px;
	background: #336699;
	font-family: Verdana,Tahoma,arial,sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 15px 0 0 250px;
}

/* top elements */
html{
	padding:0;
	margin:0;
}



/* links */
a, a:visited {
	text-decoration: none;
	background-color: transparent;
	color: #FB9233; 
}
a:hover {
	text-decoration: underline;
	background-color: transparent;
	color: #93C600;
}

/* headers */
h1, h2, h3 { font-family: 'Trebuchet MS', Tahoma, Sans-serif;  }
h1 {
	font-size: 180%;	
	font-weight: normal;	
	color: #555;
}
h2 {
	font-size: 140%;
	color: #88ac0b;
	font-weight: normal;
}
h3 {
	font-size: 125%;	 
	color: #666666;
}


h1, h2, h3, h4, h5, h6{
	margin:15px 0 10px 0;
}

div.bodycopy ul li {
	list-style-image: url(../images/bullet.gif); 
}

div.bodycopy ul, ol {
	margin: 5px 15px;
	padding: 0 25px;
}

.green {
	color:#bad645;
}

.date {
	font-size:90%;
	color:#777777;
	font-style:italic;
}

#main div.bodycopy{
	font-size:110%;
	line-height:20px;
	margin-left: 0px;
	margin-right: 25px;
	margin-bottom: 25px;
}


#sidebar .text {
	border-bottom: 1px solid #D2E8F7; 
	margin: 0px 5px 10px 5px;
}
#sidebar .moduleactions {
	border-bottom: 1px solid #D2E8F7; 
	margin: 0px 5px 10px 5px;
}


/* header links */
#header #header-links {
	position: absolute;
	font: bold 14px"Trebuchet MS", Arial, Tahoma, Sans-serif;
	top: 30px; right: 20px;	
	text-align:right;
	padding:0px;
}
#header #header-login {
	position: absolute;
	font: bold 14px"Trebuchet MS", Arial, Tahoma, Sans-serif;
	top: 60px; right: 20px;	
	text-align:right;
}
#header #header-links a {	
	color: #fff;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #D4FF55;	
}


/* Main Column */

#main h2 {
	font: normal 20px 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	padding: 0; 	
	margin-bottom: 0;		
	color: #2666c3;
}
#main h2 a {
	color: #2666c3;
	text-decoration: none;	
}



/* Sidebar */	

#sidebar h2 {
	margin: 15px 5px 10px 5px;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #555;	
}
#sidebar p {
	margin-left: 5px;
}


/* Footer */	

#footer p { 
	padding: 10px 0;
	margin: 0;
}
#footer a { 
	color: #fff;
	text-decoration: none; 
}

/* post footer */
.post-footer {
	background: #F4F8FD;
	padding: 5px; margin: 20px 25px 0 25px;
	border: 1px solid #E5F0FB; 
	font-size: 95%;	
}
.post-footer .date {	padding-left: 0px; margin: 0 5px; }
.post-footer .comments { padding-left: 0px; margin: 0 5px; }

.post-by { font-size: .95em;	margin-top: 0;	}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }


