/* @override http://rmwebsite.com/drbraithwaite/wp-content/themes/drbraithwaite/style.css */

/*------------------------------------------------------------------------------------
  Copyright Rosemont Media 2009. Used with Permission.                             
  May not be duplicated or reproduced.
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ type selectors ------------------------ */
html {
	background: #412919 url("images/bgHtml.png") repeat-x;
}

#insideHtml {
	background: #fff url("images/bgHtmlInside.png") repeat-x;
}

body { 
	background: transparent url("images/bgBody.jpg") top center no-repeat;
	text-align:center; 
	font:14px/21px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; 
	color:#ceb596;
}

#inside {
	background: transparent url("images/bgBodyInside.jpg") top center no-repeat;
	color: #382315;
}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#000; }
h2	{ font-size:1.1em; color:#000; }
h3	{ font-size:1.0em; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#924D2B; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#4D709A; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("images/bullet-back-to-top.jpg") right no-repeat;
}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

#city {
	background:transparent url("images/building.png") no-repeat scroll 0 0;
	height:470px;
	position:absolute;
	right:0;
	top:0;
	width:498px;
	z-index:1000;
}

#inside #city {
	background:transparent url("images/building-sub.png") no-repeat scroll 0 0;
	height: 293px;
	width: 293px;
}

#wrap {
	width:940px;
	margin:0 auto;
	text-align:left;
}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	height:470px;
}

#inside #masthead {
	height: 293px;
}

#logo {
	height: 140px;
	width: 375px;
	display: block;
	background: url("images/logo.jpg") no-repeat;
	position: relative;
	top: 68px;
	left: -5px;
	text-indent: -9999px;
}

#inside #logo {
	background: url("images/logoInside.jpg") no-repeat;
}

#masthead img {
	float: right;
	position: relative;
	top: -60px;
}
/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("images/nav.jpg") no-repeat; 
	width:945px; 
	height:65px; 
	margin:0 0 17px;
	padding:0;
}

#nav span { display: none; }

#nav li, #nav a {
	height:65px;
	display:block;
} /* change height here also */

#nav li {
	float:left;
	list-style:none; 
	display:inline;
	position:relative;
	z-index:300;
}

#nav a {
	text-indent: -9999px;
}

#nav-01 { width: 50px;}
#nav-02 { width: 97px;}
#nav-03 { width: 94px;}
#nav-04 { width: 63px;}
#nav-05 { width: 56px;}
#nav-06 { width: 51px;}
#nav-07 { width: 136px;}
#nav-08 { width: 166px;}
#nav-09 { width: 103px;}
#nav-10 { width: 49px;}
#nav-11 { width: 78px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("images/nav.jpg")  0px -65px no-repeat; }
#nav-02 a:hover { background:url("images/nav.jpg") -50px -65px no-repeat; }
#nav-03 a:hover { background:url("images/nav.jpg") -147px -65px no-repeat; }
#nav-04 a:hover { background:url("images/nav.jpg") -241px -65px no-repeat; }
#nav-05 a:hover { background:url("images/nav.jpg") -304px -65px no-repeat; }
#nav-06 a:hover { background:url("images/nav.jpg") -360px -65px no-repeat; }
#nav-07 a:hover { background:url("images/nav.jpg") -411px -65px no-repeat; }
#nav-08 a:hover { background:url("images/nav.jpg") -547px -65px no-repeat; }
#nav-09 a:hover { background:url("images/nav.jpg") -713px -65px no-repeat; }
#nav-10 a:hover { background:url("images/nav.jpg") -816px -65px no-repeat; }
#nav-11 a:hover { background:url("images/nav.jpg") -865px -65px no-repeat; }

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#4E6F9A;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
}

#nav li ul li { 
	height:30px; /* Height of each drop down nav item */
	border:1px solid #7B4025;
	border-top:none;
}	

#nav li ul li a {
	width:100%;
	height:30px;	/* Height of each drop down nav item, should match above */
	line-height:30px;	 /* Height of each drop down nav item again, should match above */
	text-indent: 20px;
}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:.92em;
	color:#FFFFFF;
	text-decoration:none;
}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav li ul li a:hover { 
	background-image:none;
	background-color:#7B4025;
	color:#FFFFFF;
	text-decoration:none;
}

