/*  
Theme Name: Quantum
Theme URI: http://themetrust.com/themes/quantum
Description: A Business WordPress Theme
Version: 1.0.3
Author: Theme Trust
Author URI: http://themetrust.com
Tags: business, texture, color-options, custom-background, custom-menu, threaded-comments, fixed-width, cms

TABLE OF CONTENTS

01 - Reset
02 - Global 
03 - General Layout
04 - Header
05 - Content
06 - Slideshow
07 - Buttons
08 - Sidebar
09 - Widgets
10 - Comments
11 - Pagination
12 - Footer
13 - Custom Colors

*/

/* ///////////////////////////////////////////////////////////////////// 
//  01 - Reset
/////////////////////////////////////////////////////////////////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {	
	clear: both;
}
ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }



/* ///////////////////////////////////////////////////////////////////// 
//  02 - Global 
/////////////////////////////////////////////////////////////////////*/

body {
	font-size:13px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	width:auto; height:auto;	
	padding: 0;
	margin: 0;
	color: #686868;	
}


p {
	line-height:1.6em;
	margin: 0 0 20px 0;	
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	margin: 0 0 0 0;
	padding: 0;
}

img {
	margin: 0;
}

a{
	text-decoration: none;	
	outline: none;
}

a:hover {	
	text-decoration: none;
}

a img {
	border:none;
}

h1, h2, h3, h4, h5{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2c2c2c;	
	margin: 0 0 15px 0;	
}

blockquote, address {
	margin: 0 0 30px 0;
	padding: 0 30px 0 30px;	
	font-style: italic;
	font-size: 1.2em;
	line-height: 1.6em;	
}

code {
    font-family: "Courier New", Courier, serif;
	overflow: auto;
	padding: 2px;
	background: #fff;
}

pre code {
	background: none;
}

pre {
    margin: 0 0 20px;
	padding: 10px;
	background: #fff;
	overflow: auto;	
	border: 1px solid #e4e4e4;
}

.left {
	float: left;	
}

.right {
	float: right;	
}

.moreLink {
	font-weight: bold;
}

input[type="text"], textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 5px;
}

/* Clearfix ----------- */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}



/* //////////////////////////////////////////////////////////////////////
//  03 - General Layout 
//////////////////////////////////////////////////////////////////////*/

#container {	
	margin: 0 auto;
	width: 960px;		
	padding: 0 0 10px 0;	
}


#main {
	margin: 0 0 0 0;	
	border-bottom: 1px solid #dbdbdb;
	border-top: 1px solid #fff;
	padding: 30px 0 0 0;
	background: #f5f5f5 url(images/content.jpg) repeat-x;	
}

#content {		
	padding: 0 0 0px 0;		
	float: left;
}

#content.twoThird {		
	width: 610px;
}

#content.full {		
	width: 100%
}

#sidebar {
	width: 310px;
	float: right;
	margin: 0;
	padding: 0;		
}

.oneThird {
	width: 265px;	
}

.twoThird {
	width: 570px;	
}


/*////////////////////////////////////////////////////////////////////////
//  04 - Header
///////////////////////////////////////////////////////////////////////*/

#header{
	padding: 0 0 0 0;
	padding: 35px 0 35px 0;	
	position: relative;
	z-index: 2;
}

#logo {		
	float: left;	
	margin: 0px 25px 0px 0;
	font-size: 20px;
	font-weight: bold;
	color:#fff;
}

#header h1 {
	font-size: 35px;	
	text-shadow: 0 3px 3px rgba(0,0,0,0.4);
	text-transform: uppercase;
	padding: 10px 0 0 0;	
}

#header h1 a{	
	color: #fff;	
}

#mainNav{	
	right: 0;	
	position:absolute; top:100%; height:30px; margin-top:-40px;
}

#mainNav li{
	margin: 0 0 0 12px;	
	display: inline-block;
}

