/*
	Theme Name: Home Search
	Theme URL: http://example.com/
	Description: This is a child theme for the Genesis Framework
	Author: Your Name
	Author URI: http://example.com
	Version: 1.2
	Template: genesis
*/

body {
	color: #000000;
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	margin: 0 auto 0;
	padding: 0;
	line-height: 20px;
	}
	
/***** Hyperlinks ********************/

a, a:visited {
	color: #003663;
	text-decoration: none;
	}
	
a:hover {
	color: #003663;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}

/***** Wrap ********************/

#wrap {
	background: #FFFFFF;
	width: 960px;
	margin: 0 auto 0;
	padding: 0;
	}

/***** Header  ********************/

#header {
	width: 960px; 
	height: 75px;
	}

#title-area {
	width: 400px;
	float: left;
	padding: 20px 0 0 0;
	overflow: hidden;
	}
	
#title-area #title {
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	margin: 0; 
	padding: 0;
	}
	
#title-area #title a, #title-area #title a:hover {
	color: #333333;
	text-decoration: none;
	}
	
#title-area #description {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin: 0; 
	padding: 0;
	}

#header .widget-area {
        	width: 500px;
	float: right;
	}
	
#header .widget-area p, .widget area a{
         color: #007dc6;
         font-size: 12px;
         line-height: 14px;
	margin: 0;
	padding: 5px 15px 5px 0px;
	}

#header  .widget-area h2, .widget area h2 a {
	color: #007dc6;
	font-family: Arial, Tahoma, Verdana;
         font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 0px 0;
	padding: 10px 0 0 0;
	}

/***** Image Header - Partial Width ********************/

.header-image #header #title-area {
	background: url(images/logo.png) left top no-repeat;
	}

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block; 
	float: left;
	width: 400px;
	height: 75px;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	}
	
.header-image #title-area #description {
	display: block;
	overflow: hidden;
	}

/***** Image Header - Full Width ********************/

.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
	width: 960px;
	}

/***** Header Nav and Category ********************/
	
/***** Primary Navigation Menu ********************/

#nav {
	width: 960px;
         height: 45px;
	background: url(images/navbartop.png);
	color: #FFFFFF;
         font-family: Georgia, Times New Roman, Trebuchet MS;
	text-transform: none;
	overflow: hidden;
	clear: both;
	}

#nav ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0 0 0 13px;
	}
	
#nav li{
	float: left;
	list-style: none;
	}
	
	
#nav li a {
	color: #FFFFFF;
	display: block;
	font-size: 16px;
         margin: 0;
	padding: 14px 10px 5px 10px;
         font-weight: bold;
	text-decoration: none;
	position: relative;
	}

#nav li a:hover, #nav li a:active, #nav .current_page_item a, #nav .current-cat a, #nav .current-menu-item {

	color: #FFFFFF;
	text-decoration: underline;
	}
	
#nav li a.sf-with-ul  {
	padding-right: 25px;
	}	
	
#nav li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	top: 12px;
	right: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #333333;
	color: #FFFFFF;
	width: 158px; 
	font-size: 11px;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	position: relative;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #000000;
	}

#nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	}

#nav li ul a { 
	width: 160px;
	}

#nav li ul ul {
	margin: -31px 0 0 179px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul,  ul.nav li:hover ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfHover { 
	position: static;
	}
	
/***** Primary Navigation Extras ********************/
	
#nav li.right {
	float: right;
	margin: 0;
	padding: 7px 10px 5px 10px;
	}

#nav li.right a {
	background: none;
	display: inline;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	border: none;
	}
	
#nav li.right a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#nav li.search {
	padding: 0 10px 0 10px;
	}

#nav li.rss a, #nav li.rss a:hover {
	background: url(images/rss.png) no-repeat left center;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 16px;
	}
	
#nav li.twitter a, #nav li.twitter a:hover {
	background: url(images/twitter-nav.png) no-repeat left center;
	padding: 7px 0 5px 20px;
	}
	
#nav li.rss a:hover, #nav li.twitter a:hover {
	text-decoration: underline;
	}

/***** Secondary Navigation Menu ********************/

#subnav {
	width: 960px;
         height: 22px;
	background: url(images/navbar.png) no-repeat;
	color: #333333;
	text-transform: none;
	overflow: hidden;
	clear: both;
	}

#subnav ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	}
	
#subnav li {
	float: left;
	list-style: none;
	}
	
	
#subnav li a {
	color: #111111;
	display: block;
         font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
        font-weight: normal;
        margin: 0;
	padding: 0px 0px 1px 10px;
	text-decoration: none;
	position: relative;
	}

#subnav li a:hover, #subnav li a:active, #subnav .current_page_item a, #subnav .current-cat a, #subnav .current-menu-item {
	color: #ffffff;
	text-decoration: underlinee;
	}
	
#subnav li a.sf-with-ul {
	padding-right: 25px;
	}	
	
#subnav li a .sf-sub-indicator{
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	top: 12px;
	right: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	}
	
#subnav li li a:link, #subnav li li a:visited {
	background: #f7f7f7;
	color: #000000;
	width: 158px; 
	font-size: 11px;
	margin: 0;
	padding: 5px 5px 5px 5px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	position: relative;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	background: #007dc6;
         color: #FFFFFF;
	}

#subnav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	}

#subnav li ul a { 
	width: 160px;
	}

