/* -----------------------------------------------------
|                RentPost WP Theme CSS                  |
|                   Copyright 2009                      |
|                                                       |
| --------------------- Colors ------------------------	|
|            Blue link:         #2f2b7a                 |
|            Red Highlight:     #8F0F1C                 |
|            light Blue:        #e9e8ff                 |
|                                                       |
------------------------------------------------------ */

html, body, form, h1, h2, h3, h4, h5, h6, p, img, a {
	margin:0;
	padding:0;
	outline:0;
	border:0;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #222;
	background: #dadada;
	}	

/* ---------------- DEFAUlT CLASSES ------------------ */
a {
	color: #2f2b7a; /* Default Color */
	}
	
a:hover {
	color: #8F0F1C; /* Default Color */
	}
	
a:active {
	color: #000; /* Default Color */
	}

small {
	font-size: .9em;
	}
	
p {
	line-height: 150%;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	letter-spacing: -0.01em;
	}
	
h1 { font-size:2.4em; }
h2 { font-size:1.9em; }
h3 { font-size:1.5em; }
h4 { font-size:1.3em; }
h5 { font-size:1.2em; font-weight:bold; }
h6 { font-size:1.2em; font-weight:bold; }

h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 20px 0;
	}
	
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	color: #222;
	}

.message {
	padding:5px 10px;
	color:#777;
	}
	
.error{
	background:#ffcfcf;
	border:1px solid #e38e95;
	}
	
.warning {
	background:#fefaca;
	border:1px solid #dfe05e;
	}
	
.information {
	background:#dce3ff;
	border:1px solid #adafe8;
	}

.success {
	background:#d5ffcf;
	border:1px solid #9ddd91;
	}

.post ul, .post ol {
	list-style-position: inside;
	margin: 0 0 20px 8px;
	}

.post ul li, .post ol li {
	padding:3px;
	}

blockquote {
	width:75%;
	border-left:3px solid #eee;
	margin:0 0 0 30px;
	padding:0 0 0 10px;
	}

hr {
	color:#fff;
	background-color:none;
	border:1px solid #eee;
	border-style:none none solid; 
	margin-bottom:20px;
	}

.alternate, .hidden {
	display:none;
	}

.contentwidth {
	width:940px;
	margin:0 auto;
	}

.left {
	float:left;
	}
	
.right {
	float:right;
	}


/* -------- WP CLASSES -------- */
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
	}
	
.alignleft {
   float: left;
	}
	
.alignright {
   float: right;
	}
	
img.alignleft, .wp-caption.alignleft {
	margin:5px 15px 20px 0;
	}
	
img.alignright, .wp-caption.alignright {
	margin:5px 0 20px 15px;
	}
	
img.aligncenter {}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 3px 7px;
	margin: 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}
	
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}



/* -------- CLEARFIX -------- */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
	}
	
.clearfix {
    display: inline-block;
	}
	
html[xmlns] .clearfix {
    display: block;
	}
	
* html .clearfix {
    height: 1%;
	}


/* --------------------- LAYOUT ---------------------- */
#header-top {
	background: #e5e5e5;
	border-bottom: 1px solid #f8f8f8;
	height: 14px;
	line-height: 14px;
	vertical-align: middle;
	padding: 5px;
	font-size: .9em;
	}
	
#header .contentwidth {
	border-bottom: 1px solid #eee;
	}
	
#logo {
	width: 320px;
	float: left;
	}
	
#menu {
	width: 620px;
	float: right;
	margin-top: 37px;
	}
	
#menu ul {
	margin: 0;
	padding: 0;
	}
	
#menu ul li {
	list-style-type: none;
	margin-left: 8px;
	padding: 0;
	float: right;
	}
	
#menu ul li a {
	color: #2f2b7a; /* Default Color */
	display: block;
	padding: 3px 15px 1px 15px;
	line-height: 2em;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	}
	
#menu ul li a:hover, #menu ul li.current_page_item {
	background: #eee; /* Default Color */
	}
	
#menu ul li a:active {
	color: #000; /* Default Color */
	}

#outer {
	/* NOTE */
	/* This can be overwrote via the custom settings page */
	/* a new background-image will be inserted into the head. */
	background: #fff;
	}

#main {
	min-height: 100px;
	padding: 30px 0;
	}

#main .content {
	text-align: justify;
	}

#footer-top, #footer-mid, #footer-bottom {
	padding: 15px 0;
	}

