/*  
Theme Name: Vintage Purist
Theme URI: http://www.unodesignstudio.com
Description: Designed and developed by: <a href="http://www.unodesignstudio.com">Uno Design Studio</a>
Version: 1.0
Author: UNO Design Studio
Author URI: http://www.unodesignstudio.com

	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;
	color: #FE7606;
	background: #000000 url(images/body-bg.png) left top repeat;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
/*	line-height: 18px;*/
	text-align: left;
}

#header
{
	width: 890px;
	margin: 70px auto 0px auto;
	padding: 0px;
	height: 267px;
	background: #000000 url(images/header-bg.jpg) left top no-repeat;
}

#header-text
{
	float: left;
	margin: 0px;
	padding: 60px 0px 0px 480px;
	font-size: 40px;
}

#header-text a
{
	color: #f36d00 !important;
}

#header-desc
{
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 100px;
	color: #000000;
	font-size: 14px;
}

#header-nav
{
	width: 890px;
	height: 62px;
	margin: 5px auto 5px auto;
	padding: 0px;
	background: #000000 url(images/header-nav-bg.jpg) left top no-repeat;
}

#header-search
{
	float: left;
	width: 308px;
	margin-right: 3px;
	padding: 15px 0px 0px 25px;
}

#header-menu
{
	float: left;
	width: 530px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font-size: 12px;
}

.header-menu a
{
	padding: 0px 5px 0px 20px;
	color: #000000 !important;
	background: url(images/menu-bg.gif) 0px 2px no-repeat;
	font-size: 18px;
	font-weight: normal;
}

.header-menu div
{
	float: left;
	padding-top: 20px;
}

#page
{
	clear: both;
	width: 890px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 20px 0px;
	overflow: hidden;
}

#content
{
	float: left;
	width: 552px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: #ffffff url(images/content-bg-bottom.png) center bottom no-repeat;
}

#contentheader
{
	background: #ffffff url(images/content-bg-top.png) center top no-repeat;
}

.postheader
{
	width: 532px;
	height: 102px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	background: url(images/post-bg.png) center top no-repeat;
	overflow: hidden;
}

.posttitle
{
	margin: 0px;
	padding: 10px 0px 15px 15px;
	color: #FFCF1E;
}

.posttitle a
{
	color: #FFCF1E !important;
	font-size: 22px;
	font-weight: normal !important;
}

.postmeta
{
	margin: 0px;
	padding: 0px 0px 6px 15px;
	color: #FFCF1E;
	font-size: 12px;
	font-weight: normal;
}

.postmetacat
{
	float: left;
}

.postmetadate
{
	float: right;
	margin-right: 5px;
}

.postmeta a
{
	color: #000000 !important;
	font-weight: bold;
}

.postcontent
{
	width: 490px;
	margin: 0px;
	padding: 10px 30px 30px;
	background: url(images/post-spacer.png) center bottom no-repeat;
	overflow: hidden;
}

.postcontent img
{
	display: block;
	margin: 10px 0px;
}

.postfooter
{
	margin: 0px 0px 0px 0px;
	padding: 10px 25px 30px;
	color: #D03921;
	overflow: hidden;
}

blockquote
{
	width: 80%;
	margin: 0px auto 10px auto;
	padding: 30px 10px;
	border: 1px solid #FFCF1E;
	background-color: #f5f5f5;
	text-align: center;
}

#page-nav-prev
{
	float: left;
	margin: 0px;
	padding: 10px 15px;
}

#page-nav-next
{
	float: right;
	margin: 0px;
	padding: 10px 15px;
}

#sidebar
{
	float: left;
	width: 333px;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	background: #FFFBC4 url(images/sidebar-bg-bottom.png) center bottom no-repeat;
}

#sidebarheader
{
	background: url(images/sidebar-bg-top.png) center top no-repeat;
}

.sidebar-header
{
	width: 292px;
	height: 30px;
	margin: 0px 0px 15px 15px;
	padding: 15px 0px 0px 10px;
	color: #D03921;
	background: url(images/sidebar-header-bg.jpg) center top no-repeat;
	font-size: 16px;
}

.sidebar-widget
{
	width: 300px;
}

.sidebar-widget ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.sidebar-widget li
{
	list-style: none;
	margin: 0px 0px 15px 30px;
	padding: 5px 0px 10px 15px;
	border-bottom: 2px dotted #FE7606;
	color: #7A7C7D;
	background: url(images/sidebar-li-bg.png) 0px 10px no-repeat;
}

#sidebar a:link, #sidebar a:visited
{
	color: #FE7606;
}


#footer
{
	clear: both;
	width: 850px;
	margin: 0px auto 0px auto;
	padding: 0px 20px 50px;
	color: #aaa;
	text-align: center;
	overflow: hidden;
}

#footer a
{
	color: #aaa;
}



a, a:link, a:visited
{
	color: #D03921;
	text-decoration: none;
}
	
a:hover, a:focus, a:active
{
	color: #FFCF1E !important;
	outline: none;
}

a img
{
	border: none;
}


form
{
	margin: 0px;
	padding: 0px;
}

input, textarea, select
{
	padding: 2px 4px;
	border: 1px solid #FFCF1E;
	background: #f5f5f5;
	font-family: Arial, Sans-Serif;
}

input.submit
{
	padding: 2px 5px;
	border: none;
	color: #ffffff;
	background: #FFCF1E;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
}

input.submit-search
{
	width: 70px;
	height: 26px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: url(images/search-button-bg.png) center center no-repeat;
	cursor: pointer;
}