#mainNav li.current,
#mainNav li.current-cat,
#mainNav li.current_page_item,
#mainNav li.current-menu-item,
#mainNav li.current-post-ancestor,
#mainNav li.current_page_parent,
#mainNav li:hover{
	background: #373737 url(images/btn_bkg.png) repeat-x;
	display: inline-block;	
	color: #fff;
	text-decoration: none;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.3);	
	position: relative;
	cursor: pointer;
	font-weight: bold;	
	border: 1px solid rgba(0,0,0,.0);
	border-bottom-color: rgba(0,0,0,.0);
	border: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

#mainNav a {
	color: #fff;
	font-weight: bold;
	padding: 9px 15px 10px;
	display: inline-block;	
	cursor: pointer;	
}


/*//////////////////////////////////////////////////////////////////// 
//  05 - Content
////////////////////////////////////////////////////////////////////*/

#content .post {
	margin: 0 0 40px 40px;	
}

.post .meta {
	margin: -10px 0 20px 0;		
	padding: 0 0 0px 0;		
	color: #717171;
	font-style: italic;
}

#content .post .meta a{	
	color: #717171;
	font-weight: bold;
}

#content .post .meta a:hover{	
	color: #2c2c2c;
	font-weight: bold;
}

.contentBox {	
	float: left;
	position: relative;
	margin: 0 0 30px 40px;		
}

#content a{
	text-decoration: none;
	color: #166ec9;	
}

#content a:hover {
	color: #1a82ed;
	text-decoration: none;
}

#content h1 a, #content h2 a, #content h3 a, #content h4 a, #content h5 a{	
	color: #2c2c2c;		
}

#content h1 a:hover, #content h2 a:hover, #content h3 a:hover, #content h4 a:hover, #content h5 a:hover{	
	color: #848484;		
}

#pageHead {
	width: 958px;
	height: 120px;
	background: #000;	
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;	
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;		
	border-bottom: none;
	position: relative;	
}

#pageHead h1 {
	color: #fff;
	font-size: 40px;
	margin: 0 0 0 40px;
	padding: 37px 0 0 0;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}


/*Images------------------*/

p img {
	background: #fff;
	padding: 5px;
	border: 1px solid #e4e4e4;
}

#content .postThumb{
	background: #fff;
	padding: 7px;
	border: 1px solid #e4e4e4;
	margin: 0 0 0px 0;
	float: left;
	margin: 0 15px 5px 0;	
}

#content .contentBox .postThumb{
	background: #fff;
	padding: 10px;
	border: 1px solid #e4e4e4;
	margin: 0 0 15px 0;
}

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}

/*Lists------------------*/

#content ul{	
	margin-bottom: 25px;	
}

#content ul li{	
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	background: transparent url(images/content_bullet.png) no-repeat 0 0px;
	line-height: 1.4em;
}

#content ol li{	
	margin: 0 0 10px 0;	
	line-height: 1.4em;
}

#content ol{	
	margin: 0 0 20px 20px;	
}

#content ul ul, #content ol ul, #content ul ol, #content ol ol {	
	margin-left: 20px;
	padding-top: 10px;	
}




/*//////////////////////////////////////////////////////////////////// 
//  05 - Slideshow
////////////////////////////////////////////////////////////////////*/

#slideshow {
	width: 958px;
	height: 295px;
	background: #000;		
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;	
	border-bottom: none;
	position: relative;	
	z-index: 1;
}

.slide {
	position: relative;
	width: 100%;
	height: 295px;
	background:transparent!important;	
}


.slideImage {	
	position: absolute;
	right: 0px;
	bottom: 0;	
	width: 560px;
	text-align: center;	
	z-index: 2;
}

.slideImage.thumbnail img{	
	margin: 0 auto;	
	border: 5px solid #fff;
	border-bottom: none;
	-moz-box-shadow: -3px -5px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: -3px -5px 5px rgba(0,0,0,0.3);
}

.slideText {
	position: absolute;
	width: 370px;
	left: 40px;
	top: 40px;
	z-index: 1;
}

.slideText h3{	
	letter-spacing: -1px;	
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	margin: 0 0 7px 0;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}

