/*	Desc: *design for open-realty* 
    Screen Style Sheet: *screen.css*
	Author: *Removed for compertison*
	Date: *27-Oct-2007*
	+ Colours
	- *colour hex* *colour name* (*purpose*)

Colours	+ CV
		- #4a4339 light brown (bg)
		- #fa0 ornage (links)
		- #fff white (text)

		+ PORTFOLIO
		- #000 black (bg)
		- #f0a magenta (links)
		- #fff white (text)


=== === === === === === === === === === */

/* ADDON PAGES */

blockquotex2 {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquotex2 p {padding: 3px 0;}

h1,h2,h3 {color: #FF0000;} 

/* misc */
.clearerx2 {clear: both;}
.main_rightx2 .paddedx2 {padding: 6px 2px 6px 16px; size: 360px;}
.mainx2 .paddedx2 {padding: 18px 24px; background:
url(http://greecefsbo.com/images/buttons/EditorialBackground.png) no-repeat top left;

width: 200px;

}
.metax2 {font-size: 0.8em; color: #666;}
.leftx2 {float: left;}
.rightx2 {float: right;}

/* structure */
.containerx2 {
	font-size: 14px;
	background: url(img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 97%;
	font-family: "MS Serif", "New York", serif;
}

/* header */
.headerx2 {
	float: left;
	background: url(img/header5.jpg) no-repeat; 
	font: normal 2.4em Verdana,sans-serif;
	text-align: center;	
}

/* structure */
.topx2 {
	background: #222;
	color: #DDD;
	float: left;
	font: normal 1.4em Verdana;
	height: 50px;
	text-align: center;
	width: 639px;
}
.subnavi {
	float: left;
	width: 200px;
	background:url(http://ehapc.files.wordpress.com/2009/05/ocean-water.jpg) no-repeat 
}
.mainx2 {
	float: left;
	width: 160px;
}
.main_rightx2 {
	float: right;
	width: 355px;
	color: #CCC;
}

/* sub-navigation */
.subnavi h1 {
	background: #222;
	color: #FFE;
	font: bold 1.1em Verdana,sans-serif;
	line-height: 24px;
	padding-left: 12px;
}
.subnavi ul {
	margin: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.subnavi li {
	border-bottom: 1px solid #696755;
	list-style: none;
}
.subnavi li a {
	background: #89866F;	
	color: #111;
	display: block;
	padding: 8px 0 8px 12px;
	width: 148px;
	text-decoration: none;
}
.subnavi li a:hover {
	background: #9C997C;
	color: #000;
}

/* footer */
.footerx2 {
	background: url(img/bgfooter.gif) repeat-x;
	color: #CCC;
	font-size: 0.9em;
	line-height: 39px;
	width: 100%;
	text-align: center;
}
.footerx2 .left,.footer .right {padding: 0 16px;}
.footerx2 a {color: #EEE;}
.footerx2 a:hover {color: #FAFCB0;}


/* MAIN TYPOGRAPHY */

strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], textarea { font-size: 92%; font-family: monaco, "Lucida Console", courier, mono-space; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

/* FORMS */

fieldset { border: 0px solid #695F4C; }
legend { background: #F8CECF; color: #FFFFFFF;}
textarea, input[type='text'], select { border: 1px solid #695F4C; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #504634; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #504634; outline: 2px solid #ffffaa; }
input, select { cursor: pointer; }
input[type='text'] { cursor: text; }

/* MARGINS & PADDINGS */

.content blockquote *:first-child { margin: .8em 0; }
/*
.content hr, .content p, .content ul, .content ol, .content dl, .content pre, .content blockquote, .content address, 
.content table, .content form { margin-bottom: 1.6em; }
.content p+p { margin-top: -.8em; }
 NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */

.content h1 { margin: 0 0 .5em;  }
.content h2 { margin: 1.07em 0 .535em; }
.content h3 { margin: 1.14em 0 .57em; }
.content h4 { margin: 1.23em 0 .615em; }
.content h5 { margin: 1.33em 0 .67em; } 
.content h6 { margin: 1.6em 0 .8em; }

.content th, .content td { 
	}
.content td img {    
	display: block;
    margin-left: auto;
    margin-right: auto;

	}
.content caption { padding-bottom: .8em; } /* padding instead of margin for IE */
.content blockquote { padding: 0 1em; margin: 1.6em 0; }
.content fieldset { margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
.content legend { padding-left: .8em; padding-right: .8em; }
.content legend+* { margin-top: 1em; } /* compensates for the opera margin bug */
.content textarea, .content input { padding: .3em .4em .15em .4em; }
.content select { padding: .1em .2em 0 .2em; }
.content option { padding: 0 .4em; }
.content a { position: relative; padding: 0.3em 0 .1em 0; } /* for larger click-area */
.content dt { margin-top: .8em; margin-bottom: .4em; }
/* .content ul { margin-left: 1.5em; } */
.content ol { margin-left: 2.35em; }
.content ol ol, .content ul ol { margin-left: 2.5em; }
.content form div { margin-bottom: .8em; }

/* END CSS RESET FOR MAIN CONTENT */

/*=STRUCTURE
=== === === === === === === === === === */

* {
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0;
	padding-right: 0px;
	padding-left: 0;
	;
	background-repeat: no-repeat;
	background-position: left;

}

body {
 font-family: "Arial", Helvetica, sans-serif;
 font-size: 13px;
 background: #504634;
}

#wrapper { 
 margin: 0 auto;
 width: 95%;
* html border-left:300px solid #800;
* html margin-left:-300px;
}

#mborder {
}

#faux {
 background: url(img/2-col-bg.gif);
 margin-bottom: 0px;
 width: 100%;
 min-width:1110px;
}



#header {
 background: #D9D1BC url(img/header.jpg) no-repeat;
 color: #333;
 height: 170px;
 min-width:1110px;
 margin: 0px 0px 0px 0px;
 padding: 0px;
}

#leftcolumn { 
 display: inline;
 color: #333;
 margin: 0px;
 padding: 0px;
 width: 20%;
 min-width:230px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 padding: 0px;
 width: 75%;
 min-width:700px;
 display: inline;
 position: relative;
}
#footer {
 clear: both;
 color: #FFF;
 background: #695F4C;
 margin: 0px 0px 0px 0px;
 padding: 10px;
}
.clear { clear: both; background: none; }


/*=TYPOGRAPHY
=== === === === === === === === === === */
h1 {

}
h2 {

}
h3,
h4 {

}
p {

}

/* ceo headers */
h1 { font-size: xx-large; }
h2 { font-size: x-large; }
h3 { font-size: large; }
h1, h2, h4, h6 { font-weight: bold; }
h5, h6 { margin-top: 1em; }

hr { border:1px solid #695F4C; }

.copyright {
text-align: center;
font-size: 9px;
padding: 3px;
color: #cccccc;
}

input , textarea {
border:1px solid #695F4C;
}


/*=COMMON
=== === === === === === === === === === */
img {
border: 0;
}

img.float-right {
  padding: 5px;
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  padding: 5px;
  margin: 5px 15px 5px 0px;
}

a img {  
  border: 1px solid #847A67; 
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #eee;    
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

blockquote {
	margin: 15px; 	padding: 0 0 0 5px;  	
  	background: #FAFAFA; 
	border: 1px solid #eee; 
	font: bold 1.2em/1.5em 'Trebuchet MS', Tahoma, sans-serif; 
	color: #504634;	
}

a {
color: #464544;
text-decoration: underline;
}
a:hover {
text-decoration: none;
color: #504634;
}


/*=MASTHEAD
=== === === === === === === === === === */
#masthead-m {

}

#logo {
position: absolute;
margin:  0px 0 0 0px; 
padding: 10px 0 0 20px; 
color: #FFFFFF;
}
#logo h1 {
font: bold 24px "arial narrow", arial, sans-serif;
margin: 0;
padding: 0;
}
#logo p {
margin: 0;
padding: 0;
font-weight: bold;
}

#nav-top{ /*  */
float: right;
background: #504634;
margin:  10px 0 10px 0px;
padding: 10px 0 10px 0px;
}

#nav ul{
position: absolute;
margin: 10px 10px 0 0;
padding: 0px 10px 0 0px;
text-align: left;
}

#nav li {
list-style: none;
display: inline;
color: #fff;
text-align: left;
margin:  10px 5px 10px 5px;
padding: 10px 5px 10px 5px;
}

#nav a {
text-decoration: none;
color: #fff;
}

#nav a:hover {
text-decoration: underline;
color: #D4CAB6;
}


