/*
Theme Name: The Property Network
Theme URI: http://www.thepropertynetwork.com
Description: Real Estate Theme for The Property Network [Nicole Borsey] Designed by <a href="http://www.edwardhotchkiss.com/">http://edwardhotchkiss.com/</a>.
Version: 0.1
Author: Edward Hotchkiss
Author URI: http://www.thepropnet.com/
Tags: dark, black, two-columns, right-sidebar, widget-ready
*/

@charset "utf-8";

*, html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    background: url(images/bg.gif) no-repeat top center #231f20;
    color: #fff;
    font: 12px Verdana;
    margin-bottom: 30px;
}

.clearfix:after, #wrapper:after, #footer ul:after, .boxContent_row:after, #myMenu2 ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

img {
    border: 0;
    padding: 0;
    margin: 0;
}

a {
    color: #a7cd39; 
    text-decoration: underline;
}
----
/* -------------------------------------------------------------- 

   Basic WordPress Blog Styles   

-------------------------------------------------------------- */   

/* Images
-------------------------------------------------------------- */

.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
  margin-right: 1.5em;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
  margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley {
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	margin:-1.5em 0 0 0;
}

/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
------

/* Header */

#wrapperHeader {
  	width: 100%;
  	float: left;
}

#wrapperHeader_a {
  	width: 100%;
  	height: 95px!important
}

#logo {
  	width: 380px;
  	height: 95px;
  	padding-right: 170px;
 	float: left;
}

.social {
  	width: 46px;
  	height: 95px;
  	padding-right: 5px;
  	overflow: hidden;
  	float: left;
}

#contact {
  	width: 210px;
  	height: 95px;
  	float: left;
  	vertical-align: bottom;
}

#contact p {
  	margin-top: 30px;
  	text-align: right;
  	vertical-align: bottom;
  	line-height: 18px;
}

#contact p a {
	text-decoration: none;
}

/* Menu */

#myMenu {
	margin: 16px 0 10px 0;
	width: 100%;
}

#myMenu #names {
	width: 960;
	margin: 0 auto 0 auto;
}

#myMenu ul#names {
	list-style: none;
	list-style-type: none;
}

#myMenu ul#names li {
	list-style-type: none;
}

#myMenu ul#names li a {
	float: left;
	height: 20px;
	text-decoration: none;
	text-align: center;
	padding: 10px 14px 7px 14px;
	background: #c6e964;
	background: -moz-linear-gradient(center top , #c6e964, #a9cf39) repeat scroll 0 0 transparent;
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	color: #363434;
	font-size: 11px!important;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
	text-transform: uppercase;
}

ul#names li:last-child a {	
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}

ul#names li:last-child a {
	padding: 10px 35px 7px 30px!important;
}

ul#names li:first-child a, ul#names li a:hover {
	background: -moz-linear-gradient(center top, #a5c549, #7c9a28) repeat scroll 0 0 transparent!important;
	color: #fff!important;
}

ul#names li:first-child a {
	padding: 10px 30px 7px 35px!important;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}

/* End OLD Navigation */

/* Menu #2 w/ Images */

#myMenu2 {
	width: 980px;
	margin: 16px 0 10px 0;
}

#myMenu2 ul {
	list-style: none;
	margin: 0!important;
	padding: 0!important;
}

#myMenu2 ul li a img {
	text-decoration: none;
	border: none;
}

#myMenu2 ul li {
	float: left;
	text-decoration: none;
	margin: none!important;
	padding: none!important;
}

#myMenu2 ul li#searchMenu {
	background: url(images/search_bg.png) 0 0 no-repeat!important;
	width: 227px;
	height: 33px;
}

#searchSite {
	border: none;
	background: #fff;
	height: 12px!important;
	font: 11px Verdana;
	width: 80px;
	margin: 7px 0 0 50px;
}

#menu2Gap {
	width: 5px;
	height: 33px;
}

/* End New Navigation */

/* Body */

#wrapper {
	margin: 0 auto 0 auto;
	width: 980px;
	text-align: left;
}

#header {
	position: relative;
	float: left;
	width: 980px;
}

#container {
	float: left;
	width: 700px;
}

#container2 div h2 {
	font: 24px Helvetica, Verdana;
	background: #000;
	padding: 0px 0 10px 20px;
	width: 930px;
	margin: 0 0 0 5px;
}

#container2 div .entry {
	background: #000;
	padding: 20px;
	width: 930px;
	margin: 0 0 0 5px;
}

.entry-search {
	background: #000;
	padding: 10px;
	margin-top: 10px;
}

.entry-search h2 {
	text-transform: uppercase;
	font-size: 12px;
}

/* Blog */

.post {
	padding: 20px 20px 20px 20px;
	margin: 10px 0 30px 0;
	background: #000;
}

.post h2 {
	font-family: 'Lucida Grande', sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 10px 0 10px 0;
}

.entry {
    line-height: 18px;
}

p { 
    padding: 10px 0 0 0;
}

p.postmetadata {
    border-top: 1px solid #ccc;
    margin: 10px 0 0 0;
}

.navigation {
    padding: 10px 0 0 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}

/* End Blog */

/* Sidebar */

#sidebar {
	float: left;
	width: 270px;
	margin: 0 0 0 10px;
	display: inline;
}

#sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0 10px 0 10px;
}

#sidebar ul li {
    padding: 5px 0 0;
    line-height: 24px; 
}

#sidebar ul li h2 {
    font-family: Verdana;
    font-size: 14px;
}

#sidebar ul li h2 a  {
    text-decoration: none;
    padding-left: 15px;
}

#sidebar ul ul li {
    padding: 0;
}