.slideText p{
	font-size: 13px;
	color: #fff;
	margin: 0 0 15px 0;
}

.slideText a{	
	color: #fff;
	text-decoration: underline;
}

#slideshowNav {
	position: absolute;
	bottom: 10px;
	left: 40px;
	z-index: 10;
	width: 300px;
}

#slideshowNav a {
	width: 12px;
	height: 12px;
	background: transparent url(images/slideshow_nav.png) no-repeat;
	display: block;
	float: left;
	margin: 0 8px 0 0;
}

#slideshowNav a span {
	display: none;
}

#slideshowNav a.activeSlide {
	background: transparent url(images/slideshow_nav_active.png) no-repeat;
}

#slideshowNav a:focus { outline: none; }


#slideshowNav #slideshowPrev {
	cursor: pointer;	
	margin: 0 0 20px 0;
}

#slideshowNav #slideshowNext {
	cursor: pointer;	
	margin: 0 15px 20px 0;
}


/*//////////////////////////////////////////////////////////////////// 
//  07 - Buttons
////////////////////////////////////////////////////////////////////*/

#slideshow .button {
	background: #ff9000 url('images/btn_bkg.png') repeat-x;
	display: inline-block;	
	color: #fff;
	text-decoration: none;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.3);	
	position: relative;
	cursor: pointer;
	font-weight: bold;	
	padding: 4px 15px 5px;	
	border: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	margin: 30 5px 0 0;	
}

#content .button,
#sidebar .button,
#footer .button,
#searchsubmit  {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 12px;
	background: #5c5c5c url(images/btn_bkg.png) repeat-x;	
	display: inline-block;	
	color: #fff!important;
	text-decoration: none;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.3);	
	position: relative;
	cursor: pointer;
	font-weight: bold;	
	padding: 4px 15px 5px;
	border: 1px solid rgba(0,0,0,.25);	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	margin: 0 5px 0 0;	
}

.button.small {
	padding: 3px 10px 4px !important;
	font-size: 11px !important;	
}

#content .button:hover,
#sidebar .button:hover,
#footer .button:hover {
	background-color: #787878;
	color: #fff;
}


/*//////////////////////////////////////////////////////////////////// 
//  08 - Sidebar
////////////////////////////////////////////////////////////////////*/

#sidebar {
	color: #717171;
}

.sidebarBox {	
	position: relative;
	margin: 0 45px 45px 0;	
}

.sidebarBox h3{		
	font-size: 20px;	
}

#sidebar a{	
	color: #686868;		
}

#sidebar a:hover{
	color: #2c2c2c;
}

#sidebar p a{
	text-decoration: none;
	color: #166ec9;	
}

#sidebar p a:hover {
	color: #1a82ed;
	text-decoration: none;
}


/*///////////////////////////////////////////////////////////////////// 
//  09 - Widgets
////////////////////////////////////////////////////////////////////*/

#content .widgetBox h3,
#sidebar .widgetBox h3,
#footer .widgetBox h3{
	margin-bottom: 15px;
	font-size: 16px;
}

.miniFeature64 .icon{	
	position: absolute; left: 0px; top: 0px;	
}

#content .miniFeature64 h3,
#sidebar .miniFeature64 h3,
#footer .miniFeature64 h3{
	font-size: 16px;
	line-height: 1.2em;
	margin-left: 80px;
	margin-bottom: 10px;
}

.miniFeature64 p{	
	line-height: 1.4em;
	margin: 0 0 10px 80px;
}

.miniFeature32 .icon{	
	position: absolute;
	left: 0px; top: -7px;	
}

.miniFeature32 h3{
	font-size: 16px;	
	padding: 0px 0 0px 45px;		
}

.miniFeature32 p{
	margin: 0px 0 10px 0px;
}

#s {
	margin: 0 10px 0 0;
}

#searchsubmit{
	padding: 3px 10px 4px !important;
	font-size: 11px !important;
}

