/*  
Theme Name: UNO Property
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 Studios
Author URI: http://www.unodesignstudio.com

	Uno Property
	 http://www.unodesignstudio.com

	This theme is designed by UNO Design Studio

	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: #ffffff;
	background: #1C1C1B;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
}

#wraper
{
	width: 1004px;
	margin: 0px auto 0px auto;
/*border: 1px solid red;*/
}

#header
{
	height: 100%;
	margin: 10px auto 0px auto;
	padding: 0px;
	background: #3D3C37 url(images/header-bg-top.jpg) center top no-repeat;
}

#header-logo
{
	float: left;
	width: 75%;
	height: 60px;
	padding: 15px 0px 0px 15px;
}

#header-logo img
{
	float: left;
	margin-right: 5px;
}

#header-logo a
{
	display: block;
	padding: 10px 0px 0px 0px;
	font-size: 26px;
	font-weight: normal;
}

#header-links
{
	float: right;
	margin: 10px 10px 0px 0px;
}

#header-links div
{
	padding: 2px 50px 2px 0px;
	border-bottom: 1px dotted #68655C;
}

#header-text
{
	clear: both;
	height: 229px;
	color: #51504B;
	background: #3D3C37 url(images/header-text-bg.jpg) center top no-repeat;
}

#header-text-left
{
	float: left;
	width: 49%;
}

#header-text-right
{
	float: right;
	width: 49%;
	padding: 10px;
}

#header-menu
{
	clear: both;
	height: 15px;
	padding: 15px;
	color: #CFE706;
	background: url(images/header-menu-bg.jpg) left top repeat-x;
}


#page
{
	clear: both;
	height: 100%;
	padding: 10px 0px 0px 0px;
	background: url(images/page-bg.jpg) left top repeat-y;
	overflow: hidden;
}

#pagefooter
{
	height: 8px;
	background: url(images/page-bg-bottom.jpg) left top no-repeat;
}

#content
{
	float: left;
	width: 687px;
	margin: 0px;
	padding: 0px;
}

.postheader
{
	margin: 5px 15px 0px;
	padding: 0px;
	background: #68655C;
	overflow: hidden;
}

.posttitle
{
	margin: 0px;
	padding: 5px 0px 0px 15px;
}

.posttitle a
{
	font-size: 26px;
	font-weight: normal !important;
}

.postmeta
{
	height: 100%;
	margin: 0px;
	padding: 0px 15px 5px 15px;
	color: #000000;
	font-size: 12px;
	overflow: hidden;
}

.postmeta a
{
	color: #CFE706 !important;
}

.postmetacat
{
	float: left;
}

.postmetadate
{
	float: right;
}

.postmetadate span
{
	color: #CFE706;
}

.postcontent
{
	height: 100%;
	margin: 0px 15px;
	padding: 20px 15px 20px;
	background: #4C4B46;
	overflow: hidden;
}

.postcontent a
{
	color: #CFE706 !important;
}

.postfooter
{
	margin: 0px 15px 15px;
	padding: 30px 0px 10px 0px;
	background: #4C4B46;
	text-align: right;
	overflow: hidden;
}

.postfooter a
{
	margin-right: 15px;
}

blockquote
{
	width: 80%;
	margin: 0px auto 10px auto;
	padding: 30px 10px;
	border: 1px solid #CFE706;
	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: 296px;
	margin: 10px 5px 10px 10px;
	padding: 0px;
	background: url(images/sidebar-bg.jpg) left top repeat-y;
}

#sidebar-ads
{
	float: left;
	width: 260px;
	height: 100%;
	margin-left: 4px;
	border: 10px solid #393937;
	background: #393937;
}

#sidebar-ads div
{
	float: left;
	width: 125px;
	height: 125px;
	background: #ffffff;
}

.sidebar-ads-top
{
	margin-bottom: 10px;
}

.sidebar-ads-right
{
	margin-left: 10px;
}


.sidebar-header
{
	margin: 0px 0px 10px 0px;
	padding: 15px 0px 5px 0px;
	border-bottom: 1px solid #CFE706;
	color: #CFE706;
	font-size: 18px;
	font-weight: normal !important;
}

.sidebar-widget
{
	float: left;
	width: 135px;
	padding: 0px 5px;
}

.sidebar-widget-alt
{
	margin-right: 4px;
	border-right: 2px dashed #68655C;
}

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

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


#footer
{
	clear: both;
	height: 100%;
	padding: 20px 0px;
	color: #CFE706;
	text-align: center;
	overflow: hidden;
}



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

a img
{
	border: none;
}


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

input, textarea, select
{
	padding: 2px 4px;
	border: 1px solid #CFE706;
	color: #68655C;
	background: #393937;
	font-family: Arial, Sans-Serif;
}

input.submit
{
	padding: 2px 5px;
	color: #CFE706;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
}


#searchform
{
	height: 100%;
	border: 1px solid #CFE706;
	overflow: hidden;
}

input#s
{
	float: left;
	width: 232px;
	height: 20px;
	padding: 15px 9px;
	border: none;
}

input#searchsubmit
{
	float: left;
	width: 44px;
	height: 52px;
	border: none;
	background: url(images/sidebar-submit.jpg) left top no-repeat;
	cursor: pointer;
}


