/* 
	Theme Name: painteveryroom.com
	Theme URL: http://painteveryroom.com/
	Description: Customised WordPress Theme by <a href="mailto:milanmk@yahoo.com">Milan Kaneria</a>.
	Author: Milan Kaneria
	Author URI: mailto:milanmk@yahoo.com
	Version: 1.0
		
*/


body
{
	margin: 0px auto 0px auto;
	padding: 0px;
	color: #ffffff;
	background: #484646;
	font-family: "Georgia", "Times New Roman", Arial, Sans-Serif;
	font-size: 14px;
}

#wraper
{
	width: 902px;
	margin: 0px auto 0px auto;
	overflow: hidden;
}

#header
{
	height: 239px;
	background: url(images/header-bg.jpg) center top no-repeat;
	overflow: hidden;
}

#header-box
{
	height: 95px;
	margin-top: 75px;
}

#header-title
{
	float: left;
	width: 430px;
	padding: 0px 0px 0px 210px;
	font-family: Lucida Sans Unicode, Verdana, Arial, Sans-Serif;
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
}

#header-info
{
	float: left;
	padding: 12px 0px 0px 96px;
	color: #c08348;
	font-family: "Times New Roman", Arial, Sans-Serif;
	font-size: 14px;
	text-transform: uppercase;
}

#header-menu
{
	margin: 6px 0px 0px 210px;
	color: #cccccc;
	font-size: 15px;
	overflow: hidden;
	text-transform: uppercase;
}

#header-menu ul
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#header-menu li
{
	float: left;
	display: block;
	margin: 0px;
	padding: 0px 10px 0px;
	border-left: 1px solid;
	list-style: none;
}

#header-menu a:link, #header-menu a:visited
{
	color: #cccccc !important;
}

#header-menu a:hover, #header-menu a:focus, #header-menu a:active
{
	color: #FFB300 !important;
}

#header-menu li.current_page_item a:link, #header-menu li.current_page_item a:visited
{
	color: #FFB300 !important;
}

#page
{
	height: 100%;
	margin: 0px auto 0px auto;
	background: url(images/page-bg.jpg) center top repeat-y;
	overflow: hidden;
}

#content
{
	float: left;
	width: 584px;
	min-height: 526px;
	height: auto !important;
	height: 526px;
	padding: 0px 20px 0px;
	background: url(images/content-bg.jpg) center top no-repeat;
}

#content a
{
	font-weight: bold;
	text-decoration: underline;
}


.posttitle
{
	margin: 0px;
	padding: 0px;
	color: #FFB300;
	font-size: 18px;
}

.posttitle a
{
	color: #FFB300 !important;
}

.postmeta
{
	padding: 10px 0px 0px;
	font-size: 12px;
}

.postcontent
{
	padding: 0px 0px 10px;
/*	margin-bottom: 15px;
	background: url(images/post-bg-.jpg) center bottom no-repeat;*/
}

blockquote
{
	width: 90%;
	margin: 0px auto 10px auto;
	padding: 10px;
	border: 1px solid #cccccc;
	font-style: italic;
}

#page-nav-prev
{
	float: left;
	margin: 0px;
	padding: 0px 0px 20px;
}

#page-nav-next
{
	float: right;
	margin: 0px;
	padding: 0px 0px 20px;
}


#sidebar
{
	float: left;
	width: 251px;
	min-height: 520px;
	height: auto !important;
	height: 520px;
	background: url(images/sidebar-bg.jpg) 27px 0px no-repeat;
}

.sidebar-widget
{
	width: 200px;
	margin: 0px 5px 15px 0px;
	text-align: left;
}

.sidebar-header
{
	padding: 0px 0px 10px 10px;
	color: #4D000F;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.sidebar-content
{
	padding: 0px 12px 10px;
	color: #1b1919;
}

.sidebar-content a
{
	color: #1b1919 !important;
}

.sidebar-widget ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.sidebar-widget li
{
	padding: 4px 0px 4px 10px;
	border-bottom: 1px solid #916336;
	list-style: none;
}


#footer
{
	clear: both;
	height: 72px;
	padding: 12px 50px 0px 0px;
	color: #aaaaaa;
	background: url(images/footer-bg.jpg) center top no-repeat;
	font-size: 12px;
	text-align: right;
}


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

a img
{
	border: none;
}


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

input, textarea, select
{
	padding: 2px 4px;
	border: 1px solid #4D000F;
	font-family: "Georgia", "Times New Roman", Arial, Sans-Serif;
}

input.submit
{
	border: none;
	color: #ffffff;
	background: #4D000F;
	font-weight: bold;
	cursor: pointer;
}