#sidebar ul, #footer ul, #content .contentBox ul{
	margin: 0 0 0 0;
	padding: 0px 0 0 0;	
	border-top: 1px solid #dbdad8;
	line-height: 1em;
	background: none;	
}

#sidebar ul li, #footer ul li, #content .contentBox ul li{
	padding: 8px 0 9px 0;
	margin: 0 0 0px 0;
	border-bottom: 1px solid #dbdad8;
	line-height: 1em;
	background: none;	
}

#sidebar ul li p, #footer ul li p, .contentBox ul li p{
	line-height: 1.3em;
	margin: 0;
}

#sidebar ul li h2, #footer ul li h2, .contentBox ul h2{
	font-size: 13px;
	margin: 0 0 0px 0 !important;
	font-weight: bold;
	padding: 0 !important;	
	line-height: 1em!important;
}

#sidebar ul li span, #footer ul li span, #content .contentBox ul li span{	
	padding: 0;
	margin: 0 !important;
}

#sidebar ul li a, #footer ul li a, .contentBox ul li a{	
	text-shadow: 0 1px 1px rgba(255,255,255,1);
	color: #686868;	
}

#sidebar ul li a:hover,
#footer ul li a:hover {
	color: #2c2c2c;
	text-shadow: 0 1px 1px rgba(255,255,255,1);
}

#sidebar .widget_nav_menu ul,
#footer .widget_nav_menu ul,
#sidebar .widget_pages ul,
#footer .widget_pages ul,
#sidebar .widget_categories ul,
#footer .widget_categories ul {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}

#sidebar .widget_nav_menu li,
#footer .widget_nav_menu li,
#sidebar .widget_pages li,
#footer .widget_pages li,
#sidebar .widget_categories li,
#footer .widget_categories li {
	padding: 0 0 0 15px;
	margin: 0 0 10px 0;
	background: transparent url(images/list_item_marker.png) 0 4px no-repeat;
	border: none;	
}


/*Recent Posts Widget------------------*/

#content .ttrust_recent_posts .meta,
#sidebar .ttrust_recent_posts .meta,
#footer .ttrust_recent_posts .meta {
	margin: 0 0 5px 0 !important;
	display: block;
	padding: 0;	
}

#content .ttrust_recent_posts.widgetBox.twoThird h3,
#sidebar .ttrust_recent_posts.twoThird h3,
#footer .ttrust_recent_posts.twoThird h3 {
	font-size: 20px;
	margin-bottom: 20px;
}

#content .ttrust_recent_posts h2 a,
#footer .ttrust_recent_posts h2 a {
	color: #686868;
}

#content .ttrust_recent_posts h2 a:hover,
#footer .ttrust_recent_posts h2 a:hover {
	color: #2c2c2c;
}

.firstPost {
	border-bottom: 1px solid #dbdad8;	
}

.firstPost h2{
	font-size: 15px;
	margin-bottom: 10px;	
}

.secondaryPost {
	border-bottom: 1px solid #dbdad8;
	padding: 10px 0 10px 0;	
}

.secondaryPost h2{
	font-size: 14px !important;
	margin: 0;
}

.feedLink {
	padding: 15px 0 0 0;
	margin: 0 0 15px 0;
}

.feedLink a{
	background: transparent url(images/icons/feed_16.png) 0 0px no-repeat;
	font-weight: bold;
	padding: 0 0 0 25px;
}

#content .feedLink a,
#footer .feedLink a {
	color: #686868;
}

#content .feedLink a:hover,
#footer .feedLink a:hover {
	color: #2c2c2c;
}

/*Calendar Widget--------------------*/
table#wp-calendar {
	width: 100%;
}

table#wp-calendar td, table#wp-calendar th{
	text-align: left;
}

table#wp-calendar td {	
	padding-top: 10px;
	color: #888888;
}

table#wp-calendar td a{
	font-weight: bold;
	color: #686868;
}

table#wp-calendar td a:hover{
	font-weight: bold;
	color: #2c2c2c;
}

#wp-calendar caption {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdad8;
	font-size: 14px;	
	font-weight: bold;	
}

