/*  
Theme Name: STBOR
Description: St. Thomas Board of REALTORS®
Version: 1.0
Author: iDesign Studios
Author URI: http://www.idesignstudios.com
*/


/* CSS Document - Table of Contents
---------------------------------------------

01 - Main Styles
02 - ID's
03 - Navigation
04 - Classes
05 - Images
06 - Lists, etc.
07 - Forms
08 - WordPress Template - Original


Color Palette
---------------------------------------------


#000000 - Black
#DEF1F7 - Blue - Main Bk
#A0D0DE - Blue - Nav Rollover Bk
#DCF0f6 - Blue - Sidebar Bk
#2C3031 - Grey - Dark
#879397 - Grey - Light
#000000 - White


*/


/* 01 - Main Styles
--------------------------------------------- */

/*
* {
	margin: 0px;
}
*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-image: url(images/bk_body.png);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #DEF1F7;
	color: #2C3031;
}
html, body {
	height: 100%;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 24px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 15px;
}
hr {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	background-image: url(images/bk_hr-trans.png);
	background-position: top center;
	background-repeat: repeat-x;
	border: 0px;
	height: 2px;
	width: 100%;
}

#sidebar_bulletin h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}

#sidebar h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}

/* 02 - ID's
--------------------------------------------- */

#container {
	margin: 0px auto 0px auto;
	padding: 0px;
	background-image: url(images/bk_container.jpg);
	background-position: center 120px;
	background-repeat: no-repeat;
}


#header {
	margin: 0px auto 0px auto;
	padding: 45px 0px 0px 0px;
	background-image: url(images/bk_header-trans.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 950px;
	height: 384px;
}
#header_logo {
	margin: 0px;
	padding: 0px;
	font-size: 25px;
	font-weight: normal;
	color: #000000;
	float: left;
}
#header_nav {
	margin: 0px;
	padding: 8px 0px 0px 0px;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	float: right;
}

#footer_container {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bk_footer_container-trans.png);
	background-position: top center;
	background-repeat: repeat-x;
	height: 300px;
	clear: both;
}
#footer {
	margin: 0px auto 0px auto;
	padding: 40px 0px 20px 0px;
	width: 950px;
	background-image: url(images/bk_footer-trans.png);
	background-position: top center;
	background-repeat: no-repeat;
	clear: both;
}
#footer_info_col1 {
	margin: 0px;
	padding: 0px 40px 0px 220px;
	background-image: url(images/p_footer.png);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 14px;
	width: 380px;
	height: 150px;
	float: left;
}
#footer_info_col2 {
	margin: 0px;
	padding: 0px 0px 0px 40px;
	background-image: url(images/bk_vr-trans.png);
	background-position: top left;
	background-repeat: repeat-y;
	font-size: 14px;
	width: 270px;
	height: 150px;
	float: left;
}
#footer_nav {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	color: #2C3031;
	clear: both;
}

#footer_copyright {
	margin: 0px;
	padding: 7px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #879397;
	float: left;
}

#footer_design {
	margin: 0px;
	padding: 7px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #879397;
	float: right;
}



#sidebar_bulletin {
	margin: 0px 0px 2px 10px;
	padding: 25px 20px 25px 20px;
	background-color: #DCF0f6;
	width: 172px;
	font-size: 12px;
	float: left;
}

#sidebar {
	margin: 0px 0px 40px 10px;
	padding: 25px 20px 25px 20px;
	background-color: #d9eff5;
	width: 172px;
	font-size: 12px;
	float: left;
	
}

#page {
	margin: 0px auto 0px auto;
	padding: 60px 0px 0px 0px; 
	text-align: left;
	width: 950px;
	min-height: 700px;
	background-image: url(images/bk_page.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#page_home {
	margin: 0px;
	padding: 40px 0px 0px 0px;
	text-align: left;
}
#page_nav {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#content {
	margin: 0px;
	padding: 0px 60px 40px 40px;
	width: 570px;
	min-height: 700px;
	float: left;
}
#comment_form {
	margin: 0px;
	padding: 0px;
}
.text_intro {
	font-size: 18px;
	line-height: 22px;
}


/* 03 - Navigation
--------------------------------------------- */

a:link {
	text-decoration: none;
	color: #008FBA;
}
a:visited {
	text-decoration: none;
	color: #008FBA;
}
a:hover {
	text-decoration: underline;
	color: #008FBA;
}
a:active {
	text-decoration: none;
	color: #008FBA;
}

