/*
Theme Name: ljaymitchell
Author: markn@mainstreethost.com
Version: 1.0
*/



/*-------------------------------------------------------------
----------------------------STRUCTURE----------------
-------------------------------------------------------------*/
body{
margin:0;padding:0;
font-size:16px;
font-family:'Open Sans', Helvetica, sans-serif;
background:#fafafa url('images/bg1.png') repeat top left;
background-attachment:fixed;
color:#0e0e0e;	
}

a{
color:#647C82;
text-decoration:none;	
}

a:hover{color:#000;}

.wrapper{
	display:block;
	width:1100px;
	display:block;
	margin:0 auto;
	min-height:50px;
}

#page {
	display: block;
	float:left;
	margin:-5px 0 0 0;
	padding:0;
	background:#FFF;
	width:100%;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.55);
	box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.55);
}

/*-------------------------------------------------------------
----------------------------HEADER----------------------
-------------------------------------------------------------*/

#header-wide{
display:inline-block;
float:left;
background:#F9F9F9;
width:100%;
min-height:120px;
border-top:5px solid #C1B7AD;
box-shadow: 0 4px 2px -2px gray;-webkit-box-shadow: 0 4px 2px -2px gray;-moz-box-shadow: 0 4px 2px -2px gray;
position:relative;
z-index:999;
}

body.page-template-default #header-wide{
border-bottom:6px solid #589FD3;	
padding-bottom:6px;
}

body.home #header-wide{
border-bottom:none;	
padding-bottom:0px;
}

#branding{
width:100%;
display:block;
min-height:120px;
height:auto;
margin:0 auto;
padding:0;
position:relative;
}

#logo{
	width:auto;
	min-width:160px;
	height:100px;
	display:inline-block;
	float:left;
	margin:8px 0 0 0;
}

#logo img{
height:100%;
width:auto;	
}

#header-info{
display:inline-block;
float:left;
width:70%;
height:auto;
margin:54px 0 0 0;
padding:0 0 5px 13px;	
color:#D2D3D3;
font-size:15px;
}

#header-info a{
font-weight:bold;	
}



/*-------------------------------------------------------------
----------------------------SPLASH-----------------------
-------------------------------------------------------------*/

#splash{
width:100%;

display:block;
background:#A08A73;	
float:left;
position:relative;
}

#splash, #splash .wrapper{
	height:430px;overflow:hidden;
}

#splash .wrapper{
position:absolute;
top:0;left:0;right:0;	
z-index:999;
}

#bluebar{
position:absolute;
bottom:60px;
left:0;right:0;
width:100%;
height:	56px;
line-height:56px;
background:transparent url('images/blue-trans.png') repeat top left;
z-index:888;
}

#splash-badge{
	width:238px;
	height:140px;
	background:transparent url('images/splash-badge.png') no-repeat top center;
	position:absolute;
	right:0;bottom:22px;
	-webkit-background-size: auto 100%;
	 -moz-background-size: auto 100%;
	 -o-background-size: auto 100%;
	 background-size: auto 100%;
}

#splash-text{
min-width:50%;
width:80%;
float:left;
height:56px;
line-height:56px;	
position:absolute;
bottom:60px;
left:0;
font-family:'Open Sans', serif;
color:#FFF;
font-weight:300;
font-size:22px;
overflow:hidden;
text-align:center;
text-shadow:0 1px 0 #00519B;
}

#splash-text a{color:#fff;}
#splash-text a:hover{color:#ccc;}


#links-wide{
display:inline-block;
width:100%;	
height:62px;
background:#A08A73;
position:relative;
z-index:999;
}

.featuredbox{
	display:inline-block;
	float:left;
	background:#00519B;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	
	width:30%;
	height:72px;
	margin-top:-10px;
}

.featured02{
	margin-right:5%;
	margin-left:5%;	
}

body.home .expand-cnt-link{
	display:inline-block;
	width:100%;
	float:left;
text-align:center;	
color:#7DC4EA;
margin:10px 0 0 0;
text-shadow:0 1px 0 #034e93;
}

body.home .hidden-content{
	background:#00519B;
	color:#fafafa;
	font-size:.8em;
	padding:0 6% 30px 6%;
}

/*expand boxes on services pg*/


.entry-content .expand-cnt-link{
display:inline-block;
width:98%;
background:#00519B;
height:40px;
line-height:40px;	
margin:0;
color:#fafafa;
border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;
padding:0 0 0 2%;
}

.entry-content .expand-cnt-link:hover{
	background:#589FD3;
}

.entry-content .hidden-content{
width:90%;
margin:20px 5%;	
font-size:.9em;
}

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

#primary {
	display:inline-block;
	float: left;
	margin: 22px 0px 0 1%;
	width: 68%;
}


#content {
	margin: 22px 3%;
}

h1.entry-title{
	font-family:Droid Serif, serif;
	color:#666;	
	font-weight:400;
	font-size:17px;
	
}

