@charset "utf-8";
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('Chunkfive-webfont.eot');
	src: local('☺'), url('Chunkfive-webfont.woff') format('woff'), url('Chunkfive-webfont.ttf') format('truetype'), url('Chunkfive-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1 {
	font-family: ChunkFiveRegular;
	font-size:200%;
	text-align:center;
	line-height: 100%;
	}
h2 {
	font-family: ChunkFiveRegular;
	font-size:160%;
	line-height:100%;
	margin: 0px;
	padding: 0px;
	}
h3 {
	font-weight:bold;
	font-size:130%;
	line-height:100%;
	font-style:italic;
	}
blockquote {
	font-style:italic;
	background-image:url(../img/startQuote.png);
	background-repeat: no-repeat;
	text-align: justify;
	color:#588b2e;
}
blockquote p {
	padding-right: 40px;
	padding-left: 40px;
	background-image: url(../img/endQuote.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}



.brown 	{color:#381a01;}
.green 	{color:#588b2e;}
.purple {color:#4b2e79;}
.blue	{color:#b6d3df;}
.white	{color:#FFF;}
.pink	{color:#690043;}

.greenBg {background-color:#588b2e;}
.purpleBg{background-color:#4b2e79;}
.pinkBg  {background-color:#690043;}
.whiteBg {background-color:#fff;}
.blueBg {background-color:#b4c1b9;}

p a {	text-decoration:none;	
		font-style:italic;
}



.clearFix {clear:both;}

.headline {
	clear:both;
	margin-top:40px;
}

.headlineWrap {	display:block; height:100%;}

.keyline {
	width:960px;
	height:2px;
	background-image:url(../img/keyline.png);
	background-repeat:no-repeat;
	margin-top:10px;
	margin-bottom:15px;
}

/* header styles */
#header {
	position: relative;
	padding-top: 5px;
	padding-left: 80px;
}	

a.quickQuote {
	height: 170px;
	width: 162px;
	float: right;
	position: absolute;
	top: -45px;
	right: 0px;
	background-image: url(../img/quickQuote-trans.png);
	background-position: -1px;
}
a.quickQuote:hover {
	background-position: 161px;
	border-bottom-width: 5px;
}

#nav
{
	list-style: none;
	padding: 0;
	width: 600px;
	margin-right: 0;
	margin-left: 370px;
} 

#nav li{position:relative; float: left;}

#nav li a{
	font-family: ChunkFiveRegular;
	float: left;
	color: #D3D5C8;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 12pt;
	margin-right:20px;
}
#nav li a:hover {
	color: #FFF;
}


#nav li ul {display:none;}
#nav li:hover a {color:#fff; }
#nav li:hover ul {display:block; position:absolute; top:15px; left:0; width:105px; z-index:1; white-space:nowrap;}
#nav li:hover ul li a.hide {background:#6a3; color:#fff;}
#nav li:hover ul li:hover a.hide {background:#6fc; color:#000;}
#nav li:hover ul li ul {display: none;}
#nav li:hover ul li a {
	display:block;
	background:#381a01;
	color:#D3D5C8;
	padding:5px;
	z-index:1;
	width:130px;
}
#nav li:hover ul li a:hover {background:#690043; color:#FFF;}
#nav li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
#nav li:hover ul li:hover ul.left {left:-105px;}


/* main body styles */
#main {
	background-position: center bottom;
	position: relative;
	margin-bottom: 20px;
}

#leftColum {
	width:360px;
	padding-bottom: 20px;
	float: left;
	margin-right: 20px;
	margin-left: 90px;
	padding-top: 10px;
	margin-bottom: -20px;
}
#rightColum {
	float: left;
	width: 400px;
	padding-top: 10px;
	margin-bottom: -20px;
	
}
#testimonialSlider {
	height: 145px;
	overflow: hidden;
	background-image: url(../img/wood.jpg);
}
#testimonialSlider img {
	margin-bottom: 10px;

}



.serviceBox {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 20px;
}

.serviceBox a {text-decoration:none;
				color:#FFF;}
.tick {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 12px;
}
.horizontal li {
	float: left;
	list-style-type: square;
	margin-right: 20px;
}


				
#rightColum li a {color:#4b2e79;}

#leftColum li {color:white;}
#main .whiteBg li {color:#381a01; margin-bottom:10px;}
#main .whiteBg a {color:#588b2e;}
				
ul {list-style:none;}
.startup {
	color: #FFF;
	list-style-type: disc;
	list-style-position: outside;
}
.startup li {
	margin-left: 10px;
	margin-bottom: 5px;
}

.terms {list-style:outside; padding: 20px;}

#sidebar {
	float:left;
	width: 220px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* footer styles */
#footer {
	height:36px;
	background-image:url(../img/footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 80px;
	width: 1020px;
	background-position: -20px;
	margin-top: 50px;
	position:relative;
}

#footer p {
	color:#FFF;
	font-style: italic;
	bottom: 10px;
}

#footer a {color:#fff;}

#footerLinks {
	position:absolute;
	width:780px;
	height: 30px;
	top: -50px;
	text-align: left;
	color: #391700;
	padding: 10px;
	margin-left: 80px;
}
#footerLinks p {
	color: #331300;
	float: left;
}

#footerLinks a {
	color: #690043;
	font-style: italic;
	text-decoration: none;
	float: left;
}
#social {
	float: left;
	margin-right: 20px;
}


	
/* portfolio styles */

