/*  
Theme Name: Single Property Blue
Theme URI: http://www.sites4subdivisions.com
Description: Custom Theme For real estate professionals to market individual homes
Version: 2.0
Author: Ryan Ward (Modifications by Eric Blackwell)
Author URI: http://www.ryanwardrealestate.com

This theme was designed and coded by Ryan Ward. Released under GPL.
*/

body {
	background: #2b2b2b;
	font-size: 14px;
	font-family: Tahoma;
	margin: 0px;
	}

img {
        border: solid 3px #ccc;
        padding: 2px;
        margin: none;
	}
	
img.content {
        border: 3px solid #ccc;
        padding: 3px;
        margin: none;
	}

#container { 
        width: 900px; 
        background: #fff url(images/bg.png);
        text-align: center; 
        margin: 5px auto; 
        border: 3px solid #ccc;
	}

#header {
	background: #4051A2 url(images/header.png);
	height: 75px;
	}

#header h1 {
         line-height: 25px;
	color: #fff;
	font: Tahoma;
	font-weight: normal;
	font-size: 24pt;
	font-variant: normal;
	padding-right: 5px;
	padding-top: 5px;
         margin-top: 0px;
	}

#header h1 a {
	color: #fff;
	text-decoration: none;
	}

#header h1 a:hover {
	color: #fff;
	text-decoration: underline;
	}

#header h2 {
	color: #fff;
	font-size: 14pt;
	font-family: Tahoma;
	font-style: normal;
	padding-left: 5px;
        margin: 0px;
	}

#header h3 {
	color: #fff;
	font-size: 14pt;
         font-weight: normal;
	font-family: Tahoma;
	font-variant: normal;
         padding-top: -40px;
	padding-right: 5px;
	}

#logo {
         float: left;
         position: relative;
         padding-left: 10px;
         padding-top: 10px;
}

#menu {
        margin:0px;
        background: #4051A2;
        font-family: Tahoma;
        float: left;
        font-size: 10pt;
        width:900px; 
        height:28px;
        border-top: 1px solid #4051A2;
        border-bottom: 1px solid #4051A2;
}


#menu ul {
	margin: 0px 0px 6px -40px;
	list-style: none;
	text-align: left;
}

#menu li {
	display: inline;
}

#menu a {
        position: relative;
        float: left;
	background: #4051A2;
	padding: 6px 10px;
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #4051A2;
}

#menu a:hover {
        color: #fff;
	background: #3300FF;
	text-decoration: none;
}

#photo-content {
        width: 695px;
        float: left;
        margin: 0px;
        border: 5px solid #2b2b2b;
}

#photo-content a  {
         color: #8E1E1E;
	border-bottom: dotted 1px #8E1E1E;
         text-decoration: none;
	}

#photo-content a:hover {
	color: #15317E;
	border-bottom: dotted 1px #15317E;
         text-decoration: none;
	}

#photo-content p {
        font-size: 11pt;
        }
#photo-content b {
         font-color: #8E1E1E;
	line-height: 18pt;
         font-size: 15px;
	}

#photo-content strong {
	font-color: #8E1E1E;
	line-height: 14pt;
	}
#photo-content h1 {
	color: #701818;
	font-size: 22px;
	font-family: Tahoma;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	line-height: 150%;
	margin: 0px;
	}

#photo-content h2 {
	font-family: Tahoma;
	font-size: 16px; 
	color: #701818; 
	margin: 0px;
	line-height: 130%;
	padding-top: 10px 10px 10px 1px;
	}

#photo-content h3 {
	font-family: Tahoma;
	font-size: 14px; 
	color: #701818; 
	margin: 0px;
	line-height: 130%;
	}

#photo-content h4 {
	font-family: Tahoma;
	font-size: 16px; 
	color: #701818; 
	margin: 0px;
	border-bottom: 1px dotted #701818;
	}

#photo-content h5 {
	color: #701818;
	font-variant: small-caps;
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	margin-top: 3px;
	}

#photo-content h6 {
	color: #fff;
	background-color: #701818;
	font-size: 16px;
	font-variant: small-caps;
	margin: 0px;
	line-height: 18px;
	padding: 2px 2px 2px 2px;
	margin-top: 3px;
	}

#photo-content h6 a {
	color: #fff;
	background-color: #CE0000;
	}
#photo-content h6 a:hover {
	color: #15317E;
	background-color: #CE0000;
	}


#photo-content ol {
         font-color: #8E1E1E;
         list-style-type: decimal;
	line-height: 18px;
	margin-left: 25px;

	}
#photo-content ul {
         font-color: #8E1E1E;
	list-style: disc;
	margin: 25px;
	padding: 0px 0px 10px 0px;
	}
	
#photo-content li {
        font-color: #8E1E1E;
	margin: 10px;
	padding: 0px;
	}
	
#photo-content ul li {
        font-color: #8E1E1E;
        list-style: disc;
	margin: 5px;
	padding: 0px 0px 10px 0px;
	}

#content {
         float: left;
         font-size: 14px;
	width: 675px;
         align: left;
         margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
	position:relative;
	text-align: left;
	}

