/*
Theme Name: cephasshepard
Tags: custom theme
*/


/* RESET */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,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;}ul.nav{list-style:none;}blockquote,q{quotes:none;}table{border-collapse:collapse;border-spacing:0;}input,select{vertical-align:middle;}


@font-face {
    font-family: 'BebasNeueRegular';
    src: url('font/bebasneue-webfont.eot');
    src: url('font/bebasneue-webfont-.eot#iefix') format('eot'),
	     url('font/bebasneue-webfont.woff') format('woff'),
         url('font/bebasneue-webfont.ttf') format('truetype'),
         url('font/bebasneue-webfont.svg#webfontlZqxCYRJ') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, #nav a, #phone, #home #rightbox a, #cinfo, #aboutside, #foot-nav a{ font-family: "BebasNeueRegular", "Helvetica Neue Condensed", sans-serif; }

/* 
   --------------------------------------
    --------- SITE-WIDE STYLES --------- 
   --------------------------------------
*/
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Segoe UI, Arial, sans-serif;
	background: #fff url('images/inside-back.jpg') repeat-x center 0;
	color: #333;
}
h1, h2, h3, h4 { line-height: normal; font-weight: normal; }
h1 { 
	font-size: 3.4em; 
	color: #7fa7b7;
	border-bottom: 1px solid #666;
	padding: 0 0 6px;
	margin: 0 0 14px;
}
h2 { font-size: 2em; }
h3 { font-size: 1.6em; }
h4 {  }

h2 a { text-decoration: none; }
h2 a:hover { text-decoration: underline; }

a { color: #333; }
a:hover { color: #000; }

a.btn {
	display: block;
	width: 116px;
	height: 30px;
	text-indent: -9999px;
	background: url('images/buttons.png') no-repeat 0 0;
}

a.learnmore { background-position: 0 -30px; }
a.learnmore:hover { background-position: -116px -30px; }

a.readmore { color: #b1be72; font-weight: bold; text-transform:uppercase; }
a.readmore:hover { color: #333; }

p { padding: 0 0 14px; }

.wrap {
	width: 960px;
	margin: 0 auto;
	font-size: 1.3em;
}
.wrap.main { overflow: hidden; }

#header {
	height: 145px;
	clear: both;
}

#logo {
	width: 187px;
	height: 108px;
	padding: 18px 0 0;
	
	float: left;
}
#logo a {
	display: block;
	height: 108px;
}

#phone {
	width: 150px;
	height: 21px;
	padding: 3px 0 0;
	float: right;
	text-align: right;
	font-size: 1.5em;
	line-height: 21px;
	color: #999;
}
#phone span { 
	font-size: .7em; 
	
}

#social {
	width: 145px;
	height: 21px;
	float: right;
}
#social ul {
	list-style: none;
	background: url('images/social.png') no-repeat 0 3px;
	overflow: hidden;
	padding: 3px 0 0;
}
#social li {
	float: left;
}
#social a {
	display: block;
	width: 68px;
	height: 21px;
	text-indent: -9999px;
}
#social a#fb:hover { background: url('images/social.png') no-repeat 0 -21px; }
#social a#tw { width: 77px; }
#social a#tw:hover { background: url('images/social.png') no-repeat -68px -21px; }
#social a#ln { width: 68px; }
#social a#ln:hover { background: url('images/social.png') no-repeat -145px -21px; }



#nav {
	float: right;
	padding: 78px 0 0;
	clear: right;
	font-size: 1.4em;
	width: 710px;
	overflow: hidden;
	height: 40px;
}

#nav li { float: left; }

#nav a { 
	display: block;
	padding: 0 14px 8px;
	height: 32px;
	line-height: 32px;
	color: #666;
	text-decoration: none;
}
#nav a:hover {
	color: #fff;
	background: url('images/nav-hover.png') no-repeat center bottom;
}
#nav ul ul {
	position: absolute;	
	left: -9999px;
	width: 200px;
	list-style: none;
}
#nav ul ul li { float: none; }
#nav ul li:hover ul {
	left: auto;	
}

