/*** Reset Browser Settings ***/

*{
	margin: 0; 
	padding: 0; 
	border: 1; 
	outline: 0; 
	font-weight: inherit; 
	font-style: inherit; 
	font-size: 100%; 
	font-family: inherit; 
	vertical-align: baseline; 
}
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: Tahoma, Geneva, sans-serif;
	line-height: 1.5em; 
	color: #3d3d3d;
	/*background: #E2E2E2;*/
	background: #b0ceeb url("images/bg-3.jpg") repeat-x fixed top;
}


/*** 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; 
	font-family: arial, sans-serif;
}
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: #545454;
	font-weight: normal;
}
h1 {
	font-size: 2em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1em;
}
.postcontent h2{
	font-size: 1.5em;
	margin-top: 30px;
	margin-bottom: 10px;
}
h1{
	font-size: 2.00em;
	margin-bottom: 20px;
	border-bottom: 1px dotted #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: italic;
	font-family: Georgia, Tahoma,"Times New Roman", Times, serif;
}
#respond h3 {
	font-size: 1.43em;
	padding: 10px 0;
}
h2.posttitlehome{
	font-size: 1.57em;
	margin-bottom: 10px;
}
h1.category-title{
	font-size: 1em;
	font-style: italic;
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCC;
}


/*** Main Layout ***/
#wrap{
	width: 900px;
	padding: 20px 30px 10px 30px;
	margin: 20px auto;
	background: #FFF;
	border: 1px solid #CCC;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	box-shadow: 2px 2px 10px #696969;
	-moz-box-shadow: 2px 2px 10px #696969;
	-webkit-box-shadow: 2px 2px 10px #696969;
	-khtml-box-shadow: 2px 2px 10px #696969;
}

#wrap-body {
	width: 900px;
	padding: 10px 30px 10px 30px;
	margin: 20px auto;
	background: #FFF;
	border: 1px solid #CCC;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	box-shadow: 2px 2px 10px #696969;
	-moz-box-shadow: 2px 2px 10px #696969;
	-webkit-box-shadow: 2px 2px 10px #696969;
	-khtml-box-shadow: 2px 2px 10px #696969;
}

#main{
	float: left;
	width: 70%;
	padding: 20px 0;
	font-size: 0.93em;
}
.full-width{
	width: 900px !important;
}

/*** Header ***/
#header {
	width: 900px;
	height: 250px;
	position: relative;
	z-index: 1;
	background: url("images/header.jpg") no-repeat;
	margin: 0px 0px 0px 0px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
}
#header-logo{
	position: absolute;
	left: 0;
	bottom: 98px;
}
a#logo {
	height: 45px;
	font-size: 2.14em;
	color: #545454;
	font-weight: normal;
}
#logo:hover {
	text-decoration: none;
}
#phone{
	position: absolute;
	right: 10px;
	bottom: 40px;
	color: #000000;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
	text-shadow: 5px 5px 10px #fff;
}

/*** Primary Nav ***/
#primary-nav {
	height: 35px;
	font-size: 0.93em;
	border: 1px solid #cccccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	box-shadow: 2px 2px 10px #696969;
	-moz-box-shadow: 2px 2px 10px #696969;
	-webkit-box-shadow: 2px 2px 10px #696969;
	-khtml-box-shadow: 2px 2px 10px #696969;
}
#primary-nav ul{
	list-style: none;
	height: 35px;
}
#primary-nav li {
	float: left;
}
#primary-nav a{
	display: block;
	line-height: 35px;
	height: 35px;
	padding: 0 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}
#primary-nav a:hover{
	color: #3D72A3;
	text-decoration: none;
}
#primary-nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	width: 180px;
	height: auto;
	background: #ECECEC;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}
#primary-nav li ul a {
	display: block;
	line-height: 30px;
	height: 30px;
	padding: 0 20px;
	font-size: 12px;
}
#primary-nav li ul li {
	float: none;
	border: none;
}
#primary-nav li ul ul {
	margin: -30px 0 0 180px;
	width: 180px;
}
#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;
}


/*** Search ***/
#searchform{
	position: absolute;
	right: 15px;
	bottom: 15px;
	font-size: 0.79em;
}
input#search{ 
	width: 150px; 
	padding: 5px; 
	border: 1px solid #DDDDDD; 
	color: #626262; 
	font-size: 0.79em;
}
#searchsubmit{ 
	background: #F4F4F4;
	color: #666;
	font-weight: bold;
	text-shadow: 0px 1px #FFF;
	padding: 4px;
	cursor: pointer;
	border: 1px solid #DDDDDD;
	font-size: 0.79em;
}
#searchsubmit:hover{ 
	color: #4376AD;
}


