/*
Theme Name: Bayside by Bosa
Theme URI: http://www.baysidebybosa.com
Description: Theme for Bayside by Bosa
Version: 1.0
Author: Gwyn Pritchett
Author URI: http://www.gwynconsulting.com/
*/

/* CSS 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* ============== */
/* = Typography = */
/* ============== */

body {
	height: 100%;
	font-size: 12px;
	font-family: Georgia, serif;
	color: #133a62;
	background: #6f9dbf url('images/background.jpg') scroll repeat-x top center;
}
#logo a {
	position: absolute;
	background: url("images/logo.gif");
	text-indent: -9999px;
	width: 240px; 
	height: 61px;
	top: 20px; left: 8px;
}
#slideshow_column-2 h1 {margin-bottom: 10px;}
h2 {
	font-size: 24px;
	margin-bottom: 10px;
}
h3 {
	font-size: 18px;
	margin-bottom: 7px;
}
p {
	line-height: 1.5em;
	margin-bottom: 15px;
}
a {
	color: #133a62;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #1462b1;
}
ul {
	margin: 0 0 10px 15px;
}
ul li {
	line-height: 1.6;
}
table tr td {
	padding: 5px 0;
}
img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright{
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}
img.alignleft{
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}
.alignleft{
	float: left;
}
.alignright{
	float: right;
}
.clear {clear: both;}

/* ================= */
/* = Content Block = */
/* ================= */
#wrapper {
	margin: 30px auto;
}
#header, #content, #footer-bar, #wrapper_read-more, #footer, #blog-content, #page-content {
	position: relative;
	margin: 0 auto;
	width: 943px;
	border-left: 1px solid #dfebf1;
	border-right: 1px solid #dfebf1;
	background: #d4e4ec;
}
#header {
	background: #fff;
	margin: 20px auto 0;
	height: 100px;
	border-top: 1px solid #dfebf1;
	}	
.home #header {
	border-bottom: 5px solid #d4e4ec;
}
#footer {
	height: 1px;
	border-bottom: 1px solid #dfebf1;
}
#footer-bar {
	background: #fff;
	height: ;
	padding: 5px 10px;
	width: 923px;
}
#wrapper_read-more {
	padding: 10px;
	width: 923px;
	background: #d4e4ec;
}
#content, #blog-content {
	padding: 20px 35px 10px;
	width: 873px;
	background: #d4e4ec;
}
#read-more {
	padding: 10px;
}
.content_home {
	border-top: 7px solid #fff;
}

/* ============= */
/* = Read More = */
/* ============= */
a#read-show,a#read-hide {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	padding-right: 10px;
}
a#read-show {
	background: url('images/arrow-down.png') no-repeat top right;
}
a#read-hide {
	background: url('images/arrow-up.png') no-repeat top right;
}
.right_read-more {
	float: right;
	/* font-size: 14px; */
	line-height: 1.7;
	width: 510px;
	margin-right: 30px;
}
.left_read-more {
	text-align: right;
	float: left;
	width: 330px;
	margin: 3px 30px 0 0;
}
.left_read-more h1.title_read-more {
	font-size: 26px;
	margin-bottom: 10px;
	color: #dc6c1e;
}
.left_read-more h2.sub-title_read-more {
	font-size: 20px;
	color: #dc6c1e;
}

/* ============================== */
/* = Footer Menu + Social Media = */
/* ============================== */
.left_footer-bar {
	float: left;
}
.right_footer-bar {
	float: right;
}
.right_footer-bar p {
	line-height: 14px;
	float: left;
	margin: 5px 10px 0 0; padding: 0;
	font-family: Helvetica, Arial, sans-serif;
}
.right_footer-bar p strong {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}
.left_footer-bar img{
	float: left;
	margin-top: 1px;
}
.social-media {
	float: left;
}
.right_footer-bar img a{
	display: inline;
}