body.classic #content {
	float: RIGHT;
	width: 700px;
	padding-bottom: 30px;
}

#main {
	line-height: 1.6em;
}
#main ul, ol {
	padding: 0 0 14px 24px;	
}
#main ul li, ol li {
	line-height: normal;
	padding: 3px 0;
}

#sidebar {
	float: left;
	width: 242px;
	padding: 80px 0 30px;
}
#sidebar small {
	font: normal 1em/1.6em "Times New Roman", "Times", serif;
	font-style: italic;
	display: block;
	padding: 4px 8px 10px 10px;
}
#sidebar ul {
	list-style: none;
	padding: 0 0 14px 16px;
}
#sidebar .box {
	background: #efefef;
	padding: 6px;
	margin: 0 0 28px;
}
#sidebar .wrapme {
	border: 1px solid #c4c4c4;
	padding: 10px;
}
#sidebar h2 {
	text-align: center;
	color: #999;
}

#sidebar .test {
	text-align: right;
	font: normal 1em/1.6em "Times New Roman", "Times", serif;
	font-style: italic;
}
#sidebar .test .wrapme {
	padding-top: 16px;
}
#sidebar .test .name {
	color: #7fa7b7;
	font-weight: bold;
}

#sidebar #searchbox label {
	font-size: .85em;
	width: 60px;
}
#sidebar #searchbox select {
	width: 120px;
}
#sidebar #searchbox input#searchsubmit { margin: 0 6px 0 0; }
#pageimg {
	padding: 0 0 24px;
	background: url('images/main-pic-shadow.png') no-repeat center bottom;
}
#pageimg .imghold {
	background: #fff;
	height: 240px;
	padding: 8px;
	width: 680px;
	box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
}

div.dynamic-col-1 { float: left; width: 46%; padding-right: 5%;}
div.dynamic-col-2 { float: left; width: 45%;padding-right: 4%;}

.post.clear { overflow: hidden; clear: both; }


#aboutside {
	color: #7fa7b7;
	text-align: right;
	font-size: 1.6em;
}
#sidebar #aboutside h2 {
	text-align: right;
	color: #7fa7b7;
	font-size: 1.6em;
}
#aboutside img {
	border: 6px solid #fff;
	box-shadow: 0px 0px 4px #ccc;
	margin: 0 0 15px;
}

.postthumb { float: right; margin: 0 0 2px 14px; }
.postthumb img {
	border: 5px solid #fff;
	box-shadow: 0px 0px 3px #ccc;
}

/* 
   --------------------------------------
    ------------ BLOG STYLES -----------  
   --------------------------------------
*/
#blog #content {
	padding: 60px 0 20px;
}
#blog #sidebar h3 {
	font-size: 1.8em;
	text-align: center;
	color: #999;
}
#blog .post h2 a {
	color: #7fa7b7;
}
#blog .post small {
	text-transform: uppercase;
	font: normal .9em "Times New Roman", "Times", serif;
	color: #999;
	display: block;
	padding: 4px 0 8px;
}
#blog .post .postmetadata{ color: #7fa7b7; }
#blog .post .postmetadata a { color: #7fa7b7; }
#blog .post .postmetadata a:hover{ color: #666; }

.post {
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 1px solid #ccc;
}
#blog #sidebar h3 { text-align: left; }
#blog #sidebar .side {
	padding: 0 0 24px;
}