#subnav li ul ul {
	margin: -31px 0 0 179px;
	}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #subnav li.sfHover ul ul ul {
	left: -999em;
	}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfHover ul, #subnav li li.sfHover ul, #subnav li li li.sfHover ul {
	left: auto;
	}

#subnav li:hover, #subnav li.sfHover { 
	position: static;
	}
/***** Inner ********************/

#inner {
	width: 960px;
	margin: 20px 0 20px 0;
	}
.home #inner {
	width: 100%;
	margin: 0;
	}
	
.content-sidebar #inner {
    }
   
.sidebar-content #inner {
    }
   
.content-sidebar-sidebar #inner {
    }
   
.sidebar-sidebar-content #inner {
    }
    
.sidebar-content-sidebar #inner {
    }

.full-width-content #inner {
    }
/***** DSIDX ********************/
#dsidx {
	width:620px !important;
}
/***** Home Search ********************/
	
#search-home {
    background:url(images/searchbackground.jpg);
    width: 940px;
    height: 282px;
    float: left;
    margin: 10px 10px 10px 10px;
    padding: 0 0px 0 0px;
	}
	
#search-content {
    background: #F7F7F7;
    width: 620px;
    height:210px;
    float: left;
    margin: 10px 10px 10px 10px;
    padding: 0 0px 0 0px;
	}
		
#idx-widget{
    float: right;
    height: 190px;
    margin: 0 0 0 0;
    padding: 60px 50px 0 0;
    }

#idx2-widget{
    float: right;
    height: 150px;
    margin: 0 0 0 0;
    padding: 10px 5px 0 0;
    }
   
.custom-search-widget {
    margin:0;
    padding:0;
}
.custom-search-widget form, .custom-search-widget table {
    margin:0;
    padding:0;
}
.custom-search-widget select[name="idx-q-PropertyTypes"] {
    margin:0;
    width:200px !important;
}
.custom-search-widget select {
    -moz-border-radius:3px 3px 3px 3px;
    background:none repeat scroll 0 0 #F4F4F4;
    border:1px solid #DDDDDD;
    color:#314876;
    display:inline;
    font-family:Arial,Tahoma,Verdana;
    font-size:12px;
    height:25px !important;
    padding:1px;
}
.custom-search-widget th {
    display:none !important;
    margin:0 !important;
    padding:0 !important;
    width:0 !important;
}
.custom-search-widget th label[for="idx-q-Cities"] {
    display:none !important;
    margin:0 !important;
    padding:0 !important;
}
.custom-search-widget input {
    -moz-border-radius:3px 3px 3px 3px;
    background:none repeat scroll 0 0 #F4F4F4;
    border:1px solid #DDDDDD;
    color:#314876;
    display:inline;
    font-family:Arial,Tahoma,Verdana;
    font-size:12px;
    height:18px !important;
    margin:0;
    padding:5px 0 0 4px;
}
.dsidx-row {
    margin:0 !important;
    padding:0 !important;
}
.dsidx-data {
    margin:0 !important;
    padding:0 !important;
}
.dsidx-row p {
    color:#8F9194 !important;
    font-family:Arial,Tahoma,Verdana;
    font-size:14px;
    line-height:18px !important;
    margin:0 !important;
    padding:0 !important;
}
.input.custom-cities {
    margin:0 0 4px;
    width: 375px !important;
}
.custom-search-widget select[name="idx-q-BedsMin"] {
    margin:0 5px 0 0 !important;
    width:75px !important;
}
.custom-search-widget select[name="idx-q-BathsMin"] {
    margin:0 5px 0 0 !important;
    width:75px !important;
}
.custom-search-widget select[name="idx-q-PriceMin"] {
    width:174px !important;
}
.custom-search-widget select[name="idx-q-PriceMax"] {
    width:180px !important;
}
.custom-search-button {
    float:left;
}
.custom-search-button input {
    -moz-border-radius:3px 3px 3px 3px;
    background:#007dc6;
    border:1px solid #2F4E6E;
    color:#FFFFFF;
    float:left;
    font-family:Arial,Tahoma,Verdana;
    font-size:14px;
    font-weight:bolder;
    height:30px !important;
    margin:0;
    padding:3px 6px;
    text-decoration:none;
    text-shadow:1px 1px #083D50;
    text-transform:uppercase;
}
.custom-search-button input {
     margin:7px 0 0 3px;
}
.custom-search-button input:hover {
     background:none repeat scroll 0 0 #072C53;
     border:1px solid #2F4E6E;
}
.search-advanced {
     float: left;
     margin: 12px 0 0 20px
  
 }
 .search-advanced p {
     background: none;
     font-size: 12px;
     line-height: 20px;
     margin: 0 0 2px;
     padding: 0 0 0 22px;
     text-align: left;
 }
 
#search-home ul {
	list-style-type: square;
	margin: 0 0 0 10px;
	padding: 5px 0 15px 0;
	}
	
#search-home ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}

	
/***** Infobar********************/

#infobar-home {
	width: 940px;
	height: 58px;
	float: left;
	margin: 10px 0px 5px 8px;
	padding: 0 0px 0 0px;
}
#infobar-home .featuredpost img {
	margin: 0 0 0px 0;
	padding: 0;	
         border: none;
}


/***** Home Display ********************/

#home-display {
	width: 940px;
	color: #000000;
	margin: 0 auto 0;
	padding: 30px 0 0 0;
	line-height: 18px;
}
	