/*=NAVIGATION
=== === === === === === === === === === */
#navigation-m {

}
.categories h2{
  padding: 4px 0 5px 35px;
font-size: 16px;
color: #fff;
margin:0;
}

#dhtmlgoodies_menu {
font-family:arial;
width:100%;
}

#dhtmlgoodies_menu li {
list-style-type:none;
margin:0;
}

#dhtmlgoodies_menu ul li ul {
padding-left:10px;
}

#dhtmlgoodies_menu li a {
/*
color:#000;
height:20px;
line-height:20px;
vertical-align:middle;
border:0 solid #000;
background-color:#FAFAFA;
display:block;
margin:1px;
padding:1px;
*/
text-decoration:none;
height:20px;
line-height:20px;
display:block;
background: #D4CAB6;
border-top: 1px solid #F4EFDF;
list-style: none;
font-size: 12px;
padding: 7px 0 8px 35px;
}

.dhtmlgoodies_subMenu {
visibility:hidden;
position:absolute;
overflow:hidden;
border:0px solid #000;
background-color:#FAFAFA;
font-family:arial;
text-align:left;
}

.dhtmlgoodies_subMenu ul li {
list-style-type:none;
margin:0;
padding:1px;
}

.dhtmlgoodies_subMenu ul li a {
font-size: 12px;
white-space:nowrap;
text-decoration:none;
color:#000;
height:16px;
line-height:20px;
display:block;
padding:9px 11px 9px 11px;
background-color: #D4CAB6;
}

