ujj/*	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: monaco, "Lucida Console", courier, mono-space; }
del {
	text-decoration: line-through;
	color: #A4A6A3;
}
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-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #346667;
}
sup { vertical-align: super; }
sub { vertical-align: sub; }

/* FORMS */

fieldset {
	border: 1px solid #346667;
	width: 250px;
	padding: 10px;
	
}
legend {
	color: #000000;
}
textarea, input[type='text'], select {
	border: 1px solid #346667;
	background-color: #CCCCCC;
}
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover {
	border-top-color: #346667;
	border-right-color: #346667;
	border-bottom-color: #346667;
	border-left-color: #346667;
}
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;
	color: #CC0001;
}
.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: .8em;
}
.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; } /* 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: "Arial", Helvetica, sans-serif;
	font-size: 13px;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	margin: 0 auto;
	width: 922px;
}

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

#faux {
	margin-bottom: 0px;
	overflow: auto;
	width: 100%;
	background-color: #F0DFC3;
	background-image: url(/openrealty/template/city_lights/img/sandbg.jpg);
	background-repeat: repeat;
}
#header {
	color: #333;
	height: 230px;
	margin: 0px;
	background-image: url(/openrealty/template/city_lights/img/bground3%20copy.jpg);
	background-repeat: no-repeat;
	background-color: #333333;
	padding: 0px;
}

#leftcolumn {
	display: inline;
	margin: 0px;
	padding: 0px;
	width: 195px;
	float: left;
	color: #CD0100;
}
#rightcolumn {
	color: #000000;
	width: 640px;
	display: inline;
	position: relative;
	margin: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#footer {
	clear: both;
	color: #999999;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	background-color: #000000;
}
.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 #006666;
}

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

input , textarea {
	border:1px solid #71A3A4;
}


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

img {

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

a img {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 1px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 1px;
	height: 120px;
	width: 120px;
}

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; */
 
  border: 1px solid #eee;    
}

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

blockquote {
	margin: 15px;
	padding: 0 0 0 5px;

	border: 1px solid #eee;
	color: #FECCCD;
	font-family: 'Trebuchet MS', Tahoma, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
}

a {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #CC0202;
}


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

}

#logo {
	position: absolute;
	color: #FDFFCB;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0px;
	height: 220px;
	left: 492px;
	top: 71px;
}
#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;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 20;
	padding-bottom: 20px;
	padding-left: 20px;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #A5A7A4;
	background-color: #000000;
}

#nav ul{
	position: absolute;
	text-align: left;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #A7A5A6;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

#nav li {
	list-style: none;
	display: inline;
	color: #A2A4A1;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
}

#nav a {
	text-decoration: none;
	color: #A5A5A5;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
}

#nav a:hover {
	color: #CC0003;
	display: inline;
}

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

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

#dhtmlgoodies_menu {
	font-family:arial;
	width:180px;
	margin: 0px;
	background-color: #000000;
	vertical-align: middle;
	padding-left: 58px;
}
#flowerbottom {
	height: 103px;
	width: 238px;
	background-image: url(/openrealty/template/city_lights/img/bott.gif);
}


#dhtmlgoodies_menu li {
	margin:0;
	background-color: #000000;
}

#dhtmlgoodies_menu ul li ul {
	padding-left:2px;
	background-color: #000000;
	padding-top: 0px;
}

#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;
	display:list-item;
	font-size: 14px;
	background-color: #000000;
	color: #A6A4A5;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 3px;
	line-height: 20px;
	font-weight: normal;
	height: 40px;
	list-style-type: none;
}

.dhtmlgoodies_subMenu {
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	background-color:#000000;
	font-family:arial;
	text-align:left;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #A5A5A5;
}

.dhtmlgoodies_subMenu ul li {
	margin:0;
	padding:1px;
	background-color: #000000;
}

.dhtmlgoodies_subMenu ul li a {
	font-size: 12px;
	white-space:nowrap;
	text-decoration:none;
	color:#A4A3A8;
	height:16px;
	line-height:20px;
	display:block;
	padding:9px 11px 9px 11px;
	background-color: #000000;
	list-style-position: inside;
	list-style-type: circle;
}

#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:#D70204;
	list-style-position: outside;
	list-style-type: circle;
}



.featurebox {
	color:#CA0002;
	margin:0 0 1.5em;
	padding:15px 20px 20px;
	font-family: Arial;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #346667;
}

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

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

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

hr {
	background:#f2f2f2;
	height:1px;
	color:#CE0002;
	border:none;
	margin:1em 0;
}

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



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

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

.content{
	color: #000000;
	float: right;
}


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

}

#footer a {
	color: #A5A5A5;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
	color: #CC0003;
}

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



/* 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%;
	color: #009900;
}

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

.view_users { width:100%; }