/* 
   --------------------------------------
    ---------- CONTACT STYLES -----------  
   --------------------------------------
*/
#contact .left {
	width: 285px;
	float: left;
}
#contact .right {
	width: 415px;
	float: right;
}
#contact dt {
	padding: 8px 0 2px;
	color: #7fa7b7;
	font-style: italic;
	font-weight: bold;
}
#contact dd > input {
	width: 260px;
	padding: 0 5px;
	background: url('images/inputback.png') repeat-x 0 0;
	height: 28px;
	line-height: 28px;
	border: 1px solid #ddd;
}
#contact textarea {
	width: 400px;
	padding: 5px;
	background: #e5e4e4 url('images/inputback.png') repeat-x 0 0;
	height: 200px;
	line-height: normal;
	border: 1px solid #ddd;
}
input#submitbtn, a.submitlink {
	display: block;
	width: 116px;
	height: 30px;
	text-indent: -9999px;
	font-size: .1em;
	background: url('images/buttons.png') 0 -60px;
	cursor: pointer;
	border: none;
}
input#submitbtn:hover, a.submitlink:hover {
	background-position: -116px -60px;
}
#recaptcha_widget_div { float: right; clear: both; }
#contact input#submitbtn, #contact a.submitlink { float: right; margin: 10px 0; }
#cinfo { font-size: 1.5em; text-align: right; }
#cinfo .phone { font-size: 1.3em; }
#cinfo span { color: #7fa7b7; }



/* 
   --------------------------------------
    --------- HOME PAGE STYLES ---------  
   --------------------------------------
*/
body#home { background: #fff url('images/home-back.jpg') repeat-x 0 0; }
#home .wrap.main { overflow: visible; padding-bottom: 20px;  }
#home #focus {
	padding: 0 0 56px;
	background: url('images/home-focus-shadow.png') no-repeat center bottom;
}
#home #splash { border: 8px solid #fff; height: 340px; }
#home #splash a {
	display: block;
	width: 394px;
	height: 97px;
	text-indent: -9999px;
	background: url('images/home-search-flag.png') no-repeat 0 0;
	margin: 128px 0 0 664px;
}
#home h1 {
	height: 88px;
	background: url('images/welcome.png') no-repeat 0 0;
	text-indent: -9999px;
	margin: -28px 0 0;
	border: none;
}
#home #content {
	padding: 60px 0 0;
	clear: both;
	float: none;
	overflow: hidden;
}
#home .box {
	width: 286px;
	float: left;
	text-align: center;
	margin: 0 30px 0 0;
	padding: 32px 0 0;
}
#home .box h2 {
	font-size: 1.6em;
	text-align: center;
	color: #b1be72;
	height: 18px;
	line-height: 18px;
	background: url('images/h2-repeat.png') repeat-x 0 7px;
}
#home .box h2 span {
	background: #fff;
	padding: 0 10px;
}

#home .thumb {
	padding: 0 0 24px;
	background: url('images/home-pic-shadow.png') no-repeat center bottom;
}
#home .thumb img {
	padding: 8px;
	background: #fff;
	-moz-box-shadow: 0 0 5px #ccc;
}

#home .box p {
	padding: 10px 0 18px;
}
#home a.learnmore { margin: 0 auto; }

#home #searchbox {
	width: 264px;
	background: url('images/home-left-shadow.png') no-repeat right 0;
	padding: 34px 0 94px;
	text-align: left;
}
#home #searchbox h2 {
	color: #fff;
	text-align: center;
	height: 54px;
	line-height: 54px;
	background: url('images/home-left-h2.jpg') no-repeat 0 0;
	font-size: 2em;
}
#searchbox .wrapit {
	padding: 0 14px 0 0;
}
#searchbox small{
	font: normal 1.1em/1.5em Times New Roman, "Times", serif;
	font-style: italic;
	padding: 8px 0 14px;
	display: block;
}
#searchbox div {
	overflow: hidden;
	clear: both;
	padding: 4px 0;
}
#searchbox label {
	text-align: right;
	width: 70px;
	float: left;
	padding: 0 10px 0 0;
}
#searchbox select {
	border: 1px solid #ccc;
	background: #efefef;
	padding: 3px;
	width: 160px;
}
#searchbox input#searchsubmit {
	width: 117px;
	height: 30px;
	background: url('images/buttons.png') no-repeat 0 0;
	border: none;
	padding: 0;
	cursor: pointer;
	text-indent: -9999px;
	font-size: .1em;
	color: #fff;
	float: right;
	margin: 6px 10px 0 0;
}
#searchbox input#searchsubmit:hover {
	background-position: -116px 0;
}