#home-display a, #home-display a:visited {
	color: #003663;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	text-decoration: none;
	}
	
#home-display a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
#home-display p {
	margin: 0;
	padding: 10px 0 10px 0;
	}
	
#home-display h2 {
	color: #003663;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 10px 0 5px 0;
	padding: 0;
	text-decoration: none;
	}
	
#home-display h2 a, #home-display h2 a:visited {
	color: #003663;
	text-decoration: none;
	text-transform: none;
	font-style: normal;
	padding: 15px 0px 15px 0px;
	}

#home-display h2 a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
#home-display h4,  {
	color: #003663;
	font-size: 18px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	}
	
#home-display ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#home-display ul li {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0px;
	}

#home-display ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
	}

#home-display ul li ul li {
	margin: 0;
	padding: 5px 0 0 0;
	}
	
#home-display .widget {
	margin: 0 0 10px 0;
	padding: 0;
	}
	
#home-display .textwidget {
	margin: 0;
	padding: 0;
	}
	
#home-display li.widget_tag_cloud div {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#home-display .featuredpost .post, #home-display .featuredpage .page {
	clear: both;
	margin: 0 0 15px 0;
	padding: 10px 5px 0 10px;
	border: 1px solid #DDDDDD;

	}
	
#home-display .featuredpost, #home-display .featuredpage  {
	margin: 0 0 15px 0;
	padding: 10px 5px 0 5px;
	clear: both;
	}
	
#home-display .featuredpost img, #home-display .featuredpage img {
	margin: 0 0 10px 0;
	padding: 5px 0px 10px 0px;
         border: 1px solid #FFFFFF;
	}

.home-display-1 {
	float: left;
	width: 230px;
	margin: 0;
	padding: 0 5px 0 0;
         overflow: hidden; 
}


.home-display-2 {
	float: left;
	width: 230px;
	margin: 0;
	padding: 0 5px 0 0;
         overflow: hidden; 
}
	
.home-display-3 {
	float: left;
	width: 230px;
	margin: 0;
	padding: 0 5px 0 0;
         overflow: hidden;
	}
	
.home-display-4 {
	float: right;
	width: 230px;
	margin: 0;
	padding: 0;
         overflow: hidden;
}


#home-display .featuredpost img, #home-display .featuredpage img {
	background: #FFFFFF;
	margin: 0;
	padding: 0 0px 10px 0px;
	}

/***** Featured Home ********************/

#featured-home {
	width: 940px;
	float: left;
	margin: 0px 15px 0 0px;
	padding: 0 0px 0 0px;
	}

#featured-home h4, .featured-home h4 {
	color: #003663;
	font-size: 18px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
	}

	
#featured-home .widget_tag_cloud div {
	padding: 10px 10px 14px 10px;
	}

#featured-home-box-widget {
       width: 910px;
       min-height: 110px;
       margin: 0px 0px 10px 0px;
    padding: 5px 0px 15px 0px;


    }

.featured-home-widget h2, .featured-home-widget h2 a {
    color:#003663;
    font-size: 18px;
    font-family: Arial, Tahoma, Verdana;
    font-weight: normal;
    text-decoration: none;
    margin: 10px 0 5px 0;
    padding: 0;
    text-align: left;

    }

.featured-home-widget h3, .featured-home-widget h3 a {
    color: #003663;
    font-size: 14px;
    font-family: Arial, Tahoma, Verdana;
    font-weight: normal;
    text-decoration: none;
    margin: 0;
    padding: 0;
    text-align: left;
    }



.featured-home-widget p {
    color: #8e8e8e;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana;
    font-weight: normal;
    text-decoration: none;
    line-height: 16px;
    margin: 0 0 2px 0;
    padding: 0;
    height: 80px; 

    }

.featured-home-widget img {
    float: left;
    margin: 0px 10px 20px 0px;
    padding: 0;

    }
#featured-home .textwidget {
	margin: 0;
	padding: 20px 10px 20px 10px;

	}


/***** Featured Home Post/Page - not featured-homebottom********************/

#featured-home .featuredpost, #featured-home .featuredpage {
	margin: 10px 0 15px 0;
	padding: 10px 0 15px 0;
	}

	
#featured-home .featuredpost .post, #featured-home .featuredpage .page {
	margin: 0;
	padding: 10px 10px 5px 10px;
	border-bottom: 1px solid #DDDDDD;
	overflow: auto;
	}
	
#featured-home .featuredpost .avatar, #featured-home .featuredpage .avatar {
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#featured-home .featuredpost img, #featured-home .featuredpage img {
	background: #FFFFFF;
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

/***** Homeidx Display ********************/

#homeidx {
	width: 940px;
	color: #000000;
	margin: 30px auto 0;
	padding: 10px 0 0 0;
	line-height: 18px;
}
	
#homeidx a, #homeidx a:visited {
	color: #003663;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	text-decoration: none;
	}
	
#homeidx a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
#homeidx p {
	margin: 5px;
	padding: 10px 0 5px 0;
	}
	
#homeidx h2 {
	color: #333333;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 10px 0 5px 0;
	padding: 20px 0 0 0;
	text-decoration: none;
	}	

#homeidx h4{
	color: #333333;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: bold;
	margin: 0px 0 0px 0;
	padding: 15px 0 5px 0;
	}
	