#dhtmlgoodies_menu ul,.dhtmlgoodies_subMenu ul {
margin:0;
padding:0;
}

#dhtmlgoodies_menu li a:hover,#dhtmlgoodies_menu .activeMainMenuItem,.dhtmlgoodies_subMenu ul li a:hover {
color:#695F4C;
/*background-color:#317082;*/
text-decoration:underline;
}



.featurebox {
color:#504634;
border-top:1px solid #d7d7d7;
background:#D4CAB6;
margin:0 0 1.5em;
padding:15px 20px 20px;
}

.featurebox p,.featurebox h1,.featurebox h2,.featurebox h3,.featurebox h4,.featurebox h5,.featurebox h6 {
border-bottom:1px solid #504634;
color:#504634;
margin:0 0 .3em;
}

.featurebox p {
border:none;
color:#444;
margin:0 0 1em;
}

.featurebox a {
font-weight:700;
font-size:90%;
}

hr {
background:#f2f2f2;
height:1px;
color:#D9D1BC;
}

hr.sb  {
background:#847A67;
height:1px;
color:#847A67;
border:none;
margin:1em 0;
}



/*=CONTENT
=== === === === === === === === === === */

.content h1, h2, h3, h4, h5, h6 {
color: #FF0000;
font-weight: bold;
}

.content{ 
width: 900px;
}

#overviewtable td {
}

/*=FOOTER
=== === === === === === === === === === */
#footer-m {

}

#footer a {
color: #fff;
text-decoration: underline;
}
#footer a:hover {
text-decoration: none;
color: #504634;
}

/*=PRINTER
=== === === === === === === === === === */

@media print{
/*hide the left column when printing*/
#leftcolumn{display:none;}
#rightcolumn{border-left:0;}
}

/*=OTHER
=== === === === === === === === === === */

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

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }



/* THIS IS SECTION IS FOR OPEN REALTY */

/* td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
*/

td a, a:hover{
text-decoration: none;

}