#portfolioWrap {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-image:url(../img/wood.jpg);
	width:770px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#social a {
	width: 42px;
}

.portfolioItem {
	width: 375px;
	margin-right: 10px;
	height: 300px;
	margin-bottom: 10px;
	position:relative;
	float: left;
}

.portfolioItemText {position:absolute; top:220px; left:0px;}

.portfolioItem a {color:#fff;}

.portfolioItem img {margin-bottom:10px;}



.portfolioItem a img, .portfolioItem a       { border: none; overflow: hidden; float:left; }
.portfolioItem a:hover                         { border: 6px solid #588b2e; }

.portfolioItem a:hover img                     { margin: -6px; }

/* contact styles */
textarea { width:100%; }
.honeypot {
	visibility: hidden;
	height: 0px;
}

/* blog styles */
.entry{margin-top:10px;}
#leftColumBlog {
	width:460px;
	padding-bottom: 20px;
	float: left;
	margin-right: 20px;
	margin-left: 90px;
	padding-top: 10px;
}


#rightColumBlog {
	float: left;
	width: 300px;
	padding-top: 10px;
	margin-bottom: 10px;
}

#main h4 {margin-top:10px; margin-bottom:10px; }

#main #leftColumBlog h4 a {-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			border-radius: 10px;
			color:#fff;
			font-style:italic;
			background-color:#690043;
			padding:5px;
			margin-top:5px;
			margin-bottom:5px;
			text-decoration:none;}

#main #leftColumBlog h4 a {-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			border-radius: 10px;
			color:#fff;
			font-style:italic;
			background-color:#690043;
			padding:5px;
			margin-top:5px;
			margin-bottom:5px;
			text-decoration:none;}
			
#main #leftColumBlog h4 a:hover { background-color:#588b2e; }

.post h2 a {color:#4b2e79;}
.post p a {color:#4b2e79;}
.post p {	margin-top:5px;
			margin-bottom:10px;}


			
#sidebar li {list-style:none;
			margin-bottom:5px;}


				
#sidebar li a {color:#4b2e79;
				text-decoration:none;
				font-style:italic;}

#fullWidthBlog {width: 780px;
				margin-left:auto;
				margin-right:auto;
				margin-bottom:-10px;}
.fullWidth {
	width: 760px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
	text-align: left;
	padding:10px;
}

/* comments */				
textarea#comment { width: 400px; padding: 5px; margin-top:10px;}
input {margin-top:10px;}
				
/* slider */

#slider ul, #slider li{ 
			margin:0;
			padding:0;
			list-style:none;
			}	

#sliderWrap {
	background-repeat: no-repeat;
	background-position: center -10px;
	position: relative;
	height:220px;
	margin-bottom:10px;
}

#slider, #slider li{
	height:220px;
	width:780px;
	overflow:hidden;
			}	
#slider{
	margin-left:auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}	

#prevBtn, #nextBtn{
	display:block;
	width:57px;
	height:119px;
	position:absolute;
	left:-25px;
	top:50px;
}	

#nextBtn{
	left: 869px;
}														

#prevBtn {
	left: 33px;
}

#prevBtn a, #nextBtn a{
	display:block;
	width:57px;
	height:119px;
	background-image:url(../img/prev.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}	
			
#nextBtn a{
	background-image:url(../img/nxt.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}								
	
/* // slider */													

#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(close.png);}
#sb-nav-next{background-image:url(next.png);}
#sb-nav-previous{background-image:url(previous.png);}
#sb-nav-play{background-image:url(play.png);}
#sb-nav-pause{background-image:url(pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}