/***HomePage Business***/
#business-about h1,
#business-news h2
{
	margin-bottom: 10px;
	border: none;
}
#business-about{
	float: left;
	width: 570px;
}
#business-news{
	float: right;
	width: 280px;
	border: 1px solid #E2E2E2;
	padding: 10px;
}
#business-news ul{
	list-style: none;
}
#business-news ul li{
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
}
#business-news a{
	color: #666;
}
#business-bottom h2{
	font-weight: 100;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 10px;
}
#business-bottom{
	clear: both;
	width: 900px;
	margin-top: 20px;
	float: left;
}
.business-section-left{
	width: 280px;
	float: left;
	margin-right: 30px;
}
.business-section-middle{
	width: 280px;
	float: left;
	margin-right: 30px;
}
.business-section-right{
	width: 280px;
	float: left;
}
.home-widget ul{
	list-style: none;
}

/*** Post  ***/
.post{
	float: left;
	width: 100%;
	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-size: 2em;
	font-weight: bold;
	color: #FF7600;
}
.postcontent {
	/*color: #707070;*/
	width: 100%;
	color: #3d3d3d;
	margin-bottom: 20px;
	position: relative;
	float: left;
}
h2.entry-title{
	margin-top: 0 !important;
}
h2.entry-title a{
	color: #726763;
	font-weight: 100;
}
h2.entry-title a:hover{
	text-decoration: none;
	color: #3F3F3F;
}
.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;
}
a.read-more{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 0.93em;
	color: #09F;
}


/*** Byline ***/
#byline {
	font-size: 11px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	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: 30px;
	padding: 0;
	border: none;
	margin-bottom: 0;
}
ul.children li li{
	margin-left: 30px;
}
.comment-wrap{
	margin-left: 70px;
	position: relative;
	font-size: 0.93em;
	color: #666;
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCC;
}
.comment-wrap p{
	margin: 0;
	padding: 0;
}
ol.commentlist {
	list-style: none;
}
img.avatar {
	float: left;
	padding: 2px;
	border: 1px solid #CCC;
	background: #EBEBEB;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
#commentform textarea,
#commentform input {
	border: 1px solid #898989;
	padding: 4px;
}
#commentform label {
	text-transform: uppercase;
	font-weight: bold;
	font-size: .857em;
	color: #898989;
	padding: 0 0 0 5px;
}
#commentform label span {
	font-weight: normal;
	font-style: italic;
	font-size: .8em;
}
#commentform textarea {
	width: 572px;
}
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;
	border: 1px solid #CCC;
	color: #333;
	cursor: pointer;
}
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 {
	margin-left: 20px;
	color: #C50A17;
	font-weight: bold;
}


/*** Pagination & Page Navi ***/
.wp-pagenavi{
	padding-bottom: 20px;
	font-size: 0.86em !important;
}
.wp-pagenavi a{
	margin-right: 10px;
	padding: 5px;
	color: #666 !important;
	border: 1px solid #C7C7C7;
	background: #F4F4F4;
}
.wp-pagenavi a:hover,
span.current{
	background: #C9C9C9;
	text-decoration: none;
	text-shadow: 1px 1px 1px #FFF;
	border: 1px solid #999 !important;
}
	

/*** Footer ***/
#footer{
	border-top: 1px dotted #CCC;
	padding-top: 10px;
	padding-bottom: 5px;
}
#footer a{
	color: #666;
	font-size: 0.86em;
}
#footer ul{
	list-style: none;
}
#footer-social{
	float: left;
}
#footer-social li{
	float: left;
	margin-right: 10px;
}
#footer-links{
	float: right;
}
#footer-links li{
	float: left;
	border-right: 1px solid #CCC;
	padding: 0 10px;
}


/*** Copyright ***/
#copyright{
	color: #3d3d3d;
	font-size: .85em;
	border-top: 1px dotted #CCC;
	padding: 10px 0;
}
#copyright a{
	color: #3d3d3d !important;
}
#copyright-left{
	float: left;
}
#copyright-right{
	float: right;
	font-size: 0.79em;
}

/*** Sidebar ***/
#sidebar {
	float: right;
	width: 230px;
	padding: 20px 0;
	font-size: 0.93em;
}
#sidebar ul{
	list-style: none;
	margin: 0; 
	background: #BFCBFF; /* old browsers */
	background: -moz-linear-gradient(top, #BFCBFF 0%, #FFFFFF 100%, #FFFFFF 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BFCBFF), color-stop(100%,#FFFFFF), color-stop(100%,#FFFFFF)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BFCBFF', endColorstr='#FFFFFF',GradientType=0 ); /* ie */
	border-radius: 15px;
	-moz-border-radius: 15px;	
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
}
#sidebar li{
	margin: 5px 0;
}
.box{
	margin-bottom: 20px;
}
.box a{
	color: #5E5E5E;
	/*color: #ffffff;*/
	font-weight: bold;
	margin: 0px 0px 0px 15px;
}
.box a:hover{
	color: #3187C1;
	font-weight: bold;
	text-decoration: none;
}
.box ul{
	padding: 10px 0;
}
.textwidget{
	padding: 10px 0;
}
#sidebar h4, 
#business-news h2,
.home-widget h2
{
	font-size: 1.43em;
	font-weight: normal;
	border-bottom: 1px dotted #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;
}