/* Widgets */

#sidebar .widget {
	border: 5px solid #231f20;
	background: #000;
	padding: 15px 15px 15px 0;
	
	margin-top: 10px;
}

.widgettitle {
	list-style-type: none;
}

#sidebar h2 {
	padding-left: 15px;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

#sidebar ul, #sidebar li {
	list-style-type: none;
	list-style: none;
}

/* RSS Feed */

.rsswidget img {
	display: none;
}

/* Widget Forms */

.rightBox_title {
	height: 30px;
  	margin-top: 5px;
  	margin-left: 5px;
  	margin-bottom: 1px;
}

.rightBox_title_a {
  	width:  3px;
  	background: url(images/subLeft.png) no-repeat;
}

.rightBox_title_b {
  	width: 230px;
  	color: #fff;
  	background-color: #000;
  	background: url(images/subRight.png) right top no-repeat;
}

.rightBox_title_b p {
  	font-size: 12px;
  	font-weight: bold;
 	padding-left: 7px;
}

.rightBox_content {
  	width: 230px;
  	background-color: #000;
  	margin-left: 5px;
}

select {
  	border: 0px;
  	background-color: #282828;
  	color: #747474;
  	width: 135px;
}

input[type=text] {
  	border: 1px solid #c1c1c1;
  	padding: 3px;
  	background-color: #282828;
  	color: #747474;
  	width: 135px;
  	
}

.boxContent_row {
  	width: 230px;
  	background-color: #000;
  	padding-left: 5px;
  	padding-right: 5px;
}

.boxContent_row p {
	margin: 2px!important;
	padding: 2px!important;
}

.boxContent {
  	width: 70px;
  	padding: 4px;
  	display: inline-block;
  	color: #a7cd39;
}

#button {
	padding-left: 60px!important;
	padding-top: 5px!important;
}

#button2 {
	padding-left: 147px!important;
	padding-top: 10px!important;
}

/* Calendar */

table#wp-calendar {
    width: 100%;
}

table#wp-calendar caption {
    text-align: left;
    margin: 5px 0 10px 0;
    text-decoration: underline;
}

table#wp-calendar tbody tr td {
	padding: 5px!important;
	background: #231f20;
	color: #fff;
	text-align: center;
}

table#wp-calendar a {
}

table#wp-calendar tbody tr .pad {
	background: none;
}

table#wp-calendar thead tr th {
    font-weight: normal;
    text-decoration: underline;
    text-align: center;
    padding-bottom: 10px;
}

#calendar-3 h2.widgettitle {
	display: none;
}

#tag_cloud-3 div a {
	margin: 5px 5px 5px 0!important;
}

/* End Sidebar */

/* Comments */

#comments {
	width: 100%;
	background: #000;
	padding: 10px;
	font-weight: normal;
}

#respond {
	background: #000;
	width: 100%;
	padding: 10px;
}

textarea#comment {
  	border: 1px solid #c1c1c1;
  	padding: 5px;
  	background-color: #282828;
  	color: #747474;
}

.navigation {
	width: 100%;
	background: #000;
	padding: 10px;
}

.commentlist {
	width: 100%;
	background: #000;
	padding: 10px;
}

.comment {
	width: 400px;
	margin-left: 60px;
}

.avatar {
	border: 5px solid #fff;
}

cite.fn a {
	vertical-align: middle;
}

.comment-meta {
	padding: 10px 10px 10px 0;
}

.comment-body {
	margin: 5px 0 15px 0!important;
	padding: 10px 0 20px 0!important;
	border-bottom: 1px solid #fff!important;
}

/* EOF */

/* Footer */

#footer {
	position: relative;
	margin: 0 auto 0 auto;
	width: 960px;
	background: #393637;
	margin-bottom: 10px;
	margin-top: 20px;
	padding: 10px 5px 10px 5px;
}

#footer p {
	text-align: center;
}

#footerLinks {
	list-style: none;
	width: 900px;
	margin: 0 auto 0 auto;
    position: relative;
}

#footerIcons {
	list-style: none;
	position: relative;
	width: 92px;
	margin: 0 auto 0 auto;
	margin-top: 14px;
}

#footer ul li {
	float: left;
	padding: 0 5px 0 0;
}

/* 

Rotator Image Cycling

*/
#post-202,
#post-124 {
	margin: 0;
	padding: 2px 0 8px 0px;
}

#rotator {
	margin-bottom: 5px;
	margin-left: 8px !important;
}

/*

Post Hiding

*/

#post-124 div.entry p.postmetadata, #post-122 div.entry p.postmetadata {
	display: none;
}

/*

Twitter

*/

#twitter_update_list li {
	border-bottom: 1px solid #c1c1c1;
	margin: 10px 0 7px 0!important;
	padding: 10px 0 7px 0!important;
}

/* Sidebar Widget Property Search Form */

#QS-labelCityList, #QS-labelMinBaths, #QS-labelMinBaths, #QS-labelMinRooms, #QS-labelMinSqft, #QS-labelMinPrice, #QS-labelMaxPrice  {
	color: #a7cd39;
	text-align: right;
	font-size: 10px;
	font-weight: normal;
}

/* Tag Cloud Plugin */

#wp-cumulus {
	padding-left: 20px;
}

#calendar_wrap {
	padding-left: 10px;
}

/* Left Sidebar Data */

.leftSidebar {
	float: left;
	margin-left: 0!important;
	
	
}

.rightContainer {
	float: right;
	
}

#text-11 div a img {
	margin-left: 5px;
}

#text-12 div.textwidget div a {
	margin-left: 5px;
}

/* EOF */


