/********************************************
   HTML ELEMENTS
********************************************/ 

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

body {
	margin: 10px 0 0 0;
	padding: 0;
	font: normal 13px/1.6em  verdana, tahoma, sans-serif;
	text-align: center;
	background: #231f20 url(../img/bg.gif) repeat-x;
	color: #231f20;
}

/* links */
a {
	color: #9c1335;		
	background-color: inherit;
	text-decoration: none;			
}
a:hover {	
	color: #ff6e23;
	background-color: inherit;	
}

/* headers */
h3, h3b, h3a,{
	font: normal 1em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #002f49;
}

#main h2 {
	text-align:left;
	font-size: 200%;
	font-weight: bold;
	border-bottom: 1px solid #9c1335;
	color: #002f49;
	background-position: right;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-top: 0px; 	
}

h3_main {
	font-size: 200%;
	font-weight: bold;
	border-bottom: 1px solid #9c1335;
	color: #002f49;
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-top: 0px;
}

h3 { font-size: 18px;
font-weight:normal;}

h3, h3b, h3c, {
	margin: 0;
	padding: 15px 25px 0px 0px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
}



/***********************
	  LAYOUT
************************/

#header, #nav, #content, #footer-wrap {
	width: 910px;
}

/* header */
#header {
	clear: both;
	margin: 0 auto;
	padding: 0;
	background: transparent;
	height: 351px;
	text-align: left;
	position: relative;
}
#header #clouds {
	position: absolute;
	background: transparent url(../img/header-image.png) no-repeat;
	top: 0px;
	left: 0px;
	width: 876px;
	height: 371px;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 58px 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	letter-spacing: -3px;
	color: #0a1e53;
	text-decoration: none;
	z-index: 9998;
	background: transparent;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 33px; left: 10px;	
}
#header p#slogan {
	position: absolute;	
	font: normal 19px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #9c1335;
	margin: 0; padding: 0;
	z-index: 9999;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 95px; left: 25px;
}

/* Navigation */
#nav {
	clear: both;	
	margin: 0 auto;
	padding: 0;		
}
#nav ul {
	float: left;
	list-style: none;
	text-transform: uppercase;
	margin: 0;	padding: 0;	
	height: 56px;		
}
#nav ul li {
	float: left;
	margin: 0; padding: 0;
	height: 56px;
}
#nav ul li a {
	display: block;
	float:left;
	width: auto;
	margin: 0;
	padding: 0 20px;
	color: #ffffff;
	font: bold 16px/54px "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #FFE064;		
}
#nav ul li#current a {	
	color: #FF8B04;	
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;

background: #fff url(../img/footer-top_header.jpg) repeat-x left top;
}
#content {
	text-align: left;	
	padding: 0; 
	margin: 0 auto;		
}



/* footer */
#footer-bottom {
	clear: both;
	margin: 0 auto; 
	padding: 1em 0 1.5em 0;
	text-align: center;
	font-size: .85em
}

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

/* additional classes */
.clear { clear: both; }
.grey {	color: #8F8F8E; }

.post-by {
	font-size: .9em;	
	padding-top: 0;
}

.post-footer { 
	text-align: right; 
	background: transparent;
	border: 1px solid #211E20; 
	padding: 5px 10px;
	margin: 20px 15px 10px 15px;
}
.post-footer .date, 
.post-footer .comments,
.post-footer .readmore {
	padding-left: 20px; margin: 0 3px 0 3px;
}
 
