/*

COLORS:

Green: #77B59A
Rust: #DA874D
Charcoal: #5F6062
Silver: #AAAAAA

*/




/*

GENERAL

*/

html, body {
	height: 100%;float
}

body {
	background-color: #fff;
	color: #5F6062;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	margin: 0 auto;
}

a {
	color: #AAAAAA;
	text-decoration: none;
}

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

li {
	padding-bottom: 15px;
}



/*

HEADERS

*/

h1 {
	color: #AAAAAA;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	color: #AAAAAA;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
}

h3 {
	color: #AAAAAA;
	font-size: 18px;
	font-weight: normal;
}

h4 {
	color: #AAAAAA;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}




/*

MAIN STRUCTURE

*/

.wrapper {
	height: auto !important;
	height: 100%;
	margin: 0 auto -300px;
	min-height: 100%;
	width: 860px;
}

.header {
	width: 860px;
}

a.logo {
	display: block;
	background: url('/images/logo.jpg') 0 0 no-repeat;
	float: left;
	height: 200px;
	margin: 20px 0 0 0;
	text-decoration: none;
	width: 208px;
}

a.logo:hover {
	display: block;
	background: url('/images/logo.jpg') -208px 0 no-repeat;
	float: left;
	height: 200px;
	margin: 20px 0 0 0;
	text-decoration: none;
	width: 208px;
}

.blurb {
	color: #AAAAAA;
	font-size: 19px;
	font-style: italic;
	font-weight: normal;
	float: right;
	line-height: 1.5;
	margin: 94px 0 6px 0;
	padding-bottom: 54px;
	width: 602px;
}

.quote-button {
	margin: 50px 0 0 365px;
	position: absolute;
}

a.quote-button {
	background: url('/images/quote-button.jpg') no-repeat;
	color: #fff;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 15px;
	padding-top: 1px;
	text-align: center;
	text-transform: uppercase;
	width: 130px;
}

a.quote-button:hover {
	background-position: 0 -16px;
}

.sidebar {
	float: left;
	height: 100%;
	margin: 0 0 75px 0;
	width: 208px;
}

.content {
	float: right;
	height: 100%;
	margin: 15px 0 75px 0;
	width: 602px;
}

.rust-bullet {
	color: #DA874D;
}

.footer {
	background: url('/images/footer.jpg') repeat-x;
	color:#ffffff;
	font-size: 12px;
	height: 300px;
	height: auto !important;
	margin: 0 auto;
	min-height:300px;
}

.footer-modules {
	height: 170px;
	margin: 0 auto;
	width: 860px;
}

ul.footer-bullets a {
	border-bottom: 1px dotted #fff;
	color: #fff;
	padding-bottom: 2px;
}

ul.footer-bullets a:hover {
	border-bottom: 1px dotted #CCCCCC;
	color: #CCCCCC;
}

.newsletter-footer {
	float: left;
	height: 170px;
	overflow: hidden;
	padding: 35px 0 1em 0;
	position: relative;
	width: 276px;
}

a.newsletter-footer {
	display: block;
	background: url('/images/newsletter.png') 0 0 no-repeat;
	float: left;
	height: 165px;
	margin: 0 auto;
	text-decoration: none;
	width: 165px;
}

a.newsletter-footer:hover {
	display: block;
	background: url('/images/newsletter.png') -166px 0 no-repeat;
	float: left;
	height: 185px;
	margin: 0 auto;
	text-decoration: none;
	width: 165px;
}

.shop-footer {
	float: left;
	height: 170px;
	overflow: hidden;
	padding: 15px 0 1em 0;
	position: relative;
	width: 306px;
}

.shop-footer img{
	border: 3px solid white;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;  
	padding: 0;
}

.resources-footer {
	float: left;
	height: 170px;
	overflow: hidden;
	padding: 15px 0 1em 0;
	position: relative;
	width: 273px;
}

.footer-bottom {
	font-size: 10px;
	margin: 0 auto;
	width: 860px;
}

.copyright {
	float: left;
	margin: 0 auto;
	padding-right: 20px;
	width: 410px;
}





/*

NAVIGATION

*/

.navigation {
	float: right;
	text-transform: uppercase;
	width: 602px;
}

ul.navigation {
	font-family: Helvetica;
	font-weight: bold;
	font-size: 14px;
	list-style-type: none;
	margin: 0 1px 0 0;
	padding-left: 0;
	text-align: left;
	width: 100%;
}

ul.navigation li {
	padding-right: 68px;
	margin: 0 auto;
	display: inline;
}

ul.navigation li.last {
	padding-right: 0px;
	margin: 0 auto;
	display: inline;
}

ul.navigation li a {
	text-decoration: none;
	color: #5F6062;
}

ul.navigation li a:hover {
	color: #DA874D;
	text-decoration: none;
}

ul.navigation li a.active {
	color: #DA874D;
	text-decoration: none;
}

.footer-nav {
	float: right;
	margin: 0 auto;
	text-align: right;
	width: 390px;
}

.footer-nav a {
	color: #fff;
}

.footer-nav a:hover {
	border-bottom: 1px dotted #CCCCCC;
	color: #CCCCCC;
	padding-bottom: 1px;
}






/*

UTILITY

*/

.push {
	height: 300px;
}

.clear {
	clear: both;
}






/*

BUTTONS

*/

a.green-button {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #77B59A;
	border: 1px solid #77B59A;
	border-radius: 3px;  
	color: #ffffff;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
}

a.green-button:hover {
	border: 1px solid #5F6062;
	background: #5F6062;
	color: #ffffff;
}

a.footer-button {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #77B59A;
	border: 1px solid #77B59A;
	border-radius: 3px;  
	color: #ffffff;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
}

a.footer-button:hover {
	border: 1px solid #AAAAAA;
	background: #AAAAAA;
	color: #ffffff;
}

.search-button {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #DB874D;
	border: 1px solid #DB874D;
	border-radius: 3px;  
	color: #ffffff;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
}

.search-button:hover {
	border: 1px solid #5F6062;
	background: #5F6062;
	color: #ffffff;
}

.close-button {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #77B59A;
	border: 1px solid #77B59A;
	border-radius: 3px;  
	color: #ffffff;
	cursor: pointer;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	text-transform: uppercase;
}

.close-button:hover {
	border: 1px solid #5F6062;
	background: #5F6062;
	color: #ffffff;
}

a.rust-button {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #DB874D;
	border: 1px solid #DB874D;
	border-radius: 3px;  
	color: #ffffff;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
	text-transform: uppercase;
}

a.rust-button:hover {
	border: 1px solid #5F6062;
	background: #5F6062;
	color: #ffffff;
}

.gray-button {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #5F6062;
	border: 1px solid #5F6062;
	border-radius: 3px;  
	color: #ffffff;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
}

.gray-button:hover {
	border: 1px solid #AAAAAA;
	background: #AAAAAA;
	color: #ffffff;
}








/*

DOTTED LINES

*/

.nav-line {
	background:url('/images/nav-line.jpg') no-repeat;
	height: 5px;
	float: right;
	margin: 15px 0 15px 0;
	width: 603px;
}

.content-line {
	background:url('/images/content-line.jpg') no-repeat;
	height: 5px;
	float: left;
	margin: 15px 0 15px 0;
	width: 860px;
}

.sidebar-line {
	background:url('/images/sidebar-line.jpg') no-repeat;
	height: 5px;
	margin: 30px 0 30px 0;
	width: 208px;
}

.footer-line {
	background: url('/images/white-line.png') no-repeat;
	height: 5px;
	margin: 65px 0 0 0;
	padding-bottom: 25px;
	width: 860px;
}






/*

HOME

*/

#newsbits {
	font-size: 12px;
	line-height: 1.5;
}

