/*
Theme Name: greenfield
Theme URI: http://creativibe.com/
Author: Creativibe
Author URI: http://creativibe.com/
Description: Theme developed for greenfield
Version: 1.0
Tags:

*/


/* =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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #707070;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
hr {
	background-color: #0C6C38;
	border: 0;
	height: 1px;
	margin: 1.5em 0;
}

/* Text elements */
p {
	margin-bottom: .5em;
	font-size: 1.071em; /* 15px */
	line-height:1.667em; /* 25px */
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
/*
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
*/
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
/*
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
*/
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
/*
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
*/
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
/*
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
*/
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #063;
	text-decoration:none;
}
a:visited {
	color: #063;
}
a:hover,
a:focus,
a:active {
	color: #063;
	text-decoration:underline;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	display: block;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
	height:49px;
	line-height:49px;
	padding-right:35px;
	font-size: 16px;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color:#FFF;
}
.main-navigation a:hover, .main-navigation a:focus {
	color:#9C9;
}
.main-navigation ul ul {
	font-size:13px;
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 49px;
	z-index: 99999;
	background:url(img/nav_flyout_bg.png);
	padding:20px 12px 21px 12px;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
	height:auto;
	line-height:normal;
	margin-bottom:14px;
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
	color:#396;
}
.main-navigation ul li:hover > ul {
	display: block;
}

.main-navigation li.current_page_ancestor > a,
.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-item > a {
	color:#9C9;
}

.main-navigation ul ul li.current_page_item > a,
.main-navigation ul ul li.current-menu-item > a {
	color:#396;
}

.main-navigation .page-item-96,
.main-navigation .page-item-88,
.main-navigation .page-item-122,
.main-navigation .page-item-124
{
	display:none;
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}

/*
@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}
*/

#reqlink{
	display:inline-block;
	padding:5px 18px;
	margin-top:9px;
	-webkit-box-shadow:inset 0 0 9px 0 rgba(0,0,0,.31);
	box-shadow:inset 0 0 9px 0 rgba(0,0,0,.31);

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	border:1px #0D492E solid;
	border-bottom-color:#3C8B67;
	border-right-color:#1B6C47;

	font-size:12px;
	text-transform:uppercase;
	color:#CFC;

	float:right;
	margin-right:60px;
}

#reqlink:hover, #reqlink:focus{
	-webkit-box-shadow:inset 0 0 39px 0 rgba(0,0,0,.4);
	box-shadow:inset 0 0 39px 0 rgba(0,0,0,.4);
	color:#CFC;
}

/* =Secondary Navigation
----------------------------------------------- */

#secondary-navigation {
	display: block;
}
#secondary-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#secondary-navigation li {
	float: right;
	position: relative;
}
#secondary-navigation a {
	display: block;
	text-decoration: none;
	color:#777;
	margin-right:25px;
}
#secondary-navigation a:hover, #secondary-navigation a:focus {
	color:#063;
}
body.home #secondary-navigation li.homelink{
	display: none;
}

/* =Sidebar Navigation
----------------------------------------------- */

.widget.Annual_Archive_Widget h2{
	display:none;
}

#sub-navigation ul, #secondary .widget.Annual_Archive_Widget ul{
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:13px;
	line-height:15px;
	font-weight:bold;

	padding-bottom:22px !important;
	border-bottom:1px #CCC solid;
	margin-bottom:12px !important;
}

#sub-navigation li, #secondary .widget.Annual_Archive_Widget li{
	margin-bottom:15px;
}

#sub-navigation ul a, #secondary .widget.Annual_Archive_Widget ul a{
	color:#666;
}

#sub-navigation ul a:hover, #sub-navigation ul a:focus, #sub-navigation ul .current_page_item a,
#secondary .widget.Annual_Archive_Widget ul a:hover, #secondary .widget.Annual_Archive_Widget ul a:focus, #secondary .widget.Annual_Archive_Widget ul .current_page_item a{
	color:#396;
	text-decoration:none;
}


/* =Toolbar buttons
----------------------------------------------- */

#toolbar_buttons{
	float:right;
	margin-right:20px;
}

#toolbar_buttons a{
	display:inline-block;
	height:40px;
	background-image:url(img/page_toolbar.png);
}

#btn-print{
	width:66px;
}