/*Tag Widget--------------------*/

.widget_tag_cloud a{
	background: #e6e8e7;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	font-size: 11px !important;
	padding: 7px;	
	display: block;
	float: left;
	margin: 0 5px 5px 0;	
}

#footer .widget_tag_cloud a{
	background: #dbdad8;	
}

.widget_tag_cloud:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.widget_tag_cloud {
    display: inline-block;
	width: 265px;
}

html[xmlns] .widget_tag_cloud {
    display: block;
}

* html .widget_tag_cloud {
    height: 1%;
}

/*Twitter Widget--------------------*/

#twitter_div{
	margin: 0 0 10px 0;
}

#twitter_div li{
	line-height: 1.4em !important;	
}

#twitter_div li a{
	font-weight: bold;
}

.twitterLink a{
	background: transparent url(images/icons/twitter_16.png) 0 0px no-repeat;	
	padding: 0 0 0 25px;
	font-weight: bold;
}

/*///////////////////////////////////////////////////////////////////// 
//  10 - Comments
////////////////////////////////////////////////////////////////////*/
	
#comments {
	position: relative;
	margin: 30px 0 30px 40px;	
}

#trackbacks {
	margin: 30px 0 0 40px;
}

ol#commentslist {
	margin: 0 0 0 0px;
	list-style: none;
	padding: none;	
	padding: 0;
}

#commentslist .children li {
	padding: 15px 0 0 40px;
	background: transparent url(images/comment_marker.gif) no-repeat 0px 40px;
	border-left: 1px solid #cbcbcb;
	margin: 0;
}
	
.comment {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;	
}

.comment .avatar {
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px;
	background: #fff;
	border: 1px solid #e4e4e4;
}

.comment h5 {
	font-size: 16px;
	margin: 0 0 0 110px;
	padding: 0;	
}

.comment .date {	
	margin: 0 0 10px 110px;	
	display: block;
}

.comment p {	
	margin: 0 0 10px 110px;
}

.comment-reply-link,
.comment-reply-login {
	margin: 0 0 0 110px;
}

.comment-reply {
	display: inline-block!important;
	padding: 0 0 0 10px;
}

#comment-add {
	position: absolute;
	top: -5px;
	right: 0px;
}

.moderation {
	margin: 0px;
	padding: 0 0 10px 25px;	
}

#comment-navigation {
	position: absolute;
	top: 0px;
	right: 0px;
}

.older-comments,
.newer-comments {
	display: block;
	float: left;
	width: auto;
	height: 24px;
	line-height: 24px;
	margin: 0px;
	padding: 0 8px;		
	text-align: center;
	text-decoration: none;
}

a:hover span.newer-comments,
a:hover span.older-comments {
	
}

.newer-comments {
	float: right;
	margin: 0 0 0 10px;
}

#trackbacks ul {
	margin: -5px 0 15px;
}

#trackbacks ul li {
	padding: 5px 0 5px 20px;	
}



/* Comment Form */
	
#commentForm {
	position: relative;
	margin: 0 0 30px 40px;
}

#comments #respond {
	position: relative;
	padding: 0 0 0;
	margin: 0;
}

#respond .form-allowed-tags {
	display: none;
}


#respond form {
	margin: none;
	padding: none;
	position: relative;
}

.cancel-comment-reply {
	float: right;
	margin: 5px 90px 0 0;
}




/*//////////////////////////////////////////////////////////////////// 
//  11 - Pagination
////////////////////////////////////////////////////////////////////*/
	
.pagination {
	width: 570px;
	padding: 20px 0 20px;	
	clear: both;
	font-weight: bold;
	margin: 0 0 10px 40px;
}

.pagination-prev a,
.pagination-next a,
.wp-pagenavi a,
.wp-pagenavi .current,
.wp-pagenavi .pages,
.older-comments,
.newer-comments {
	display: block;
	float: left;
	width: auto;
	height: 24px;
	line-height: 24px;
	margin: 0 5px 0 0;
	padding: 0 8px;	
	text-align: center;
	text-decoration: none;
}