@media only screen and (max-width: 480px), only screen and (max-device-width: 480px)
 {

.noMob {display:none;}

img {max-width:280px;}

body {
	background-image:url(../img/phoneBg.png);
	background-color:#d3d5c8;color:#381a01;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	line-height:15pt;
	background-position:top-center;
	}

#wrapper {	
	width:300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top:100px;
	padding-left:5px;
	padding-right:5px;
}

h1 {font-size:160%;}
.logo {display:none;}

.headline {
	clear:both;
	margin-top:10px;
}

.keyline {
	width:300px;
	height:2px;
	background-image:url(../img/keyline.png);
	background-repeat:no-repeat;
	margin-top:10px;
	margin-bottom:15px;
}

/* header styles */

#header {text-align:center; padding:0px; background-image:url(../img/wood.jpg);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding:0px;}

a.quickQuote {display:none;}

#nav
{
	list-style: none;
	width:inherit;
	padding: 0;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
} 

#nav li a{
	float: left;
	color:#fff;
	text-decoration: none;
	display: block;
	margin-right:3px;
	margin-left:3px;
	margin-bottom:5px;
	font-style:italic;
	padding:5px;
}

/* main body styles */

#leftColum {
	margin:0px;
	width:300px;
	float:none;
	padding-bottom: 5px;
	padding-top: 0px;
}

#rightColum {
	margin:0px;
	width:300px;
	float:none;
	padding-top: 0px;	
}

.serviceBox {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 20px;
}

.serviceBox a {text-decoration:none;
				color:#FFF;}
				
#rightColum li a {color:#4b2e79;}

#leftColum li {color:white;}
#main .whiteBg li {color:#381a01; margin-bottom:10px;}
#main .whiteBg a {color:#588b2e;}
				
ul {list-style:none;}
.terms {list-style:outside; padding: 20px;}

#sidebar {
	float:left;
	width: 220px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* footer styles */
#footer {
	height:36px;
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 50px;
	background-position: -20px;
	margin-top: 50px;
	position:relative;
	background-image:none;
	width:100%;
}

#footer p {
	color:#000;
	padding:0px;
	font-style: italic;
	bottom: 10px;
}

#footer a {color:#000;}

#footerLinks {
	position:absolute;
	height: 30px;
	top: -40px;
	text-align: left;
	color: #391700;
	padding: 0px;
	margin:0px;
	width:100%;
}
#footerLinks p {
	color: #331300;
	float: left;
}

#footerLinks a {
	color: #690043;
	font-style: italic;
	text-decoration: none;
	float: left;
}
#social {
	float: left;
	margin-right: 5px;
}


	
/* portfolio styles */

#portfolioWrap {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-image:none;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
	
}
#social a {
	width: 42px;
}

.portfolioItem {
	width: 90%;
	margin-right: 0px;
	height:230px;
	margin-bottom: 20px;
	position:relative;
}

.portfolioItemText {position:absolute; top:160px; left:0px; color:#000;}

.portfolioItem img {margin-bottom:10px;}

.portfolioItem p {color:#000;}

/* blog styles */
#leftColumBlog {
	width:100%;
	padding-bottom: 20px;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
}


#rightColumBlog {
	float: left;
	width: 300px;
	padding-top: 10px;
	margin-bottom: 10px;
}

#main h4 {margin-top:10px; margin-bottom:10px; }

#main #leftColumBlog h4 a {-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			border-radius: 10px;
			color:#fff;
			font-style:italic;
			background-color:#690043;
			padding:5px;
			margin-top:5px;
			margin-bottom:5px;
			text-decoration:none;}

#main #leftColumBlog h4 a {-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			border-radius: 10px;
			color:#fff;
			font-style:italic;
			background-color:#690043;
			padding:5px;
			margin-top:5px;
			margin-bottom:5px;
			text-decoration:none;}
			
#main #leftColumBlog h4 a:hover { background-color:#588b2e; }

.post h2 a {color:#4b2e79;}
.post p a {color:#4b2e79;}
.post p {	margin-top:5px;
			margin-bottom:10px;}

.post img {max-width:280px; max-height:115px;}
			
#sidebar li {list-style:none;
			margin-bottom:5px;}


				
#sidebar li a {color:#4b2e79;
				text-decoration:none;
				font-style:italic;}

#fullWidthBlog {width: 100%;
				margin-left:auto;
				margin-right:auto;
				margin-bottom:-10px;}
				


#sliderWrap {display:none;}
#slider {display:none;}
}