#btn-share{
	width:72px;
	background-position:-66px 0;
}

#btn-fontsize{
	width:126px;
	background-position:right top;
}

#btn-print:hover, #btn-print:focus{
	background-position:left bottom;
}

#btn-share:hover, #btn-share:focus{
	background-position:-66px -40px;
}

#btn-fontsize:hover, #btn-fontsize:focus{
	background-position:right bottom;
}


/* =Layout & Overrides
----------------------------------------------- */

body{
	background:#006D36;
	margin-top:9px;
}

#page{

}

/* fixed width */
.fixie-parent{
	min-width:1024px;
	/*padding:0 10px;*/
	overflow:hidden;
}

.home .site-content.fixie-parent,
.site-header.fixie-parent{
	overflow:visible;
}

.fixie{
	width:1024px;
	margin:0 auto;
}

#masthead{
	background:#FFF url(img/masthead_bg.png) 0 bottom repeat-x;
}

#masthead .site-branding{
	width:241px;
	float:left;
}

#masthead .site-title a{
	display:block;
	background:url(img/logo.png);
	width:414px;
	height:46px;
	margin:28px 0 27px 0;
}

#masthead .fixie{
	position:relative;
	height:100px;
}

#masthead #masthead_tools{
	width:590px;
	position:absolute;
	bottom:13px;
	right:0;
	text-align:right;
}

#masthead .search-form{
	float:right;
}

#masthead .search-form input{
	width:180px;
}

#navigation{
	background:transparent url(img/nav_bg.png) 50% 0 repeat-y;
}

#banner{
	background:url(img/banner_bg.png) repeat-x;
	position:relative;
	height:128px;
	z-index:100;
}

#banner .fixie{
	position:relative;
}

#banner_shadow{
	background:url(img/banner_shadow_bg.png) repeat-x;
	position:absolute;
	width:100%;
	z-index:200;
	min-height:30px;
}

/* http://www.colorzilla.com/gradient-editor/#999999+0,7b7b7b+100;Custom */
.home #banner{
	height:478px;
	background: #EAE7E7; /* Old browsers */
}

#sidebar_banner{
	position:absolute;
	width:290px;
	height:220px;
	top:20px;
	left:690px;
	color:#606060;
	font-style:italic;
	font-size:14px;
	line-height:17px;
}

#banner img {
	margin-left:204px;
	position:relative;
	z-index:150;
/*
   position: absolute;
   height:100%;
   width:1563px;
   min-width:1563px;
   top: 0;
   left: 50%;
   margin-left: -781px; /* Half the width */
}

.home #banner img{
	margin-left:0;
}

.cycle-slideshow{
   position: absolute;
   height:770px;
   width:1500px;
   min-width:1500px;
   top: 0;
   left: 50%;
   margin-left: -750px; /* Half the width */
   z-index:10;
}

#home_image_caption{
	position: absolute;
	z-index: 1000;
	color: #FFF;
	font-size: 30px;
	left:240px;
	top:86px;
	width:400px;
}

#home_image_caption p{
	line-height: 38px;
}

#toolbar{
	background:#FFF;
	height:40px;
}

#content{
	background:#FFF url(img/content_bg.png) 0 bottom repeat-x;
	padding-bottom:50px;
}

body.home #content{
	padding-bottom:30px;
}

/* main content */
#primary{
	width:650px;
	margin-right:169px;
	float: right;
/*	font-size:15px; */
}

.home #primary{
	width:100%;
	float: none;
	margin-right:0;
}

.home #main{
	overflow:visible;
}

.home #main .col{
	float:left;
	padding:100px 6px 0 6px;
	width:211px;
	background-color:#FFF;
	margin-right:21px;
	margin-top:-25px;
	position:relative;
	z-index:2000;
	background-position:6px 6px;
	background-repeat:no-repeat;
	color:#333;
}

.home #main #sidebar-home-4.col{
	background:#E8E9EA;
	border:6px solid #FFF;
	margin-right:0;
	margin-top:-72px;
	padding:15px;
	width:234px;
}

#sidebar-home-1{background-image:url(img/home_col1.jpg);}
#sidebar-home-2{background-image:url(img/home_col2.jpg);}
#sidebar-home-3{background-image:url(img/home_col3.jpg);}