.pagination-prev a:hover,
.pagination-next a:hover,
.wp-pagenavi a:hover,
.wp-pagenavi .current {
	background: #e5e4e1;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;	
}

.pagination-prev a,
.pagination-next a {
	float: none;
	margin: 0px;
}

.pagination-prev,
.pagination-next {
	float: left;
	width: auto;
	margin: 0px;
}

.pagination-prev {
	float: right;
}

.wp-pagenavi .pages {
	float: right;
	margin: 0px;
}


/*//////////////////////////////////////////////////////////////////// 
//  12 - Footer
////////////////////////////////////////////////////////////////////*/

#footer .main{
	width: 958px;		
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;	
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;	
	background: #e6e8e7;
	border: 1px solid #d6d7d6;
	border-top: 1px solid #fff;
	clear: both;
	padding: 35px 0 10px 0;	
	margin: 0 0 35px 0;
}

.footerBox{
	margin: 0 0 25px 40px;	
	float: left;
	position: relative;
}

#footer h1, #footer h2, #footer h3, #footer h4{
	text-shadow: 0 1px 1px rgba(255,255,255,1);
}

#footer a{	
	color: #2c2c2c;
}

#footer a:hover{
	color: #595959;
}

.footerBox p{			
	padding: 0;	
}

.footerBox p img{			
	border-color: #d6d6d6;
}

#footer .secondary {
	color: #656565;	
}

#footer .secondary a {
	color: #848484;	
}

#footer .secondary a:hover {
	color: #fff;
	text-decoration: none;	
}

#footer .secondary .copyright {
	float: left;
}

#footer .secondary .credit {
	float: right;
}


/*//////////////////////////////////////////////////////////////////// 
//  13 - Custom Colors
////////////////////////////////////////////////////////////////////*/

/* Background */
body.wood {	
	background: #130a04 url(images/bkg.jpg) no-repeat top center;	
}

body.charcoal {	
	background: #000 url(images/charcoal_bkg.jpg) no-repeat top center;	
}

body.leather {	
	background: #000 url(images/leather_bkg.jpg) no-repeat top center;	
}

/* Slideshow */
body.red #slideshow, body.red #pageHead{
	background: #c23e12 url(images/slideshow_red.jpg) no-repeat;
	border: 1px solid #a52e2e;
	border-top: 1px solid #bb5453;
	border-bottom: none;
}

body.brown #slideshow, body.brown #pageHead{
	background: #9f4d0e url(images/slideshow_brown.jpg) no-repeat;
	border: 1px solid #7f4a32;
	border-top: 1px solid #b27e5c;
	border-bottom: none;
}

body.purple #slideshow, body.purple #pageHead{
	background: #87214c url(images/slideshow_purple.jpg) no-repeat;
	border: 1px solid #7a4766;
	border-top: 1px solid #8e617c;
	border-bottom: none;
}

body.green #slideshow, body.green #pageHead{
	background: #9dae3a url(images/slideshow_green.jpg) no-repeat;
	border: 1px solid #798954;
	border-top: 1px solid #929f6f;
	border-bottom: none;
}

body.blue #slideshow, body.blue #pageHead{
	background: #005781 url(images/slideshow_blue.jpg) no-repeat;
	border: 1px solid #3a5c72;
	border-top: 1px solid #4f7388;
	border-bottom: none;
}

/* Buttons */
body.purple #slideshow .button {	
	background-color: #cc32a5;
}
body.purple #slideshow .button:hover {	
	background-color: #e839bc;
}

body.red #slideshow .button {	
	background-color: #e25a00;
}

body.red #slideshow .button:hover {	
	background-color: #f16000;
}

body.brown #slideshow .button:hover {	
	background-color: #d35400;
}

body.brown #slideshow .button {	
	background-color: #e25a00;
}

body.blue #slideshow .button {	
	background-color: #5283a2;
}
body.blue #slideshow .button:hover {	
	background-color: #5a8eb0;
}