/* width of drop down nav - choose width that allows items to display on one line */
#nav li ul, #nav li ul li { width:260px; }

#first-column {
	width: 276px;
	float: left;
	padding: 0 31px 0 5px;
}

#first-column h2 {
	background: url("images/titleMeetBraithwaite.jpg") no-repeat;
	text-indent: -9999px;
	height: 33px;
	width: 176px;
	margin-bottom: 19px;
}

#first-column p, #middle-column p, #last-column p {
	margin-bottom: 15px;
}

#middle-column {
	width: 298px;
	float: left;
	padding: 0 17px 0 14px;
}

#middle-column h2 {
	background: url("images/titleTestimonials.jpg") no-repeat;
	text-indent: -9999px;
	height: 33px;
	width: 173px;
	margin-bottom: 19px;
}

#last-column {
	width: 269px;
	float: left;
	padding: 0 15px;
}

#last-column h2 {
	background: url("images/titleThroughAges.jpg") no-repeat;
	text-indent: -9999px;
	height: 33px;
	width: 276px;
	margin-bottom: 19px;
}

#btnAges {
	background: url("images/btnAges.jpg") no-repeat;
	height: 136px;
	width: 287px;
	display: block;
}

#btnAges:hover { background: url("images/btnAges.jpg") bottom left no-repeat; }

#btnAges a {margin-top:0px; display:block; float:left; text-decoration:none; color:#612B13; font-size:13px;}

#btnCareCredit {
	display: block;
	margin: 20px auto 20px;
}

#btmBar {
	width: 970px;
	margin: 0 auto;
	background: url("images/bkgdFooter.jpg") no-repeat;
	height: 121px;
	padding: 43px 0 0 64px;
	text-align: left;
}

#btnContactUs {
	background: url("images/btnContactUs.jpg") no-repeat;
	width: 192px;
	height: 63px;
	display: block;
	text-indent: -9999px;
	float: left;
	margin-right: 6px;
}

#btnContactUs:hover { background: url("images/btnContactUs.jpg") bottom left no-repeat; }

#btnBlog {
	background: url("images/btnBlog.jpg") no-repeat;
	width: 192px;
	height: 63px;
	display: block;
	text-indent: -9999px;
	float: left;
	margin-right: 8px;
}

#btnBlog:hover { background: url("images/btnBlog.jpg") bottom left no-repeat; }

#btnPhotoGallery {
	background: url("images/btnPhotoGallery.jpg") no-repeat;
	width: 192px;
	height: 63px;
	display: block;
	text-indent: -9999px;
	float: left;
	margin-right: 46px;
}

#btnPhotoGallery:hover { background: url("images/btnPhotoGallery.jpg") bottom left no-repeat; }

#btmBar p {
	float: left;
	width: 145px;
	color: #352013;
	font-size: 12px;
	line-height: 18px;
	margin-right: 10px;
}

#btnMap {
	background: url("images/Btn_parking.png") no-repeat;
	width: 105px;
	height: 88px;
	float: left;
	display: block;
	text-indent: -9999px;
	float: left;
	margin-top: -12px;
}

#btnMap:hover { background: url("images/Btn_parking.png") bottom left no-repeat; }

/* ------------------------ columnLeft framework ------------------------ */
#columnLeft {
	width:704px;
	float:left;
	margin-top: 24px;
}

#columnLeft p, #columnLeft h1, #columnLeft h2, #columnLeft h3, #columnLeft ul, #columnLeft dl {
	margin:0px 30px 10px 5px;
}

#columnLeft h1 {
	font-size: 22px;
	color: #cb7c3e;
	font-weight: normal;
}

#columnLeft h2, #columnLeft h2 a {
	font-size: 20px;
	color: #cb7c3e;
	font-weight: normal;
}

.post {
	border-bottom: 1px solid;
	margin-right: 20px;
}

#columnLeft .post h2, #columnLeft .postSingle h1 {
	margin-bottom: 0px;
}