#newsbits a:hover {
	background: #77B59A;
	color: #fff;
}

#newsbits-date {
	font-size: 10px;
	margin: 0 0 -10px 0;
	padding-bottom: 0;
}

#bloglines {
	font-size: 11px;
}

#bloglines a {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 2px;
	color: #5F6062;
}

#bloglines a:hover {
	background: #77B59A;
	border: none;
	color: #fff;
}

#creditfooter {
	display: none;
}

#slideshow {
	width: 100%;
}

#slideshow img {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #E2E2E2;
	border:2px solid #E2E2E2;
	border-radius:4px;  
	padding:5px;
} 

#slides {  
    height: 395px;  
    width: 592px;
    z-index: 1; 
}
  
#slides a.thumb {  
    display:none;  
}  
  
#slides a.default-slide {  
    display:block;  
}

#slideshow-commands {  
	background: rgb(73, 73, 74); /* The Fallback */
	background: rgba(73, 73, 74, 0.7);
    margin: 0 auto;
    margin-left: 7px;
    margin-top: -13px;
    height: 20px;
    position: absolute;
    width: 592px;
    z-index: 2;  
}  
  
a#previous-slide {  
    background: url('/images/commands-previous-slide.png') no-repeat;  
    display: block;  
    float: left;
    margin-left: 10px;
    height: 12px;  
    margin-top: 2px;  
    text-indent: -9000px;  
    width: 9px;  
}  
  
