/*	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, 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: Georgia, "Times New Roman", Times, serif; }
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 #695F4C; }
legend { background: #021c56; color: #FFF;}
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: #021c56; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #021c56; 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;  color: #021c56; }
.content h2 { margin: 1.07em 0 .535em;  color: #021c56;}
.content h3 { margin: 5px;  color: #021c56; font-size:22px;
	background: url(img/fdl.png) left top no-repeat;
	text-indent: 26px; font-weight: normal; }
.quicksearch h3 { margin: 5px 0px;  color: #021c56; font-size:22px;
	background: url(img/fdl.png) left top no-repeat;
	text-indent: 26px; font-weight: normal; }
.featurebox h3 { margin: 0px 0px 10px;  color: #021c56; font-size:16px;
	background: url(img/fdl.png) left top no-repeat; line-height: 22px;
	text-indent: 26px; font-weight: normal; }
.content h4 { margin: 1.23em 0 .615em;  color: #021c56; }
.content h5 { margin: 1.33em 0 .67em;  color: #021c56; }
.content h6 { margin: 1.6em 0 .8em;  color: #021c56; }

.content th, .content td { padding: 4px; }
.content caption { padding-bottom: 4px; } /* 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; } /* 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: Georgia, "Times New Roman", Times, serif;
 font-size: 13px;
 background: #021c56;
 /*background: #788fa7 url(img/body-bg.jpg) repeat-x top left;*/
}

#wrapper { 
 margin: 0 auto;
 width: 1024px;
 background: url(img/wrap-bg.jpg) repeat-y;
}

#mborder {
 background: #FFF;
 padding: .2em .2em .2em .2em;
}

#faux {
 /*background: url(img/2-col-bg.gif);*/
 margin-bottom: 0px;
 overflow: auto;
 width: 100%
}
#header {
 /*background: #D9D1BC url(img/header.gif) no-repeat;*/
 color: #021c56;
 height: 120px;
 margin: 0px 0px 15px 25px;
 padding: 0px;
 border-bottom: 3px solid #021c56;
 width: 975px
}

#headtext {
	float: right;
	position: relative;
	width: 350px;
	margin: 0px;
	padding: 80px 0px 0px;
	font-size: 18px;
}

#leftcolumn { 
 display: inline;
 color: #021c56;
 margin: 0px;
 padding: 0px;
 width: 195px;
 float: left;
}

#slideshow .quicksearch {
	position: absolute;
	top: 4px;
	right: 10px;
	z-index: 1000;
	width: 180px;
	height: 275px;
	background: #fff;
 	border: 4px solid #021c56;
	padding: 5px;
}

#slideshow {
 float: right;
 margin: 0px 25px 15px 0px;
 width: 745px;
 height: 300px;
 position: relative;
 background: #fff;
 border: 4px solid #021c56;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

#rightcolumn { 
 float: right;
 color: #021c56;
 margin: 0px 25px 0px 0px;
 padding: 10px;
 width: 725px;
 position: relative;
 background: #fff;
 border: 4px solid #021c56;
}
#footer {
 clear: both;
 color: #021c56;
 margin: 15px 0px 0px 25px;
 padding: 10px 0px;
 border-top: 3px solid #021c56;
 width: 975px
}
.clear { clear: both; background: none; }


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

}
h2 {

}
h3,
h4 {

}
p {
	line-height: 18px;
}

/* 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: #021c56;
}

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


/*=COMMON
=== === === === === === === === === === */
img {
border: 0;
}
/*
img {
	border: 0px solid #847A67;
}
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; 
  padding: 5px;
  margin: 5px 15px 5px 0px;
  background-color: #fff;
}
*/
code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em Georgia, "Times New Roman", Times, serif;
  /* 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 Georgia, "Times New Roman", Times, serif;
	color: #021c56;
}

a {
color: #021c56;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #dd0000;
}


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

}

#logo {
position: relative;
float: left;
width: 610px;
padding: 20px 0px 0px 0px;
text-align: center;
}

#logoimg {
background: url(img/logo.jpg) no-repeat top right;
padding: 10px 10px 0px 0px;
height: 89px;
width: 88px;
position: relative;
float: left;
}

#logotext {
	position: relative;
	float: right;
	width: 510px
}
#logo h1 {
font-size: 44px;
font-weight: normal;
font-family: Georgia, "Times New Roman", Times, serif;
margin: 0;
padding: 0px 15px;
color: #dd0000;
}
#logo h2 {
margin: 0;
padding: 0px 10px;
font-size: 24px;
font-family: Georgia, "Times New Roman", Times, serif;
color: #021c56;
font-weight: normal;
}

#nav-top{ /*  */
float: right;
background: #021c56;
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: 18px;
color: #021c56;
margin:0;
}

