/*
Theme Name: Stateline Landscaping WP
Theme URI: http://www.statelinelandscaping.com/
Description:  <a href="http://bachuk.com">Wordpress Theme Custom created by Alex Bachuk</a> for Stateline Landscaping
Version: 1.0
Author: Alex Bachuk
Author URI: http://bachuk.com
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body {
	background:#ECEAEF url(style/images/bg.jpg) repeat-x;
	
	font-family:Arial, Helvetica, sans-serif;
}

a {text-decoration:none; outline:none;}
a img {border:none; outline:none;}

#wrapper {
	width:960px;
	margin:0 auto;
}

/*******************************************************/
/******************HEADER*****************************/
/*****************************************************/
#header {
	height:160px;
}

#header p {
	text-indent:-9999px;
}

#logo {
	position:absolute;
	margin-top:45px;
}

#nav {
	float:right;
	margin-top:47px;
}

#nav li {
	float:left;
	margin-right:35px;
	line-height:38px;
	padding:0 0px 0 0px;
	position:relative;
	min-width:60px;

}
#nav li:last-child {
	margin-right:0;
}

#nav li a {
	font-weight:bold;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	padding:10px 8px;
}

#nav li a:hover {
	padding:10px 8px;;
	height:42px;
background:#fff;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
color:#000;
-webkit-border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
}

#nav li.current_page_item { 
height:42px;
background:#fff;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;

-webkit-border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
}

#nav li.current_page_item a { color:#000;
 }

#nav li ul {
	display:none;
	position:absolute;
	background:#fff;
}

#nav li ul li {
	border-bottom:1px solid #ccc;
	margin-right:0;
width:180px;
	padding-right:30px;
}

#nav li ul a {
		color:#4F0006;
}

#nav li:hover ul {
	display:inline;
}


#nav li:hover > ul {
 display: block;
}

/*******************************************************/
/******************PAGE*****************************/
/*****************************************************/
.post {
	width:700px;
	float:left;
}

.post h2 {
	font-size:24px;
	font-weight:900;
	color:#4a1014;
	text-shadow: 0px 1px 1px #fff;
	padding:0px 0 20px 0;
	text-align:center;
	letter-spacing:0.5px;
}

.post img {
	float:left;
	width:300px;
	margin-right:15px;
	margin-bottom:15px;
}
.post-cont{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	letter-spacing:0.5px;
	line-height:22px;
	
	
}

#services {
	background:#dbcdb2;
	border-top:1px solid #fff;
	height:360px;
	margin-top:108px;
	margin-bottom:38px;


}

.service-tab {
	background:url(style/images/service-tab.png) no-repeat;
	position:absolute;
	width:150px;
	height:45px;
	margin:-44px 0 0 50px;
	line-height:52px;
	text-align:center;
	font-size:16px;
	text-shadow: 0px 1px 1px #fff;
	color:#4f0005;
}

#tab1 {
	margin-left:173px;
}
#tab2 {
	margin-left:615px;
}

#services-list {
	float:left;
	padding:50px;
	background-image:url(style/images/services-border.png);
	background-position:right 12px;
	background-repeat:no-repeat;
}

#services-list p{
	margin:75px 0 0 0;
}
	

#services-list ul li{
	height:28px;
	list-style-image:url(style/images/chkmark.png) !important;
	list-style:inside;


}

#services-list ul{
	margin-bottom:20px;
}

#serv-list1{
	float:left;
}

#serv-list2{
	float:right;
}

.serv-list li{
	font-size:13px;
	list-style-image:url(style/images/chkmark.png) !important;
	list-style:inside outside none;
	margin:0 -2px 7px 32px;
	
}
.serv-list ul li {
			list-style:inside outside none;
}

#about-services{
	float:right;
	padding:50px;
}
.services-content {
	width:379px;
	font-size:11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:18px;
	

}

/*******************************************************/
/*****************SIDEBAR*******************************/
/*****************************************************/

#social-div {
	float:right;
	background:url(style/images/sidebar.png) no-repeat;
	width:243px;
	height:286px;
	margin-top:-12px;
}

.social-icons{
	margin:60px -13px 0px 23px;
}

.twitter-timestamp {
	font-size:9px;
}

ul.twitter {
	width:207px;
	margin:18px 0 0 29px;
	font-size:13px;
	line-height:22px;
	text-shadow: 0px 1px 1px #fff;
}

/*******************************************************/
/*****************FOOTER*******************************/
/*****************************************************/
#footer {
	background:url(style/images/footer-bg.jpg) repeat-x;
	height:74px;
}

#footer-in {
	width:960px;
	margin:0 auto;
	line-height:70px;
	color:#dbcdb2;
	text-shadow: 0px 1px 1px #000;
	text-align:center;
	font-size:13px;
}

#footer-in span {
	border-bottom:1px dashed #DBAF5D;
}

#footer-in a {
	color:#fff;
}