/********************************************
   AUTHOR:  			Glenn A. Lewis
   WEBSITE:   			http://www.kenosisdesigns.com/
	TEMPLATE NAME:		WAKE Forest Economic Development
   VERSION:          1.0     
	DATE:					December 17,2008     	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
html{
	padding:0;
	margin:0;
}

body {
	background: #FFF url(../images/bg.jpg) repeat-x ;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #444;
	text-align: left;
	margin: 0;
	padding:0;
}
#admintools {
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
}

/* links */
a, a:visited {
	text-decoration: none;
	background-color: transparent;
	color: #1977BD; 
}
a:hover {
	text-decoration: underline;
	background-color: transparent;
	color: #1977BD;
}
a.addnew {
	background: url(../images/bg-addnew.jpg) no-repeat;
	font-size: 10px;
	width: 120px;
	color: #FFF;
	margin-top: 0px;
	padding: 5px 30px 10px 30px;
	display: block;
}
a:hover.addnew{
	color: #666;
	text-decoration: none;
}
a.rsslink {
	border: 1px solid #CCC;
	background: #FCFCFC;
	padding: 5px;
	font-size: 9px;
	*font-size: 11px;
	color: #999;
	text-transform:uppercase;
}
a.rsslink img {
	width: 10px; 
	height: 10px;
	margin: 0px;
	padding:0px;
}
a.rsslink:hover {
	text-decoration: none;
}

	
/* headers */
h1, h2, h3 { font-family: 'Trebuchet MS', Tahoma, Sans-serif;  }
h1 {
	font-size: 180%;	
	font-weight: normal;	
	color: #006eb1;
	
}
h2 {
	font-size: 140%;
	color: #009933;
	font-weight: normal;
}
h3 {
	font-size: 100%;	 
	color: #006EB1;
}
h6 {
	color: #999;
	font-weight: normal;
	margin: 2px;
	padding: 0px;
}


h1, h2, h3, h4, h5,{
	margin:15px 0 10px 0;
}

div.bodycopy ul li {
	list-style-image: url(../images/bullet.gif); 
}

div.bodycopy ul, ol {
	margin: 5px 15px;
	padding: 0 25px;
}

#main div.bodycopy{
	font-size:110%;
	line-height:20px;
	margin-left: 0px;
	margin-right: 25px;
	margin-bottom: 25px;
}


.fullbody #main {
	width: 715px; 	
}

#main div.text p{

	margin-bottom: 15px;
}
#sidebar .text {
	border-bottom: 0px solid #D2E8F7; 
	margin: 0px 5px 10px 5px;
}
#sidebar .moduleactions {
	border-bottom: 0px solid #D2E8F7; 
	margin: 0px 5px 10px 5px;
}
#sidebar .bodycopy {
	color: #006eb1;
}

#wrap {
	float: left;
	background: url(../images/bg-wrap.jpg) no-repeat;
	margin-left: 0px;
	text-align: left;
}
#wrap.fullbody {
	width: 790px;
	background: #CCC url(../images/bg-content-full.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#banner {
	float: left;
	width: 700px;
	height: 251px;
	margin-left: 244px;
	_margin-left: 122px;
	background: #333;
	
}
.banner_bodycopy p {
	margin: 0px;
	padding: 0px;
}

#content-wrap {
	width: 1024px;	
	background: url(../images/bg-content.jpg) repeat-y left 0px;
	margin: 20px 0 20px 0px ;
	padding: 0; 
	float: left;
}
#header {
	
}
/* header links */



/* Main Column */
#main {
	float: left;
	width: 710px;
	text-align:justify;
	padding: 5px 5px 20px 14px; 
}
#main .bodycopy table {
	background: #FFF url(../images/bg-table.jpg) repeat-x;
	font-size: 10px; 
	margin: 0px auto;
	color: #666;
	width: 690px;
	border: 2px solid #EBEBEB;
	border-collapse: collapse;
	text-transform: capitalize;
	
}
#main .bodycopy table td {
	border: none;
	border-bottom: 1px solid #3366CC;
	padding: 3px;
	text-align: left;
	
}
#main .bodycopy table td.primary-info {
	font-size: 14px; 
	color: #666;
	
}
#main .bodycopy table tr.header {
	font-weight: bold;
	color: #efefef;
	background: #879AAB;
} 
#main .bodycopy table tr.header a {
	color: #fff;
	
}
#main .bodycopy table tr.header a:hover {
	text-decoration: none;
	color:#99CCFF;
	
}
.home-box {
	float: left;
	width: 50%;

}