.menu_footer {
	float: left;
	margin: 4px 0 0 5px;
}
.menu_footer li {
	display: inline;
	text-transform: uppercase;
	font: 12px normal Helvetica, Arial, serif;
}
.menu_footer li a {
	padding: 0 8px;
	line-height: 1;
}
.menu_footer li a:hover,.menu_footer li.current_page_item a {
	color: #dc6c1e;
}
/* =============== */
/* = Home Splash = */
/* =============== */
#home-splash {
	position: relative;
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #d4e4ec;
	border-bottom: 1px solid #d4e4ec;
	width: 944px;
	height: 384px;
	background: #0a66b9 url('images/home-splash.jpg') no-repeat top left;
}
h3#button_home-splash a {
	position: absolute;
	background: url("images/button_home-splash.png");
	text-indent: -9999px;
	width: 202px; 
	height: 201px;
	top: 40px; left: 365px;
}
.text_home-splash {
	position: absolute;
	width: 280px;
	top: 75px; right: 65px;
}
.text_home-splash h3 {
	text-transform: uppercase;
	font-size: 26px;
	color: #DC6C1E;
	margin: 0 0 5px 0;
}
.text_home-splash p {
	font-size: 14px;
	line-height: 20px;
}
.text_home-splash p strong {
	font-size: 18px;
	font-weight: normal;
}
span.sale a {
	position: absolute;
	background: url("images/48-hour-sale.png") 0 0 no-repeat;
	text-indent: -9999px;
	width: 309px; 
	height: 105px;
	bottom: 0px; right: 0px;
}
span.five-homes-left {
	position: absolute;
	background: url("images/five-homes-left.png") 0 0 no-repeat;
	text-indent: -9999px;
	width: 439px; 
	height: 148px;
	bottom: 0px; right: 0px;
	
}
/* ================ */
/* = Home Content = */
/* ================ */
#content_home_column-1 {
	float: left;
	width: 280px;
	margin-right: 25px;
}
#content_home_column-2 {
	float: left;
	width: 260px;
	margin-right: 25px;
}
#content_home_column-3 {
	float: left;
	width: 280px;
}
#content_home_column-2 a img {
	margin-bottom: 10px;
}
.content_home_box {
	margin-bottom: 15px;
	padding-bottom: 7px;
	border-bottom: 1px solid #fff;
}
.content_home_box p {
	margin-bottom: 6px;
}
a.story_read-more {
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
}

h4#button_register-now a {
	display: block;
	margin: 0 0 5px 25px;
	background: url("images/button_register-now.gif");
	text-indent: -9999px;
	width: 223px; 
	height: 68px;
}
h4#button_register-now a:hover {
	background-position: 0 -68px;
}

.content_home h2,.content_home h2 {
	text-transform: uppercase;
	color: #dc6c1e;
}

.content_home h3 a {
	text-transform: uppercase;
	color: #dc6c1e;
}


/* ========= */
/* = Menus = */
/* ========= */
#menu {
	position: absolute;
	top: 25px; left: 332px;
	width: 640px;
	height: 70px;

}
#menu ul li {
	float: left;
	position: relative;
	list-style-type: none;
	text-transform: uppercase;
	line-height: 1;
	font: 12px normal Helvetica, Arial, serif;
}
#menu li a {
	display: block;
	padding: 8px 7px 8px 11px;
}
#menu li a:hover,#menu li.current_page_item a,#menu li.current_page_ancestor,#menu li.current_page_parent a  {
	color: #dc6c1e;
}
#menu li.current_page_item a {
	background: #fff url('images/background_menu-li.png') no-repeat 0 9px;
}
#menu li.page-item-13 a {
	background: #fff url('images/button_register.gif') no-repeat 2px 2px;
	background-repeat: no-repeat;
	color: #fff;
	padding-right: 14px;
	/*padding: 7px 10px;*/
}
#menu li.page-item-13 a:hover {
	background-position: 2px -75px;
	color: #fff;
}

#menu ul.menu_main {
	height: 23px;
	
}
#menu .menu_sub {
	border-top: 1px solid #999;
	padding-top: 2px;
}
#menu .menu_sub a {
	color: #333;
}

/* ============== */
/* = Disclaimer = */
/* ============== */
#disclaimer {
	font: 11px/15px Helvetica, Arial, sans-serif;
	color: #3c4143;
	text-align: center;
	margin: 10px auto 0;
	width: 943px;
	background: ;
}
#disclaimer p {
	margin-bottom: 7px;
}

/* =========== */
/* = Sidebar = */
/* =========== */

#newsletter-signup {
	margin-bottom: 20px;
}
#newsletter-signup h3 {
	color: #dc6c1e;
	text-transform: uppercase;
}
#newsletter-signup label {
	float: left;
	width: 80px;
	text-align: right;
	margin-right: 7px;
	color: #333;
	padding-top: 2px;
}
#newsletter-signup input {
	display: block;
	margin-bottom: 10px;
	width: 140px;
	border: 1px solid #aaa;
	padding: 3px;
	color: #333;
}
#newsletter-signup input#submit {
	margin-left: 87px;
	width: 80px;
}
#social-media-sidebar {
	margin: 0 0 15px 0;
	text-align: right;
}
#content_blog_column-2 {
	width: 280px;
	float: right;
	padding: 0 25px;
}