#homeidx ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#homeidx ul li {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0px;
	}

#homeidx ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
	}

#homeidx ul li ul li {
	margin: 0;
	padding: 5px 0 0 0;
	}
	
#homeidx .widget {
         background: #F7F7F7;
	margin: 0 0 10px 0;
	padding: 0 4px 0px 0;
        border: 1px solid #e2dfdf;
	}
	
#homeidx .textwidget {
	margin: 0;
	padding: 0;
	}

#homeidx h2, .textwidget h2, .widgettitle h2 {
	color: #333333;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 10px 0 5px 0;
	padding: 20px 0 0 0;
	text-decoration: none;
	}	

#homeidx li.widget_tag_cloud div {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#homeidx .featuredpost .post, #homeidx .featuredpage .page {
	clear: both;
	margin: 0 0 15px 0;
	padding: 10px 5px 0 10px;
	border: 1px solid #DDDDDD;

	}
	
#homeidx .featuredpost, #homeidx .featuredpage  {
	margin: 0 0 15px 0;
	padding: 10px 5px 0 0px;
	clear: both;
	}
	
#homeidx .featuredpost img, #homeidx .featuredpage img {
	margin: 0 0 10px 0;
	padding: 5px 0px 10px 0px;
         border: 1px solid #FFFFFF;
	}

.homeidx-1 {

	float: left;
	width: 300px;
	margin: 0;
	padding: 0 10px 0 0;
         overflow: hidden; 
}


.homeidx-2 {
	float: left;
	width: 300px;
	margin: 0;
	padding: 0 10px 0 0;
         overflow: hidden; 
}
	
.homeidx-3 {
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
         overflow: hidden;
	}
	
#homeidx .featuredpost img, #homeidx .featuredpage img {
	background: #FFFFFF;
	margin: 0;
	padding: 0 0px 10px 0px;
	}

/***** Featured Homebottom ****list of counties and cities*************/

#featured-homebottom {
	width: 940px;
	float: left;
	margin: 20px 15px 0 0px;
	padding: 0 0px 0 0px;
	}


#featured-homebottom ul {
	list-style-type: square;
	margin: 0 0 0 10px;
	padding: 5px 0 15px 0;
	}
	
#featured-homebottom ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#featured-homebottom .widget_tag_cloud div {
	padding: 10px 10px 14px 10px;
	}

#featured-homebottom-box-widget {
       width: 910px;
       min-height: 110px;
       margin: 0px 0px 10px 0px;
    padding: 5px 0px 15px 0px;
    border-bottom: 1px solid #e2dfdf;

    }

.featured-homebottom-widget h2, .featured-widget h2 a {
    color: #000000;
    font-size: 18px;
    font-family: Arial, Tahoma, Verdana;
    font-weight: normal;
    text-decoration: none;
    margin: 10px 0 5px 0;
    padding: 0;
    text-align: left;

    }

.featured -homebottom-widget h3, .featured-widget h3 a {
    color: #003663;
    font-size: 14px;
    font-family: Arial, Tahoma, Verdana;
    font-weight: normal;
    text-decoration: none;
    margin: 0;
    padding: 0;
    text-align: left;
    }


.featured-homebottom-widget p {
    color: #8e8e8e;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana;
    font-weight: normal;
    text-decoration: none;
    line-height: 16px;
    margin: 0 0 2px 0;
    padding: 0;
    height: 80px; 

    }

.featured-homebottom-widget img {
    float: left;
    margin: 0px 10px 20px 0px;
    padding: 0;

    }


/***** Breadcrumb ********************/

.breadcrumb {
	background: #F7F7F7;
	margin: 0 0 30px 0;
	padding: 5px 10px 5px 10px;
	border: 1px solid #E6E6E6;
	}
	
/***** Taxonomy Description ********************/

.taxonomy-description {
	background: #F7F7F7;
	margin: 0 0 30px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
	}
	
#content .taxonomy-description p {
	margin: 0;
	padding: 0;
	}

/***** Content-Sidebar Wrap ********************/

#content-sidebar-wrap {
	width: 790px;
	float: left;
	}

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 960px;
	}

.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
	}

/***** Content ********************/

#content {
	width: 470px;
	float: left;
	}

.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
	}

.sidebar-content #content, .content-sidebar #content {
	width: 640px;
	}
	
.full-width-content #content {
	width: 960px;
	}

#content blockquote {
	background: #F7F7F7;
	margin: 0 15px 15px 15px;
	padding: 10px 20px 0 15px;
	border: 1px solid #E6E6E6;
	}

#content .post {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
#content .page {
	margin: 0;
	padding: 0 0 15px 0;
	}

#content .post p {
	margin: 0;
	padding: 0 0 10px 0;
	}

.clear {
	clear: both;
	}

.container-1 {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0 10px 0 0;
        overflow: hidden; 
}
.container-2 {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0 10px 0 0;
         overflow: hidden; 
}	
.container-3 {
	float: right;
	width: 200px;
	margin: 0;
	padding: 0 0px 0 0;
         overflow: hidden;
	}

/***** Headlines ********************/

#content h1, #content h3, #content h4, #content h5, #content h6, #header .widget-area h4 {
	color: #000000;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 5px 0;
	padding: 5px 0 5px 0;
	}

#content h1 {
	font-size: 20px;
	}
	
#content h2 {
	font-size: 18px;
	}
	