a#next-slide {  
    background: url('/images/commands-next-slide.png') no-repeat;  
    display: block;  
    float: right;
    margin-right: 10px;
    height: 12px;  
    margin-top: 2px;  
    text-indent: -9000px;  
    width: 9px;  
}  
  
#slideshow-commands h4 {  
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
    margin-top:1px;  
    text-align: center;
    text-transform: inherit;
    width:100%;
}

#slideshow-commands h4 a {  
    color: #fff;
}

#slideshow-commands h4 a:hover {  
	border-bottom: 1px dotted #fff;
}




/*

	PORTFOLIO

*/

.portfolio-content {
	float: left;
	height: 100%;
	margin: 0 0 75px 0;
	width: 860px;
}

#portfolio {
	margin:0 auto;
	text-align:center;
	width:960px;
}

#cargo {
	border: none;
	width: 900px;
	margin: 0 0 0 -105px;
	overflow: hidden;
}




/*

	FREEBIES

*/

.resources-content {
	float: right;
	height: 100%;
	margin: 0 0 75px 0;
	width: 602px;
}

.resources-content a:hover {
	background: #77B59A;
	color: #fff;
}

.recommended li {
	padding-bottom: 15px;
}

.recommended a {
	border-bottom: 1px dotted #CCCCCC;
	line-height: 2;
	padding-bottom: 1px;
	color: #5F6062;
}

.recommended a:hover {
	border: none;
	background: #77B59A;
	color: #fff;
}

.recommended-author {
	font-size: 10px;
}

.freebie-left {
	float: left;
	line-height: 1.5;
	margin: 0 0 30px 0;
	padding-right: 12px;
	width: 295px;
}

.freebie-right {
	float: right;
	line-height: 1.5;
	margin: 0 0 30px 0;
}

.license {
	font-size: 10px;
}

.license a {
	padding-bottom: 1px;
	color: #5F6062;
	font-weight: bold;
}

.license a:hover {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 1px;
}

input.donate-button {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #DB874D;
	border: 1px solid #DB874D;
	border-radius: 3px;  
	color: #ffffff;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
	text-transform: uppercase;
}

input.donate-button:hover {
	border: 1px solid #5F6062;
	background: #5F6062;
	color: #ffffff;
}

.new-container {
	display: block;
	position: relative;
}

img.new {
	position: absolute;
	right: 0px;
	top: 0px;
}




/*

	ABOUT

*/

.about img {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #E2E2E2;
	border:2px solid #E2E2E2;
	border-radius:4px;  
	padding:5px;
}

.about-credit {
	font-size: 10px;
	line-height: .5;
	text-align: right;
}

.about-credit a:hover {
	background: #77B59A;
	color: #fff;
}

.about-job {
	font-size: 10px;
}

.about-bio {
	font-size: 12px;
}

.about-bio a:hover {
	background: #77B59A;
	color: #fff;
}

.about-resume {
	font-size: 10px;
}




/*

	FAQ

*/

.faq-content {
	float: right;
	height: 100%;
	line-height: 1.5;
	margin: -5px 0 75px 0;
	width: 602px;
}

