/*
Theme Name: JW Landscaping
Author: Chris George
Author URI: http://www.801red.com
*/


/* MINI RESET */
html, body, div, img { border: 0 none; margin: 0; padding: 0; }
a {
  outline: none;
}



/* CLEAR FIX */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }



/* BASIC SETUP */
html { overflow-y: scroll; }
body {
	background-color:#4D3B2B;
	font-weight: 300;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
input, text area {
	font:;
	color:;
	font-weight: 300;
	line-height: 1.625;
}
img {
	display:block;
}



/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
	font-family:;
}
h1, h2, h3, h4 {
	font-family: 'Cinzel', "Times New Roman", Times, serif;
	font-weight: 400;
}
a:link, a:visited {}
h1, h1 a {
	font-size:32px;
	line-height:44px;
}
#footer h1 {
	font-size:26px;
	line-height:36px;
	margin-bottom:12px;
}
h2, h2 a {
	color:#4D3B2B;
	line-height:25px;
	font-size: 23px;
	margin-bottom:12px;
}
h3 {
	font-size:19px;
	line-height:26px;
}
#header h3 {
	padding:6px 12px;
	text-align:center;
	background-color:#FFF;
}
h4 {
	font-size:17px;
	margin-bottom:30px;
}
h5 {
	font-size:;
	line-height:;
}
p {
}
p, li {
	font-size:16px;
	line-height:28px;
	margin-bottom:12px;
}
p.last {
	margin-bottom:0;
}
a {
}
a:hover {
}
ul {
	margin:0 0 12px;
	padding:0 0 0 20px;
}
li {
	margin:0;
}



/* TAGS */
.left {
	float:left;
}
.right {
	float:right;
}
.big {
}
.small {
}
.bold {
	font-weight:700;
}
.rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.boxShadow {
	box-shadow: 0 1px 0 #E6E6E6;
	border-bottom: 1px solid #999999;
}
.textShadow {
	text-shadow: x y blur #;
}
.shadow {
	-moz-box-shadow: 0px 0px 10px #666;
	-webkit-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color='#666666');
}




/* COLOR SELECTORS*/
.blue {
	color:#A8DCE1;
}
.green {
	color:#ADAF37;
}
.maroon {
	color:#7D3857;
}
.brown {
	color:#4D3B2B;
}
.white {
	color:#FFF;
}
.black {
	color:#000;
}



/* WORDPRESS */
.widgets, .widget ul { list-style: none; margin: 0; padding: 0; }
.alignleft { float: left; margin: 0 20px 0 0; }
.alignright { float: right; margin: 0 0 0 20px; }
.aligncenter { display: block; margin: 0 auto; }
.entry {
	padding:0 20px;
}
.post {
	padding-bottom:40px;
}
.byline {
}
.searchbox {
	border:none;
	height:18px;
	font: 11px/18px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#999;
	padding-left:5px;
}




/* SOCIAL ICONS */
.icon {
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	opacity:1;
}
.icon:hover {
	opacity:.8;
}	
.icon a {
	display: block;
	float: left;
	outline: none;
	height: 40px;
	margin: 0 10px 0 0;
	width: 40px;
	text-indent: -9999em;
}
.icon.ebay { background-image: url(images/icons/ebay.png); }
.icon.email { background-image: url(images/icons/email.png); }
.icon.deviantart { background-image: url(images/icons/deviantart.png); }
.icon.facebook { background-image: url(images/icons/facebook.png); }
.icon.feedburner { background-image: url(images/icons/feedburner.png); }
.icon.flickr { background-image: url(images/icons/flickr.png); }
.icon.foursquare { background-image: url(images/icons/foursquare.png); }
.icon.goodreads { background-image: url(images/icons/goodreads.png); }
.icon.google { background-image: url(images/icons/google.png); }
.icon.instagram { background-image: url(images/icons/instagram.png); }
.icon.lastfm { background-image: url(images/icons/lastfm.png); }
.icon.linkedin { background-image: url(images/icons/linkedin.png); }
.icon.myspace { background-image: url(images/icons/myspace.png); }
.icon.paypal { background-image: url(images/icons/paypal.png); }
.icon.pinterest { background-image: url(images/icons/pinterest.png); }
.icon.rss { background-image: url(images/icons/rss.png); }
.icon.skype { background-image: url(images/icons/skype.png); }
.icon.twitter { background-image: url(images/icons/twitter.png); }
.icon.tumblr { background-image: url(images/icons/tumblr.png); }
.icon.vimeo { background-image: url(images/icons/vimeo.png); }
.icon.wordpress { background-image: url(images/icons/wordpress.png); }
.icon.youtube { background-image: url(images/icons/youtube.png); }




