/*
Theme Name: Fresh And Clean
Theme URI: http://wpexplorer.com
Description: A clean and minimal WordPress theme by AJ Clarke. Download more <a href="http://www.wpexplorer.com">WordPress Themes</a>.
Author: AJ Clarke
Author URI: http://www.wpexplorer.com
Version: 1.0
Tags: mimal, two-columns, fixed-width, threaded-comments, custom-menu, post thumbnails, featured slider
License: GPL
*/

/*** Reset Browser Settings ***/

*{
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
a img{
	border: 0;
}
caption, th, td { 
	text-align: left; 
	font-weight: normal; 
}
blockquote:before, 
blockquote:after,
q:before, 
q:after { 
	content: ""; 
}
blockquote, 
q { 
	quotes: "" ""; 
}


/*** Main Body ***/
body {
	font-size: 14px; 
	font-family: Trebuchet MS, Georgia, "Times New Roman", Times, sans-serif;
	line-height: 1.5em; 
	color: #707070;
	background: #f6f6f6;
}


/*** Clearfix **/
.clear{ 
	clear: both; 
}


/*** Links ***/
a { 
	text-decoration: none; 
	color: #09F;
}
a:hover { 
	text-decoration: underline; 
}


/*** Styles ***/
p { 
	margin: 0 0 1em;
}
textarea,input { 
	font-size: 13px; 
}
strong {
	font-weight: bold;
	color: #000;
}
em {
	font-style: italic;
}

small{
	font-size: 12px;
	color: #666;
}


/*** Headings ***/
h1,h2,h3,h4,h5,h6 {
	line-height: 140%;
	color: #131313;
	font-weight: normal;
}
h1 {
	font-size: 1.86em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1em;
}
.postcontent h2{
	font-size: 1.5em;
	margin-top: 30px;
	margin-bottom: 10px;
}
h1{
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
	line-height: 1;
}
h1.single-title{
	margin-bottom: 0 !important;
}
.postcontent h3 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 2em 0em 0.63em 0em;
	font-style: normal;
}
#respond h3 {
	font-size: 1.43em;
	padding: 10px 0;
}
h2.posttitlehome{
	font-size: 1.57em;
	margin-bottom: 10px;
}
h1.category-title{
	font-style: italic;
font-size: 1.57em;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
}


/*** Main Layout ***/
#wrap{
	width: 900px;
	padding: 20px 30px;
	background: #FFF;
	margin: 0 auto;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#main{
	float: left;
	width: 580px;
	padding: 10px 0;
	font-size: 0.93em;
}
.full-width{
	width: 900px !important;
}
.static-image{
	border: 10px solid #ECECEC;
	margin-top: 20px;
}

/*** Header ***/
#header {
	background: #FFF;
	margin: 0 auto;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	width: 960px;
	height: 100px;
	position: relative;
font-size: 14px; 
	font-family: Verdana, Georgia, "Times New Roman", Times, sans-serif;
}
#header-logo{
	position: relative;
	left: 0px;
	bottom: 0px;
}
a#logo {
	height: 45px;
	font-size: 2.14em;
	color: #545454;
	font-weight: normal;
}
#logo:hover {
	text-decoration: none;
}
#header-banner{
	width: 468px;
	height: 60px;
	position: absolute;
	right: 20px;
	top: 20px;
}

/*** Primary Nav ***/
#primary-nav{
	width: 960px;
	margin: 0 auto;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
#primary-nav ul{
	padding: 0 68px;
	text-transform: uppercase;
list-style: none;
	}
#primary-nav li {
	float: left;
	height: 35px;
}
#primary-nav a{
	display: block;
line-height: 35px;
	padding: 0 18px;
	color: #999999;
}
#primary-nav a:hover{
	background: #F9F9F9;
	color: #09F;
	text-decoration: none;
}
#primary-nav li ul{
	z-index: 9999;
	position: absolute;
	left: -999em;
	width: 200px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;

}
#primary-nav li ul a{
	display: block;
	font-size: 12px;
}
#primary-nav li ul li{
	float: left;
	border: none;
}
#primary-nav li ul ul{
	margin: -36px 0 0 200px;
	width: 200px;
	border-top: 1px solid #EAEAEA;
}
#primary-nav li:hover ul ul,
#primary-nav li:hover ul ul ul, 
#primary-nav li.sfhover1 ul ul,
#primary-nav li.sfhover1 ul ul ul{
	left: -999em;
}
#primary-nav li:hover ul,
#primary-nav li li:hover ul, 
#primary-nav li li li:hover ul,
#primary-nav li.sfhover ul, 
#primary-nav li li.sfhover1 ul,
#primary-nav li li li.sfhover1 ul{
	left: auto;
}
#primary-nav li:hover,
#primary-nav li.sfhover1{ 
	position: static;
}