.home #main h2{
	margin:4px 0 4px 0;
	font-size:21px;
	color:#063;
}

.home #main #sidebar-home-4 h2{
	font-size:18px;
	margin-bottom:12px;
}

.home #main p{
	font-size:14px;
	line-height:20px;
}

.home #main #sidebar-home-4 ul{
	list-style-type:none;
	padding:0;
	margin:0 0 60px 0;
}

.home #main #sidebar-home-4 li{
	font-size:14px;
	line-height:20px;
	margin-bottom:12px;
}

.home #main #sidebar-home-4 a{
	color:#333;
}

#primary h2{
	/* margin:15px 0 10px 0; */
	margin:1em 0 0.556em 0;
}

.blog .type-post{
}

h2 a, h2 a:visited{
	color:#063;
	text-decoration:none;
}

h2 a:hover, h2 a:focus{
	color:#333;
	text-decoration:none;
}

/* Project gallery */

.page-id-21 #secondary, .parent-pageid-21 #secondary{
	display:none;
}

.page-id-21 #primary, .parent-pageid-21 #primary{
	width:100%;
	float: none;
	margin-right:0;
	text-align:center;
}

.page-id-21 .entry-content p, .parent-pageid-21 .entry-content p{
	width:900px;
	margin:0 auto;
	font-size:23px;
	line-height:28px;
}

.project-gallery-thumb{
	position:relative;
	float:left;
	width:368px;
	height:219px;
	margin:22px 22px 0 0;
}

.project-gallery-thumb img, .project-gallery-thumb span{
	position:absolute;
	left:0;
	top:0;
	width:368px;
	height:219px;
}

.project-gallery-thumb img{
	z-index:10;
}

.project-gallery-thumb span{
	z-index:20;
	display:none;
	line-height:219px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	background:#000;
	opacity:.7;
}

.project-gallery-thumb:hover span{
	display:block;
}


.room{
	color:#707070;
}

dl.gallery-item{
	margin-bottom:20px;
	margin-top:20px;
}

.wp-caption-text.gallery-caption{
	text-align:left;
}


/* attachents */

#attachments-list{
	list-style-type:none;
	padding:0;
	margin:0;
}

#attachments-list li{
	clear:both;
}

#attachments-list li:hover{
}

.attachment-icon{
	float:left;
	width:48px;
	height:54px;
	margin:0 15px 0 0;
	opacity:.6;

	-webkit-transition: opacity .25s; /* For Safari 3.1 to 6.0 */
	transition: opacity .25s;
}

#attachments-list a{
	display:block;
	padding:8px;
	background:#FFF;

	-webkit-transition: background .25s; /* For Safari 3.1 to 6.0 */
	transition: background .25s;
}

#attachments-list a:hover{
	background:#E4e4e4;
	border-radius:4px;
	text-decoration:none;
}

#attachments-list a:hover .attachment-icon{
	opacity:1;
}

/* sidebar */
#secondary{
	width:184px;
	float:left;
}

#secondary .widget ul, #secondary .widget li{
	list-style-type:none;
	padding:0;
	margin:0;
}


/* bottom banner */

#bottombanner{
	background:#D3D3D3 url(img/bottombanner_bg.png) 0 0 repeat-x;
	padding:18px 0 24px 0;
	min-height:73px;
	position:relative;
}

#bottombanner_shadow{
	height:18px;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	background:url(img/bottombanner_shadow_bg.png) 0 0 repeat-x;
}

#sidebar-bottombanner-1{
	color:#616161;
}

#sidebar-bottombanner-1 p{
	margin:0;
	font-size:13px;
	line-height:17px;
}


/* footer */

#colophon{
	padding-bottom:100px;
	padding-top:18px;
}

#colophon .widget{
	display:block;
	clear:both;
	padding-top:6px;
}

#colophon .menu, #colophon .menu li{
	list-style-type:none;
	padding:0;
	margin:0;
}

#colophon .widget_nav_menu a{
	display:block;
	float:left;
	padding:0 8px 0 0;
	margin-right:10px;
	border-right:1px #FFF solid;
	font-size:12px;
	line-height:12px;
}

#colophon .widget_nav_menu li:last-child a{
	border:none;
}

#colophon p{
	clear:both;
}


/* =Buttons
----------------------------------------------- */

