/*
Theme Name: Brookside
Theme URI: http://www.nitrohandsome.com
Description: Theme for Brookside Retirement Living website.
Version: 0.9
Author: Dave Logan
Author URI: http://www.nitrohandsome.com
Tags: 

*/



/* Begin Typography & Colors */

.entry p
{
	font-size:1.27em!important;
	
}

.entry p+p
{
	
}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

small {
	font-size:100%;
}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #06c;
	text-decoration: none;
	}

h2 a:hover, h3 a:hover {

}

a:hover {

	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


.narrowcolumn {
	
	
	padding: 0 0 20px 15px;
	margin: 10px;
	width: 675px;
	background-color:#fff !important;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	font-size:80%;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	/*padding-top: 70px;*/
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	color:#555;
	font-size:240%;
	text-transform:uppercase;
	margin-top:0;
	margin-bottom:-40px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	text-align:center;
}

h2.post-title {
text-align:left;
margin:0;
font-size:230%;
color: #444 !important;

}

.page h2.post-title
{
	border-bottom: 1px solid #DDD;
	margin-bottom:10px;
}

h3.post-title {
text-align:left;
margin:0;
margin-bottom:3px;
font-size:196%;
color: #444 !important;

}

h2.post-title  a{
	color:#05243d;
}

h3.post-title  a{
	color:#05243d;
	font-weight:normal;
}

.post-date {
	text-transform:uppercase;
	font-size:113% !important;
	border-bottom: 1px solid #DDD;
}

.post-date-archive {
	text-transform:uppercase;
	font-size:90% !important;
}

.post-date img {
	margin-right:3px;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	font-size:155%;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	color:#05243D;
	font-weight:normal;
	font-size:180%!important;
	padding-bottom:5px!important;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
	
#sidebar ul li a {
	font-size:120%;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;

	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
margin-left:5px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 20px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */






/* CUSTOM CSS //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* CSS Reset */
/* v1.0 | 20080212 */

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, 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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End Reset */


body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 62%;
	color: #555;
	background-color:#eaf2f6;
}


h1 {font-size: 180%;}

h2
{	
	margin-top:1em;
	margin-bottom:1em;
	font-weight:normal;
	font-size:220%;
	
}

h3 {font-size: 180%;}
h4 {font-size: 130%;}
h5 {font-size: 120%;}
h6 {font-size: 110%;}



#container
{
	width:976px;
	margin:15px auto 10px auto;
	background: #fff url(../images/carousel-bg.jpg) 0 12px no-repeat;
}

#top-curved
{
	width:100%;
	height:12px;
	background: url(../images/top-curved.jpg) 0 0 no-repeat;
}

#logo
{
	float:left;
	width:235px;
	height:91px;
	border:none;
	background-image:url(../images/brookside-retirement-living.png);
	margin-top:0;
	margin-left:9px;
	display:inline;
}

#logo a
{
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
}

#main-carousel
{
	float:right;
	margin-right:26px;
	margin-top:10px;
	display: inline;
}

#main-carousel ul
{

}

#main-carousel ul li
{
	display:inline;
	float:left;
	list-style-type:none;
}

.carriage
{
	width:361px;
	float: left;
	margin-right:14px;
	height:280px;
	background-image:url(../images/carriage-shadow.png);
	display: inline;
}

.main-carousel-image
{
	border:10px solid #fff;
	display: inline;
}

#brookside-building
{
	width: 183px;
	height: 153px;
	background-image:url(../images/brookside-building-shadow.png);
	float: left;
	margin-left:24px;
	margin-top:65px;
	display: inline;
}

#main-nav
{
	width:656px;
	height: 66px;
	margin-top:61px;
	margin-left:312px;
	background-image:url(../images/main-nav-bg.png);
}

#carousel-arrows
{
	margin-top:-75px;
	margin-left:170px;
	z-index:3;
	position:absolute;
}

#next
{
	margin-left:672px;
	cursor:pointer;
	cursor:hand;
}

#prev
{
	cursor:pointer;
	cursor:hand;
}


#content
{
	
	
}

#content.narrowcolumn
{
	background-color:#fff!important;
	
}

.page-bg
{
	background-image:url(../images/side-bg-flowers.png);
	background-repeat: no-repeat;
	background-position: 10px 255px;
}

#main-nav ul
{
	padding-top:7px;
}

#main-nav ul li
{
	list-style-type:none;
	height: 40px;
	display: inline;
	float: left;
	padding-left:10px;
	padding-right:9px;
}

#main-nav ul li a
{
	height: 40px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
}

#main-nav ul li a:hover
{
	background-position:0px -40px;
}

#main-nav ul li a.cur
{
	background-position:0px -40px;
}

.home
{
	width: 83px;
	background: url(../images/home.png);
}

.news
{
	width: 83px;
	background: url(../images/news.png);
}

.services
{
	width:100px;
	background: url(../images/services.png);
}

.facilities
{
	width:100px;
	background: url(../images/facilities.png);
}

.events
{
	width:86px;
	background: url(../images/events.png);
}

.about
{
	width:84px;
	background: url(../images/about.png);
}

.contact
{
	width:105px;
	background: url(../images/contact.png);
}

#main
{
	float:right;
	width:750px;
	
}

#upper-curved {
	background-image:url(../images/upper-curve.png);
	background-repeat: no-repeat;
	width:735px;
	height:13px;
	display:block;
	margin-left:219px;
	margin-bottom:-13px;
}