#header_logo ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
#header_logo li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	display: inline;
}
#header_logo li a {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	display: inline-block;
}
#header_logo li a:visited {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	display: inline-block;
}
#header_logo li a:hover {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	font-weight: normal;
	background-color: #A0D0DE;
	color: #000000;
	display: inline-block;
}
#header_logo li a:active {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	font-weight: normal;
	background-color: #A0D0DE;
	color: #000000;
	display: inline-block;
}


#header_nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
#header_nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	display: inline;
}
#header_nav li a {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	display: inline-block;
}
#header_nav li a:visited {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	display: inline-block;
}
#header_nav li a:hover {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	font-weight: normal;
	background-color: #A0D0DE;
	color: #000000;
	display: inline-block;
}
#header_nav li a:active {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	font-weight: normal;
	background-color: #A0D0DE;
	color: #000000;
	display: inline-block;
}

a.title:link {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}
a.title:visited {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}
a.title:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
}
a.title:active {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

a.post_title:link {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}
a.post_title:visited {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}
a.post_title:hover {
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
}
a.post_title:active {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}
a.post_title_single:link {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #414141;
	font-weight: normal;
}
a.post_title_single:visited {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #414141;
	font-weight: normal;
}
a.post_title_single:hover {
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
}
a.post_title_single:active {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #414141;
	font-weight: normal;
}
a.post_info:link {
	text-decoration: none;
	color: #719297;
	font-weight: normal;
}
a.post_info:visited {
	text-decoration: none;
	color: #719297;
	font-weight: normal;
}
a.post_info:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
}
a.post_info:active {
	text-decoration: none;
	color: #719297;
	font-weight: normal;
}
a.entry_continue:link {
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
	font-size: 11px;
}
a.entry_continue:visited {
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
	font-size: 11px;
}
a.entry_continue:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
	font-size: 11px;
}
a.entry_continue:active {
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
	font-size: 11px;
}

a.footer_nav:link {
	padding: 0px 10px 0px 0px;
	text-decoration: none;
	color: #2C3031;
}
a.footer_nav:visited {
	padding: 0px 10px 0px 0px;
	text-decoration: none;
	color: #2C3031;
}
a.footer_nav:hover {
	padding: 0px 10px 0px 0px;
	text-decoration: underline;
	color: #2C3031;
}
a.footer_nav:active {
	padding: 0px 10px 0px 0px;
	text-decoration: none;
	color: #2C3031;
}

a.footer_copyright:link {
	text-decoration: none;
	font-weight: normal;
	color: #879397;
}
a.footer_copyright:visited {
	text-decoration: none;
	font-weight: normal;
	color: #879397;
}
a.footer_copyright:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #879397;
}
a.footer_copyright:active {
	text-decoration: none;
	font-weight: normal;
	color: #879397;
}

/* 04 - Classes
--------------------------------------------- */