/* http://css3button.net/112862 */

.btn-teal, .btn-teal:visited {
	font-size: 14px;
	padding: 3px 40px;
	margin-top:.6em;
	display:inline-block;
	background-image: -moz-linear-gradient(
		top,
		#4593a7 0%,
		#4593a7 50%,
		#287084 50%,
		#287084);
	background-image: -webkit-gradient(
		linear, left top, left bottom,
		from(#4593a7),
		color-stop(0.50, #4593a7),
		color-stop(0.50, #287084),
		to(#287084));

	/*IE7-*/ filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#4593a7', endColorStr='#287084', GradientType=0);
	/*IE8+*/ -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#4593a7', endColorStr='#287084', GradientType=0)";
	background-image:     -ms-linear-gradient(top, #4593a7, #287084);

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #215d6d;
	text-shadow:
		1px 1px 1px rgba(000,000,000,0.3),
		0px 1px 0px rgba(0,0,0,0);

	color: #ffffff !important;
	text-decoration:none !important;
}

.btn-teal:hover, .btn-teal:focus{
	background: -moz-linear-gradient(
		top,
		#3C6C77 0%,
		#3C6C77 50%,
		#1C4954 50%,
		#1C4954);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#3C6C77),
		color-stop(0.50, #3C6C77),
		color-stop(0.50, #1C4954),
		to(#1C4954));

	/*IE7-*/ filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#3C6C77', endColorStr='#1C4954', GradientType=0);
	/*IE8+*/ -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#3C6C77', endColorStr='#1C4954', GradientType=0)";
	background-image:     -ms-linear-gradient(top, #3C6C77, #1C4954);


	color:#FFF !important;
	text-decoration:none !important;
}


/* Ninja Forms */

.ninja-forms-form, .ninja-forms-success-msg, .ninja-forms-error-msg{
	border: 1px #CCC solid;
	padding: 20px;
	margin: 20px 0;
}

.ninja-forms-response-msg {
	font-weight: bold;
	font-size: 16px;
	color: #063;
}

.ninja-forms-error-msg{
	background: #900;
	color: #FFF;
}

.ninja-forms-field-error{
	font-weight: bold;
}

.ninja-forms-response-msg p{
	margin-bottom: 0;
}


/* =Formatting
----------------------------------------------- */

h1{
	font-size:1.5em; /* 21px */
	color:#063;
	margin-bottom:1.190em; /* 25px */
	line-height:1em;
}

h2{
	font-size: 1.214em; /* 17px */
	line-height:1.176em; /* 20px */
	color:#063;
}


h3{
	font-size: 1.071em; /* 15px */
	line-height:1.286em; /* 18px */
	color:#063;
	font-weight:bold;
	margin-bottom:1em;
}

#primary p{
	font-size: 1em; /* 14px */
	line-height: 1.429em; /* 20px */
}

#primary ul, #primary ol{
	font-size: 1em; /* 14px */
	line-height: 1.429em; /* 20px */
}

p.callout{
	color:#063;
	font-size:1.214em; /* 17px */
	line-height:1.176em; /* 20px */
}

#main p.attachmentcallout{
	color:#063;
	font-size:1.214em; /* 17px */
	line-height:1.176em; /* 20px */
	margin-top:30px;
}

#secondary{
	line-height:21px;
	font-size:14px;
}

#secondary a, #secondary a:visited{
	color:#707070;
	text-decoration:none;
}

#secondary a:hover, #secondary a:focus{
	text-decoration:underline;
}

#secondary h2{
	font-size:20px;
}

#secondary h2, #secondary p{
	margin:0 0 4px 0;
}

#secondary .contact_header{
	font-size:16px;
	line-height:21px;
	font-weight:bold;
}

#secondary .tel_num{
	font-size:21px;
	line-height:21px;
	font-weight:bold;
	color:#063;
}

#primary strong, #primary b{
	color:#063;
}

#colophon, #colophon p{
	font-size:11px;
	color:#FFF;
	margin:0;
}

#colophon a, #colophon a:visited{
	color:#FFF;
	text-decoration:none;
}

#colophon a:hover, #colophon a:focus, #colophon .current_page_item a{
	text-decoration:none;
	color:#9C9;
}



/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- */

.widget {
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}