#content h2 a, #content h2 a:visited {
	color: #003663;
	text-decoration: none;
	}
	
#content h2 a:hover {
	color: #003663;
	text-decoration: none;
	}
	
#content h3 {
	font-size: 16px;
	}
	
#content h4, #header .widget-area h4 {
        color: #000000;
	font-size: 18px;
	}

#content h5 {
	font-size: 12px;
	}
	
#content h6 {
	font-size: 10px;
	}
	
/***** Unordered/Ordered Lists ********************/
	
#content .post ul, #content .page ul, #content .post ol, #content .page ol, #header .widget-area ul {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#header .widget-area ul {
	padding: 0;
	}
	
#content .post ul li, #content .page ul li, #content .post ol li, #content .page ol li, #header .widget-area ul li {
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ul li, #content .page ul li, #header .widget-area ul li {
	list-style-type: square;
	}

#content .post ul ul, #content .page ul ul, #content .post ol ol, #content .page ol ol {
	padding: 0;
	}

/***** Post Info ********************/
	
.post-info {
	font-size: 11px;
	margin: 0 0 5px 0;
	padding: 0;
	text-transform: uppercase;
	}

/***** Post Meta ********************/
	
.post-meta {
	font-size: 11px;
	padding: 5px 0 0 0;
	text-transform: uppercase;
	border-top: 1px solid #E6E6E6;
	clear: both;
	}
	
/***** Author Box ********************/
	
.author-box {
	background: #F7F7F7;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
	overflow: hidden;
	}
	
.author-box p {
	margin: 0;
	padding: 0;
	}
	
.author-box img {
	background: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
/***** Sticky Posts ********************/
	
#content .sticky {
	background: #F7F7F7;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
	}
	
/***** Archive Page ********************/
	
#content .archive-page {
	float: left;
	width: 50%;
	padding: 20px 0 20px 0;
	}

/***** Post Icons ********************/
	
.time, .categories {
	margin: 0;
	padding: 0;
	}
	
.post-comments, .tags {
	background: url(images/icon-dot.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 10px;
	}

/***** Images ********************/

#content img, #content p img {
	max-width: 900px;
	}

#content .post-image {
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

img.centered, .aligncenter {
	display: block;
	margin: 0 auto 10px;
	}
	
img.alignnone {
	margin: 0 0 10px 0;
	display: inline;
	}
	
img.alignleft {
	margin: 0 10px 10px 0;
	display: inline;
	}

img.alignright {
	margin: 0 0 10px 10px;
	display: inline;
	}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
	}

.alignright {
	float: right;
	margin: 0 0 0 10px;
	}

.wp-caption {
	background: #F7F7F7;
	padding: 5px 0 0 1px;
	text-align: center;
	border: 1px solid #E6E6E6;
	}

.wp-caption img {
	border: 0;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	}

/***** Post Navigation **********/

.navigation {
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 0;
	overflow: hidden;
	}
	
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	display: inline;
	}

.navigation li a, .navigation li.disabled {
	color: #2255AA;
	padding: 5px 8px 5px 8px;
	border: 1px solid #E6E6E6;
	}

.navigation li a:hover, .navigation li.active a {
	background: #F7F7F7;
	color: #2255AA;
	text-decoration: none;
	border: 1px solid #E6E6E6;
	}
/***** Featured Page Section ********************/

#featured-page {
	width: 625px;
	float: left;
	margin: 0px 15px 0 0px;
	padding: 0 0px 0 0px;
	}

#featured-page h4, .featured-page h4 {
	color: #003663;
	font-size: 18px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: bold;
	margin: 0 0 0px 0;
	padding: 0;
	}

	
#featured-page .widget_tag_cloud div {
	padding: 10px 10px 14px 10px;
	}

#featured-page-box-widget {
       width: 595px;
       min-height: 110px;
       margin: 0px 0px 10px 0px;
    padding: 5px 0px 15px 0px;
    border-bottom: 1px solid #e2dfdf;

    }
#featured-page ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 0 0 0;
	}
	
#featured-page ul li {
font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
         font-weight: normal;
	list-style-type: square;
	margin: 0 0 5px 0;
	padding: 0px;
	}

.featured-page-widget h2, .featured-page-widget h2 a {
    color:#003663;
    font-size: 18px;
    font-family: Arial, Tahoma, Verdana;
    font-weight: normal;
    text-decoration: none;
    margin: 10px 0 5px 0;
    padding: 0;
    text-align: left;

    }

.featured-page-widget h3, .featured-page-widget h3 a {
    color: #003663;
    font-size: 14px;
    font-family: Arial, Tahoma, Verdana;
    font-weight: normal;
    text-decoration: none;
    margin: 0;
    padding: 0;
    text-align: left;
    }



.featured-page-widget p {
    color: #8e8e8e;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana;
    font-weight: normal;
    text-decoration: none;
    line-height: 16px;
    margin: 0 0 2px 0;
    padding: 0;
    height: 80px; 

    }

.featured-page-widget img {
    float: left;
    margin: 0px 10px 20px 0px;
    padding: 0;

    }
#featured-page .textwidget {
	margin: 0;
	padding: 20px 10px 20px 10px;
         border-bottom: 1px solid #e2dfdf;

	}
.featured-page-left {
	width: 300px;
	float: left;
	margin: 0;
	padding: 0 20px 0 0px;
	}

