/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Author: Danny Halarewich
    Website: www.limewheel.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Typography
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


h1 {
	font: bold 310% Helvetica, Arial, sans-serif;
	color: #fff;
	clear: both;
}

	h1 strong {
		color: #8AC34F;
	}

h2 {
	font: bold 280% Helvetica, Arial, sans-serif;
	color: #fff;
	clear: both;
}

	h2 span {
		color: #8AC34F;
	}

h3 {
	font: bold 180% Helvetica, Arial, sans-serif;
	color: #CBE043;
	text-shadow: 1px 1px 3px #000;
}

h4 {
	font: bold 130% Helvetica, Arial, sans-serif;
	color: #fff;
}

p {
	font: normal 120%/150% Helvetica, Arial, sans-serif;
	color: #ccc;
	margin:  15px 0;
}

a {
    font: inherit;
    color: #fff;
}
a:hover {background-color: #fff; color: #205285; text-decoration: none;}

ul, ol, dt {
	color: #ccc;
	font-size: 115%;
	line-height: 170%;
}

ul li ul {
	list-style-type: disc;
	font-size: 80%;
	color: #eaefc8;
	margin-left: 20px;
	padding: 0;
}

ul.services {
	font-size: 115%;
	font-weight: bold;
	list-style-position: inside;
	list-style-type: circle;
	margin: 0;
	padding: 0;
}

.green {color:#8AC34F;}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Structural Styles
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


body {
	font: normal small Helvetica, Arial, sans-serif;
	color: #bfbfbf;
	background-color: #000;
	margin: 0;
	padding: 0;
}

* html body {
  font-size: x-small; /* for IE5/Win */
  f\ont-size: small; /* for other IE versions */
}



div#wrapper {
    width: 780px;
    background-color: transparent;
	margin: 0 auto;
	padding-bottom: 80px;
}

#content {
	padding-bottom: 40px;
}

#header {
    width: 780px;
	height: 170px;
}

    #header a {
		display: block;
        width: 100px;
        height: 148px;
        background: transparent url(i/lw_logo.png) 0 0 no-repeat;
        margin: 20px auto 0 auto;
    }


div#content {
    width: 780px;
	padding: 40px 0 0 0;
}


.projectbox {
	float: left;
	width: 780px;
	border-bottom: 2px solid #333;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.projectbox a img {
	display: block;
	width: 420px;
	float: left;
	border: 1px solid #333;
	margin-bottom: 20px;
}

.projectbox a:hover img {
	border-color: #fff;
	opacity: 0.7;
	filter: alpha(opacity=70)
}

.projectbox a.thumbnail1 img, .projectbox a.thumbnail2 img {
	width: 200px;
	height: 100px;
}

.projectbox a.thumbnail1 img {
	margin-right: 18px;
}

.projectbox .projectcontent {
	display: block;
	width: 338px;
	float: right;
}

.thumbWrap {
	width: 422px;
	float: left;
}

.projectbox h4 {
	color: #FFF;
	margin: 0;
	padding: 0;
}

.projectbox p {
	font-size: 100%;
	color: #bfbfbf;
}

.projectbox a {
	color:  #5FA8BC;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Contact & Newsletter Form
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#contactcontent {
	width: 300px;
	float: left;
}

#formColumn {
	float: left;
	width: 440px;
	padding-left: 40px;
}

.contactform {
	float: left;
}

form dl dd input, form dl dd textarea {
    width: 390px;
	background-color: #fff;
	border: 2px solid #CBE043;
	font: normal 90% Helvetica, Arial, sans-serif;
	padding:  5px;
}

form dl dd {
	margin: 0 0 15px 0;
}

form dt {
	font-size: 100%;
	font-weight: bold;
}

form dd input:focus, form textarea:focus {
    border: 2px solid #5FA8BC;
	background-color: #fff;
}

input.formbutton {
	float:  right;
    height: auto;
    width: 160px;
    background-color: #8AC34F;
    border: 2px solid #CBE043;
    color: #fff;
    font: bold 120% Helvetica, Arial, sans-serif;
    text-shadow: 1px 1px 1px #000;
    padding: 5px;
    margin-right: 20px;
}

    input.formbutton:active, input.formbutton:focus {
        border: 2px solid #DCE1A7;
        background-color: #5D6FB1;
    }
    
form p {color: #fff; font-weight: bold; font-style: italic;}
	




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Services
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.services {
	width: 380px;
	float: left;
	margin-bottom: 40px;
}


	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Quotes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.testimonials {
	width: 360px;
	float: left;
	background-color: #222;
	padding: 0 20px 10px 20px;
	margin-top: 40px;
}


.quotes {
	width: 360px;
	background-color:  transparents;
}

	.quotes div {
		background: transparent url(i/quote_left.png) 0 0 no-repeat!important;
		padding: 0 0 0 0;
	}

	.quotes div > p {
		width:  360px;
		color: #CBE043;
		height: 28px;
		text-shadow: 1px 1px 1px #000;
	}

	.quotes blockquote {
		background: transparent url(i/quote_right.png) right bottom no-repeat;
		margin: 0;
		padding: 0;
	}
	
	.quotes blockquote p {
		font-family: georgia;
		color: #e6e6e6;
		font-style: italic;
		text-shadow: 1px 1px 1px #000;
	}

	.quotes p {
		background-color: transparent;
		color: #fff;
		font-size: 110%;
		text-shadow: 1px 1px 1px #000;
		margin: 10px 0;
	}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Misc.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#header a {      /*----Add image replaced element here----*/
    letter-spacing: -1000em;
    text-indent: -999em;
    overflow: hidden;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


