/* 		
purple: #a585a9 
blue: #009ca8
green: #77b141
yellow: #d89d1e
orange: #e27321
red: #b82325
pink: #dc478d
beige: #bab09d
*/


* {margin:0; padding:0;}

body {
	background: #432a1f url(/images/interface/back.jpg) no-repeat center top;
	color: #aea38f;	
	margin-top: 74px;
	font-family: Helvetica, Arial, sans-serif;
}

#page {
	width: 925px;
	margin: 0 auto;
}

#content {
	margin-left: 160px;
	width: 740px;
	padding-top: 30px; 
	overflow: hidden;
	margin-bottom: 15px;
}

h1 {
	margin: 0 auto;
	width: 480px;
	padding-right: 400px;
}

h1 a {
	display: block;
	width: 480px;
	height: 60px;
	margin-bottom: 40px;
	text-indent:-1000em;
}

div#nav {
	padding-bottom: 6px;
	margin-left: 160px;
	width: 742px;
	height: 20px;
}

div#nav ul {
	display: inline;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
}

div#nav li {
	float: left;
	padding-right: 34px;
}

div#nav li.techtips {
	padding-right: 0;
}

div#nav li a {
	color: #bab09d;
	text-decoration: none;
	text-transform: uppercase;
}

h2 {
	clear: both;
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	color: #c9bb8a;
	font-weight: bold;
	margin-bottom: 15px;
}

p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}

strong {color: #c9bb8a;}

ul {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 15px 25px;
}

li {
	margin: 0 0 4px 0;
}

img {border: 4px #765444 solid;}
a:hover img {border: 4px #ad8b7b solid;}

a {outline: none; text-decoration:none;}
a:hover {text-decoration: underline;}

.col1 {
	width: 430px;
	float: left;
	margin-bottom: 25px;
}

.col2 {
	width: 270px;
	float: left;
	margin: 0 0 15px 40px;
}

/* HOME */

body#home div#content,
body#home div#footer {border-top: 1px solid #a585a9;}
body#home li.home a, body#home li a:hover {color: #a585a9;}
body#home h2 {color: #a585a9;}

body#home .col2 h2 {
	color:#77b141;
	text-transform: uppercase;
	font-size: 14px;
}

div.welcome {
	border-bottom: 1px solid #a585a9;
	padding-bottom: 10px;
	margin-bottom: 27px;	
}
div.welcome h2 {
	font-size: 20px;
	margin-bottom: 20px;
}

div.welcome p {
	font-size: 16px;
	line-height: 22px;
}

div.welcome a {color: #a585a9;}

p.newsletter {
	background: url(images/interface/newsletter.gif) no-repeat center left;
	padding: 0 0 0 40px;
}

/* SERVICES */

body#services div#content,
body#services div#footer {border-top: 1px solid #009ca8;}
body#services li.services a, body#services li a:hover {color: #009ca8;}
body#services h2 {color: #009ca8;}
body#services a {color:#009ca8;}

body#services .col1, body#services .col2 {
	width: 350px;
}

/* PORTFOLIO */

body#portfolio div#content,
body#portfolio div#footer {border-top: 1px solid #77b141;}

body#portfolio li.portfolio a,
body#portfolio li a:hover {color: #77b141;}

body#portfolio h2 {color: #77b141; margin-bottom: 15px}
body#portfolio a {color:#77b141;}

body#portfolio div.col1 {width: 490px;}
body#portfolio div.col2 {width: 225px; margin-left: 25px}

div.port-small {
	margin-bottom: 20px;
}

body#portfolio div.port-small {
	float: left;
	width: 350px;
	margin-right: 20px;
}

div.port-small h3 {
	color:#77b141;
	font-weight: normal;
	font-size: 15px;
	margin: 10px 0;
}

div.port-small h3 a {
	color:#77b141;
}

body#portfolio p.intro {
	clear: both;
	margin-bottom: 35px;
}