#sidebar_blog .widget {
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

#sidebar_blog h3 a {
	background: #d4e4ec;
	padding: 8px 10px;
	text-transform: uppercase;
	margin-left: -10px;
	font-size: 16px;
	display: block;
	}
#sidebar_blog h3 a:hover {
	background: #c0dfef;
	}

/* ==================== */
/* = Toggle Container = */
/* ==================== */

#content_blog_column-2 h3 {
	margin-bottom: 15px;
}
#content_blog_column-2 h3.popdown-widget  {
	margin-bottom: 10px;
}
#content_blog_column-2 h3.popdown-widget a {
	background: #d4e4ec;
	padding: 8px 10px;
	text-transform: uppercase;
	margin-left: -10px;
	font-size: 12px;
	display: block;
}
#content_blog_column-2 h3.popdown-widget a:hover {
	background: #c0dfef;
}
.toggle_container ul {
	list-style-type: none;
	margin: 0 0 15px; padding: 0;
}
.toggle_container ul li .date {
	text-transform: uppercase;
	font-weight: normal;
	margin-right: 5px;
}
.toggle_container ul li a {
	text-transform: uppercase;
	padding: 3px 0;
	display: block;
	border-bottom: 1px dotted #d4e4ec;
}
.toggle_container ul li a:hover {
	border-bottom: 1px solid #c0dfef;
}
.toggle_container ul li.view-more a {
	text-align: right;
	border: none;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
}

/* ============= */
/* = Galleries = */
/* ============= */
.page-gallery {
	background:  url('images/background_gallery.png') no-repeat top right;
}
#slideshow_column-2 {
	background: red ('images/background_gallery.png') top right no-repeat;
}

#slideshow_column-1 {
	width: 550px;
	padding: 20px 0 20px 40px;
	float: left;
}
#slideshow_column-2 {
	width: 260px;
	padding: 25px 40px 20px 30px;
	background:  url('images/background_gallery.png') no-repeat 0 0;
	float: right;
	height: 450px;
}
#slideshow_column-2 h2, #slideshow_column-2 h1 {
	color: #DC6C1E;
	font-size: 20px;
	text-transform: uppercase;
}
.ad-gallery {
  width: 550px;
}
.ad-gallery .ad-image-wrapper {
  height: 400px;
}
.ad-gallery-large .ad-thumbs {
  display: none;
}
/* ============== */
/* = Top Splash = */
/* ============== */
#top-splash {
	border-bottom:1px solid #D4E4EC;
	border-top:1px solid #D4E4EC;
	height:139px;
	margin:0 auto;
	padding:0;
	position:relative;
	width:960px;	
}
#top-line {
	border-bottom: 5px solid #fff;
	border-left: 1px solid #DFEBF1;
	border-right: 1px solid #DFEBF1;
	height: 5px;
	width: 943px;
	margin: 0 auto;
	background-color: #D4E4EC;
}
/* ================ */
/* = Blog Content = */
/* ================ */

#blog-splash {
	position: relative;
	height: 148px;
	width: 613px;
	background: url('images/blog/blog-splash-left.jpg') no-repeat top left;
}
#blog-splash-video {
	position: absolute;
	top: 0; left: 122px;
}
#blog-splash-image-rotate {
	float: right;
	top: 0; right: 219px;
}

#blog-content {
	background: #d4e4ec url('images/background_blog.png') repeat-y top right;
	padding: 0;
	width: 943px;
}
#blog-content h1 {
	font-size: 28px;
	color: #DC6C1E;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#content_blog_column-1 {
	width: 613px;
	float: left;
}
#content_blog_column-1_content {
	padding: 25px;
}

.blog-logo {
	float: right;
	margin: 0 0 20px; 
}
.more-link {
	font-size: 11px;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
}

#content_blog_column-1_content h3.storytitle {
	font-size: 22px;
}
#content_blog_column-1_content h3.storytitle a:hover {
	color: #1462b1;
}	

#content_blog_column-1_content .meta {
	margin-bottom: 10px;
}
#content_blog_column-1_content .post {
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

/* ================ */
/* = Page Content = */
/* ================ */

