/*  
Theme Name: Bond Street Condos
Description: Customized Theme
Author: SparkWeb Interactive
*/
@charset "UTF-8";

/* ----------  RESET  ------------ */

html, body, div, span,applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var,dd, dl, dt, li, ol, ul,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;
}
a img, :link img, :visited img { border: 0px; }
table { border-collapse: collapse; border-spacing: 0px; }
ol, ul { list-style: none; margin: 0; padding: 0; }
a { outline-color: -moz-use-text-color; outline-style: none; outline-width: 0; }


/* ----------  MISC BLOG CONTENT SETTINGS  ------------ */
.alignleft { float: left; margin: 5px 10px 5px 0; }
.alignright { float: right; margin: 5px 0 5px 10px; }
.aligncenter, div.aligncenter { margin: 10px auto; text-align: center; display: block; }
img.alignleft { float: left; margin: 5px 10px 5px 0; }
img.alignright { float: right; margin: 5px 0 5px 10px; }
img.aligncenter { margin: 10px auto; text-align: center; display: block; }
.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.wp-caption img { margin: 0; padding: 0; border: none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px;padding: 0 4px 5px; margin: 0; color: #111; }
.highlight { color: #222222; font-weight: bold; }


/* ----------  STICKY FOOTER  ------------ */
html, body, #wrap { height: 100%;}
body > #wrap {height: auto; min-height: 100%;}
#main {padding-bottom: 110px;}
#footer {margin-top: -110px; height: 75px; clear:both; position: relative;} 


/* ----------  CLEARFIX  ------------ */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */







/* ----------  BASIC SETUP  ------------ */


body {
	background: #FFFFFF url(images/bg-main.jpg);
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #5E5E5E;
	font-size: 15px;
	margin: 0;
}
p {
	line-height: 140%;
	margin-bottom: 1.2em;
}
h1 {
	font-family: Cambria;
	font-size: 30px;
	margin: 0;
	color: #5E090B;
	margin-bottom: 15px;
}

h2 {
	font-family: Cambria;
	font-size: 30px;
	margin-bottom: 15px;
	color: #5E090B;
}

h3 {
	font-family: Cambria;
	font-size: 20px;
	line-height: 225%;
	margin-bottom: 0;
	color: #5E090B;
}

h4 {
	font-size: 18px;
	margin-bottom: 20px;
	color: #5E090B;
}

a {
	color: #5E090B;
	text-decoration: none;
}
a:hover {
	color: #BE2026;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.ueb {
	float: right;
}
.clr {
	clear: both;
}
.alignright {
	float: right;
}
.bluetext {
	color: #5F82B3;
}




/* ----------  BASIC DESIGN  ------------ */

#mainwrapper {
	width: 950px;
	margin: 0 auto;
	background: #FFFFFF url(images/bg-content.gif) repeat-y;
	border-right: 1px solid #D5C0AA;
	border-bottom: 1px solid #D5C0AA;
	border-left: 1px solid #78892D;
}
#topnav {
	background-color: #5E090B;
	border-bottom: 2px solid #000000;
	height: 34px;
}
#maincontent {
	min-height: 515px;
}





/* ----------  TOP NAV  ------------ */

#topnav {
	height: 45px;
}
#topnav ul {
	width: 950px;
	margin: 0 auto;
}
#topnav li {
	float: right;
}
#topnav li a {
	display: block;
	padding: 12px 18px 10px 18px;
	font-weight: bold;
	font-size: 17px;
	color: #FBF1E5;
}
#topnav li a:hover, #topnav li.current_page_item a, #topnav li.current_page_parent a {
	color: #BE2026;
	text-decoration: none;
}






/* ----------  MAIN CONTENT  ------------ */

#content {
	background: url(images/photo-top.jpg) no-repeat right top;
	width: 626px;
	float: right;
	padding: 210px 10px 10px 0;
}
#content ul li {
	list-style: disc outside;
	margin-left: 27px;
	padding-left: 1px;
	margin-bottom: 7px;
	font-size: 15px;
}
#content  ul {
	padding-bottom: 15px;
}




/* ----------  SIDEBAR  ------------ */

#sidebar {
	float: left;
	width: 271px;
	position: relative;
	padding: 330px 10px 20px 10px;
	text-align: center;
	font-family: Cambria;
	color: #000000;
}
#logo {
	position: absolute;
	top: 0;
	left: -10px;
	width: 313px;
	height: 295px;
	background: url(images/logo.png) no-repeat;
	text-indent: -99999px;
}
.attr {
	padding: 0 0 40px 35px;
	font-style: italic;
	text-align: right;
}







/* ----------  CONTACT FORM  ------------ */
label {
	clear: both;
	float: left;
	width: 160px;
	margin-bottom: 5px;
	text-align: right;
	padding-right: 5px;
}
input[type=text], select, textarea {
	float: left;
	width: 250px;
	margin-bottom: 5px;
	font-family: Arial;
	font-size: 12px;
}
input[type=submit] {
	clear: both;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 165px;
}
.required {
	margin-left: 3px;
	font-weight: bold;
	color: red;
}



/* ----------  HOMEPAGE  ------------ */

#fptext {
	padding-top: 18px;
	margin-left: 255px;
}
#content ul.socialicons {
	clear: both;
	margin-top: 10px;
}
#content ul.socialicons li {
	float: left;
	list-style: none;
	padding: 10px;
	margin: 0;
}






/* ----------  BLOG  ------------ */

.topPost {
	padding-bottom: 10px;
}
.topPost h2 {
	margin-bottom: 5px;
}
.postDate {
	font-size: 80%;
	margin-bottom: 15px;
}




/* ----------  FOOTER  ------------ */
#footer {
	padding-top: 35px;
}
#footer a {
	color: #FFFFFF;
}
#footerwrap {
	background-color: #5E090B;
	height: 75px;
	color: #FFFFFF;
	text-align: center;
}
#footer p {
	margin: 0;
	padding: 10px 0 0 0;
}


/* ----------  GALLERY  ------------ */
#gallerycontainer {
	padding: 18px 17px;
	min-height: 730px;
	border: 1px solid #B9BEA2;
	background-color: #EFE2DC;
	width: 480px;
	margin-left: 45px;
	margin-bottom: 20px;
}

.galleria_wrapper {
	margin-bottom: 10px;
}

.galleria {list-style:none;width:100%}
#content .galleria li {display:block;width:60px;height:60px;overflow:hidden;float:left;margin: 0 10px 13px 9px; }
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */
