/*   
Theme Name: DPS
Theme URI: http://dynamicpagesolutions.com
Description: Simple Customizable Template for MLS Listing Posts. 
Author: Suzi Jackson
Version: 1.0
.
For Blog Clients of Dynamic Page Solutions
.
*/

/**************************
RESETS
**************************/
*{
	margin:0;
	padding:0;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, font, img, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, table, caption, tr, th, td{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	border-collapse:collapse;
	border-spacing:0;
}
a img{
	border:none;
}

/**************************
GLOBAL
**************************/
body{
	background-color:#666;
	background-image:none;
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}
h1, h2, h3, h4, h5, h6{
	margin:10px 0px 0px 0px;
}
p{
	margin:0px 0px 20px 0px;
	line-height:1.4;
}
a, a:link{
	color:#00528f;	
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:#00528f;
	text-decoration:underline;
	font-weight:bold;
}

/**************************
LAYOUT
**************************/
#outline{
	width:960px;
	margin:0px auto;
}

/**************************
Header
**************************/
#header{
	height:85px;
	overflow:hidden;
	padding:15px 30px 15px 30px;
	background:#333 no-repeat;
	color:#666;
}
.blog-title{
	float:left;
	width:420px;
	padding:0px;
}
.blog-title a{
	color:#fff;
	font-size:30px;	
	font-weight:normal;
}
.blog-title a:hover{
	text-decoration:none;
}
.blog-description{
	float:left;
	clear:left;
	width:390px;
	font-size:18px;
	padding:5px 0px 0px 30px;
	margin:0px;
}
#top-widget{
	float:right;
	width:468px;
	height:60px;
	margin:15px 0px 0px 0px;
}
#top-widget img{
	float:right;
	height:60px;
	padding:0px 0px 0px 15px;
}
.logo #person-name{
	text-align:right;
	font-size:18px;
	padding:8px 0px 0px 0px;
}
.logo #person-phone{
	text-align:right;
	font-size:18px;
}

/**************************
NAVIGATION
**************************/
#nav{
	position:relative;
	width:960px;
	height:38px;
	background:url(images/nav-black.jpg) repeat;
}
#nav ul{
	float:left;
	list-style:none;
}
#nav li{
	float:left;
}
#nav li a, #nav li div{
	height:26px;
	display:block;
	margin:0px;
	padding:12px 16px 0px 16px;
	background:url(images/nav-black.jpg) repeat 0px 0px;
	color:#fff;
	font-size:12px;
	border-right:1px solid #222;
}
#nav li div{
	font-weight:bold;
	cursor:default;
}
#nav li a:hover{
	background:url(images/nav-black.jpg) repeat 0px 38px;
	text-decoration:none;
}

/*Theme Controlled External Links*/
ul#menu-other a{

}

/**************************
CONTENT AREAS
**************************/
#content{
	clear:both;
	width:900px;	
	background:#fff;
	padding:30px 30px 10px 30px;
}

/*Left Side by Default (Wide Content Column)*/
#left{
	float:left;
	width:550px;
	margin:0px;
	padding:0px 10px 0px 20px;
	font-size:120%;
}
#left p{
	text-align:justify;
	margin:0px 0px 10px 0px;
}
#left p a{
	font-size:110%;
	text-decoration:underline;
}
#left p a:hover{
	color:#333;
}	
#left ul, ol{
	margin:0px 0px 20px 20px;
}
.headline{
	margin:0px 0px 20px 0px;
}
.headline h1{
	font-size:20px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
}
.headline h1 a{
	font-weight:normal;
}

/*Date Tab*/
.date{
	float:left;
	width:50px;
	height:50px;
	padding:0px;
	margin:5px 15px 0px 0px;
	text-align:center;
	font-size:xx-small;
	border:1px solid #ccc;
	color:#999;
}
.date-m{
	background-color:#ccc;
	padding:2px;
}
.date-d{
	margin:7px 0px 0px 2px;
	padding:0px;
	text-align:center !important;
	font-size:16px;
}
.date-d em{
	font-size:xx-small;
	vertical-align:top;
}
.post_info{
	padding:0px 0px 0px 0px;
}
.post_info a{
	font-weight:normal;
}

/*Post Containers*/
.excerpt{
	padding:0px 0px 5px 0px;
	border-bottom:dotted 1px #ccc;
	margin:0px 0px 40px 0px;
}
.excerpt img.post-image{
	width:150px;
}
.post-single{
	margin:0px 0px 20px 0px;
}
.single_content{
	padding:0px 0px 5px 0px;
	border-bottom:dotted 1px #ccc;
	margin:0px 0px 40px 0px;
}
.tag_info{
	clear:both;
	margin:10px 0px 0px 0px;
	padding:5px 0px 0px 20px;
	font-size:100%;
	background:url(images/tag.gif) no-repeat 0px 5px;
	border-top:1px dotted #ccc;
}
.tag_info a{
	font-weight:normal;
}