#footer-top {
	background: #eee url(images/bg_footer_top.gif) repeat-x top;
	padding-top: 18px;
	}
	
#footer-top-html {
	}
	
#footer-top .widget {
	margin-bottom: 0;
	}
	
#footer-top p, #footer-mid p {
	margin: 0;
	}
	
#footer-mid {
	background: #f1f1f1 url(images/bg_footer_mid.gif) repeat-x top;
	}
	
#footer-mid-html {
	}
	
#footer-bottom {
	background: #dadada url(images/bg_footer_bottom.gif) repeat-x top;
	padding: 10px 0 30px 0;
	}
	
#footer-bottom p, #footer-bottom a {
	color: #777;
	}

.column {
	float: left;
	}
	
.column60, .column140, .column160, .column220 {
	margin: 0 20px 0 0;
	}
	
#footer-top .column220 {
	margin: 0 5px;
	}
	
.column720 {
	margin: 0 60px 0 0;
	}
	
.column60 {
	width: 60px;
	}
	
.column140 {
	width: 140px;
	}
	
.column160 {
	width: 160px;
	}
	
.column220 {
	width: 220px;
	}
	
.column720 {
	width: 720px;
	}
	
.last /* Since IE6 can't do col+col, need to add last to the last column to remove padding manually */ {
	margin: 0px;
	}

#twitter { margin: 15px 0px 0px -4px; }
#twitter-url {
	padding: 2px 0 0 0;
	font-size: 85%;
	}
	
#twitter-url a  {
	text-decoration: none;
	color: #777;
	font-weight: bold;
	letter-spacing: -0.02em;
	}
	
#twitter-url a:hover {
	text-decoration: underline;
	}
	
.tweet {
	background:url(images/bg_tweet.gif) no-repeat top left;
	height: 84px;
	}
	
#tweets ul, #tweets ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

.minitweet a {
	background: url(images/bg_tweet_mini.gif) no-repeat top left;
	display: block;
	width: 60px;
	height: 84px;
	text-indent: -9999px;
	}
	
.minitweet a:hover {
	background-position: 0 -84px;
	}
	
.tweet p {
	font-size: .8em;
	padding: 6px 20px;
	line-height: 130%;
	font-family: "Georgia", Times, Serif;
	}
	
.tweet p:hover {
	color: #444;
	}
	
.tweet a {	
	color: #777;
	}
	
.tweet em {	
	display: block;
	}
	
#social-icons-bottom {
	}

/* --------------------- POST ---------------------- */
.post {
	border-bottom: 1px solid #eee;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	}

.post-header {
	padding: 0 0 15px 0;
	}
	
.post-header .date {
	float: left;
	width: 43px;
	margin-right: 10px;
	border: 1px solid #eee;
	text-align: center;
	color: #777;
	}
	
.post-header .date .month {
	font-weight: bold;
	background: #fff;
	font-size: 85%;
	}
	
.post-header .date .day {
	font-size: 1.70em;
	background: #eee;
	}
	
.post-header .details {
	width: 665px;
	float: left;
	}
	
.post-header .details h2 {
	margin: 2px 0 2px 0;
	line-height: 100%;
	}
	
.post-header .details .meta {
	line-height: 21px;
	}
	
.post-header .details .comments {
	float: right;
	}	

/* --------------------- NAVIGATION ---------------------- */
div.navigation a, a.more-link {
	float: right;
	background: #DDD; /* default color */
	color: #666;  /* default color */
	margin-top: -10px;
	padding: 4px 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 80%;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	}

a.more-link:hover {
	background: #CCC; /* default color */
	color: #444;
	}
	
div.navigation {
	padding: 10px 0;
	}
	
div.navigation a {
	color: #888;
	background: #fefefe;
	border: 1px solid #ccc;
	}

/* --------------------- WIDGETS ---------------------- */
.widget {
	margin-bottom: 40px;
	font-size: 80%;
	}
	
.widget h3, .widget p {
	margin-bottom: 10px;
	}
	
.widget h3 {
	letter-spacing: 0;
	font-weight: bold;
	}
	
.widget ul {
	margin: 0;
	padding: 0;
	}
	
.widget ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
.widget ul li a {
	display: block;
	width: 100%;
	line-height: 2.25em;
	border-bottom: 1px solid #eee;
	text-decoration: none;
	font-size: 1em;
	padding-left: 5px;
	}

.widget ul li a:hover {
	padding-left:8px;
	}
	
.widget ul li ul {
	margin-left:20px;
	}
	
.widget ul li ul li ul {
	margin-left:20px;
	}

/* ----- WIDGET TAG CLOUD ----- */	
div.widget_tag_cloud div a {
	text-decoration: none;
	}
	
div.widget_tag_cloud div a:hover {
	text-decoration: underline;
	}

/* ------- WIDGET TOPSY ------- */		
a.twitter-share-button {
	float: right;
	}
	
/* -------- WIDGET ADS -------- */
.widget .ads {
	background: #f4f4f4;
	padding: 12px 12px 12px 13px;
	}
	
.widget .ad {}
.widget .ad a {
	background: #e1e1e1 url(images/bg_ads.gif);
	border: 1px solid #fff;
	padding: 4px;
	margin: 4px auto;
	display: block; 
	}
	
.widget .ad a:hover {
	background:#ccc; 
	}

/* -------- SEARCH -------- */
#searchform {
	width: 160px;
	background: #f3f3f3;
	border: 1px single #f3f3f3;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px; 
	}