#dhtmlgoodies_menu {
width:200px;
background: #FFFFFF;
border: 4px solid #021c56;
margin: 0px 15px 15px 25px;
}

#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;
list-style: none;
font-size: 18px;
padding: 7px 0 8px 10px;
}

.dhtmlgoodies_subMenu {
visibility:hidden;
position:absolute;
overflow:hidden;
border:0px solid #000;
background-color:#FAFAFA;
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:#dd0000;
/*background-color:#317082;*/
text-decoration:underline;
}



.featurebox {
color:#021c56;
border-top:0px solid #d7d7d7;
/*background:#D4CAB6;*/
margin:0 0 1.5em;
padding:7px 0 8px 10px;
}

.featurebox p,.featurebox h1,.featurebox h2,.featurebox h4,.featurebox h5,.featurebox h6 {
border-bottom:1px solid #021c56;
color:#021c56;
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, h4, h5, h6 {
color: #695F4C;
font-weight: bold;
}

.content{ 
width: 675px;
}


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

}

#footer a {
color: #021c56;
text-decoration: none;
}
#footer a:hover {
text-decoration: underline;
color: #dd0000;
}

/*=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: #dd0000; }



/* THIS IS SECTION IS FOR OPEN REALTY */

td {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:12px;
}

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

}

input, select {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:12px;
}

.button {
	background: #dd0000;
	color: #fff;
	font-size: 18px;
	border: 1px #021c56 solid;
	padding: 5px;
	margin-top: 15px;
}

.search_results {
width:100%;
}

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

.view_users { width:100%; }

/*Featured Listings*/
.featured_listings h3, .searchresults h3 { margin: 0px 0px 10px;  color: #021c56; font-size:18px;
font-weight: normal; background: none; text-indent: 0px; }

.featured_listings td, .searchresults td {
	font-size: 16px;
	}
	
.featured_listings a, .featured_listings a:hover, .featured_listings a:visited, .searchresults a, .searchresults a:hover, .searchresults a:visited {padding: 5px; color:#FFFFFF; text-decoration: none;}

.searchresults {border-bottom:3px solid #021c56;}

/* 
Image Gallery PikaChoose
This is the ul you have all your images in */
.pikachoose ul{padding-left:0;width:320px;height:180px;margin:0;overflow:hidden;}
.pikachoose ul li{float: left;border:0px solid #555;padding:2px;background:none;margin:0 6px 4px 0;position:relative;overflow:hidden;}
.pikachoose ul li div img{position:relative;cursor:pointer;}

/* this is the surroundner for all your elements. This is also the fake border around the main img and room for caption */
.pika_main{width:320px;height:240px;display:block;position:relative;}
/*sine we give it the fake border, you need to position the image a little. */
.pika_main_img{position:relative;}
.pika_subdiv{position:relative;border:0px solid #555;background:none;padding:2px;}
.pika_animationDivs{top:2px;left:2px;} /*must match top/left padding for subdiv */
.pika_subdiv img, .pika_subdiv a img{border:none;}
.pika_caption{width:500px;height:16px;padding-top:4px;text-align:center;position:absolute;bottom:7px;left:3px;background:url('black.png') top left;}
.pika_caption a{color:white;}

.pika_play{position:absolute;z-index:1;left:50%;margin-left:-25px;width:50px;top:5px;}
.pika_play a{position:relative;margin-left:auto;cursor:pointer;display: block;width:50px;height:50px;background:url('play.png') top center no-repeat;}
.pika_play a.pika_stop_button{background:url('pause.png') top center no-repeat;}

.pika_navigation a{font-size: 12px; text-decoration: none; cursor: pointer;}
.pika_navigation a:hover{text-decoration: underline;}
.pika_navigation{padding-top:10px;clear:both;text-align:center;}

/* if you want to 'hide' these jus make their height and width 1px */
.pika_prev_hover{position:absolute;top:5px;left:5px;height:456px;width:100px;background:url('rewind.png') top left no-repeat; }
.pika_next_hover{position:absolute;top:5px;right:5px;height:456px;width:100px;background:url('fastf.png') top right no-repeat; }

#pikame {
	height: 0px;
}