#page-content {
	background: #d4e4ec;
}
#page-content_wrapper {
	padding: 20px 50px;
}
.page-id-21 #page-content_wrapper {
	padding: 20px 170px;
}
.page-image {
	margin-top: 35px;
}
.page-image-contact {
	margin-top: 35px 0 10px 20px;
	float: right;
}

/* ============ */
/* = Features = */
/* ============ */
.features_column {
	float: left;
	margin-right: 37px;
	width: 255px;
}
.features_column_last {
	float: left;
	width: 255px;
}
.page-features h2 {
	text-transform: uppercase;
	font-size: 20px;
	color: #DC6C1E;
	margin-top: 20px;
}	

/* ============ */
/* = Page Map = */
/* ============ */
#page-map {
	background: #D4E4EC;
	width: 891px;
	padding: 26px;
	border-left:1px solid #DFEBF1;
	border-right:1px solid #DFEBF1;
	margin: 0 auto;
	
}
.page-map {
	border-top:5px solid #fff;
}

.zoomdiv {
	width: 0;
	display: none;
}

span.tozoom img{
	border: 1px solid #EEEEEE;
}

#infoBox {
	border: 2px solid #638fb1;
	position: relative;
	float: left;
	width: 328px;
	height: 310px;
	margin-left: 15px;
	padding: 15px;
	margin-top: -2px;
	background: #fff;
}
#infoBox h2 {
	color: #DC6C1E;
	text-transform: uppercase;
	font-size: 21px;
}
#infoBox h2 strong {
	font-weight: normal;
	font-size: 28px;
}
.map-key {
	margin: 5px 0 12px;
}
.map-pdf {
	float: left;
	margin: 0 10px 0 0;
}
.right-text {
	margin: 15px 5px 0 0;
	float: right;
}
.left-text {
	margin: 15px 0 0 0;
}
/* ================= */
/* = Photo Gallery = */
/* ================= */
.gallery-wrapper {
	margin-bottom: 20px;
}
.gallery-wrapper h4 {
	float: left;
	text-align: right;
	width: 90px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 34px;
}
.gallery-box {
	float: right;
}
.gallery-box-video {
	float: right;
	background: url('images/gallery/video.jpg') no-repeat top left;
	height: 83px;
	width: 703px;
	padding-left: 20px;
}
.gallery-box-video a img {
	display: inline;
	margin: 6px 15px 0 0;
}
/* =============== */
/* = Floor Plans = */
/* =============== */
#floor-plan {
	background: #fff url('images/background_floor-plan.jpg') top left no-repeat;
	width: 943px;
	padding: 0;
	border-left:1px solid #DFEBF1;
	border-right:1px solid #DFEBF1;
	margin: 0 auto;
	border-top:5px solid #fff;
}

.theActiveMap {
	float: left;
	position: relative;
}
.theImage {
}


#planBG {
	position: relative;
	float: right;
	background-color: #FFFFFF;
}
.pdfLink {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#floorPlanSlides img {
	border-style: none;
	border-width: 0px;
}
.levelsButton {
	position: absolute;
	bottom: 0px;
	right: 0px;
}


#page-wrap {

	margin: 20px auto;
	padding: 20px;
}
.button {
	width: 220px;
	padding: 12px 5px 10px 5px;
	border: solid #a85e5d;
	margin-bottom: -1px;
	background-color: #67060d;
	border-width: 1px 0;
}
.button:hover {
	background-color: #800f17;
	cursor: pointer;
}

#one {
	display: block;
}
#one-button {
	opacity: 1.0;
}
#two, #three, #four, #five, #six {
	display: none;
}
#two-button, #three-button, #four-button, #five-button, #six-button {
	opacity: 0.3;
}
#content_floor-plan_column-2 {
	float: left;
	width:680px;
}
#content_floor-plan_column-2 div {
	height: 600px;
	width: 680px;
}

/* ================= */
/* = Minor Styling = */
/* ================= */
/* .wp-image-539 {
	padding:2px; border: 1px solid #aaa; background: #fff;
}*/
#menu li.current_page_item a {
  background-image: url("images/spriteme1.png");
  background-position: -10px -121px;
}

#menu li.page-item-13 a {
  background-image: url("images/spriteme1.png");
  background-position: -8px -8px;
}
#menu li.page-item-13 a:hover {
  background-image: url("images/spriteme1.png");
  background-position: -8px -85px;
}

a#read-show {
  background-image: url("images/spriteme1.png");
  background-position: 60px -159px;
}