body#portfolio div.testimonial h3 {
	color: #77b141;
}

body#portfolio div.testimonial p {
	font-size: 14px;
	line-height: 20px;
}

body#portfolio div.col2 p {
	font-size: 13px;
	clear: both;
}

p.visit img {
	border: none;
}

dl {
	font-size: 13px;
}

dt {
	clear: left; 
	color: #77b141;
	float: left;
	width: 50px;
	margin: 0 5px 2px 0;
}

dd {
	float: left;
	width: 165px;
	margin-bottom: 15px;
}

body#portfolio dd a {color: #bab09d;}

img.large {
	margin-bottom: 20px;
}

div.portnav {
	overflow:hidden;
	width:740px;
	margin-bottom: 25px;
}

body#portfolio div.portnav a {
	display: block;
	background: #765444;
	text-transform: uppercase;
	font-size: 11px;
	color: #c7b8a7;
	letter-spacing:1px;
	padding:5px 10px;
}

.previous {float: left;}
.next {float: right;}

body#portfolio div#views {
	height: 30px;
	margin-bottom: 20px;
}

body#portfolio #views strong {
	float: left;
	margin: 7px 7px 0 0;
}

body#portfolio #views a {
	display: block;
	background: #765444;
	padding: 3px 2px;
	width: 20px;
	height: 17px;
	margin: 3px;
	text-align: center;
	color: #a59983;
	border: 2px solid #432A1F;
	float: left;
	font-size: 13px;
}

body#portfolio #views a:hover,
body#portfolio #views a.active,
body#portfolio #views a.activeSlide {
	color: #77b141;
	border: 2px solid #77b141;
	text-decoration: none;
}

div.slideshow {
	margin-bottom: 20px;
}

/* Testimonials */

body#testimonials div#content,
body#testimonials div#footer {border-top: 1px solid #d89d1e;}
body#testimonials li.testimonials a,
body#testimonials li a:hover {color: #b88414;}
body#testimonials h2 {color: #b88414;}
body#testimonials a {color:#b88414;}

body#testimonials div.testimonial {
	border-top: 1px solid #6e4d07;
	margin-top: 15px;
	padding-top: 15px;
	overflow: auto;
}

div.testimonial p {
	font-family: Georgia, Times, serif;
	font-size: 15px;
	line-height: 21px;
	font-style: italic;
	clear: both;
}

body#testimonials div.testimonial p {
	margin-bottom: 0;
}

body#testimonials div.col1 {width: 520px;}
body#testimonials div.col2 {width: 190px; margin-left:30px;}

div.testimonial a {
	color: #d89d1e;
	text-decoration: underline;
}

div.testimonial h3 {
	color: #d89d1e;
	font-weight: normal;
	font-size: 11px;
	clear: both;
	margin-top: 0px;
	margin-bottom: 2px;
}


/* ABOUT */

body#about div#content,
body#about div#footer {border-top: 1px solid #e27321;}
body#about li.about a, body#about li a:hover {color: #e27321;}
body#about h2 {color: #e27321;}
body#about a {color:#e27321;}

body#about div.col1 {width: 160px;}
body#about div.col2 {width: 550px; margin-left: 30px}

body#about img {
	float: left;
	margin: 0 15px 5px 0;
}

/* CONTACT */

body#contact div#content,
body#contact div#footer {border-top: 1px solid #b82325;}
body#contact li.contact a,
body#contact li a:hover {color: #b82325;}
body#contact h2 {color: #b82325;}
body#contact a {color:#fff;}

body#contact div.col1 {width: 430px;}
body#contact div.col2 {width: 265px;}

body#contact label {
	float: left;
	margin-bottom: 8px;
	width: 70px;
	color: #bab09d;
	font-size: 13px;
	font-weight: bold;
}

.textfield, .fmverify {
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding:5px;
	margin: 0 0 10px 0;
	border: 0;
	background-color: #5e4236;
	width: 350px;
	float: left;
	color: #bab09d;
	vertical-align: middle;
}