/* Sidebar */	
#sidebar {
	float: left;
	width: 215px;
	height: 100%;
	min-height: 300px;
	padding: 0; margin: 0px 14px 0 0;	
	color: #777;
	background:url(../images/bg-sidebar.jpg) no-repeat;	
}	
#sidebar h1 {
	margin: 15px 5px 10px 0px;
	font: 12px normal;
	padding: 3px;
	color: #006699;
	background:url(../images/bg-sidebar-title.jpg) no-repeat;	
}
#sidebar .bodycopy p {
	margin-left: 20px;
	line-height: 1.3em;
}
#sidebar .bodycopy a {
	color: #006699;
}
 
/* -- Content Bottom --*/
#content-bottom {
	background:url(../images/bg-content-btm.jpg) no-repeat;
	float: left;
	height: 36px;
	width: 977px;
	margin-top: -20px;
	
}


/* Footer */	
#footer {
	color: #C6DDEE;
	float: left;
	bottom: 0px;
	background: #006eb1;
	display: block;
	width: 100%;
	height: 30px;
	font-size: 90%;	
}
#footer p { 
	padding: 10px 0;
	margin: 0;
}
#footer a { 
	color: #fff;
	text-decoration: none; 
}

/* post footer */
.post-footer {
	background: #F4F8FD;
	padding: 5px; margin: 20px 25px 0 25px;
	border: 1px solid #E5F0FB; 
	font-size: 95%;	
}
.post-footer .date {	padding-left: 0px; margin: 0 5px; }
.post-footer .comments { padding-left: 0px; margin: 0 5px; }
.post-footer .readmore { padding-left: 0px; margin: 0 5px; }

.post-by { font-size: .95em;	margin-top: 0;	}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* stupid IE 6.0 */
.realestatemodule .bodycopy .item{
	background: url(../images/bg-sidebar-table.gif) no-repeat;
	width: 174px;
	margin: 0px auto;
	padding: 10px 25px;
	text-transform: capitalize;
	display: table-cell;
	
	*float: left;
	color: #006EB1;
	font-size: 10px;
	overflow: hidden;
}
.featured .bodycopy	{
	padding-left: 20px;
}
.realestatemodule .bodycopy .item img{
	width: 150px;
	height:auto;

}
.realestatemodule .bodycopy .item img.mngmnt_icon{
	width: auto;
	height:auto;

}
td.realestate {
	width: 300px;
}
img.realestate {
	width: 300px; 
	height: auto;
	border: 3px solid #666;
}
.realestate_sold, .realestate_leased {
	position: absolute;
	background: #660000;
	display: block;
	width: 150px;
	text-transform: uppercase;
	font-weight: bold;
	padding:3px;
	color: #FFF;
}	
.realestate_sold_sm, .realestate_leased_sm {
	position: absolute;
	background: #660000;
	display: block;
	width: 300px;
	text-transform: uppercase;
	font-weight: bold;
	padding:3px;
	color: #FFF;
}	
.realestatemodule .bodycopy img{
	
}

.realestate_formwrap {
	background: url(../images/bg-search-table-large.jpg) no-repeat left top;
	padding-top: 5px;
	height: 711px;
	_float: left;
	width: 700px;
}

/* REAL ESTATE SEARCH MODULE  */

.realestatesearch_form {
	width: 95%;
	margin-left: 17px;
}
.realestatesearch_form p {
	color: #999;
	font-size: 10px;
}
.realestatesearch_form table{
	paddin: 3px;
}
.realestatesearch_form h1 {
	font-size: 20px;
	color: #003366;
	padding: 3px;
	margin-top: 15px;
	border-bottom: 1px solid #CCC;
	
}
.realestatesearch_form .searchbox input {
	height: 20px;
	width: 95%;
	color: #979797;
	font-size: 16px;
}
.realestatesearch_form input.button {
	background: #003366;
	border: 1px solid #999;
	color: #FFF;
	text-transform: uppercase;
	height: auto;
	width: auto;
	padding-top: 3px;
	
}
.realestatesearch_form td {
	color: #006EB1;
}

.realestatemodule .notes {
	text-transform: none;
}