/* COMMON LAYOUT */
.container {
	width:960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background: #FFF url(images/background-header-container.png) repeat-x;
}
#header .container {
	background: url(images/background-header_03.png) no-repeat center top;
}
#mainBody {
	padding-top: 20px;
	background-color:#ADAF37;
	border-top:solid 3px #7D3857;
	border-bottom:solid 3px #7D3857;
}
#mainImg {
	padding-top: 40px;
	background: #FFF url(images/background-body_06.png) no-repeat center top;
	border-top:solid 3px #7D3857;
}
.container #slideshow .slideContent {
	width: 190px;
	float: left;
	background: url(images/background-slideContent.png) no-repeat right center;
	text-align: center;
	padding: 80px 90px 10px 60px;
	min-height: 275px;
	font-size: 15px;
	line-height: 20px;
}
.container #slideshow .slideContent.noPadding {
	width:340px;
	padding:0;
	background:none;
}
.container #slideshow .slideContent a {
	text-transform:uppercase;
	font-weight:700;
}
.container #slideshow .slideImage {
	width: 610px;
	float: right;
}
.container #slideshow .column {
	width:175px;
	margin-right:21px;
}
.container #slideshow .column p {
	font-size:14px;
	line-height:18px;
	margin:12px 0;
	text-align:center;
}
#mainBody #content {
	text-align:center;
}
#mainBody #content .module.blue {
	background: #A8DCE1 url(images/background-module-blue.png) no-repeat center 40px;
}
.module {
	text-align:center;
	width:197px;
	float:left;
	padding:15px;
	margin-left:17px;
}
.module p {
	font-size:16px;
	line-height:21px;
}
.module:first-child {
	margin-left:0;
}
#footer .module p,
#footer .module p a {
	font-size:15px;
	color:#FFF;
}


/* SIDEBAR */
.container #mainBody #sidebar {
}
.container #mainBody #sidebar ul {
}
.container #mainBody #sidebar ul li {
}




/* FOOTER */
#footer {
	padding:20px 0;
	background: url(images/background-footer_02.png) repeat-x;
}




/* MAIN NAVIGATION */
.container #mainNav {
	padding: 11px 0;
}
.container #mainNav ul {
	padding:0;
	margin:0;
}
.container #mainNav ul li {
	float: left;
	list-style: none;
	margin-left:20px;
}
.container #mainNav ul li a {
	color: #4D3B2B;
	transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out; /* Firefox 4 */
	-webkit-transition: color 0.2s ease-out; /* Safari and Chrome */
	-o-transition: color 0.2s ease-out; /* Opera */
	font: 18px/26px Cinzel, "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-decoration: none;
}
.container #mainNav ul li:hover {
}
.container #mainNav ul li:hover a,
.container #mainNav ul li.current_page_item a {
	color:#ADAF37;
}
.container #mainNav ul li:hover ul {
	display: block;
	/* transition: background-color 0.5s linear 0s; */
}
.container #mainNav ul li ul {
	display: none;
	position: absolute;
	z-index: 999;
}
.container #mainNav ul li ul li {
	float:none;
	display:block;
	width:100%;
	height:auto;
}
.container #mainNav ul li ul li:hover,
.container #mainNav ul li ul li:last-child {
	background:none;
}
.container #mainNav ul li ul li a {
}



/* COMMENTS */
ol.commentlist{
    margin: 10px 5px;
    padding: 10px;
}
.commentlist .comment-body{
    padding: 10px;
    background: #EFEFEF;
    border: solid thin #DEDEDE;
    margin: 10px 0;
    position: relative;
}
.comment-body a.comment-reply-link{
    position: absolute;
    top: 10px;
    right: 10px;
    color: #AEAEAE;
}
ol.commentlist li{
    list-style: none;
}
ol.commentlist li ul li {
	margin-left:40px;
}
ol.commentlist img.avatar{
    padding: 5px;
    background: #DEDEDE;
    border: solid thin #CECECE;
    float: left;
    display: block;
    margin: 15px;
    width: 32px;
    height: 32px;
}
ol.commentlist .comment-author{
    line-height: 25px;
}
.comment-body cite.fn{
    font-size: 14px;
    font-style: normal;
}
.commentmetadata a{
    margin: 0;
    font-size: 11px;
    color: #999;
}
.comment-body p{
    margin: 5px;
}
.comment-body .comment-author.vcard{
    margin: 0;
}


/* COPYRIGHT */
#copyright {
	font-size:10px;
	width: 960px;
	margin: 10px auto 0;
	text-align:center;
	color:#fff;
}
#copyright a {
	color:#fff;
	margin:0;
}




/* RESPONSIVE */


/*---------------------------------
	Responsive Grid Media Queries - 1280, 1024, 768, 480
	1280-1024 	- desktop (default grid)
	1024-768 	- tablet landscape
	768-480 	- tablet 
	480-less 	- phone landscape & smaller
-----------------------------------*/

/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 959px) {
.container {
	width: 768px;
}

/*  #Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {
.container {
	width: 300px;
}

/* #Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {
	width: 420px;
}