/***Nav Colors***/
.gray-nav,
.gray-nav a{
	background: #F9F9F9 !important;
}
.black-nav{
}
.blue-nav,
.blue-nav a{
	background: #0082cc;
	color: #FFF !important;
}
.blue-nav a:hover{
	background: #0066cc !important;
}
.black-nav,
.black-nav a{
	background: #000;
	color: #FFF !important;
}
.black-nav a:hover{
	background: #333 !important;
}
.red-nav,
.red-nav a{
	background: #A00;
	color: #FFF !important;
}
.red-nav a:hover{
	background: #9F0000 !important;
}

/*** Post  ***/
.post{
	float: left;
	width: 580px;
	margin-bottom: 10px;
}
.postimg img{
	float: left;
	margin: 0 20px 10px 0 !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	 border-radius: 5px;
	-moz-box-shadow: 0px 1px 2px #ababab;
	-khtml-box-shadow: 0px 1px 2px #ababab;
	-webkit-box-shadow: 0px 1px 2px #ababab;
	box-shadow: 0px 1px 2px #ababab;
}
.postcontent a img{
	border: 5px solid #ECECEC;
	margin: 10px;
}
.postcontent a:hover img{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	-moz-box-shadow: 0px 5px 5px #ababab;
	-khtml-box-shadow: 0px 5px 5px #ababab;
	-webkit-box-shadow: 0px 5px 5px #ababab;
	box-shadow: 0px 5px 5px #ababab;
}
img.single{
	float: left;
	border: 5px solid #ECECEC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	 border-radius: 5px;
	-moz-box-shadow: 0px 1px 2px #ababab;
	-khtml-box-shadow: 0px 1px 2px #ababab;
	-webkit-box-shadow: 0px 1px 2px #ababab;
	box-shadow: 0px 1px 2px #ababab;
	margin-right: 20px;
	margin-bottom: 20px;
}
.noborder{
	border-bottom: none;
}


/*** Post Content ***/
.postcontentt h1 {
	font-weight: bold;
	color: #FF7600;
}
.postcontent {
	color: #434343;
	margin-bottom: 20px;
}
h2.entry-title{
	font-size: 1.4em;
	margin-top: 0 !important;
}
h2.entry-title a{
	color: #0082cc;
	font-weight: 100;
}
h2.entry-title a:hover{
	text-decoration: none;
	color: #09F;
}
.postcontent ul {
	margin: 10px 40px;
}
.postcontent ol {
	margin: 10px 40px;
}
.postcontent .alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.postcontent .alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.postcontent .aligncenter,
.postcontent .center {
	text-align: center;
	margin: 0 auto;
	display: block;
}
.postcontent blockquote {
	padding: 0 15px 0 10px;
	font-style: italic;
	margin: 20px 0;
	margin-left: 20px;
	border-left: 4px solid #28A0E8;
}
a.read-more{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 0.93em;
	color: #09F;
}


/*** Byline ***/
#byline {
	font-size: 11px;
	margin-bottom: 20px;
	color: #999;
}
#byline a{
	color: #09F;
	text-decoration: none;
}
#byline a:hover{
	text-decoration: underline;
}
	
	
/***Portfolio Page ***/
.portfolio-item{
	width: 205px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}