#page-content
{
	float:left;
	width:725px;
	background-color:#fff;
	margin-top:-205px;
	margin-left:10px;
	padding:5px;
	display:inline;

}

#sidebar-holder
{	
	width:199px;
	clear:left;
	float:left;
	margin-top:50px;
	margin-left:10px;
}

.decoration
{

	background-image:url(../images/side-bg-flowers.png);
	background-position:10px 255px;
	background-repeat: no-repeat;
}


#main h2
{
	text-align:center;
	color:#444;
	font-size:250%;
}

#main strong.keyword
{
	color:#666666;
	font-size:105%;
	font-weight:500;
	line-height:2em;
}

#main p
{
	color:#666666;
	font-size:140%;
	font-weight:normal;
	line-height:2em;
	margin-left:15px;
	margin-right:45px;
	margin-bottom:1em;
	
}

#main p+p
{
	
}

#page-content h2
{
	
}

h2.section-title
{
	color:#777 !important;
	text-align:center;
	font-size:250%;
}


#page-content p
{
	color:#666666;
}

.static p
{
	color:#666666;
	font-size:1.4em;
	font-weight:normal;
	line-height:2em;
	margin-right:40px;
	margin-bottom:1em;
}

.main-welcome
{
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	width:720px;
	height:56px;
	background-image:url(../images/welcome-to-brookside.png);
	margin-left:auto;
	margin-right:auto;
}

.left-column
{
	width:45%;
	float:left;
}

.right-column
{
	width:45%;
	float:right;
}

#google-calendar
{
	width:675px;
	display:inline;
}

#map
{
	clear:both;
	margin-top:10px;
	
}

#map iframe
{
	border: 5px solid #ccc;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#map h3 {
	font-size:195%;
	font-weight:normal;
	margin-bottom:10px;
	
}

#footer
{
	clear:both;
	border-top: 1px solid #ddd;	
	color:#AAA;
	font-size:120%;
	text-align:center;
	background-color:#fff;
}

#footer ul {
	list-style: none;
	padding:10px;
	margin-left:380px;
}

#footer ul li {
	float: left;
	
}

#footer ul li a {
	
	color: #888;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #ddd;
}

#footer ul li a.last {
	border: none;
}

#footer ul li a:hover {
	color: #1f3b97;
}



#bottom-curved
{
	clear:both;
	width:100%;
	height:19px;
	background: url(../images/bottom-curved.jpg) 0 0 no-repeat;
}

.wpcf7
{
	margin-top:10px;
	width:365px;
}

.wpcf7-form p
{
 margin-bottom:0em !important;
}

.wpcf7
{
margin-bottom:1em;
border-right: 1px dashed #ccc;
}

.entry form {
	text-align:center;
}

#captcha
{
	margin-top:10px;
}

address {
	font-size:150%;
}



.contact-left {
	width:60%;
	float:left;
	clear:left;
}

.contact-left p
{
	color:#666666;
	font-size:1.4em;
	font-weight:normal;
	line-height:2em;
	margin-right:40px;
	margin-bottom:2em;
}

.contact-right {
	width:40%;
	float:right;
	clear:right;
}

.contact-right h3 {
	font-size:195%;
	font-weight:normal;
}

.contact-left h3 {
	font-size:195%;
	font-weight:normal;
}

.contact-right p
{
	color:#666666;
	font-size:1.4em;
	font-weight:normal;
	line-height:2em;
	margin-right:40px;
	margin-bottom:2em;
}

.contact-right li
{
	font-size:1.2em;
}

.gallery-item
{
	width:175px!important;
}

.gallery
{
	padding-left:60px!important;
}

.gallery img 
{
	border: 7px double #CCC !important;
}

.pagenav text
{
	display:none !important;
}

.facilities-category
{
	clear:both;
	display:block;
	margin-bottom:10px;
}

.pagenav ul
{
	display:block !important;
}

.facilities-sidebar
{
	margin-top: -10px;
}

.facilities-sidebar h4
{
	font-size:155%;
	font-weight:normal;
	padding-top:10px;
}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
	