.featured-page-right {
	width: 280px;
	float: right;
	margin: 0 0px 0 0px;
	padding: 0;
	}


/***** Featured Page Post/Page - on Community Pages********************/

#featured-page .featuredpost, #featured-page .featuredpage {
	margin: 10px 0 15px 0;
	padding: 10px 0 15px 0;
	}
	
#featured-page .featuredpost .post, #featured-page .featuredpage .page {
	margin: 0;
	padding: 10px 10px 5px 10px;
	border-bottom: 1px solid #DDDDDD;
	overflow: auto;
	}
	
#featured-page .featuredpost .avatar, #featured-page .featuredpage .avatar {
	margin: 0;
	padding: 6px;
	border: 1px solid #E6E6E6;
	}
	
#featured-page .featuredpost img, #featured-page .featuredpage img {
	background: #FFFFFF;
	margin: 0 4px 0 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

/***** Primary & Secondary Sidebars ********************/

#sidebar {
	width: 300px;
	float: right;
	display: inline;
	}
	
#sidebar-alt {
	width: 150px;
	float: left;
	display: inline;
	}

.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
	}
	
.content-sidebar-sidebar #sidebar-alt {
	float: right;
	}

#sidebar .widget, #sidebar-alt .widget {
	background: #F7F7F7;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border: 1px solid #E6E6E6;
	}
	
#sidebar h2, #sidebar h2 a, #sidebar-alt h2, #sidebar-alt h2 a {
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
#sidebar h2 a:hover, #sidebar-alt h2 a:hover {
	color: #2255AA;
	text-decoration: none;
	}

#sidebar h4, #sidebar-alt h4 {
	background: #007dc6;
	color: #FFFFFF;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 3px 3px 3px 10px;
	text-transform: none;
	}
	
#sidebar .textwidget, #sidebar-alt .textwidget {
	margin: 0;
	padding: 5px 5px 0 9px;
	}
	
#sidebar .widget p, #sidebar-alt .widget p {
	margin: 0;
	padding: 0;
	}
	
#sidebar img, #sidebar a img, #sidebar-alt img, #sidebar-alt a img {
	border: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul, #sidebar ol, #sidebar-alt ul, #sidebar-alt ol {
	margin: 0px 0 0 0;
	padding: 0 10px 10px 25px;
	}

#sidebar ul ul, #sidebar ol ol, #sidebar-alt ul ul, #sidebar-alt ol ol {
	margin: 0;
	padding: 0 0 0 15px;
	}

#sidebar li, #sidebar-alt li {
	list-style-type: none
 	word-wrap: break-word;
	}

/***** Sidebar(s) Tag Cloud ********************/

#sidebar .widget_tag_cloud div div, #sidebar-alt .widget_tag_cloud div div {
	padding: 10px 10px 0 10px;
	}
	
/***** Sidebar(s) Category Dropdown ********************/
	
#cat {
	background: #F7F7F7;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 10px 0 0 10px;
	padding: 3px;
	display: inline;
	border: 1px solid #E6E6E6;
	}
	
#sidebar #cat {
	width: 278px;
	}
	
#sidebar-alt #cat {
	width: 128px;
	}

/***** Sidebar(s) Featured Post/Page ********************/

#sidebar .featuredpost, #sidebar .featuredpage, #sidebar-alt .featuredpost, #sidebar-alt .featuredpage {
	margin: 0 0 15px 0;
	padding: 0;
	clear: both;
	}
	
#sidebar .featuredpost .post, #sidebar .featuredpage .page, #sidebar-alt .featuredpost .post, #sidebar-alt .featuredpage .page {
	margin: 0;
	padding: 10px 10px 5px 10px;
	}
	
#sidebar .featuredpost .avatar, #sidebar .featuredpage .avatar, #sidebar-alt .featuredpost .avatar, #sidebar-alt .featuredpage .avatar, #sidebar .featuredpost img, #sidebar .featuredpage img, #sidebar-alt .featuredpost img, #sidebar-alt .featuredpage img {	
	background: #F7F7F7;
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

/***** Sidebar(s) User Profile ********************/

#sidebar .user-profile, #sidebar-alt .user-profile {
	overflow: hidden;
	}

#sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar {
	background: #F7F7F7;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#sidebar .user-profile p, #sidebar-alt .user-profile p {
	margin: 0;
	padding: 10px 10px 0 10px;
	}

#sidebar .user-profile .posts_link, #sidebar-alt .user-profile .posts_link {
	margin: 0;
	padding: 0 0 0 10px;
	}
	
/***** Buttons ********************/
	
#submit, .searchsubmit, .enews #subbutton, .gform_footer .button, .reply a, .reply a:visited {
	background: #333333;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal !important;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 3px 5px 3px 5px;
	border: 1px solid #666666;
	}

#submit:hover, .searchsubmit:hover, .enews #subbutton:hover, .gform_footer .button:hover, .reply a:hover {
	background: #000000;
	text-decoration: none;
	border: 1px solid #666666;
	}
	
/***** Search Form(s) ********************/

.searchform {
	margin: 0;
	}

#header .searchform {
	float: right;
	padding: 40px 0 0 0;
	}
	
#sidebar .searchform {
	padding: 5px 0 0 10px;
	}
	
#nav .searchform {
	float: right;
	padding: 0;
	}
	
