/*
	Sezlik.com Ottawa Luxury Properties Stylesheet
	
	Colours
	-------
	Dark blue: #19212e
	Small print text: #acaeb6
	Content text: #fff
	Price on details page: #c8cad1
	h2 line: #404f67

*/


ul, li { margin:0;padding:0;}



/* Common elements */

body {
	background-image: url('/sf/luxury/images/layout/background.png');
	background-repeat: repeat-x;
	background-color: #19212e;
	font-family: Georgia, Times, Serif;
	color: #fff;
	line-height: 1.9em;
	font-size: 14px;
}

#page {
	width: 960px;
	margin: 0px auto;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 10em;
}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: orange;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#navigation {
	float: right;
	margin-top: 23px;
    font-weight: 600;
}

#sucknav, #sucknav ul {
	list-style-type: none;
    padding: 0;
	margin: 0;
    line-height: inherit;
}
#sucknav a { display: block; width:85px;}

#sucknav li {
	padding-right: 50px;
    float: left;
    width: 85px;
}
#sucknav li ul li {
    background:#19212E none repeat scroll 0 0;
    border-bottom:1px solid #BBBBBB;
    line-height:1.4em;
    padding:2px 4px;
    width:145px;
    float: left;
    text-align:right;
}

#sucknav .last {
	padding-right: 12px;
}

#sucknav .active {
	color: #7da2cf;
}

#sucknav li ul li a {
    display: block;
    width: 145px;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

#sucknav li ul {
	border-color:#BBBBBB #BBBBBB -moz-use-text-color;
    border-style:solid solid none;
    border-width:1px 1px medium;
    left:-999em;
    position:absolute;
    width:153px;
}

#sucknav li:hover ul,#sucknav li.sfhover ul {
	left: auto;
    margin:0 0 0 -58px;
}
h1 {
	font-weight: normal;
	font-size: 24px;
	margin-top: 0px;
	padding-top: 0px;
}

h2 {
	font-weight: normal;
	font-size: 19px;
}

#header, #footer {
	background-image: url('/sf/luxury/images/layout/header-trans.png');
	background-repeat: no-repeat;
	height: 120px;
}

#footer_home {
	padding: 20px 0px;
}

#logo {
	padding-top: 5px;
    float: left;
}

#content {
	margin: auto;
}

#footer {
	clear: both;
	font-size: 11px;
	text-align: center;
	padding-top: 70px;
	color: #acaeb6;
}

#footer #logos {
	padding-top: 16px;
}

img {
	border: 0px;
}

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

a:hover {
	color: #7da2cf;
}

/* - Common elements ---------------------------------------- */








/* Home page */

#header_home {
	height: 72px;
}

/* - Home page ---------------------------------------- */






/* List page */

.listing {
	height: 280px;
}

.address, .price {
	font-size: 24px;
}

.listing .address {
	float: left;
}

.listing .price {
	float: right;
}

.listing .photos {
	clear: both;
	padding-top: 10px;
}

.listing .photo {
	float: left;
	background-color: #fff;
	width: 291px;
	height: 174px;
	margin-right: 22px;
	padding: 7px;
}

.listing .last {
	margin-right: 0px;
}

/* - List page ---------------------------------------- */







/* Details page */

h2 {
	clear: both;
	padding-top: 45px;
	border-bottom: 1px solid #404f67;
}

.details {
}

.details #main_copy {
	float: left;
	width: 400px;
	line-height: 1.7;
}

.details .main_photo {
	float: right;
	background-image: url('/sf/luxury/images/layout/detail_main_photo_frame-trans.png');
	background-repeat: no-repeat;
	padding: 24px;
	maring-bottom: 0px;
}

.details .blurb {
	font-size: 15px;
	padding-top: 8px;
}

.details .price {
	color: #c8cad1;
}

/* .details .column {
	width: 420px;
	margin-right: 60px;
	float: left;
} */