#searchform #s, #searchform button {
	background: none;
	border: 0;
	height: 25px;
	padding: 3px 0 3px 10px;
	}
	
#searchform #s {
	width: 100px;
	margin: 0;
	color: #c0c0c0;
	font-weight: bold;
	}
	
#searchform button {
	padding: 5px 5px 0 0;
	text-align: right;
	float: right; 
	}

/* --------------------- COMMENTS ---------------------- */
ol.commentlist, ol.commentlist li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
ol.commentlist .vcard {
	border-top: 1px solid #eee;
	padding: 10px 0 0 0;
	}
	
ol.commentlist .avatar {
	float: left;
	border: 1px solid #eee;
	padding: 1px;
	}
	
ol.commentlist .commentmetadata {
	float: right;
	font-size: 70%;
	}
	
ol.commentlist .fn {
	font-weight: bold;
	float: left;
	padding: 15px 0 10px 10px;
	}
	
ol.commentlist .says {
	display: none;
	}
	
ol.commentlist p {
	display: block;
	clear: both;
	font-size: 80%;
	padding: 10px 0 0 0;
	margin: 0;
	}
	
ol.commentlist a.comment-reply-link {
	font-weight: bold;
	font-size: 90%;
	}
	
.reply {
	padding: 10px 0 10px 0;
	}
	
#respond {
	margin: 20px 0 0 0;
	}	

/* -------- COMMENT FORM -------- */
#commentform input, #commentform textarea {
	width: 300px;
	padding: 7px;
	font-size: 90%;
	font-weight: bold;
	border: 1px solid #ddd;
	background: #f9f9f9;
	}
	
#commentform #comment {
	width: 600px;
	font-size: 100%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#commentform #submit {
	width: 150px;
	}
	
#commentform label {
	margin: 0 0 0 10px;
	}

#commentform div.submit-button {
	float: left;
	margin: 15px 15px 0 0;
	}
	
#commentform #submit {
	background: #999;
	border: 1px solid #838383;
	padding: 5px;
	color: #fff;
	font-weight: normal;
	}
	
#commentform p#sfc_comm_send {
	float: left;
	margin: 18px 0 0;
	}

/* ------------------- ABOUT AUTHOR -------------------- */
.bio {
	border: 1px solid #eee;
	background: #f9f9f9;
	padding: 10px;
	font-size: 75%;
	}
	
.bio .pic {
	float: left;
	width: 93px;
	}
	
.bio .details {
	width: 580px;
	float: left;
	}
		
.bio h5, .bio p {
	margin: 0 0 5px 0;
	}

div.widget_text {
	width: 160px;
	}
	
div.widget_recent_comments, div.widget_recent_entries {
	width: 345px;
	margin-right: 30px !important;
	}
	
div.widget_recent_comments ul li, div.widget_recent_entries ul li, div.widget_text ul li {
	margin-bottom: 10px;
	}

div.widget_recent_comments ul li a, div.widget_recent_entries ul li a, div.widget_text ul li a{
	line-height: 1.2em;
	}
	
div.widget_recent_comments ul li a, div.widget_recent_entries ul li a, div.widget_text ul li a, 
div.widget_recent_comments ul li a:hover, div.widget_recent_entries ul li a:hover, div.widget_archive ul li a:hover {
	padding-left: 0 !important;
	}		