input, select, form {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

.search_results {
width:100%;
}

.result_row_0	/*{ background-color: #F3C5DB; }*/

{
		background:transparent url(http://www.greecefsbo.com/template/city_lights/img/4-col-bg.png) no-repeat scroll center top;
		} 
.result_row_1	/*{ background-color: #FFFFFF; }*/
{
		background:transparent url(http://www.greecefsbo.com/template/city_lights/img/4-col-bg.png) no-repeat scroll center top;
		} 

.view_users { width:100%; }

.LINKER {
	font-size: 18px;
	background:url(http://greecefsbo.com/images/buttons/EditorialButton.png) no-repeat left;
}

/* SEARCH RESULTS - NEXT/PREV BAR GENERATED BY THE TAG {next_prev}
*******************************************************************************/
table.browse_tool_table {
	width:100%;
	font-size:11px;
	text-decoration:none;
	color:black;
	background-color:#F0F0F0;
	}
table.browse_tool_table td {
	}
table.browse_tool_table td.browse_tool {
	font-size:11px;
	text-decoration:none;
	color:black;
	background-color:transparent;
	}
table.browse_tool_table td.browse_tool span.browse_tool_num {
	color:#336699;
	}
	table.browse_tool_table table {
		}
	table.browse_tool_table table td {
		}
	table.browse_tool_table table td.browse_tool_button {
	}
	table.browse_tool_table table td.browse_tool {
		font-size:11px;
		text-decoration:none;
		color:black;
		background-color:transparent;
		}
	table.browse_tool_table table td.bt_pages {
		vertical-align:middle;
		font:10px Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-decoration:none;
		color:#000000;
		background-color:#D1DEE9;
		}
	table.browse_tool_table table td.bt_pages a.bt_pages:link,
	table.browse_tool_table table td.bt_pages a.bt_pages:visited {
		display:block;
		width:24px;
		text-align:center;
		color:#000000;
		}
	table.browse_tool_table table td.bt_pages a.bt_pages:hover {
		color:#FFFFFF;
		background-color:#132975;
		}
	table.browse_tool_table table td.bt_pages_ghost {
		color:#AAAAAA;
		text-decoration:none;
		}
	table.browse_tool_table table td.bt_pages_ghost span.bt_pages_ghost{
		color:#AAAAAA;
		text-decoration:none;
		}
	table.browse_tool_table table td.browse_tool_curpage {
		display:block;
		width:24px;
		text-align:center;
		color:#FFFFFF;
		background-color:#132975;
		}
	table.browse_tool_table table td.browse_tool_button a:link,
	table.browse_tool_table table td.browse_tool_button a:visited {
		display:block;
		width:100px;
		border:1px solid #000000;
		font-size:10px;
		font-weight:bold;
		line-height:10px;
		text-align:center;
		text-decoration:none !important;
		color:#000000;
		background-color:transparent;
		}
	table.browse_tool_table table td.browse_tool_button a:hover {
		text-decoration:none !important;
		color:#FFFFFF;
		}
	table.browse_tool_table table td.browse_tool_button span.browse_tool_ghost {
		font-size:10px;
		line-height:10px;
		text-decoration:none;
		color:#AAAAAA;
		}

.mainpagel {
	float:right;
	margin: 30px 0;
}

.featuredlist {
	float:left;
	margin: 30px 0;
}

.content #sidebar1 {
	float:left; 
	width: 400px; /* since this element is floated, a width must be given */
/*	background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px; /* top and bottom padding create visual space within this div */
}
	
.content #sidebar2 {
	float: right; 
	width: 300px; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	border-left:2px solid #695F4C;
	}

.content #mainContent {
 	margin: 0 12em 0 12em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 0 2em 0 2em; /* padding here creates white space "inside the box." */
} 

.content #overheader {
	text-align:center;
	font-size:30px;
} 

.content #sidebar1 {
	background:transparent url(img/Back1.png) no-repeat scroll 0 0;
} 

.content #overviewtable { 
	background: #D4CAB6 none repeat scroll 0 0
} 

.content #overparagraph { 
	background: #504634 none repeat scroll 0 0
} 

.serviced {
	font-size:14px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}