.details #full_description {
	padding: 20px 0px;
}

.details .full_size_photo {
	padding: 16px 0px;
    text-align: center;
}

.details #description_and_photos {
	clear: both;
}

#room_dimensions .room, .floor, .dimensions {
	width: 140px;
	display: block;
	float: left;
}

.label {
	font-weight: bold;
	display: block;
}

.narrow_column {
	width: 260px;
	margin-right: 60px;
	float: left;
}

/* - Details page ---------------------------------------- */

#luxury_text .first.column { padding-left: 0; }
#luxury_text .column { padding: 0 15px; }
#luxury_text .last.column { padding-right: 0; }
.nobreak { padding-bottom: 25px; }
#other .first.column { padding-left: 0; }
#other .column { padding: 0 15px 0 0; }
#other .last.column { padding-right: 0; }
.blurb a { padding:0 0 0 20px; } 
.halfwidth { width: 48%; float: left; }
.width420 { width: 420px; }
#float_menu { background-image: url('/sf/luxury/images/layout/inline_menu_bg.png');
	background-repeat: repeat-x;
	background-color: #19212e;
	border: 1px solid #525f78;
	border-top: 0px;
	position: fixed;
	margin: 0 auto;
	top: 0;
	width: 960px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	font-weight: 600;
    line-height: 1em;
    display: none;
    z-index: 1000;
    height:46px;
 }
 
#float_menu ul {
	list-style-type: none;
    margin:15px 0;
}
#float_menu .ulleft {float:left;margin:7px 0;text-align:center;width:300px;color:orange;}
#float_menu ul.right {float:right;}
#float_menu li {
	display: inline;
	padding-right: 50px;
}

#float_menu .last {
	padding-right: 12px;
}

.contact_label {
    clear: both;
	width: 100px;
	float: left;
}

#contact_bits input, #contact_bits select {
	width: 200px;
}

#contact_bits textarea {
	width: 304px;
}

#contact_bits input.form_submit { width: 100px }
.form_row {
	padding-bottom: 15px;
}
.contact, .contact_form_closed { padding: 0 0 0 25px;margin:-20px 0 0; }

ul.errorlist {padding:0 0 0 100px;margin:0;list-style:none;}
ul.errorlist li {}
p.error {padding:0;margin:0;}

#navigation ul li.active a { color: #7da2cf; }

.photos .flag {
    display:inline;
    float:left;
    height:1px;
    margin:0 0 0 -320px;
    position:relative;
    top:7px;
    z-index:10;
}
#luxury_text { padding: 30px 0 0 0; }
.open_house { color:orange;font-family:Arial;letter-spacing:4px;text-align:center;font-weight:bold; }
.padtop { padding-top: 9px; }
.red { color: #e00404; }

/* - About page */

.about_copy {
	position: relative;
	width: 400px;
	display: block;
	float: left;
	padding-right: 140px;
	line-height: 1.9;
}

#awards {
	display: block;
	float: left;
	color: #acaeb6;
}

#awards h3 {
	padding: 0px 0px 14px 22px;
	margin: 0px;
	
}

#awards .images	{
	position: relative;
	width: 120px;
	display: block;
	float: left;
}

#awards .text {
	position: relative;
	width: 290px;
	display: block;
	float: left;
}

#awards .text div {
	line-height: 1.4;
	font-size: 12px;
	padding: 2px 0px 54px 0px;
}

#awards div.text em {
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
}

/* - About page ---------------------------------------- */
.vid_flag { float:left;height:40px;margin:0 0 0 -74px;position:relative;top:136px;width:40px;z-index:10; }
.youtube_flag { display:inline;float:left;left:409px;position:relative;top:-369px;z-index:10; }
.yt { float: left; height: 610px; }
.youtube_large { width:100px;height:100px; display:inline; float:right; position: relative; z-index:10; top: -626px;right:12px;  }