.metaData {
	font-size: .8em;
}

/* ------------------------ columnRight framework ------------------------ */
#columnRight {
	width:236px;
	float:left;
	background: #d1baa0 url("images/bkgdColumnTop.png") no-repeat;
	padding: 14px 0 0;
	margin-top: 24px;
}

#columnRight p, #columnRight h1, #columnRight h2, #columnRight h3, #columnRight ul, #columnRight dl {
	margin:0px 0px 10px 0px;
}

#columnRightBtm {
	background: url("images/bkgdColumnBtm.png") bottom left no-repeat;
	padding: 14px 21px 41px 26px;
}

#columnRight h2 {
	font-size: 18px;
	color: #662612;
	font-weight: normal;
}

#columnRightBtm #btnContactUs {
	background: url("images/btnContactInside.jpg") no-repeat;
	width: 189px;
	height: 63px;
}

#columnRightBtm #btnContactUs:hover { background: url("images/btnContactInside.jpg") bottom left no-repeat; }

#columnRightBtm #btnBlog {
	background: url("images/btnBlogInside.jpg") no-repeat;
	width: 189px;
	height: 63px;
}

#columnRightBtm #btnBlog:hover { background: url("images/btnBlogInside.jpg") bottom left no-repeat; }

#columnRightBtm #btnPhotoGallery {
	background: url("images/btnGallery.jpg") no-repeat;
	width: 189px;
	height: 63px;
	margin: 0 0 0px!important;
}

#columnRightBtm #btnPhotoGallery:hover { background: url("images/btnGallery.jpg") bottom left no-repeat; }

#columnRightBtm p {
	margin: 0 32px 0 12px;
	text-align: left;
}

#columnRightBtm #btnMap {
	margin: 20px 0 20px 40px;
}
/* ------------------------footer framework ------------------------ */
#footer {
	width:980px;
	margin:0 auto;
	text-align:center;
	clear: both;
	padding: 10px 0;
}

#inside #footer {
	font-size: 12px;
	color: #443023!important;
}

#footer p {
	color:#ad9478;
	margin-bottom:10px;
}

#inside #footer p { color: #443023; }

#inside #footer a { color:#443023; text-decoration: none; }
#inside #footer a:hover { text-decoration: underline; }

#footer a { color:#ad9478; }
#footer a:hover { text-decoration: none; }

#footer ul {margin:10px;}

#footer li {
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid;
}

#footer li:first-child { border: none; }

/* ------------------------blog framework ------------------------ */

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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 & aligment */

#commentsDiv {
	clear: both;
	margin: 30px 20px 30px 35px;
	padding-top: 20px;
}

#commentsDiv h3, #commentsDiv p {
	margin: 0px;
}

#commentsDiv input, #commentsDiv textarea {
	border: 1px solid #6779C3;
	font-size: 12px;
	color: #6779C3;
	height: 25px;
	line-height: 25px;
}

#commentsDiv textarea {
	width: 500px;
	height: 150px;
}

input#submit {
	height: 25px;
	line-height: 20px;
	width: 150px;
	color: #042b5e;
	background-color: #fff;
}

#comments {
	margin-bottom: 20px!important;
}

#respond {
	margin-top: 20px!important;	
}

.commentlist {
	border-bottom: 1px solid #fff;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
}

.commentlist li {
	padding: 20px;
	border-top: 1px solid #fff;
}
	
.commentlist li p {
	margin-top: 10px!important;
}

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

.commentlist cite, .commentlist cite a {
	font-style: normal;
	font-size: 1.1em;
	color: #fff;
}

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

.commentmetadata {
	font-weight: normal;
}
	
.alt {
	background-color: #042b5e!important;
}

#commentform p {
	margin-bottom: 10px!important;
}

h3#respond {
	margin-bottom: 20px;
}

/********************************

      testimonial page turner

********************************/

#columnLeft div#scroll_pane {
	width:574px;
	overflow:hidden;
	position:relative;
	height:320px
}

#columnLeft ul#elements {
	width:574px;
	margin:0;
	padding:0;	
	list-style-image:none;
}

