/*	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)


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

/* MAIN TYPOGRAPHY */

strong, th, thead td, h1, h2, h3, h5, h6 { font-weight: bold; }
cite, em, dfn { font-style: italic; }
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: 1px solid #FF0000; }
legend { background: #FFF; color: #000; font-size:14px; color:#000; }
input[type='text'], select { width:90px; }
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 0em;  }
.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 { padding: .7em; }
.content caption { padding-bottom: .8em; } /* padding instead of margin for IE */
.content blockquote { padding: 0 1em; margin: 1.6em 0; }
.content fieldset { padding: 0 1em 1em 1em; 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; text-decoration:none; } /* 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
=== === === === === === === === === === */

* { padding: 0; margin: 0; }

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

#wrapper { 
 margin: 0 auto;
 width: 922px;
 border-right:1px solid black;
 border-left:1px solid black;
}

#mborder {
 background:#FF0000;
 padding: 0px;
}

#faux {
 /*background: url(img/2-col-bg.gif);*/
 background: #FFFFFF;
 margin-bottom: 0px;

 width: 100%
}
#header {
 background: #FF0000;
 color: #333;
 height: 160px;
 margin: 0px 0px 0px 0px;
 padding: 0px;
}

#leftcolumn {
background-color:#FFFFFF;
 display: inline;
 color: #333;
 margin: 0px;
 padding: 15px;
 width: 672px;
 float: left;
 min-height:640px;
 position: relative;
}

#rightcolumn { 
 float: right;
 color: #FFF;
 margin: 0px;
 padding: 0px;
 width: 220px;
 display: inline;
 background-color:#FF0000;
}

#footer {
border-top:#DDDDDD solid 1px;
 clear: both;
 color: #000;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 10px;
}
.clear { clear: both; background: none; }


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

}
h2 {

}
h3 {
	margin:15px 35px ;
	color:#FF0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
}

h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;

}
p {

}

/* ceo headers */
h1 { font-size: xx-large; }
h2 { font-size: x-large; }
h3 { font-size: large; }
h1, h2, 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;
}


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

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

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 {
background: #FF0000 ;
margin:  0; 
padding: 0;
color: #FFFFFF;
height:125px;
}

#logo img {
margin-left : 161px;
margin-top : 32px;
}


#nav-top{ /*  */
float: left;
background: #DDDDDD;
margin:  0;
width: 100%;
/*padding: 10px 0 10px 0px;*/
}

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

#nav li {
list-style: none;
float:left;
color: #333333;
text-align: left;
/*margin:  10px 5px 10px 5px;
padding: 10px 5px 10px 5px;*/
}

#nav a {
height:25px;
text-decoration: none;
color: #333333;
display:block;
text-align:center;
padding-left:26px;
padding-right:26px;
padding-top:10px;
}

#nav a:hover {
text-decoration: none;;
color: #FFFFFF;
background-color:#FF0000;
}


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

}

.live_chat {
height:360px;
background:#DDDDDD url(images/live_chat.jpg) bottom center no-repeat;
float:left;
width:222px;
margin-left:-15px;
margin-top:-15px;
}


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


.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:#f2f2f2;
border:none;
margin:1em 0;
}

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



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

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

.content{ 
width: 675px;
}


/*=FOOTER
=== === === === === === === === === === */

#footer a {
color: #f00;
text-decoration: none;
}

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

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

/*=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:11px;
}

.search_results {
width:100%;
}

.result_row_0	{ background-color: #EEEEEE; }
.result_row_1	{ background-color: #FFFFFF; }

.view_users { width:100%; }

.price {
	font-weight:bold;
	color:#FF0000;
	}

.flag_lang {
	float:right;
	border:none;
	margin-right:20px;
	margin-top:20px;
}
.flag_lang img{
	padding:5px;
}



	table#search_fields td {
		padding-bottom:7px;
		vertical-align:top;
		}