.faq-content a:hover {
	border: none;
	background: #77B59A;
	color: #fff;
}

#faq-quicklinks {
	font-size: 10px;
}

#faq-quicklinks a {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 1px;
	color: #5F6062;
}

#faq-quicklinks a:hover {
	border: none;
	background: #77B59A;
	color: #fff;
}

#faq-quicklinks li {
	background: url(/images/rust-arrow.jpg) 0 2px no-repeat;
	padding-left: 15px;
}





/*

	CONTACT
	
*/

.contact-content {
	float: right;
	height: 100%;
	margin: 0px 0 75px 0;
	width: 602px;
}

#contact-quicklinks a {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 1px;
	color: #5F6062;
}

#contact-quicklinks a:hover {
	border: none;
	background: #77B59A;
	color: #fff;
}

#contact-quicklinks li {
	background: url(/images/rust-arrow.jpg) 0 2px no-repeat;
	padding-left: 15px;
}

.form {
	width: 562px;
	border: none;
	margin: 0 auto;
	text-align: left;
	background: #E5E5E5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 20px 20px 20px;
}

fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}

legend {
	display: none;
}

form label {
	display: block;
	width: 310px;
	font-size: 14px;
	line-height: 2;
	padding: 0px 0px 12px 0px;
}

.dropdowns {
	font-size: 14px;
	line-height: 2;
	padding: 0px 0px 12px 0px;
}

form select {
	float: left;
	display: block;
}

form label.field-name,
form label.field-email {
	clear: left;
}


form label.field-name {
	float: left;
	width: 230px;
}

form label.field-email,
form label.field-website {
	float: left;
	width: 265px;
}

form label.field-website {
	margin-left: 28px;
}

select#project_type,
select#timeline,
select#budget {
	float: left;
	width: 150px;
}

select#timeline,
select#budget {
	margin-left: 56px;
}

textarea {
	display: block;
}

form textarea {
	float: left;
	margin-top: 3px;
}

form textarea.message {
	width: 562px;
}

form input.field-name {
	display: block;
	margin-top: 3px;
	width: 558px;
}

form input.field-email {
	display: block;
	margin-top: 3px;
	width: 265px;
}

form input.field-website {
	display: block;
	margin-top: 3px;
	width: 265px;
}

.away {
	color: red;
}




/*

	NEWSLETTER

*/

.newsletter-about li {
	background: url(/images/rust-arrow.jpg) 0 2px no-repeat;
	padding-left: 15px;
}

.newsletter-content {
	float: right;
	height: 100%;
	margin: 0 0 75px 0;
	width: 602px;
}




/*

	CLIENT LOGIN
	
*/

.client-content {
	float: right;
	height: 100%;
	line-height: 1.5;
	margin: 0 0 75px 0;
	width: 602px;
}

.client-content a:hover {
	background: #77B59A;
	color: #fff;
}

ul.client-downloads li {
	font-size: 10px;
	padding-bottom: 5px;
}

ul.client-downloads a {
	border-bottom: 1px dotted #CCCCCC;
	line-height: 2;
	padding-bottom: 1px;
	color: #5F6062;
}

ul.client-downloads a:hover {
	border: none;
	background: #77B59A;
	color: #fff;
}

.loginform {
	width: 562px;
	border: none;
	margin: 0 auto;
	text-align: left;
	background: #E5E5E5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 20px 20px 20px;
}

form input.username,
form input.pwd {
	float: left;
	width: 265px;
	position: relative;
	font-size: 16px;
	color: #5F6062;
}

form label.username,
form label.pwd {
	float: left;
	width: 265px;
}

form label.pwd {
	margin-left: 28px;
}

h4.alert {
	background-Color: #bfbfbf;
	width: 40%;
	margin: 0 0 0 -3px;
	padding: .4em;
	border: 1px dotted white;
	font-size: 16px;
	line-height: 16px;
	position: relative;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

span.exit {
	position: absolute;
	top: 0;
	right: 0;
	background: #5F6062;
	color: #ffffff;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 .3em;
	cursor: pointer;
	border-left: 1px dotted white;
	border-bottom: 1px dotted white;
}
