/* reseting elements: */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, a, blockquote, pre, fieldset, table, th, td, textarea, input, button { 
	margin: 0; padding: 0; }
a img {border: none;}

/* This takes out the fuzzy line around links when you click them, it's an optional addition */

:focus {outline: none;}

/* global */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background: #4d4d4d;
	color: #666666;
}

.container {
	position: relative;
	margin: 0 auto;
	width: 960px;
}

.header, #body, #footer { min-width: 960px; }
.clear { clear: both; }

/* text */

a { text-decoration: none; }
a:hover{ text-decoration: underline; color: #C00; /*red*/ }

h1, h1 a { 
	font-size: 18px; 
	color: #C00; /*red*/
}

h1.greentext, h1.greentext a, p.greentext, .greentext { 
	color: #338800; } /*green*/
	
h1.redtext, h1.redtext a, p.redtext, .redtext { 
	color: #C00; } /*red*/	

p, h1, h2 { margin-bottom: 30px; }
p a, li a { color: #338800; } /*green*/
p strong { color: #333; }
p strong a { color: #333; }
.header p strong { color: #324e09; } /*green*/
.header a {
	color: #fff;
	text-decoration: underline;
}

.no-bullet { list-style: none; }
.shiftup, ul.shiftup  { margin: 0; padding: 0; margin-top: -30px; margin-left: 20px; margin-bottom: 20px; list-style: none;}

/* columns */

.column-3 .column {
	width: 300px;
	float: left;
	margin-left: 30px;
}
.column-3 .column:first-child { margin-left: 0; }
.column-2 .column {
	float: left;
	width: 300px;
	margin-left: 30px;
}
.column-2 .column:first-child {
	margin-left: 0;
	width: 630px;
}

.column-3 .column ul.vcards {
	list-style: none
}

.column-3 .column ul.vcards li {
	width: 280px;
	float: left;
	margin-left: 10px;
	list-style: none;
	color: #C00; /*red*/
}
.align-right { text-align: right; }
.right { float: right; }
.left { float: left; }

/* header */

/* repeating background */

.header#header-home {
	background: url('images/header/header-home-bg-repeat.jpg') repeat-x 0 50px;
	height: 400px;
}
.header#header {
	background: url('images/header/header-bg-repeat.jpg') repeat-x 0px 50px;
	height: 200px;
}
.header#blog {
	background: url('images/header/header-blog-bg-repeat.jpg') repeat-x 0px 50px;
	height: 250px;
}

/* non-repeating background */

.header#header #header-content {
	background: url('images/header/header-bg.jpg') no-repeat top center;
	height: 120px;
	padding-top: 30px;
}
.header#header-home #header-content { 
	background: url('images/header/header-home-bg.jpg') no-repeat top;
	height: 300px;
}
.header#blog #header-content {
	background: url('images/header/header-blog-bg.jpg') no-repeat top center;
	height: 170px;
	padding-top: 30px;
}

#header-content {
	font-size: 14px;
	line-height: 20px;
	color: #324e09; /*green*/
	font-family: Georgia, Times, serif;
}
.header#header #header-content p {
	display: block;
	width: 465px;
}
#header-content h1 {
	font-size: 24px;
	margin-bottom: 30px;
	color: #000; /*green*/
}

/* menu */

#logo {
	background: url('images/logo.png') no-repeat;
	position: absolute;
	display: block;
	height: 50px;
	width: 361px;
	left: -50px;
}
#menu { background: url('images/header/menu-bg-repeat.jpg') repeat-x; height: 50px; }
#nav {
	height: 50px;
	float: right;
	list-style: none;
}
#nav li {
	float: left;
	display: inline;
	margin-left: 40px;
	height: 21px;
	margin-top: 15px;
}
#nav li a {
	color: #b2b2b2;
	text-decoration: none;
	font-family: Georgia, Times, serif;
	font-size: 14px;
}
#nav li.active a, #nav li a:hover {color: #fff; }
#nav li.active { border-bottom: #68ba17 solid 2px; } /*green*/

/* header tabs */

/*

Hides the tabs when JS is turned off, however causes some strange IE7 Fail

#tabs div.tab-single { display: none; }
#tabs div.tab-single:first-child { display: block; }

*/

#tabs {
	padding: 30px 0 0;
	height: 270px;
}
.tab-right, .tab-left { width: 465px; }
.tab-right { float: right; }
#tabs .tab-text { margin: 60px 0 0; }
.tab-left { float: left; }
.tab-glass { background: url('images/glass-bg.png') no-repeat; }

ul#tab-bar {
	display: block;
	height: 50px;
}
ul#tab-bar li {
	font-size: 16px;
	font-family: Arial, Helvetica;
	float: left;
	margin-top: -1px;
	list-style: none;
}
ul#tab-bar li a {
	text-decoration: none;
	padding-left: 30px;
	padding-top: 15px;
	display: block;
	color: #254308; /*green*/
	height: 35px;
	width: 130px;

}
ul#tab-bar li a:hover, ul#tab-bar li.active a { color: #152505; } /*green*/
ul#tab-bar li.active a { background: url('images/header/tab-bar-active.jpg') no-repeat; }

/* header tabs - home - slider */

/* header tabs - home - slider */

