/*
Theme Name: Early News
Theme URI: http://www.unodesignstudio.com
Description: Fresh beach theme designed by <a href="http://www.unodesignstudio.com">Uno Design Studio</a>
Version: 1.0
Author: Uno Design Studio
Author URI: http://www.unodesignstudio.com
Tags: dark, fixed width, 2 columns, widgets, adsense enabled

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body
{
	margin: 0px auto 0px auto;
	padding: 0px;
	background: #5d4d36;
	background-image: url(images/ws-bg.jpg);
	font-family: 'Times New Roman', Times New Roman, Arial, Sans-Serif;
	font-size: 14px;
	color: #151414;
	letter-spacing: 0.8px;
}

#wraper
{
	width: 878px;
	margin: 0px auto 0px auto;
}

#header
{
	height: 346px;
	margin: 0px auto 0px auto;
	background: url(images/header-bg.jpg) center top no-repeat;
}

#header-menu
{
	float: left;
	margin: 32px 5px 5px 5px;
	font-size: 14px;
	font-weight: bold;
}

#header-menu li, #footer-menu li
{
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#header-text
{
	margin: 0px;
	padding: 140px 0px 0px 230px;
	font-size:  80px;
	font-weight: normal;

}

#header-text a
{
	color: #151414 !important;
}

#header-desc
{
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 290px;
	color: #5d5959;
	font-size: 18px;
}

#page
{
	clear: both;
	height: 100%;
	padding: 15px 10px 20px;
	background: url(images/content-bg.jpg);
	overflow: hidden;
}

#content
{
	float: left;
	width: 564px;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}

.postheader
{
	width: 564px;
	margin: 0px;
	padding: 0px;
	background: url(images/postheader-bg.jpg) left top no-repeat;
	overflow: hidden;
}

.postdate
{
	float: right;
	width: 70px;
	height: 57px;
	margin: 6px 15px 0px 0px;
	padding: 7px 0px;
	color: #151414;
	background: url(images/postdate-bg.jpg) left top no-repeat;
	font-weight: bold;
	text-align: center;
}

.postdateM, .postdateY
{
	font-size: 14px;
}

.postdated
{
	margin: -5px 0px;
	font-size: 32px;
}

.posttitle
{
	margin: 0px;
	padding: 16px 0px 0px 15px;
	color: #151414;
}

.posttitle a
{
	color: #151414 !important;
	font-size: 22px;
}

.postmeta
{
	margin: 0px;
	padding: 30px 0px 0px 15px;
	font-size: 12px;
	font-weight: bold;
}

.postmeta span
{
	color: #151414 !important;
}

.postmeta a
{
	color: #151414 !important;
	font-weight: bold;
}

.postcontent
{
	width: 534px;
	margin: 0px;
	padding: 10px 15px 0;
	overflow: hidden;
}

.postfooter
{
	width: 564px;
	margin-bottom: 20px;
	background: url(images/postfooter-bg.jpg) left bottom no-repeat;
	overflow: hidden;
}

.postfootercomment
{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 50px 10px 50px;
	font-weight: bold;
	text-align: right;
}



#page-nav-prev
{
	float: left;
	margin: 0px;
	padding: 10px 15px 0px;
}

#page-nav-next
{
	float: right;
	margin: 0px;
	padding: 10px 15px 0px;
}


#sidebar
{
	float: left;
	width: 271px;
	margin: 0px;
	padding: 0px;
}

.sidebar-header
{
	height: 31px;
	padding: 8px 0px 0px 10px;
	border: 1px solid #151414;
	color: #151414;
	background: url(images/sidebar-header-bg.jpg) left top no-repeat;
	font-size: 18px;
	font-weight: bold;
}

.sidebar-content
{
	margin: 2px 0 10px 0px;
	padding: 25px 10px;
	border: 1px solid #151414;
	font-size: 14px;
	font-weight: bold;
}

.sidebar-ads
{
	margin: 10px 0px;
	padding: 3px 3px;
	border: 1px solid #151414;
	font-size: 14px;
	font-weight: bold;
}
.sidebar-widget
{
	width: 271px;
}

.sidebar-widget ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.sidebar-widget li
{
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #151414;
}

#sidebar a:link, #sidebar a:visited
{
	color: #000000;
}

#sidebar a:hover, #sidebar a:focus, #sidebar a:active
{
	color: #151414 !important;
}


#footer
{
	clear: both;
	height: 100%;
	margin: 0px auto 0px auto;
	background: #5d4d36; background-image: url(images/footer.jpg); background-repeat: repeat-x; background-position: bottom;
	padding: 20px 0px 60px;
	color: #151414;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
}


a, a:link, a:visited
{
	color: #151414;
	text-decoration: none;
}
	
a:hover, a:focus, a:active
{
	color: #151414 !important;
	outline: none;
	text-decoration: underline;
}

a img
{
	border: none;
}


form
{
	margin: 0px;
	padding: 0px;
}

input, textarea, select
{
	padding: 2px 4px;
	border: 1px dashed #4f2f0c;;
	background-color: #e8eae9;
	font-family: Times New Roman, Arial, Sans-Serif;
}

input.submit
{
	padding: 5px 5px;
	border: 1px dashed #4f2f0c;
	color: #151414;
	background: #151414; 
	background-image: url(images/sidebar-header-bg.jpg);
	font-family: Times New Roman, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
}

.wp-caption {
padding: 8px;
border: 1px dashed #4f2f0c;
background-color: #fff;
float: right;
margin: 5px;
text-align: center;

}


blockquote
{
	margin: 0px auto 10px auto;
	padding: 0px;
	color: #5d5959;
	font-style: italic;
        padding-left: 60px;
	background-image: url(images/quotes.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

a.more-link {
	float: right;
	background-color: #fff;
   border: 1px dashed #4f2f0c;
   padding: 5px;
}

a.more-link:hover {
	background-color: #e8eae9;

}

.current-cat {
	text-decoration: underline;
}

.children {
	padding-left: 8px !important;
}