#columnLeft ul#elements li{
	background-image:none;
	background: transparent url('images/testimonial_bg.jpg') 0 0 no-repeat;
	height:320px;
	padding:10px 20px 20px;
	font-size:1.1em;
	font-weight:bold;
}

p a.scroll_previous {
	background: transparent url('images/previous_arrow.jpg') 0 0 no-repeat;
	height:24px;
	float:left;
	display:block;
	padding-top:3px;
	padding-left:30px;
}

p a.scroll_next {
	background: transparent url('images/next_arrow.jpg') top right no-repeat;
	height:24px;
	float:left;
	display:block;
	padding-top:3px;
	padding-right:30px;
	padding-left:20px;
}

p span.testimonial_title {
	float:left;
	font-weight:bold;
	font-size:1.2em;
	padding-left:50px;
}

/************************* Gallery Styles *******************************/
.caseSmall {
	float: left;
	width: 326px;
	margin: 10px 25px 10px 0;
	border-bottom: 1px solid #ececec;
	padding-bottom: 15px;
}

.caseSmall a, #galleryImages img {
	padding: 5px;
	float: left;
	background: #d1baa0;
	border: 1px solid #b9a38a;
	margin-right: 3px;
}

#galleryImages img { margin-bottom: 3px; }

.caseSmall span {
	width: 158px;
	display: block;
	float: left;
	margin-right: 3px;
	color: #482f21;
	font-size: 12px;
	text-indent: 6px;
}

.caseSmall a.btnMore {
	width: 322px;
	height: 39px;
	background: url("images/btnMore.png") no-repeat;
	text-indent: -9999px;
	border: none;
	padding: 0;
	margin: 0 auto;
}

.btnMore:hover { background: url("images/btnMore.png") 0 -39px no-repeat; }

#nextPat {
	float: right;
	margin: 10px 45px 10px 0;
	display: inline;
	background: url("images/rightArrow.png") right center no-repeat;
	padding-right: 28px;
}

#prevPat {
	float: left;
	margin: 10px 0 10px 0;
	display: inline;
	background: url("images/leftArrow.png") left center no-repeat;
	padding-left: 28px;
}

#columnRightBtm.gallery h2 {
	margin-left: 20px;
}

#columnRightBtm.gallery {
	padding-left: 0px;
}

#columnRightBtm ul#galleryCats li {
	background: url("images/bkgdCategoryLink.png") no-repeat;
	width: 236px;
	height: 34px;
	padding: 0px;
	line-height: 34px;
	text-indent: 20px;
}

#galleryCats a {
	color: #000;
	text-decoration: none;
	font-size: 11px;
}

#galleryCats a:hover { text-decoration: underline; }

#galleryImages {
	float: left;
	margin-bottom: 30px;
}

#columnLeft h2.galleryh2 {
	clear: both;
	margin: 0 0 10px;
}

a#btnSpecials  {
	background: url("images/specialsBtn.jpg") no-repeat;
	width: 204px;
	height: 64px;
	display: block;
	text-indent: -9999px;
	float: left;
	margin: 0 0 20px!important;
}

a#btnSpecials:hover {background: url("images/specialsBtn.jpg") bottom left no-repeat;
}

#inside a#btnSpecials  {
	background: url("images/specialsBtnInside.jpg") no-repeat;
	width: 192px;
	height: 64px;
	display: block;
	text-indent: -9999px;
	float: left;
	margin: 0 0 20px!important;
}

#inside a#btnSpecials:hover {background: url("images/specialsBtnInside.jpg") bottom left no-repeat;
}

#online-network {
	width: 100px;
	margin: 10px 0 20px 45px;
}

.socialMedia {
	width:42px;
	height:42px;
	text-indent:-9999px;
	margin-left:15px;
	float:left;
}

#online-network a.socialMedia:hover {
	background-position: bottom left;
}

#facebook {	background:url("images/facebook.png") no-repeat; margin-left: 0px;}
#rss { background:url("images/rss.png") no-repeat; }

.patfloat{
padding-top: 20px;	
}
.clearpat {
	clear: both;
	height: 1em;
}