/******************************************  
 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.
*/

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

1. Toolbox CSS  -------------------------  All Theme Files

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

/* Search Form */
#header #search {
	height: 35px;
	width: 390px;
	border:1px solid #DAD8D8;
	font-size:12px;
	line-height:15px;
	float: none;
	margin:0;
}

#header #search #s  {
	width: 350px;
	border: none;
	padding:1px 6px;
	color:#4F4747;
	display:inline;
	float:left;
	font-size:14px;
	height:32px;
	background:#fff;
}

#header #search #searchsubmit  {
	text-indent:-9999em;
	background:url("images/search.png") no-repeat;
	cursor:pointer;
	border:0 none;
	width:20px;
	margin-top:9px;
	margin-left:3px;
}

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

2. Global Styles & Structure

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

body {
	background-image: none;
	color:#222;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
    line-height:1.5;
    margin:0;
    text-align:justify;
}

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

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

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

#logo span {
	text-transform: none;
	letter-spacing: 3px;
	font-size: 11px;
}

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

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

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

ul.dropdown li { padding: 5px 0; font-family:"Droid Serif", Georgia, serif; font-size:18px;	font-weight: bold; text-transform:none; font-weight:normal; }


ul.dropdown li ul {
 	display: block;
	visibility: hidden;
	z-index:100;
	text-align:left;
	padding:5px 5px 5px 10px;
	background-color: #f0f0f5;
	border-top:3px solid #e0e0ff;
}

#topmenu ul li {
	padding: 4px 0 4px 0;
	margin-left: 0px;
	word-spacing:3px;
 	font-size:14px;
	font-weight:bold;
	color:#f4f4f4;
 	text-transform:none;
 	float:none;
}

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

5. Featured Slider  -------------------------  wpzoom-featured.php

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

#feature {
 	margin:0 0 15px 0;
 	background:#f0f0f5;
	position:relative;
}

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

7. Homepage Articles -------------------------  index.php

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

#articles .head_title,
h3.archive_title {
 	background-color:#f0f0f5;
	border-top:3px solid #e0e0ff;
	font-family:"Droid Serif", Georgia, serif;
	font-size:14px;
	font-weight: bold;
	padding:8px 0 8px 10px;
	margin:0 0 15px;
	text-transform: none;
}

span.category {
	margin:0 0 15px;
 	font-size:11px;
	font-weight:bold;
	font-family:"Droid Serif", Georgia, serif;
	display:block;
	text-transform: none;
	font-size:14px;
	margin:0 0 5px;
}

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

8. Single Posts & Pages -------------------------  single.php, page.php

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

/* Author Bio */
.post_author {
	background:#f0f0f5;
 	padding:10px 10px 5px 10px;
	margin:10px 0;
 	font-family:"Droid Serif", Georgia, serif;
}

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

10. Sidebar & Widgets -------------------------  sidebar.php

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

.widget h3.title {
 	background-color:#f0f0f5;
	border-top:3px solid #e0e0ff;
	font-family:"Droid Serif", Georgia, serif;
	font-size:14px;
	font-weight: bold;
	padding:8px 0 8px 10px;
 	margin:0 0 10px;
}

.tab_menu_container { padding: 0 0 0 5px; height: 33px; border-top: 3px solid #e0e0ff; background-color: #f0f0f5; }

#sidebar .tabberlive { background: #f0f0f5; padding: 0; float: left; clear: both; border-top:3px solid #e0e0ff; width: 310px; }

#wp-calendar tfoot #next { font-size: 10px; text-transform: none; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: none; padding-top: 10px; }

#tab_menu li { margin: 0px; padding: 7px 5px 2px 0px; width: 23%; background-color: #e0e0ff; text-transform: none; color: #333; font-family: Arial, Helvetica, sans-serif; font-size: 10px; line-height: normal; font-weight: bold; float: left; list-style: none; cursor: pointer; text-align: center; border-bottom: none; }

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

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

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

#footer h4 {
	font-size:14px;
	font-weight:700;
	text-transform:none;
}

