@font-face{ 
	font-family: 'Rokkitt';
	src: url('../fonts/Rokkitt/Rokkitt-Regular.ttf') format('truetype');
}

* { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	}
/*this is the center (body) area of page*/
body{
	font-family: Helvetica, Arial, Sans-serif;
	background: #ccffcc;
}

a, a:visited { color: #67b256; text-decoration: none; outline: 0; }
a:hover, a:focus { text-decoration: underline; }


p{ font-size: 14px; color: #000; }
h1{ font-size: 30px; font-family: 'Rokkitt', serif; color: #23353e;}
h2{ font-size: 22px; font-family: 'Rokkitt', serif; color: #23353e; }



/* HEADER */
.wrap-header{
	background-color: #ccffcc;
	width: 100%;
	height: 100%;
	padding: 30px 0 0 0;
}

#logo {
	position: relative;
	height: 64px;
	width: 265px;
}

h1.logo a{
	display: block;
	width: 183px;
	height: 32px;
	background: url(../images/logo.png) no-repeat;
	float: left;
	/* Nicolas Gallagher Image replacement technique */
	font: 0/0 a;
	text-shadow: none;
	color: transparent;	
}

/* NAVIGATION */
#navcontainer {
	height: 100%;
	width: auto;
	top: 55px;
	bottom: 0px;
	position: relative;
	right: 10px;
}

nav.primary{
	float: right;
}

nav.primary ul{
	float: right;
	margin-top: 5px;
}
nav.primary ul li{
	float: left;
	margin-left: 20px;
	color: #67b256;
}
nav.primary ul li a{
	display: inline-block;
	padding-right: 20px;
	text-decoration: none;
	font-family: 'Rokkitt', serif;
	font-size: 19px;
	font-weight: 600;
	color: #green;
	text-shadow: 0 1px 0 #090d0f;
}
nav.primary ul li:last-child a{
	padding: 0;
}
nav.primary ul li a.active{
	color: #green;
}
nav.primary ul li a:hover{
	color: #fff;
}

/* END HEADER */ 


/* WELCOME */
.welcome{
	position: relative;
	padding: 15px 0;
	border: 1px solid #000;
	border-right: none;
	border-left: none;
	margin: 40px auto;
}
.welcome h1{
	text-align: center;
}
.green{ color: #67b256; }
.welcome .graphic img{
	border: none;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -7px;
}
/* END WELCOME */


/* SERVICE */
.service{
	margin: 20px auto;
}

a.more{
	display: inline-block;
	padding: 5px 15px;
	background: #67b256;
	border: 1px solid #539544;
	border-top: 1px solid #93cc84;
	box-shadow: 0 -1px 0 #539544;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
	color: #fff;
	text-shadow: 0 -1px 0 #539544;
}
a.more:hover{
	background: #6ebd5c;
}
/* END SERVICE */

/* CURRENT PROJECTS*/
.recent-projects{
	margin: 40px auto;
}

/* Elastislide Style */
.es-carousel-wrapper{
	padding:10px 37px;
	position:relative;
}
.es-carousel{
	overflow:hidden;
	
}
.es-carousel ul{
	display:none;
}
.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
}
.es-carousel ul li a{
	display:block;
	margin: 0 10px;
}

.es-carousel ul li a img{
	display:block;
	border: 5px solid #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	max-height:100%;
	max-width:100%;
	
}
.es-nav span{
	position:absolute;
	top:50%;
	left:0;
	background:transparent url(../images/prev-next.png) top left no-repeat;
	width: 13px;
	height: 22px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
}
.es-nav span.es-nav-next{
	right: 0;
	left:auto;
	background-position:top right;
}
.es-nav span:hover{
	background-position: bottom left;
}
.es-nav span.es-nav-next:hover{
	background-position: bottom right;
}
/* END CURRENT PROJECTS */

/* TESTIMONIAL */
.testimonial{ 
	margin: 40px auto;
	padding: 0 50px; 
}

.testimonial img{ 
	float: left; 
	margin-right: 35px;
	border: 5px solid #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
blockquote{
	background: url(../images/quote.png) no-repeat;
	overflow: hidden; 
	border: none;
	
}
blockquote p{
	font-size: 14px;
	padding-left: 30px;
	font-style: normal; 
	color
}
blockquote a{ 
	display: block; 
	text-align: right; 
	font-size: 12px; 
	font-style: italic; 
}
cite{  text-align: right; font-style: normal; color: #23353e; }
/* END TESTIMONIAL */

/* WIDGET */

.img-center {
	display: block;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 5px 5px 5px #888888;
}

.img-center-ns {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

footer{
   background-color: green;
   padding: 30px 0 30px 0;
   
}

footer h2{
	color: #fff;
	text-shadow: 0 1px 0 #111a1f;
}
.contact img.thumb{
	float: left;
	margin-right: 20px;
}
.contact div{
	overflow: hidden;
}
.contact ul li{
	float: left;
	margin-right: 10px;
}
.contact p{
	color: #ffffff;
	font-size: 13px;
	text-shadow: 0 1px 0 #111a1f;
}

.social div {
	float: right;
}

.blog ul li, .tweet ul li{
	margin: 0;
	border-bottom: 1px dashed #0f161a;
	border-top: 1px dashed #37515e;
	padding: 15px 0;;
}
.blog p, .tweet p{
	color: #ffffff;
	font-size: 13px;
	text-shadow: 0 1px 0 #111a1f;
	margin-bottom: 10px;
}
.blog small, .tweet small{
	color: #667983;
	text-shadow: 0 1px 0 #111a1f;
}
.blog ul li:first-child, .tweet ul li:first-child{
	border-top: none;
	padding-top: 0;
}
.blog ul li:last-child, .tweet ul li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
a.dark-more{
	display: inline-block;
	padding: 5px 15px;
	background: #286065;
	border: 1px solid #0f161a;
	border-top: 1px solid #558d91;
	box-shadow: 0 -1px 0 #0f161a;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
	color: #fff;
	text-shadow: 0 -1px 0 #0f161a;
}
a.dark-more:hover{
	background: #2d6b71;
}
/* END WIDGET */
footer.sub-footer{
	background: #000;
	border-top: 1px solid #34454d;
}

footer .left p{
	color: #fff;
	font-size: 12px;
	margin: 0;
}
footer .left a{
	color: #67b256;
	text-decoration: none;
	font-size: 12px;
}
footer .left a:hover{
	text-decoration: underline;
}
footer .right .logo{
	float: right;
}


/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/