.s {
	background: #F7F7F7 !important;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;	
	font-size: 11px;
	margin: 5px 4px 0 0;
	padding: 4px 0 4px 5px;
	border: 1px solid #E6E6E6;
	}
	
#header .s, #nav .s, #sidebar .s, #sidebar-alt .s {
	width: 200px;
	}

/***** eNews & Updates Widget ********************/

.enews {
	background: url(images/enews.png) top right no-repeat;
	}
	
#sidebar .enews p {
	padding: 10px 10px 0 10px;
	}

.enews #subscribe {
	padding: 0 0 0 10px;
	}
	
.enews #subbox {
	background: #F7F7F7 !important;
	width: 230px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	padding: 4px 0 4px 5px;
	margin: 5px 5px 0 0;
	border: 1px solid #CCCCCC;
	}
	
/***** Latest Tweets Widget ********************/

.latest-tweets {
	background: url(images/twitter.png) top right no-repeat;
	margin: 10px 0 0 0;
	padding: 0;
	}
	
	
/***** DSIDX Search Widget - Sidebar ********************/
 .dsidx-widget{	
         background: #FFFFFF;
	width: 270px !important;
	text-align: left !important;
         font-family:Arial,Tahoma,Verdana;
         font-size:12px;
         font-weight: lighter;
         padding: 4px 7px 0 0px;
}
.dsidx-search-widget .dsidx-cities
{
	width: 250px !important;
	background: #FCFCFC;	}

.dsidx-search-widget input {
    -moz-border-radius:3px 3px 3px 3px;
    background:none repeat scroll 0 0 #FCFCFC;
    border:1px solid #DDDDDD;
    color:#314876;
    display:inline;
    font-family:Arial,Tahoma,Verdana;
    font-size:12px;
    height:18px !important;
    margin:0;
    padding: 5px 3px 0 0px;
}

.dsidx-search-widget .dsidx-price
{
	width: 110px !important;
	background: #FCFCFC;
}
.dsidx-search-widget .dsidx-mlsnumber
{
	width: 80px;
	background: #FCFCFC;
}
.dsidx-search-widget select
{
	width: 90px;
}
.dsidx-widget.dsidx-search-widget .dsidx-search-button
{
	padding-top: 6px;
	text-align:center;
}
.dsidx-search-widget td{
	padding: 4px;
}
.dsidx-search-widget th{
	padding: 8px;
	background: #FCFCFC;
}
.dsidx-improvedsqft
{
	width: 50px;
}
.dsidx-search-widget .dsidx-beds,
.dsidx-search-widget .dsidx-baths
{
	width: 50px !important;
	background: #FCFCFC;
}

.dsidx-search-widget .dsidx-search-button
{
	font-size: 12px;
}

.dsidx-search-widget .dsidx-search-button img
{
	vertical-align:-3px;
	border: 0;
}
.dsidx-search-widget .dsidx-search-widget-propertyTypes
{
	width: 250px !important;
	background: #FCFCFC;
}
.dsidx-search-widget select {
    -moz-border-radius:3px 3px 3px 3px;
    background:none repeat scroll 0 0 #FCFCFC;
    border:1px solid #DDDDDD;
    color:#314876;
    display:inline;
    font-family:Arial,Tahoma,Verdana;
    font-size:12px;
    height:25px !important;
    padding:1px;
}
.dsidx-search-widget table
{
	width:100%;
}
.dsidx-search-button {
    float:right;
}
.dsidx-search-button input {
    -moz-border-radius:3px 3px 3px 3px;
    background:#F7F7F7;
    border:1px solid #2F4E6E;
    color: #314876;
    float:right;
    font-family:Arial,Tahoma,Verdana;
    font-size:12px;
    font-weight:bolder;
    height:25px !important;
    margin:0;
    padding:3px 6px;
    text-decoration:none;
    text-transform:uppercase;
}
.dsidx-search-button input {
     margin:7px 0 0 3px;
}
.dsidx-search-button input:hover {
     background:none repeat scroll 0 0 #8fb63e;
     border:1px solid #8fb63e;
}
/*****DSIDX Results Widget********************/

.dsidx-results-widget {
     background: #F7F7F7 !important;
}

/***** Calendar ********************/

#wp-calendar {
	width: 100%;
	}
	
#sidebar .widget_calendar {
	padding: 0;
	}

#wp-calendar caption {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-style: italic;
	font-weight: normal;
	padding: 2px 5px 0 0;
	text-align: right;
	}

#wp-calendar th {
	color: #333333;
	}

#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	background: #F7F7F7 !important;
	color: #F7F7F7 !important;
	}

#wp-calendar td {
	background: #F7F7F7;
	font-weight: normal;
	text-align: center;
	padding: 2px;
	}
	
/***** Contact Form ********************/

.gform-widget_wrapper{ 
    background: #FFFFFF !important;
    overflow:hidden;  
    margin: 0px 0px 0px 12px;  
    max-width:270px;
}

.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
	background: #F7F7F7 !important;
	color: #333333 !important;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px !important;
	padding: 4px 0 4px 5px !important;
	border: 1px solid #E6E6E6;
	}

.gform_footer .button {
    -moz-border-radius:3px 3px 3px 3px;
    background:#007dc6 !important;
    border:1px solid #2F4E6E;
    color: #FFFFFF !important;
    float:right;
    font-family:Arial,Tahoma,Verdana;
    font-size:12px !important;
    font-weight:bold !important;
    margin:0 10px;
    padding: 5px 10px 5px 10px !important;
    text-decoration:none;
    text-transform:uppercase;
}
.gform_footer .button:hover {
     background: #8fb63e !important;;
     border:1px solid #8fb63e;
}
	