.fmverify {
	width: 130px;
}

p.fieldwrap {
	margin: 1px;
}

.fieldwrap img {
	border: none;
	margin:5px 5px 0;
	vertical-align:middle;
}

.errorlist {
	margin: 0 0 15px 0;
}

input.submit {
	float: right;
	border: none;
	background-color: #b82325;
	padding: 3px 6px;
	margin: 10px 0 0 0;
	color: #fff;
	font-size: 13px;
}

p.captcha {
	margin: 0 0 10px 70px;
	font-size: 13px;
}

.captcha img {
	vertical-align: middle;
}

p input.captcha {
	width: 190px;
	float: none;
	margin: 0 10px 0 0;
	padding: 7px;
}

/* TECH TIPS */

body#techtips div#content,
body#techtips div#footer {border-top: 1px solid #dc478d;}
body#techtips li.techtips a, 
body#techtips li a:hover {color: #dc478d;}
body#techtips a {color:#dc478d;}

body#techtips div.col1 {width: 515px;}
body#techtips div.col2 {width: 180px;}

body#techtips h2 {
	color: #dc478d;
	font-size: 20px;
	margin-bottom: 20px;
}

body#techtips .col1 h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 20px 0 20px 20px;
}

body#techtips h3 a {
	color: #dc478d;
}

.entry {
	background: #5e4236;
	border-top: 1px solid #84685c;
	margin-bottom: 35px;
}

.entry p, body#techtips .col2 p {
	font-size: 13px;
	line-height: 19px;
}

.entry p {
	margin: 0 15px 20px 20px;
}

.entry ul, .entry ol {
	font-size: 13px;
	margin: 0 20px 15px 40px;
}

img.thumb {
	float: right;
	margin: 0 15px 15px 20px;
}

p.meta {
	margin: 0 0 20px 20px;
	font-size: 12px;
}

p.sharethis {
	border-top: 1px solid #84685c;
	border-bottom: 1px solid #84685c;
	background: #593d31;
	padding: 10px 15px;
	margin: 0 0 20px 0;
}

p.sharethis img {
	border: none;
	padding: 0 0 0 10px;
	vertical-align: middle;
}

body#techtips p.sharethis a {
	color: #AEA38F;
}

div.tipnav {
	overflow:hidden;
	width:515px;
	margin-bottom: 30px;
}

body#techtips div.tipnav a {
	display: block;
	background: #765444;
	text-transform: uppercase;
	font-size: 11px;
	color: #c7b8a7;
	letter-spacing:1px;
	padding:5px 10px;
}

body#techtips .col2 h3 {
	font-size: 16px;
	font-weight: normal;
	clear: both;
}

body#techtips .col2 img {
	padding: 0 10px 0 0;
	border: none;
	vertical-align: text-top;
}

body#techtips form#subscribe_form input#email_sub,
body#techtips div#search_form input#search {
	font-size: 12px;
	margin:0 0 10px;
	padding:7px 0 7px 7px;
	width:173px;
}

body#techtips input.submit {
	background: #801c4b;
	color: #f2c8dc;
	margin: 0 0 30px 0;
}

body#techtips .col2 ul {
	font-size: 13px;
	line-height: 17px;
	list-style: none;
	margin: 0 0 30px 0;
}

body#techtips .col2 ul li {
	margin: 0 0 6px;
}

body#techtips .col2 select {
	width: 180px;
	margin: 0 0 10px 0;
}

body#techtips .col2 a:link,
body#techtips .col2 a:visited {
	color: #AEA38F;
}

body#techtips .col2 small a:link,
body#techtips .col2 small a:visited {
	color: #dc478d;
}

body#techtips .col2 a:hover {
	color: #dc478d;
}

body#techtips label {
	float:left;
	font-size:13px;
	font-weight:bold;
	margin-bottom:8px;
	width:70px;	
}