/*Additional Post Add-Ons*/
.bookmarks{
	text-align:right;
	float:right;
}
.previous-posts{
	margin:15px 0px 15px 0px;
	float:left;
	font-size:120%;
}
.next-posts{
	margin:15px 0px 15px 0px;
	float:right;
	font-size:120%;
}
.previous-posts a, .next-posts a{
	font-weight:normal;
	color:#999;
}
.wp-bookmark{
	margin:0;
}
.user-mail{
	background:url(images/email.gif) no-repeat;
}

/*Right Side by Default (Narrow Menu Column)*/
#side{
	float:right;	
	width:280px;
	margin:0px;
	padding:0px 0px 10px 20px;
}
#side{
	font-size:120%;
}
#side ul, #appendix ul{
	list-style:none;
	padding:0;
}
#side .widget a{
	text-decoration:none;
	color:#999;
	font-weight:normal;
}
#side .widget li a{
	padding:8px 0px 8px 8px;
	margin:0px;
	border-bottom:1px dotted #ccc;
}
#side .widget li a:hover{
	color:#666;
	background:#ccc;
}
#side .widget li ul{
	list-style:disc;
	color:#ccc;
	margin:0px 0px 5px 0px;
	padding:0px;
}
#side .widget li ul li{
	margin:0px 0px 0px 40px;
	border:none;
}
#side .widget li ul li a{
	padding:4px 0px 4px 8px;
}

/*Footer*/
#appendix{
	width:930px;
	clear:both;
	background:#333;
	padding:30px 30px 30px 0px;
	margin:0 0 50px 0;
	color:#666;
	font-size:120%;
}
#appendix .widget{
	border:1px solid #666;
	padding:20px 0px 0px 0px;
}
#appendix a{
	color:#999;
	font-weight:normal;
}
#appendix a:hover{
	color:#ccc;
	text-decoration:underline;
}
.app_widget{
	float:left;
	width:280px;
	padding:0px 0px 0px 30px;
}
#credits{
	height:46px;
	padding:0px;
}
a#totop{
	font-weight:bold;
	float:right;
}
#archives{
	min-height:130px;
}

/**************************
WIDGETS
**************************/
.widget{
	padding:15px 15px !important;
	margin:0px 0px 10px 0px;
	border:1px solid #ccc;
}
.widget h4{
	border-bottom:1px dotted #ccc;
	font-weight:bold;
	font-size:130%;
	margin:0px;
	padding:10px 0px 3px 0px;
}
.widget #logo-box{
	padding:15px 0px 15px 0px;
	background:#fff;
}
.widget #logo-box img{
	max-width:248px;
}
.widget #person-name{
	font-size:120%;
	font-weight:bold;
	margin:5px 0px 5px 0px;
}
.widget #person-phone{
	font-size:120%;
	font-weight:bold;
}
.widget a{
	display:block;
	padding:5px 0px;
	font-size:110%;
}
.widget a:hover{
	color:#666;
}

/*Tag Cloud*/
#tag_cloud a{
	display:inline;
}
#tag_cloud{
	min-height:130px;
}

/*Mortgage Calculator*/
#mortgage-calc{
	width:100%;
	margin:15px 0px 0px 0px;
	font-size:90%;
}
#mortgage-calc td{
	padding:5px 10px !important;
}
#mortgage-calc th{
	width:50%;
	font-weight:normal;
}
#mortgage-calc input.amount-calc{
	width:80px;
}
#mortgage-calc input.interest-calc{
	width:80px;
	margin:0px 0px 0px 6px;
}
select.year-calc{
	width:84px;
	margin:0px 0px 0px 6px;
}
#mortgage-calc .button-calc{
	margin:15px 0px 0px 0px;
}
input.button-calc{
	padding:5px;
	color:#fff;
	background:url(images/nav-black.jpg);
	border:1px solid #222;
	cursor:pointer;
}
input.button-calc:hover{
	background:url(images/nav-black.jpg) repeat 0px 36px;
}
#mortgage-total{
	margin:10px 0px 0px 0px;
	font-size:16px;
}

/*Fancy WP Cumulus tags*/
#wp-cumulus{}