#content a  {
        color: #8E1E1E;
	border-bottom: dotted 1px #8E1E1E;
        text-decoration: none;
	}

#content a:hover {
	color: #15317E;
	border-bottom: dotted 1px #15317E;
        text-decoration: none;
	}

#content p {
        font-size: 11pt;
        }
#content b {
        font-color: #8E1E1E;
	line-height: 18pt;
        font-size: 15px;
	}

#content strong {
	font-color: #8E1E1E;
	line-height: 14pt;
	}

#content h1 {
	color: #701818;
	font-size: 22px;
	font-family: Tahoma;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	line-height: 150%;
	margin: 0px;
	}

#content h2 {
	font-family: Tahoma;
	font-size: 16px; 
	color: #701818; 
	margin: 0px;
	line-height: 130%;
	padding-top: 10px 10px 10px 1px;
	}

#content h3 {
	font-family: Tahoma;
	font-size: 14px; 
	color: #701818; 
	margin: 0px;
	line-height: 130%;
	}

#content h4 {
	font-family: Tahoma;
	font-size: 16px; 
	color: #701818; 
	margin: 0px;
	border-bottom: 1px dotted #701818;
	}

#content h5 {
	color: #701818;
	font-variant: small-caps;
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	margin-top: 3px;
	}

#content h6 {
	color: #fff;
	background-color: #701818;
	font-size: 16px;
	font-variant: small-caps;
	margin: 0px;
	line-height: 18px;
	padding: 2px 2px 2px 2px;
	margin-top: 3px;
	}

#content h6 a {
	color: #fff;
	background-color: #CE0000;
	}

#content h6 a:hover {
	color: #15317E;
	background-color: #CE0000;
	}


#content ol {
        font-color: #8E1E1E;
        list-style-type: decimal;
	line-height: 18px;
	margin-left: 25px;

	}
#content ul {
        font-color: #8E1E1E;
	list-style: disc;
	margin: 25px;
	padding: 0px 0px 10px 0px;
	}
	
#content li {
        font-color: #8E1E1E;
	margin: 10px;
	padding: 0px;
	}
	
#content ul li {
        font-color: #8E1E1E;
        list-style: disc;
	margin: 5px;
	padding: 0px 0px 10px 0px;
	}
	
blockquote{
        border: 10px solid #fff;
	background-color: #3300FF;
        color: #fff;
	margin: 0px;
	padding: 7px;
	width: 640px;
	}

#right { 
         text-align: left;
         display: block;
	font-family: Tahoma;
	font-size: 10pt;
         list-style: none;
	color: #FFFFFF;
	width: 195px;
	float: right;
	margin: 0px;
         line-height: 20pt;
         border: 0px;
	}

#right p {
	color: #fff;
	line-height: 16px;
	padding: 10px;
	}
	
#right h2 {
         line-height: 16pt;
         text-align: center;
	color: #fff;
	font-size: 10pt;
	background: #3300FF;
	list-style: none;
	padding: 6px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
         margin-bottom: 0px;
	border-bottom: 1px solid #fff;
	}

#right a {
        color: #fff;
        }

#right a:hover {
        color: #ccc;
        }

#right ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}

#right li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#right ul li {
	background-color: #336699;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	margin-right: 0px;
	}
	
#right ul li a {
         background: #3300FF;
         height: 100%;
	list-style: none;
	display: block;
         margin-top: 0px;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
        border-left: 1px solid #FFFFFF;
	}


#right ul li a:hover {
	color: #ccc;
	background: #4051A2;
	}

#right em {
        padding: 3px;
}

#footer {
	background: #4051A2 url(images/footer.png);
        color: #fff;
	width: 900px;
	overflow: hidden;
	font-size: 8pt;
	margin: 0px auto 0px;
	padding:  9px 0px 7px 0px;
	text-align: center;
	line-height: 17px;
	clear: both;
	}
	
#footer p {
	color: #fff;
	padding: 0px;
	margin: 0px;	
	}
	
#footer a, #footer a:visited {
	color: #fff;
	text-decoration: none;
	border: none;
	border-bottom: 1px repeat;
	}
	
#footer a:hover {
	text-decoration: none;
	border: none;
	}

#wp-calendar {
	margin-left: 22px;
	margin-bottom: 10px;
	}
	
/* comments */
	
.entry {
	margin-bottom: 12px;
	border-bottom: 1px solid #E3E3E3;
	}	

#s,#submit {	
	background-color:#fff;
	border:1px solid #ccc;
	color:#505050;
	font-size:0.9em;
	margin:0 0 16px;
	padding:4px;
	width:130px;
	}
	
#author {
	border:1px solid #ccc;
	font-family: Tahoma;
	font-size:1em;
	margin:0;
	padding:4px;
}

	
#email {
	border:1px solid #ccc;
	font-family: Tahoma;
	font-size:1em;
	margin:0;
	padding:4px;
}

#url {
	border:1px solid #ccc;
	font-family: Tahoma;
	font-size:1em;
	margin:0;
	padding:4px;
}

#comment  {
	width: 350px;
	border:1px solid #ccc;
	font-family: Tahoma;
	font-size:1em;
	margin:0;
	padding:4px;
}