#content h2{
color:#575E7C;	
font-weight:bold;
font-family:Droid Serif, serif;
border-bottom:1px solid #d8d8d8;
margin:25px 0 0 0;
font-size:20px;
}


.entry-content blockquote {
padding: 0;
margin: 0;
font-size: 21px;
line-height: 130%;
font-familY: Droid Serif,serif;
color: #6e7479;
}

.dlbutton{
	background:#589FD3;
	border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;
	font-size:16px;
	font-family:open sans, sans-serif;
	text-align:center;
	padding:5px 18px;
	color:#fff;
}

.dlbutton:hover{
	background:#00519B;	color:#fff;
}

/*blog styles*/

body.blog article header,
body.single article header,
body.archive article header,
body.blog article footer,
body.single article footer,
body.archive article footer
{
font-size:.8em;	
}

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

/*-------------------------------------------------------------
----------------------------SIDEBAR---------------------
-------------------------------------------------------------*/

#sidebar{
	display:inline-block;
	float:right;
	width:25%;
	margin:22px 1% 0 0;
	padding:0px 2% 35px 2%;
}

#sidebar span.widget-title{
width:116%;
height:35px;
line-height:35px;
margin:18px 0 8px -8%;
display:block;
background:#00519B;
text-align:center;
color:#fff;
text-transform:uppercase;
}

#main .widget-area {
	width: 100%;
}

/*-------------------------------------------------------------
---------SIDEBAR GRAVITY FORM---------------
-------------------------------------------------------------*/

.gform_wrapper .gfield_html.gfield_no_follows_desc{
margin-top:0!important;	
}

#sidebar .gfield_label{
margin:0;padding:0;
font-weight:normal;	
font-size:.8em;
}

#sidebar .gfield_radio{
margin:0;padding:0;
font-weight:normal;	
font-size:.7em;
}
#sidebar .recap-tip{
font-size:.8em;	
width:100%;
text-align:center;
}
#sidebar .gform_footer{
margin-top:9px!important;
padding-top:0;	
}


/*-------------------------------------------------------------
---------FOOTER-----------------------------------------
-------------------------------------------------------------*/

#footer-contactbar{
/*width:100%;
display:inline-block;
float:left;
height:72px;	
background:#00519B;*/
display:none;
}

#footer-contactbar .footerbar-left{
	width:60%;
max-width:60%;	
display:inline-block;
float:left;
padding-top:5px;
}

#footer-contactbar .footerbar-right{
width:35%;
max-width:35%;	
display:inline-block;
float:right;
margin:10px 2% 0 0;
}

.footerbar-right p{
margin:0;padding:0;	
}

.footerbar-left .gform_wrapper form{
	width:100%;display:inline-block;float:left;
	height:40px;
	background:transparent url('images/mail.png') no-repeat left center;
	padding-left:60px;
	}

.footerbar-left .gform_body{
display:inline-block;
float:left;
width:60%;	
clear:none!important;
padding-top:5px;
}

.footerbar-left .gform_footer{
margin:0!important;
padding:0!important;
clear:none!important;
width:auto;
display:inline-block;
float:left;
width:30%;
}

.footerbar-left .gform_button{
background:#589FD3;
border:none;	
color:#fafafa;
border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;
height:28px;
margin:5px 0 0 12px;
border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;
}

#footer-wide{
width:100%;
min-height: 100px;
background:#00519B;
display:block;
float:left;
position:relative;
z-index:300;
margin:0;
border-top:10px solid #589FD3;
}

#colophon{
	clear: both;
	display: block;
	width: 100%;
	min-height:50px;
	margin:24px 0;
}

#colophon ul{
list-type:none;
margin:0;padding:0;	
}

#colophon ul li{
display:inline-block;
float:left;	
}

#colophon ul li a{
text-decoration:none;
color:#dadada;
padding:2px 5px;
}
#colophon ul li a:hover{
color:#CC6;	
}
/*-------------------------------------------------------------
--------MAIN MENU-------------------------------------
-------------------------------------------------------------*/

#access {
	display: block;
	float: left;
	margin: 0 auto;
	width: 70%;
	height:30px;
	border-top:1px solid #D2D3D3;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	height:30px;
	line-height:30px;
	padding: 0 13px;
	text-decoration: none;
	color:#6D6D6D;
	font-family:'droid serif', georgia, serif;
	text-transform:uppercase;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background:#89ABCB;
	color:#fafafa;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 14em;
	height: auto;
	text-transform:none;
	font-size:.9em;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #89ABCB;
	color:#fafafa;
}
#access ul ul a:hover {
	background: #00519B;
}
#access ul li:hover > ul {
	display: block;
}


/*-------------------------------------------------------------
-------MISC CONTENT STYLES-------------------
-------------------------------------------------------------*/

.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: transparent;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


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

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


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

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}

/* =Misc
-------------------------------------------------------------- */
.soliloquy-container .soliloquy-caption-inside {
	font-family:'Open Sans',Helvetica,sans-serif !important;
}