.portfolio-item h2{
	text-align: center;
	font-size: 1.14em;
}
.portfolio-item h2 a{
	color: #666;
}
.portfolio-item a img{
	border: 3px solid #ECECEC;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	 border-radius: 5px;
	-moz-box-shadow: 0px 1px 2px #ababab;
	-khtml-box-shadow: 0px 1px 2px #ababab;
	-webkit-box-shadow: 0px 1px 2px #ababab;
	box-shadow: 0px 1px 2px #ababab;
}
.portfolio-item a:hover img{
	-moz-box-shadow: 0px 5px 5px #ababab;
	-khtml-box-shadow: 0px 5px 5px #ababab;
	-webkit-box-shadow: 0px 5px 5px #ababab;
	box-shadow: 0px 5px 5px #ababab;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

/*** Comments ***/
#comment-wrap{
	border-top: 1px solid #CCC;
	clear: both;
}
h3#comments{
	margin: 30px 0;
	clear: both;
}
.comment-author{
	color: #000;
	font-size: 0.93em;
}
.commentlist li {
	margin-bottom: 20px;
}
ul.children li{
	margin-left: 20px;
	padding: 0;
	border: none;
	margin-bottom: 0;
}
ul.children li li{
	margin-left: 30px;
}
.comment-wrap{
	margin-left: 65px;
	position: relative;
	font-size: 0.93em;
	margin-bottom: 20px;
	padding: 10px;
	background: #F5F5F5;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.comment-wrap p{
	margin: 0;
	padding: 0;
}
ol.commentlist{
	list-style: none;
}
img.avatar{
	float: left;
	padding: 3px;
	background: #ECECEC;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	 border-radius: 5px;
	-moz-box-shadow: 0px 1px 2px #5F5F5F;
	-khtml-box-shadow: 0px 1px 2px #5F5F5F;
	-webkit-box-shadow: 0px 1px 2px #5F5F5F;
	box-shadow: 0px 1px 2px #5F5F5F;
}
.commentlist .children{
	list-style: none;
	margin: 0;
}
#commentform textarea,
#commentform input{
	color: #000000;
	background: #f8f8f8 url(images/searchbg.png) top repeat-x;
	border: 1px solid #898989;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#commentform textarea:focus,
#commentform input:focus{
	border: 1px solid #999;
}
#commentform label{
	text-transform: uppercase;
	font-weight: bold;
	font-size: .857em;
	color: #898989;
	padding: 0 0 0 5px;
}
#commentform label{
	font-weight: normal;
	font-style: italic;
	font-size: .8em;
}
#commentform textarea {
	width: 572px;
height: 140px;
}
a.comment-reply-link{
	color: #2173af;
	text-decoration: none;
	font-size: 0.79em;
}
a.comment-reply-link:hover{
	color: #349ce6;
}
input#submit {
	background: #F4F4F4;
	padding: 5px 10px;
	border: 1px solid #CCC;
	color: #333;
	cursor: pointer;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
	border-radius: 30px;
}
input#submit:hover{
	background: #E4E4E4;
	border: 1px solid #999;
}
input#author{
	border: 1px solid #cdcdcd;
}
input#email{
	border: 1px solid #cdcdcd;
}
input#url{
	border: 1px solid #cdcdcd;
}
textarea#comment{
	border: 1px solid #cdcdcd;
}
ol.commentlist li#blank {
	visibility: hidden;
	}
#cancel-comment-reply-link {
	color: #F00;
	font-weight: bold;
}


/*** Pagination & Page Navi ***/
.paginate-left{
	float: left;
}
.paginate-right{
	float: right;
}
.wp-pagenavi span.pages{
	border: none !important;
}
.wp-pagenavi{
	padding-bottom: 20px;
}
.wp-pagenavi a{
	margin-right: 10px;
	padding: 5px;
	color: #666 !important;
	border: 1px solid #C7C7C7;
	background: #F4F4F4;
}
.wp-pagenavi a:hover,
span.current{
	background: #E9E9E9;
	text-decoration: none;
	border: 1px solid #CCC !important;
}

/*** Footer ***/
#footer{
	color: #666666;
	font-size: .85em;
	border-top: 1px solid #CCC;
	padding-top: 10px;
}
#footer a{
	color: #666666 !important;
}
#footer-left{
	float: left;
}
#footer-right{
float: right;
		font-size: 0.79em;
}

/*** Sidebar ***/
#sidebar {
	float: right;
	width: 230px;
	padding: 10px 0;
	font-size: 0.93em;
}
#sidebar ul{
	background: #FFF;
	list-style: none;
	margin: 0; 
}
#sidebar li{
	margin: 5px 0;
}
.box{
	margin-bottom: 20px;
}
.box a{
	color: #666;
}
.box a:hover{
	color: #5E8DC1;
}
.box ul{
	padding: 10px 0;
}
.textwidget{
	padding: 10px 0;
}
#sidebar h4{
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid #CCC;
}

/*** WordPress Styles ***/
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
#wp-calendar caption{
	padding: 15px 0;
}

/***Search***/
#searchbar{
	margin-top: 15px;
	position: relative;
}
#search{
	background: #FFF url(images/searchbg.png) top repeat-x;
	padding: 5px 27px 5px 5px;
	font-size: 14px;
	width: 200px;
	border: 1px solid #CCC;
	moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #666; 
}
#searchsubmit{
	position: absolute;
	right: 5px;
	top: 8px;
	display: block;
	background: url(images/searchsubmit.png) no-repeat;
	height: 15px;
	width: 15px;
	border: 0;
	text-indent: -9999px;
}