.sort_by {
	
}
.results-toolbar {
	
	display: block;
	background: #EBEBEB;
	padding: 5px;
	font-size: 120%;
	color: #000033;
	margin: 4px;
	border: 1px solid #CCC;
	
}
.results-toolbar h2 {
	color: #003366;
	margin: 0px;
	font-size: 120%;
	border-bottom: 1px solid #CCC;
	margin-bottom: 5px;
}
.results-toolbar a{
	color: #000066;
}
.results-toolbar a:hover{
	text-decoration: none;
	color: #000099;
}

.new-search {
	
}
.sorting-options, .print-wrap, .new-search {
	padding-bottom: 3px;
	display: inline;
	width: 180px;

}
.sorting-options {
	width: 250px;	
}
.searched_for {
	position: absolute;
	left: 500px;
	top: 0px;
}

/* ---- Sidebar Search ---- */

#sidebar .realestate_formwrap {
	background: url(../images/bg-table.jpg) no-repeat left top;
	padding-top: 5px;
	height: auto;
	_float: left;
	width: 210px;
}
#sidebar .realestatesearch_form {
	width: 95%;
	margin-left: 17px;
}
#sidebar .realestatesearch_form p {
	color: #999;
	font-size: 10px;
}
#sidebar .realestatesearch_form table{
	paddin: 3px;
}
#sidebar .realestatesearch_form h1 {
	
	
}
#sidebar .realestatesearch_form .searchbox input {
	height: 15px;
	width: 180px;
	color: #CCC;
	font-size: 12px;
}
#sidebar .realestatesearch_form input.button {
	background: #336699;
	border: 0px solid #999;
	color: #FFF;
	text-transform: uppercase;
	height: auto;
	width: 150px;
	*width: 160px;
	padding-top: 3px;
	margin-left: 0px;
	
}
#sidebar .realestatesearch_form td {
	color: #006EB1;
}
/* Search Results */
.img_results {
	border: 2px solid #666; 
	float: left; 
	background: #EBEBEB url(../images/nophoto.jpg) no-repeat left bottom;
	width: 100px;
	height: 75px;
	overflow: hidden;
	text-align: center;	
	margin: 10px 5px;
	position: absolute;
	left: 20px;
	top: 40px;
}
.img_results img{
	height: 75px;
	width: 100px;
	
}
.img_results_lrg {
	border: 2px solid #666; 
	float: left; 
	background: #EBEBEB url(../images/nophoto.jpg) no-repeat;
	width: 300px;
	height: 200px;
	overflow: hidden;
	text-align: center;	
}

.searchmodule .content {
	position: absolute; 
	left: 190px; 
	top: 50px;
}

.view-listing-button {
	text-align: right;
	position: absolute;
	bottom: 15px;
	right: 12px;
}

/* search form & realestate search results */
#searchbar {
	position: absolute;
	top: 425px;
	left: 5px;
}

h2.search_results {
	font-size: 18px;
	padding-bottom: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 2px dotted;
}

h3.search_results {
	font-size: 12px;
}

.searchmodule.searchdefault form {
	background-color: transparent;
	border: none;	
	margin: 0; 
	padding: 5px 0 5px 0;	
}
.searchmodule.searchdefault p { 
	margin: 0; 
	padding: 0; 
}

.searchmodule.searchdefault input.text { 
	width: 110px;
	color: #0066FF; 
	height: 20px;
	padding: 5px;	
	border: 0px solid #D2E8F7; 
	background: none;
	float:left;
	text-transform: uppercase;
}
.searchmodule.searchdefault input.button { 
	width: 55px;
	height: 26px;
	margin:0 0 0 3px;
	display: none;
}
.searchmodule.results {
	text-transform: capitalize;
}
.results /* for ie compat, does not support double class .searchmodule.result */ {
	position: relative;
}


.searchmodule.results .searched_for{
	display:block;
	padding:5px;
	border-top:0px dotted #999;
	border-bottom:0px dotted #999;
	margin:0 0 15px 0;
}
.searchmodule.results .item {
	padding:5px;
	margin: 0px 0px 0px 0px;
	height: 140px;
	border-bottom:1px dotted #999;
	position: relative;
}

.searchmodule.results .item .summary {
	color:#888;
}
.searchmodule.results .item .summary b {
	background:#ffe39c;
	border:1px dotted #fdb827 ;
	color:#444;
}

.searchmodule.results .item.odd {
	background: #F5F7F0 url(images/bg-table.jpg);
}