.icon_rss {
	margin: 0px;
	padding: 0px 0px 0px 5px;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
.smaller {
	font-size: 11px;
}
.small {
	font-size: 10px;
}

.pagetitle {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	color: #2D2D2D;
}

.post {
	margin: 0px;
	padding: 0px;
}
.post_list {
	margin: -10px 0px 0px -20px;
	padding: 0px;
	list-style: square;
	list-style-type: square;
	font-weight: normal;
	font-size: 12px;
	color: #D8D8D8;
}
.post_title_single {
	font-size: 24px;
}
.post_info {
	margin: 0px;
	padding: 0px;
	font-style: italic;
	font-size: 12px;
	color: #2D2D2D;
}

.post_footer {
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #414141;
}
.post_commentform {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #2D2D2D;
}
.post_related a {
	font-weight: normal;
	font-size: 14px;
	color: #000000;
}
.clear {
	clear: both;
}
.entry {
	font-size: 13px;
	line-height: 140%;

}
/* 05 - Images
--------------------------------------------- */

p img {
	margin: 0px;
	padding: 0px;
	max-width: 100%;
}

.imgborder {
	margin: 0px;
	padding: 0px;
}
img.alignnone{
	margin: 0px;
	padding: 0px;
}
img.aligncenter {
	margin: 10px auto 10px auto;
	padding: 0px;
	display: block;
}
img.aligncentered {
	margin: 10px auto 10px auto;
	padding: 0px;
	display: block;
}
img.alignright {
	margin: 0px 0px 10px 10px;
	padding: 0px;
	display: inline;
	float: right;
}
img.alignleft {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	display: inline;
	float: left;
}

	
	
/* 06 - Lists, Blockquote, etc.
--------------------------------------------- */



#footer_nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
#footer_nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	display: inline;
}
#footer_nav li a {
	margin: 0px;
	padding: 5px 10px 5px 0px;
	text-decoration: none;
	font-weight: bold;
	color: #2C3031;
	display: inline-block;
}
#footer_nav li a:visited {
	margin: 0px;
	padding: 5px 10px 5px 0px;
	text-decoration: none;
	font-weight: bold;
	color: #2C3031;
	display: inline-block;
}
#footer_nav li a:hover {
	margin: 0px;
	padding: 5px 10px 5px 0px;
	text-decoration: underline;
	font-weight: bold;
	color: #2C3031;
	display: inline-block;
}
#footer_nav li a:active {
	margin: 0px;
	padding: 5px 10px 5px 0px;
	text-decoration: none;
	font-weight: bold;
	color: #2C3031;
	display: inline-block;
}
blockquote {
	margin: 20px;
	padding: 5px 10px 5px 20px;
	border: 1px solid;
	border-left-width: 1px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-color: #262626;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	line-height: 20px;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
	

	

/* 07 - Forms
--------------------------------------------- */

#sidebar form {
	margin: 0px;
	text-align: left;
}
input, textarea {
} 

.entry form { 
	text-align:center;
}

#commentform input {
}


#commentform textarea {
	width: 100%;
}



/* 08 - WordPress Template - Original
--------------------------------------------- */


.postmetadata {
	text-align: left;
	margin: 0px 0px 30px 0px;
	padding: 10px;
	background-color: #080808;
	font-size: 11px;
	}

.alt {
	text-align: left;
	padding: 10px;
	}











.commentlist li, #commentform input, #commentform textarea {

	}

.commentlist li {
	}

.commentlist cite, .commentlist cite a {
	font-weight: normal;
	font-style: italic;
	size: 14px;
	color: #000000;
	}

.commentlist p {
	line-height: 1.5em;
	text-transform: none;
	font-size: 11px;
}

#commentform p {
}

.commentmetadata {
	color: #D8D8D8;
	font-size: 10px;
}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}





#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */
















.postmetadata {
	clear: left;
}












/* Begin Lists */

.entry li {
	margin: 0px 0px 10px 0px;
}
.entry ol li {
	margin: 0px 0px 10px 0px;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0px 0px 1px 0px;	
	
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
		background-image: url(images/bk_hr-trans.png);
	background-position: bottom center;
	background-repeat: repeat-x;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 0px;
	
	}

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

#sidebar ul ul li a, #sidebar ul ol li a {
	margin: 0px;
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	display: block;
		background-image: url(images/bk_hr-trans.png);
	background-position: top center;
	background-repeat: repeat-x;
}
	
#sidebar ul ul li a:hover, #sidebar ul ol li a:hover {
	margin: 0px;
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	display: block;
		background-image: url(images/bk_hr-trans.png);
	background-position: top center;
	background-repeat: repeat-x;
}

#sidebar ul ul ul li, #sidebar ul ul ol li {
	border: 1px solid;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	width: 100%;
	border-color: #222222;
}

#sidebar ul ul ul li a, #sidebar ul ul ol li a {
	padding: 5px;
	display: block;
}

#sidebar ul ul ul li a:hover, #sidebar ul ul ol li a:hover {
	padding: 5px;
	background-color: #121212;
	text-decoration: none;
	display: block;
}


/* End Entry Lists */







/* Begin Comments*/
.alt {
	margin: 0;
	padding: 0px 0px 0px 0px;
	}
.alt2 {
	margin: 0;
	padding: 0px 0px 0px 0px;
	}
.alt_comment {
}

.authorcomment {
}
.authorcomment cite a{
	font-style: italic;
	color: #000000;
}
li.authorcomment {
}
.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 1px 0px 1px 0px;
	padding: 20px;
	background-color: #080808;
	list-style: none;
	}

.commentlist p {
	margin: 0px;
	}



.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */





/* Begin Calendar */
#wp-calendar {
	fpty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #000000; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}



.center {
	text-align: center;
	}

a img {
	border: none;
	}


/* End Various Tags & Classes*/