/*   
Theme Name: Linda Banta
Theme URI: http://lindabanta.com
Description: Custom theme for Linda Banta.
Author: Ryan Lawrence
Author URI: http://ryanlawrence.me
*/

/* Apply a natural box layout model to all elements: http://paulirish.com/2012/box-sizing-border-box-ftw/ */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.chromeframe {position: absolute; top: 0;}

/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

html {
	background: #f6f6f6;
}

/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {
	font: 15px Helmet, Freesans, sans-serif;
	line-height: 19px;
	background: #9ab2c2; /* Old browsers */
	background: -moz-linear-gradient(top,  #9ab2c2 0%, #cbe1ee 15%, #cbe1ee 41%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #9ab2c2 0%,#cbe1ee 15%,#cbe1ee 41%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #9ab2c2 0%,#cbe1ee 15%,#cbe1ee 41%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ab2c2', endColorstr='#cbe1ee',GradientType=0 ); /* IE6-9 */
}

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {color: #333;}

a {
	color: #004970;
    text-decoration: none;
    font-weight: bold;
}
a:hover {color: #69f;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #16264F; color: #fff; text-shadow: none;}
::selection {background: #16264F; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #16264F;} 

ins {background-color: #16264F; color: #000; text-decoration: none;}
mark {background-color: #16264F; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

h1, h2, h3, h4, h5, h6 { margin: 1em 0; text-align: center; }


/* And here begins the Wordpress fun.
-------------------------------------------------------------------------------*/

.clear {
	clear: both;
}
.center {
	text-align: center;
}
header#banner {
	padding-top: 1em;
	text-align: center;
}
header#banner h1 {
	margin: 0;
}
header#banner h1 a {
	background: url(images/linda-banta-fiduciary-logo.gif) 0 0 no-repeat;
	width: 260px;
	height: 50px;
	margin: 0 auto 1em;
	display: block;
	text-indent: -9999px;
}
header#banner .description {
	font-weight: bold;
}
.content-blocker {
	display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}
a.nav-toggle {
	display: block;
	margin: 1em 0;
	text-align: center;
}
nav#nav-main {
	font-size: .9em;
}
nav#nav-main ul li a {
	display: block;
	border: solid #a0a0a0;
	border-width: 0 2px 2px;
    background: #fff;
    padding: .5em;
    color: #333;
    font-weight: bold;
}
nav#nav-main ul li:first-child a {
	border-width: 2px;
}
nav#nav-main ul li:hover a,
nav#nav-main ul li.current-menu-item a {
	color: #fff;
	background: #385982;
	border: solid #666;
}
.post {
	background: #fff;
	padding: 1em;
	border: solid #a0a0a0;
	border-width: 1px 1px 0;
	margin-top: 1em;
}
.post img {
	display: block;
	margin: 1em auto;
}
.post h1 {
	font-size: 1.4em;
}
.post h2 {
	font-size: 1.2em;
}
.post h3 {
	font-weight: bold;
	text-decoration: underline;
}
.post p {
	margin: 0 0 1em;
}
.post ul li {
	list-style-type: circle;
	margin: 0 0 1em 2em;
}

/*
 * Testimonials
*/

/* Hide the second testimonial in each widget so they don't "flash" on page load */
.widget.Axl_Testimonials_Widget_Slider_Widget {
	margin: 0 0 1em 1em;
	line-height: 24px;
}
.testimonials-widget-testimonials100000 {
	clear: both;
}
.testimonials-widget-testimonial {
	display: none !important;
}
.testimonials-widget-testimonial:first-child {
	display: block !important;
}
.testimonials-widget-testimonial {
	background: #e1eff8;
	border: 2px solid #315A77;
	padding: .5em;
}
.testimonials-widget-testimonial .credit {
	font-weight: bold;
}
.testimonials-widget-testimonial .credit .job-title {
	display: block;
}

.entry-content {}
.entry-content a {}
.entry-content a:hover {}

#meta {}
.postmetadata {}

#sidebar {}

.navgation {}
.next-posts {}
.prev-posts {}

#searchform {}
#s {}
#searchsubmit {}

div.social {
	text-align: center;
	margin: 2em auto;
}
div.social ul {
	margin-top: 1em;
}
div.social ul li {
	margin-bottom: .5em;
}
footer#content-info {
	padding: 1em;
	background: #fff;
	clear: both;
	border-top: 1px solid #a0a0a0;
	text-align: center;
}


/* Print styles!
-------------------------------------------------------------------------------*/
@media print {

}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (min-width: 1024px) {
	body {
		width: 80%;
		max-width: 1140px;
		margin: 0 auto;
		box-shadow: 2px 2px 10px #666;
		overflow: auto;
	}
	h1, h2, h3, h4, h5, h6 {
		text-align: left; 
	}
	.post .aligncenter {
		display: block;
		margin: 0 auto;
	}
	.post .alignleft {
		float: left;
		margin: 0 1em 1em 0;
	}
	.post .alignright {
		float: right;
		margin: 0 0 1em 1em;
	}
	a.nav-toggle {
		display: none;
	}
	nav#nav-main {
		background: none;
		float: left;
		width: 30%;
		margin: 1.2em 0;
	}
	nav#nav-main ul li {
		width: 80%;
		margin: 0 auto .75em;
	}
	nav#nav-main ul li a {
		border-width: 2px;
	}
	.post {
		float: right;
		width: 70%;
	}
	#sidebar {
		float: right;
		width: 35%;
	}

@media all and (orientation: portrait) {
	
}

@media all and (orientation: landscape) {
	
}