/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/

/*********************************************************************************************

0. CSS Reset  -------------------------  All Theme Files

*********************************************************************************************/

h4 {
	font-size: 24px;
	text-align:center;
	color:#0000FF;
}

/*********************************************************************************************

2. Page Structure  -------------------------  All Theme Files

*********************************************************************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
 	border-top: none;
	color: #333;
	font-size: 100%;
	line-height:1.5;
}

#content-wrap {
	width:1000px;
	margin:0 auto;
}

#content {
	background-color: #FFF;
	float:left;
	width:1000px;
	margin:0;
}

/*********************************************************************************************

3. Header  -------------------------  header.php

*********************************************************************************************/

#header {
	background-color: #FF0;
	width:1000px;
	min-height:130px;
	margin:0 auto;
}

#logo {
	float:left;
	margin:20px 0 10px 0;
}

/*********************************************************************************************

4. Main Navigation  -------------------------  header.php

*********************************************************************************************/

#menu {
	background: url(images/menu.png) repeat-x;
	width: 1000px;
	height: 33px;
	margin: 0 auto;
}

ul.dropdown { height: 28px; width: 610px; line-height: 1; padding-top: 5px; position: relative; z-index: 597; float: left; margin-left: 0;}

/*********************************************************************************************

6. Homepage  -------------------------  index.php

*********************************************************************************************/

h3.recent {
	background: url(images/blu.png) no-repeat top left;
	height: 33px;
	font-family: Arial;
	text-transform: uppercase;
	font-size: 10px;
	color: #fff;
	font-weight: 400;
	padding: 5px 5px 0 10px;
}

#posts .homepost .rightcontp h2 {
	background: none;
	font-size: 18px;
	text-transform: none;
	padding: 0;
	margin:0 0 7px;
}

#middle {
	width: 660px;
	float: left;
	margin: 10px 0 0 10px;
}

#posts { margin-bottom:15px; margin-left: 0; }

.homepost {
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	color: #444;
	line-height: 20px;
  	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}

/*********************************************************************************************

7. Single Articles & Pages -------------------------  single.php, page.php

*********************************************************************************************/

.post {
  	font-size: 14px;
	line-height: 1.7;
	color: #444;
}

/*********************************************************************************************

9. Sidebar & Widgets -------------------------  sidebar.php

*********************************************************************************************/

#sidebar {
	float: right;
	width: 300px;
	margin-top: 10px;
	margin-right: 10px;
}

.widget {
	font-size: 16px;
	color: #737373;
	margin: 0 0 10px;
	float:left;
	width:100%;
}

.widget h3.title {
	background: url(images/blu.png) no-repeat top left;
	height: 33px;
 	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	padding: 5px 5px 0 10px;
}

/*********************************************************************************************

11. Footer  -------------------------  footer.php

*********************************************************************************************/

#footer {
	width: 1000px;
	margin: 0 auto;
	background:#1D1C1C;
	border-top:none;
	padding-top:0;
 	clear:both;
}

#fside {
	display: none;
	float:left;
	width:100%;
	padding:0 0 20px;
	clear:both;
}

#copyright {
	background:#3c3c3c;
	color:#C4C4C4;
	line-height:19px;
	font-size:12px;
	border-top:1px solid #525252;
	text-align:center;
	padding:10px 45px 10px 20px;
}