div#suggestion_form .textfield {
	width: 435px;
}

body#techtips div#suggestion_form p input.captcha {
	width: 275px;
	float: none;
	margin: 0 10px 0 0;
	padding: 7px;
}

div#suggestion_form p {
	font-size: 12px;
	line-height: 17px;
	margin: 0 0 5px 70px;
}

div#suggestion_form input.submit {
	margin:0;
}

body#techtips form#tellafriend_form label {width:135px;}
body#techtips form#tellafriend_form .textfield {width: 360px;}
body#techtips form#tellafriend_form input.submit {margin-right: 10px;}
body#techtips form#tellafriend_form p.captcha {margin:0 0 10px 135px;}
body#techtips form#tellafriend_form input.captcha {width: 200px;}

/* SEARCH */

body#techtips fieldset {
	border: none;
	border-bottom: 1px solid #84685c;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

body#techtips legend {
	margin: 0 0 15px 0;
}

body#techtips  fieldset select {
	margin: 0 0 10px 0;
}

body#techtips  fieldset input.textfield {
	margin-bottom: 20px;
}

div.default {
	font-size: 13px;
}

/* Archives */

ul#nav_cat_archive {
	margin: 0 0 15px 0;
}

ul#nav_cat_archive li li {
	list-style: disc;
	font-size: 12px;
	margin: 0;
}

body#techtips .col1 ul#nav_cat_archive h3 {
	margin: 20px 0 20px 0;
}

body#techtips div.archives h3 {
	margin-left: 0;
}

body#techtips div.archives p {
	margin: 0 0 5px 20px;
}

body#techtips div.archives span.meta {
	margin: 0 0 15px 0;
	font-size: 11px;
	vertical-align: middle;
}

/* LINKS */

body#links div#content,
body#links div#footer {border-top: 1px solid #fff;}
body#links li a:hover {color: #fff;}

body#links h2 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
}

body#links h3 {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}

div.link-list {
	float: left;
	margin-right: 15px;
	width: 170px;
}

div.link-list ul {
	margin-left: 20px;
	list-style: url(/images/interface/bullet.gif);
}

div.link-list li {
	margin-bottom: 3px;
}

div.link-list a {
	color: #bab09d;
}

/* 404 */

body#other div#content,
body#other div#footer {border-top: 1px solid #fff;}
body#other li a:hover {color: #fff;}

body#other h2 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
}

/* NEWSLETTER */

body.newsletter label {
	float: left;
	margin: 4px 0 8px 0;
	width: 150px;
	color: #bab09d;
	font-size: 13px;
	font-weight: bold;
}

body.newsletter input.textfield {
	margin: 0 0 10px;
}

div.mc-field-group {
	margin-bottom: 10px;
	overflow: auto;
}

body.newsletter fieldset {
	border: none;
	width: 510px;
}

body.newsletter ul {
	clear: both;
	list-style: none;
	margin: 0;
}

body.newsletter li {
	float: left;
}

body.newsletter ul label {
	float: none;
	margin: 0 15px 8px 6px;
	font-weight: normal;
}

div.mce_inline_error {
	color:#A585A9;
	font-size:12px;
	font-style:italic;
	margin:0 0 0 151px;
}

body.newsletter input.submit {
	background: #A585A9;
	margin: 0px 0 10px 0;
}

p.indicate-required, .note-required {
	font-style: italic;
	color: #A585A9;
}

div.response {
	background: #5E4236;
	border-top: 1px solid #84685C;
	border-bottom: 1px solid #84685C;
	padding: 20px;
	font-size: 13px;
	margin: 0 0 20px 0;
}

/* FOOTER */

#footer {
	margin-left:160px;
	width:740px;
	clear: both;
	padding-top: 20px;
}

#footer p {
	font-size: 11px;
	line-height: 18px;
	color: #a59983;
}

div#footer a {
	color: #a59983;
	text-decoration: underline;
}



