/*
Theme Name: Chip Leader
Theme URI: http://www.unodesignstudio.com
Description: More <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: #012428;
	font-family: Verdana;
	font-size: 14px;
	color: #ffffff;
}

#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: 24px 5px 5px 20px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
}

#header-menu li, #footer-menu li
{
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#header-text
{
	margin: 0px;
	padding: 5px 0px 0px 150px;
	font-size: 46px;
	font-weight: normal;

}

#header-text a
{
	color: #ffffff !important;
}

#header-desc
{
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 160px;
	color: #c8c6c7;
	font-size: 18px;
}

#page
{
	clear: both;
	height: 100%;
	padding: 15px 10px 20px;
	background: #261906;
	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.png) left top no-repeat;
	overflow: hidden;
}

.postdate
{
	float: right;
	width: 70px;
	height: 57px;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px;
	color: #ffffff;
	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: #ffffff;
}

.posttitle a
{
	color: #ffffff !important;
	font-size: 20px;
}

.postmeta
{
	margin: 0px;
	padding: 30px 0px 0px 15px;
	font-size: 12px;
	font-weight: normal;
}

.postmeta span
{
	color: #c9c6c6 !important;
}

.postmeta a
{
	color: #c9c6c6 !important;
	font-weight: normal;
}

.postcontent
{
	width: 534px;
	margin: 0px;
	padding: 10px 15px 20px;
	overflow: hidden;
}

.postfooter
{
	width: 564px;
	margin-bottom: 20px;
	background: url(images/postfooter-bg.png) left bottom no-repeat;
	overflow: hidden;
}

.postfootercomment
{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 50px;
	font-weight: normal;
	text-align: right;
}

blockquote
{
	margin: 0px auto 10px auto;
	padding: 0px;
	color: #ffffff;
	font-style: italic;
}

#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;
	color: #c9c6c6;
	background: url(images/sidebar-header-bg.png) left top no-repeat;
	font-size: 18px;
	font-weight: normal;
}

.sidebar-content
{
	margin: 10px 0px;
	padding: 25px 10px;
	font-size: 14px;
	font-weight: normal;
}

.sidebar-ads
{
	margin: 10px 0px;
	padding: 3px 3px;
	font-size: 14px;
	font-weight: normal;
}
.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 10px;
	color: #c9c6c6;
	background: url(images/bullet.jpg) no-repeat center left; border-bottom: 1px dotted #ffffe4;
}

#sidebar a:link, #sidebar a:visited
{
	color: #ffffff;
}

#sidebar a:hover, #sidebar a:focus, #sidebar a:active
{
	color: #c9c6c6 !important;
}


#footer
{
	clear: both;
	height: 192px;
	margin: 0px auto 0px auto;
	background: #261906; background-image: url(images/footer.jpg); background-repeat: repeat-x; background-position: bottom;
	padding: 0px 0px 0px;
	color: #d7a861;
	font-weight: normal;
	text-align: center;
	overflow: hidden;
}


a, a:link, a:visited
{
	color: #c9c6c6;
	text-decoration: none;
}
	
a:hover, a:focus, a:active
{
	color: #c9c6c6 !important;
	outline: none;
}

a img
{
	border: none;
}


form
{
	margin: 0px;
	padding: 0px;
}

input, textarea, select
{
	padding: 2px 4px;
	border: 1px dashed #4f2f0c;;
	background: #8e7355;
	font-family: Times New Roman, Arial, Sans-Serif;
}

input.submit
{
	padding: 2px 5px;
	border: 1px dashed #4f2f0c;
	color: #c9c6c6;
	background: #c9c6c6; background-image: url(images/sidebar-header-bg.png);
	font-family: Times New Roman, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 11px;
	cursor: pointer;
}