.slider {
	width: 465px;
	height: 240px;
	position: relative;
}
.slider ul, .slider li {
	list-style: none;
	width: 465px;
	height: 240px;
}
#prev a {
	background: url('images/header/left-arrow.png') no-repeat;
	text-indent: -9999px;
	display: block;
	width: 24px;
	height: 25px;
	position: absolute;
	top: 143px;
	left: 28px;
}
#next a {
	background: url('images/header/right-arrow.png') no-repeat;
	text-indent: -9999px;
	display: block;
	width: 24px;
	height: 25px;
	position: absolute;
	top: 143px;
	left: 417px;
}

/* Body */

#body {
	padding-top: 30px;
	min-height: 10px;
	background: #fff url('images/body-bg.jpg') repeat-x;
}

.testimonial {
	color: #808080;
	padding: 30px;
	background: url('images/testimonial-bg.png') no-repeat;
}

#clients {
	list-style-type: none;
}

#clients li {
	float: left;
	margin-left: 30px;
}

#clients li:first-child {
	margin-left: 0;
}

/* portfolio page */

.column {
	width: 300px;
	float: left;
	position:  relative;
}
.portfolio-item-img { margin-bottom: 30px; }
.portfolio-overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

/* blog page */

.header#blog #header-content .container:first-child { height: 120px; }
#blog-minimenu {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	height: 50px;
}
#blog-minimenu .container {
	height: 50px;
}
#blog-minimenu ul {
	width: 480px;
	float: left;
}
#blog-minimenu li {
	line-height: 50px;
	float: left;
	display: inline;
	margin-right: 30px;
}
#blog-minimenu li a { color: #254308; } /*green*/
#search-box-container { position: relative; }
#search-box {
	border: none;
	background: url('images/searchbox-bg.png');
	width: 240px;
	height: 22px;
	margin-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	color: #1f2f04; /*green*/
	font-family: Helvetica, Arial, sans-serif;
	font-size:  12px;
	padding-top: 8px;
}
#search-form { float: right; }
#search-submit {
	position: absolute;
	top: 17px;
	left: 272px;
	height: 16px;
	width: 16px;
	border: none;
	background: url('images/search-icon.png');
	cursor: pointer;
	cursor: hand;
}

p small { font-size: 10px; }
.post .post-title { margin-bottom: 10px; }

#blog-quote h2 {
	color: #666;
	font-family: Georgia, serif;
	font-size: 24px;
	font-weight: inherit;
	font-style: italic;
	line-height: 30px;
}
#blog-about-image {
	float: left;
	width: 80px;
	height: 80px;
	margin: 0 0 30px;
}
#blog-about-content {
	float: right;
	width: 190px;
}

#button {
	background: url('images/button-body.jpg') no-repeat scroll top left;
	color: #4d4d4d;
	height: 30px;
	font-family: Helvetica, Arial, sans-serif;
	clear: both;
	margin-bottom: 30px;
	text-shadow: 0 1px 0 #fff;
}
#button span {
	background: url('images/button-end.jpg') no-repeat scroll top right;
	display: block;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 6px;
	height: 24px;
}
#button:hover {
	text-decoration: none;
	background-position: 0px -30px;
}
#button span:hover { background-position: right -30px; }
#button:active {
	text-decoration: none;
	background-position: 0px -60px;
}
#button span:active { background-position: right -60px; }

/* about page */

.profile-avatar {
	float: left;
	width: 80px;
	height: 80px;
	margin: 0 0 30px;
}
.profile-description {
	float: right;
	width: 190px;
}
.profile-description p {
	line-height: 15px;
}
/* contact page */

#contact-form input, #contact-form textarea, #contact-form button { margin-bottom: 30px; }
#contact-form .contact-input, #contact-form textarea {
	background: #e6e6e6 url('images/form-bg.jpg') no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #b3b3b3;
	font-size: 12px;
	color: #666;
	width: 240px;
}
#contact-form .contact-input {
	height: 12px;
	padding: 13px 29px;
}
#contact-form textarea {
	padding: 13px 29px;
	height: 172px;
}

#contact-submit  {
	background: url('images/submit.jpg') no-repeat;
	text-indent: -9999px;
	border: none;
	display: block;
	height: 30px;
	width: 100px;
	cursor: pointer;
	cursor: hand;
}
#contact-submit:hover { background-position: 0px -30px; }
#contact-submit:active { background-position: 0px -60px; }

#contact-map {
	background: url('images/map.jpg') no-repeat;
	height: 300px;
	width: 300px;
	margin: 0 0 30px;
}
#contact-info {
	padding: 30px;
	background: url('images/map-tip.png') no-repeat;
}
#contact-info h1 { color: #fff; }
#contact-info p { color: #ccc; }
#contact-info p strong, #contact-info p strong a { color: #fff; }

/* footer */

#footer {
	background: url('images/footer/footer-bg-repeat.jpg') repeat-x;
	color: #ffffff;
}
#footer .container {
	background: url('images/footer/footer-bg.jpg') no-repeat top;
	padding-top: 40px;
}
#footer .widefooter {
	padding-top: 10px;
	text-align: center;
	width: 100%;
}
#footer h1 { color: #ffffff; }
#footer a { color: #68ba17; } /*green*/
#footer .widefooter { margin: 10px 0px;}
#footer .widefooter, #footer .widefooter a { color: #666; font-size: 11px; line-height: 13px; }
.widefooter ul, { display: inline; list-style: none; list-style-type: none; color: #666; }
#menu-footer { display: inline; list-style: none; list-style-type: none; color: #666;}
#menu-footer li {list-style: none; list-style-type: none; display:inline; margin-right: 10px;}