/**************************
FORMS
**************************/
label{
	display:block;
	margin:0px 0px 5px 0px;
}
.text{
	width:97%;
	margin:0px 0px 10px 0px;
	padding:5px;
	border:1px solid #ccc;
}
textarea{
	width:97%;
	height:150px;
	margin:0px;
	padding:5px;
	border:1px solid #ccc;
}
.submit{
	width:auto;
	padding:5px 20px;
	margin:5px 0px;
}
input{
	margin:0px 5px 0px 0px;
}
input#submit{
	padding:5px;
	color:#fff;
	background:url(images/nav-black.jpg);
	border:1px solid #222;
	cursor:pointer;
}
input#submit:hover{
	background:url(images/nav-black.jpg) repeat 0px 36px;
}

/**************************
SEARCH FORM
**************************/
input#search{
	width:192px;
	padding:5px;
	background:#666;
	border:1px solid #ccc;
}
#search-submit{
	padding:5px;
	color:#fff;
	background:url(images/nav-black.jpg);
	border:1px solid #222;
	cursor:pointer;
}
#search-submit:hover{
	background:url(images/nav-black.jpg) repeat 0px 36px;
}

/**************************
WORDPRESS CSS
**************************/
img.alignright{
	float:right;
	margin:0 0 30px 30px;
}
img.alignleft{
	float:left;
	margin:0 50px 30px 0;
}
img.aligncenter{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
a img.alignright{
	float:right;
	margin:0 0 30px 30px;
}
a img.alignleft{
	float:left;
	margin:0 50px 30px 0;
}
a img.aligncenter{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.aligncenter, div.aligncenter{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.alignleft{
	float:left;
}
.alignright{
	float:right;
}
.wp-caption{
	border:1px solid #ddd;
	text-align:center;
	background-color:#f3f3f3;
	padding-top:4px;
	margin:10px;
}
.wp-caption img{
	margin:0;
	padding:0;
	border:0 none;
}
.wp-caption p.wp-caption-text{
	font-size:110%;
	padding:0 4px 5px;
	margin:0;
}

/**************************
SUPERFISH DROP DOWNS
**************************/
/*Essentail SF Styles*/
.sf-menu, .sf-menu *{
	margin:0;
	padding:0;
	list-style:none;
}
.sf-menu{
	line-height:1.0;
}
.sf-menu ul{/* left offset of submenus need to match (see below) */
	position:absolute;
	top:-999em;
	width:16em;
}
.sf-menu ul li{
	width:100%;
	margin:0 !important;
}
.sf-menu ul ul li{
	margin:0 !important;
}
.sf-menu li:hover{
	visibility:inherit;/* fixes IE7 'sticky bug' */
}
.sf-menu li{
	float:left;
	position:relative;
}
.sf-menu a{
	display:block;
	position:relative;
}
.sf-menu li:hover ul,.sf-menu li.sfHover ul{
	left:0;
	top:38px;/* match top ul list item height */ 
	z-index:1000;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul{
	top:-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul{
	left:10em;/* match ul width */ 
	top:0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul{
	top:-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul{
	left:10em;/* match ul width */
	top:0;
}

/*Custom SF Styles*/
.sf-menu li ul{
	border-top:none;
}

/**************************
TOOLS
**************************/
.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%;
}
.clear{
	clear:both;
}

/**************************
DPS MLS Feed
**************************/
.rss-post-listing br{
	display:none;
}
.rss-post-listing{
	margin:20px 0px 0px 0px;
	display:block;
}
.post-image{
	float:left;
	padding:3px;
	border:1px solid #ccc;
	margin:10px 10px 0px 0px;
}
.post-header{
	margin:0px 0px 10px 0px !important;
	padding:0px !important;
	text-transform:capitalize;
	text-align:left;
}
.entry-content p br{
	display:none !important;
}
h4.post-agent{
	margin:0px;
	padding:0px;
	font-size:11px;
	text-align:right;
	text-transform:capitalize;
}
h4.post-agent br{
	display:none !important;
}
h4.post-source{
	margin:0px 0px 20px 0px;
	padding:0px;
	font-size:11px;
	text-align:right;
	text-transform:capitalize;
}
.rss-link2{
	display:block;
	text-align:center !important;
	margin:10px 0px;
}
.rss-post-disclaimer{
	width:472px;
	display:block;
	font-size:10px;
	line-height:1.1;
	text-align:center;
	margin:0px auto;
}
.rss-ref-num{
	font-size:9px;
	line-height:1;
	float:right;
}
.rss-post-disclaimer img{
	overflow:hidden;
	height:25px;
	width:auto;
}
.rss-post-disclaimer br{
	display:none !important;
}