.gform_wrapper .ginput_complex label {
	font-size: 12px !important;
	}
	
.gform_wrapper li, .gform_wrapper form li {
	margin: 0 0 10px 0 !important;
	}
	
.gform_wrapper .gform_footer {
	border: none !important;
	}

/***** Footer Box ********************/

#footerbox {
	width: 948px;
	background: #F7F7F7;
	color: #333333;
	font-size: 11px;
	margin: 20px 0px 0px 0px;
	padding: 5px 10px 5px 0;
	text-transform: uppercase;
	overflow: hidden;
	clear: both; 
	border: 1px solid #E6E6E6;
	}
	
#footerbox a:visited {
	color: #003663;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	text-decoration: none;
	}
	
#footerbox a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
#footerbox p {
	margin: 0;
	padding: 10px 0 10px 0;
	}
	
#footerbox h2 {
	color: #007dc6;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 10px 0 5px 0;
	padding: 0;
	text-decoration: none;
	}
	
#footerbox h2 a, #footerbox h2 a:visited {
	color: #007dc6;
	text-decoration: none;
	text-transform: none;
	font-style: normal;
	padding: 15px 0px 15px 0px;
	}

#footerbox h2 a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
#footerbox h4,  .footerbox h4 {
	color: #003663;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight:normal;
	margin: 5px 0 5px 0;
	padding: 0;
	}
	
#footerbox ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#footerbox ul li {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0px;
	}

#footerbox ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
	}

#footerbox ul li ul li {
	margin: 0;
	padding: 5px 0 0 0;
	}
	
#footerbox .widget {
	margin: 0 0 10px 0;
	padding: 0;
	}
	
#footerbox .textwidget {
	margin: 0;
	padding: 0;
	}
	
#footerbox li.widget_tag_cloud div {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#footerbox .featuredpost .post, #footerbox .featuredpage .page {
	clear: both;
	margin: 0 0 15px 0;
	padding: 10px 5px 0 10px;
	border: 1px solid #DDDDDD;

	}
	
#footerbox .featuredpost, #footerbox .featuredpage  {
	margin: 0 0 15px 0;
	padding: 10px 5px 0 0px;
	clear: both;
	}
	
#footerbox .featuredpost img, #footerbox .featuredpage img {
	margin: 0 0 10px 0;
	padding: 5px 0px 10px 0px;
         border: 1px solid #FFFFFF;
	}

.footerbox-1 {
	float: left;
	width: 270px;
	margin: 10px;
	padding: 10px 20px 0 0;
         overflow: hidden; 
}

.footerbox-2 {
	float: left;
	width: 185px;
	margin: 0;
	padding: 10px 20px 0 0;
         overflow: hidden; 
}
	
.footerbox-3 {
	float: left;
	width: 180px;
	margin: 0;
	padding: 10px 20px 0 0;
         overflow: hidden;
	}
	
.footerbox-4 {
	float: right;
	width: 195px;
	margin: 0;
	padding: 10px 0px 0 0;
         overflow: hidden;
}


#footerbox .featuredpost img, #footerbox .featuredpage img {
	background: #FFFFFF;
	margin: 0;
	padding: 0 0px 10px 0px;
	}

/***** Footer ********************/

#footer {
	width: 960px;
	background: #333333;
	color: #FFFFFF;
	font-size: 11px;
	margin: 0;
	padding: 5px 0 5px 0;
	text-transform: uppercase;
	overflow: hidden;
	clear: both; 
	}

#footer a, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#footer p {
	margin: 0;
	padding: 0;
	}

#footer .gototop {
	width: 200px;
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
	}
	
#footer .gototop a {
	margin: 0;
	padding: 2px 0 2px 18px;
	background: url(images/footer-top.png) no-repeat left center;
	}
	
#footer .creds {
	width: 740px;
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
	}

/***** Comments ********************/

#respond {
	margin: 0 0 15px 0;
	padding: 0;
	}

#author, #email, #url {
	background: #F7F7F7 !important;
	width: 250px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 5px 0 0;
	border: 1px solid #E6E6E6;
	}
	
#comment {
	background: #F7F7F7 !important;
	width: 98%;
	height: 150px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 0 5px 0;
	border: 1px solid #E6E6E6;
	}
	
.comment-list, .children {
	margin: 0;
	padding: 0;
	}
	
.ping-list {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
.comment-list ol, .ping-list ol {
	margin: 0;
	padding: 10px;
	}

.comment-list li, .ping-list li {
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
	}
	
.comment-list li ul li { 
	margin-left: 10px;
	margin-right: -6px;
	}

.comment-list p, .ping-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
	}

.comment-list li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #E6E6E6;
	margin: 0 5px 0 10px;
	padding: 4px;
	}

.comment-list cite, .comment-list cite a, .ping-list cite, .ping-list cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentmetadata {
	font-size: 11px;
	font-weight: normal;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.nocomments {
	text-align: center;
	}

#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
	}

.thread-alt, .thread-even {
	background: #F7F7F7;
	}

.even, .alt, .depth-1 {
	border: 1px solid #E6E6E6;
	}