#home #rightbox ul { 
	list-style: none;
	padding: 0 18px;
}
#home #rightbox li {
	width: 50%;
	float: left;
	font-size: 1.2em;
	text-align: left;
	color: #b1be72;
}
#home #rightbox a {
	color: #b1be72;
}
#home #rightbox a:hover {
	color: #333;
}

#footblog {
	color: #fff;
	clear: both;
	padding: 0 0 20px;
	overflow: hidden;
}
#footblog a { color: #fff; text-decoration:none; }
#footblog a:hover { text-decoration: underline; }
#footblog h2 {
	height: 25px;
	text-indent: -9999px;
	background: url('images/footblog-h2.png') no-repeat center center;
}
#footblog h3 {
	font: normal 1.5em "Segoe UI", Arial, sans-serif;
}
#blog_button_area { padding: 0 0 10px; clear: both; overflow: hidden; }
#footblog hr {
	width: 913px;
	height: 1px;
	border: none;
	background: #fff;
	margin: 10px auto;
	clear: both;
}
.post_scroller div {
	display: none;
}
.post_scroller div.active {
	display: block;
}
.postscroll { line-height: 1.6em; }
a.btn.prev, a.btn.next {
	width: 67px;
	height: 30px;
	float: left;
	margin: 0 10px 0 0;
	background-position: 0 -124px;
	cursor: pointer;
}
a.btn.prev { margin: 0 5px 0 408px; }
a.btn.prev:hover { background-position: -67px -124px; }
a.btn.next { background-position: 0 -154px; }
a.btn.next:hover { background-position: -67px -154px; }




/* 
   --------------------------------------
    ------ NEIGHBORHOODS STYLES -------- 
   --------------------------------------
*/
#hoods #content {
	padding-top: 70px;
}
#hoods h1 {
	margin-bottom: 40px;
}
#hoods .post {
	float: left;
	width: 282px;
	margin: 0 51px 0 4px;
	text-align: center;
	height: 410px;
	border: none;
}
#hoods .post.third { margin: 0; }
#hoods .thumb {
	padding: 0 0 24px;
	background: url('images/home-pic-shadow.png') no-repeat center bottom;
	width: 281px;
}
#hoods .thumb .imghold {
	width: 265px;
	height: 148px;
	border: 8px solid #fff;
	box-shadow: 0px 0px 4px #ddd;
	-moz-box-shadow: 0px 0px 4px #ddd;
}
#hoods .thumb .imghold a {
	display: block;
	width: 265px;
}
#hoods h2 {
	font-size: 1.6em;
	text-align: center;
	color: #b1be72;
	height: 18px;
	line-height: 18px;
	background: url('images/h2-repeat.png') repeat-x 0 7px;
	margin: 0 0 10px;
}
#hoods h2 span {
	background: #fff;
	padding: 0 10px;
}
#hoods a.maplink {
	display: block;
	width: 94px;
	height: 34px;
	text-indent: -9999px;
	background: url('images/buttons.png') 0 -90px;
	margin: 0 auto;
}
#hoods a.maplink:hover {
	background-position: -94px -90px;
}




/* 
   --------------------------------------
    ----------- FOOTER STYLES ---------- 
   --------------------------------------
*/
#footer { 
	width: 100%; 
	text-align: center;
	background: #fff url('images/footer-repeat.png') repeat-x 0 0;
}
#footer .wrap {
	padding: 30px 0;
}
#footer .back {
	background: url('images/footer-noise.jpg') no-repeat center 0;
}
#footer ul.nav li { display: inline; text-align: center; padding: 0 8px; }
#footer ul.nav ul { display: none; }
#footer ul.nav a {
	color: #2e4f5f;
	text-decoration: none;
	font-size: 1.3em;
}
#credits {
	clear: both;
	padding: 30px 0 0;
}
#kw {
	width: 67px;
	height: 41px;
	background: url('images/kw.png') no-repeat 0 0;
	margin: 30px auto 0;
}
#ap {
	width: 240px;
	height: 37px;
	background: url('images/ap.png') no-repeat 0 0;
	margin: 30px auto;
}