/*
Theme Name: PeakRacks
Theme URI: http://www.peakracks.com/
Description: Custom theme design for Wordpress created by <a href="http://www.bigearsmarketing.com" target="_blank">Big Ears Strategic Marketing</a>
Version: 1.0
Author: Big Ears Strategic Marketing
Tags: fixed width, two column, green, red, black, white background
*/


/* RESET ALL CSS FOR PAGE */
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;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* BEGIN TEMPLATE CODE HERE */
html, body {
	height: 100%;
}

body {
	background-color: #87ae7c;
	background: #87ae7c url('images/body_background.jpg') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
}

#page {
	position: relative;
	width: 960px;
	background-color: #ffffff;
	margin: 0px auto;
	overflow: hidden;
}

#content {
	background: #4a7a3f url(images/content_background.gif) top left repeat-y;
	width: 960px;
	overflow: hidden;
	position: relative;
	clear: both;
}

/* Typography */
h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {	
	font-size: 18px;
	line-height: 28px;
}

h2 {	
	font-size: 16px;
	line-height: 28px;
}

h3 {	
	font-size: 14px;
	line-height: 24px;
}

h4 {	
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}

h5 {	
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h6 {	
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

small {
	font-size: 10px;
	line-height: 14px;
}

code {
	font: 10px 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 10px;
	letter-spacing: 7px;
	cursor: help;
	border-bottom: 1px dashed #999;
}

a, a:link, a:visited, a:active {
	color: #829503;
}

a:hover {
	color: #2e5326;
}

blockquote {
	margin: 15px 0px;
	padding: 10px 20px 1px;
	background-color: #edf1eb;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}
	
.screen-reader-text {
  position: absolute;
  left: -1000em;
}

/* Header Styles */
#header {
	position: relative;
	width: 960px;
	height: 88px;
	z-index: 200;
	margin: 25px auto 0px auto;
}

#header h1 a {
	width: 262px;
	height: 137px;	
	background: url(images/logo_peakracks.png) no-repeat left top;
	position: absolute;
	top: 0px;
	left: -15px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	cursor: hand;
	z-index: 200;
}

#header_menu {
	position: absolute;
	background: #000000;
	top: 43px;
	left: 0px;
	width: 960px;
	height: 35px;
	border-top: 10px solid #ffffff;
}

/* Menu Styles */
#navigation {
	position: absolute;
	top: -30px;
	right: 0px;
	width: 760px;
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	line-height: 25px;
	padding: 0;
	margin: 0;
	border: 0;
}

#navigation li {
	padding: 0;
	float: right;
	background: #ffffff url(images/menu_inactive_tl.gif) top left no-repeat;
	margin-left: 5px;
}

#navigation li a {
	display: block;
	color: #507645;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 2px 13px;
	background: url(images/menu_inactive_tr.gif) top right no-repeat;
	height: 26px;
}

#navigation li:hover, #navigation li.menu_hover {
	background: #23441c url(images/menu_hover_tl.gif) top left no-repeat;
}

#navigation li a:hover, #navigation li a.menu_hover {
	color: #ffffff;
	background: url(images/menu_hover_tr.gif) top right no-repeat;
}

#navigation li.current_page_ancestor, #navigation li.current_page_item {
	background: #000000 url(images/menu_active_tl.gif) top left no-repeat;
}

#navigation li li.current_page_item {
	background: #000000;
}

#navigation li.current_page_ancestor a, #navigation li.current_page_item a {
	color: #ffffff;
	background: url(images/menu_active_tr.gif) top right no-repeat;
}

#navigation li ul {
	position: absolute;
	right: 0px;
	width: 700px;
	background: #000000;
}

#navigation li ul li {
	padding: 0;
	background: #000000;
	float: right;
	margin-left: 0px;
}

#navigation li ul li a {
	display: block;
	color: #f5eb1e !important;
	font-size: 12px;
	background: none !important;
	text-transform: Capitalize;
	text-decoration: none;
	padding: 5px 8px;
	border-right: #898989 1px solid;
	white-space: no-wrap;
	height: 25px;
}

#navigation li ul li:hover {
	background: #000000;
}

#navigation li ul li a:hover {
	color: #ffffff !important;
	background: none;
}

#navigation li ul li ul {
	display: none;
	visibility: hidden;
}

/* Footer */
#footer {
	position: relative;
	color: #ffffff;
	font-size: 10px;
	margin: 10px auto;
	width: 960px;
	text-align: center;
}

/* Sidebar Styles */
#sidebar {
	position: relative;
	background: #4a7a3f url(images/sidebar_background.jpg) top left repeat-x;
	float: left;
	width: 230px;
	min-height: 500px;
	padding-bottom: 85px;
	color: #ffffff;
}

#sidebar_special {
	position: absolute;
	bottom: 0px;
	marign-top: 25px;
	background: #1c3a16;
	float: left;
	width: 200px;
	padding: 15px;
	text-align: center;
	font-size: 15px;
	font-style: italic;
	color: #ffffff;
}

#sidebar .contact {
	border-bottom: 1px solid #74966c;
	width: 200px;
	padding-bottom: 25px;
	margin: 65px auto 25px auto; 
}

#sidebar .contact .address,
#sidebar .contact .phone, 
#sidebar .contact .fax, 
#sidebar .contact .email {
	font-size: 16px;
	line-height: 18px;
	width: 100%;
	color: #ffffff;
	text-align: center;
}

#sidebar .contact .phone,
#sidebar .contact .email {
	margin-top: 15px;
}

#sidebar ul {
	position: relative;
	margin: 0px auto;
	width: 200px;
}

#sidebar ul ul {
	margin-left: 15px;
	list-style-type: disc;
}

#sidebar ul ul ul {
	margin-top: 10px;
	margin-left: 15px;
}

#sidebar a, #sidebar a:link, #sidebar a:visited, #sidebar a:active {
	color: #f4e902;
	text-decoration: none;
}

#sidebar a:hover {
	color: #fffa8f;
}

/* Post Styles */
.post_wrapper {
	float: left;
	background: #ffffff;
	position: relative;
	overflow: hidden;
	width: 730px;
}

.post, .page .page {
	position: relative;
	overflow: hidden;
	width: 640px;
	padding-bottom: 15px;
	border-bottom: 1px solid #c4c4b3;
	margin: 15px 45px;
}

.page .page {
	border: none;
}

/* Entry Styles */
.entry {
	margin-top: 10px;
	margin-bottom: 0px;
	overflow: hidden;
}

.entry .navigation {
	border-bottom: none;
}

.entry p {
	margin-bottom: 15px;
}

.entry hr {
	display: block;
	height: 1px;
	color: #e3e3e3;
}

.entry ul {
	list-style: disc;
	margin-left: 15px;
	padding-left: 20px;
}

.entry ol {
	list-style: decimal;
	margin-left: 15px;
	padding-left: 25px;
}

/* Post Head Styles */
.post_head {
	position: relative;
}

.post_head h2, .post_head h2 a, .post_head h2 a:link, .post_head h2 a:visited, .post_head h2 a:hover {
	color: #ffffff;
	text-decoration: none;
}

.post_date {
	position: relative;
	margin-top: -10px;
	font-size: 10px;
	text-transform: uppercase;
	color: #C8DBC5;
	width: 100%;
	text-align: left;
}

.textured_post_head, .textured_racks_head {
	background: #c8dbc5;
}

.textured_post_head h2, .textured_post_head h2 a, .textured_post_head h2 a:link, .textured_post_head h2 a:visited, .textured_post_head h2 a:hover {
	color: #738d6f;
	font-size: 24px;
	text-decoration: none;
	padding: 65px 25px 45px 25px;
}

.textured_post_head h2.result_title {
	color: #63634d;
	font-size: 24px;
	text-decoration: none;
	padding: 45px;
}

.textured_racks_head h2, .textured_racks_head h2 a, .textured_racks_head h2 a:link, .textured_racks_head h2 a:visited, .textured_racks_head h2 a:hover {
	color: #738d6f;
	font-size: 24px;
	text-decoration: none;
	padding: 30px 10px 5px 10px;	
}

.archive .textured_post_head {
	margin-bottom: 35px;
}

/* More Link */
.more-link {
	float: right;
	font-size: 12px;
	margin-bottom: 15px;
	text-transform: uppercase;
	text-decoration: none;
}

/* Paging Navigation */
.navigation {
	position: relative;
	width: 630px;
	height: 30px;
	margin: 0px 45px;
	padding-bottom: 15px;
	padding-top: 10px;
	position: relative;
	clear: both;
}	

.navigation a, .navigation a:link, .navigation a:visited, .navigation a:active {
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.navigation a:hover {
	text-decoration: underline;
}

.navigation .alignright {
	position: absolute;
	right: 0px;
	text-align: right;
	margin: 0;
	padding: 0;
}

.navigation .alignleft {
	position: absolute;
	left: 0px;
	text-align: left;
	margin: 0;
	padding: 0;
}

/* Post Thumbnail Images */
.archive .post {
	float: left;
	clear: none;
	border-bottom: 1px #e4e4e4 solid;
	width: 630px;
}

.archive .post h2, .archive .post h2 a, .archive .post h2 a:link, .archive .post h2 a:visited, .archive .post h2 a:active, .archive .post h2 a:hover {
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	color: #738D6F;
	width: 630px;
	overflow: hidden;
}

.post .post_image {
	position: relative;
	width: 125px;
	height: 125px;
	overflow: hidden;
}

.post .post_image_frame {
	width: 125px;
	height: 125px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 15px;
	padding: 3px;
	border: 1px #e4e4e4 solid;
	margin-bottom: 15px;
	background: #ffffff;
}

/* Image Formatting*/
.bordered_img {
	padding: 3px;
	border: 1px #e4e4e4 solid;
}

a img {
	border: none;
}

p img {
	padding: 0;
	max-width: 100%;
}

img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright, div.alignright {
	padding: 4px;
	margin: 0 0 2px 15px;
	display: inline;
}

img.alignleft, div.alignleft {
	padding: 4px;
	margin: 0 15px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* Captions */
.wp-caption p.wp-caption-text {
	font-size: 10px;
	width: 100%;
	text-align: center;
	line-height: 17px;
	padding: 5px 0px;
	margin: 0;
}

/* Search and Password Forms */
.widget_search #s {
	width: 180px;
	height: 22px;
	background: #dbefb2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #756e50;
	border: none;
	text-align: left;
	padding: 6px 10px 0px 10px;
}

/* Comment Styles */
.comments h3, #respond h3 {
	font-size: 18px;
	color: #829503;
	margin-top: 35px;
	padding-top: 25px;
	border-top: 1px solid #c4c4b3;
	margin-bottom: 10px;
}

.nocomments {
	padding-bottom: 25px;
}

.commentlist {
	margin-bottom: 25px;
}

.commentlist li { 
	list-style: none;
	margin-top: 10px;
	padding-top: 10px;
	overflow: hidden;
	border: 1px solid #c4c4b3;
}

.comment_text {
	margin: 0px 10px 10px 80px;
	line-height: 18px;
}

.comment_author {
	font-size: 12px;
	color: #829503;
} 

.comment_avatar {
	float: left;
	background-color: #ffffff;
	margin: 0px 15px 10px 10px;
	padding: 3px;
	border: 1px solid #e4e4e4;
	width: 48px;
	height: 48px;
}

.comment_notapproved {
	margin-left: 25px;
	color: #756e50;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	line-height: 14px;
	display: block;
	float: right;
	width: 100px;
	text-align: center;
	padding: 10px;
	background: #dbefb2;
	position: relative;
	top: -15px;
}

#reply_loggedin {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 5px;
}

#reply_author {
	position: relative;
	clear: both;
	overflow: hidden;
}

#reply_name, #reply_email, #reply_website {
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 24px;
	display: block;
	float: left;
	margin: 5px 8px 10px 0px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 8px;
}

.reply_required  {
	text-transform: none;
	letter-spacing: 0px;
}

#reply_website {
	margin-right: 0px;
}

#reply_name input, #reply_website input, #reply_email input  {
	width: 186px;
	height: 22px;
	background: #dbefb2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #756e50;
	border: none;
	text-align: left;
	padding: 10px 10px 2px 10px;
}

#reply_text textarea {
	width: 620px;
	height: 115px;
	background: #dbefb2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #756e50;
	text-align: left;
	padding: 5px 5px 5px 12px;
	border: none;
	clear: both;
}

#reply_submit a, #reply_submit a:link, #reply_submit a:active, #reply_submit a:visited, #reply_submit a:hover {
	text-transform: uppercase;
	display: block;
	margin: 10px 5px;
	position: relative;
	float: right;
}

/* Widget Formatting */
h2.widgettitle {
	margin-top: -3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	color: #92d186;
	text-transform: uppercase;
}

.widget {
	margin-bottom: 15px;
}

.widget ul {
	list-style-type: disc;
	margin-left: 15px;
	color: #92d186; 
}

.widget li {
	margin-bottom: 5px;
}

.post-tags {
	text-transform: capitalize;
}

.widget_sharepost {
	margin-top: -5px;
}

ul.addtoany_list {
	position: relative;
	top: 10px !important;
}

ul.addtoany_list li a {
	margin-top: 0px !important;
	display: inline-block !important;
	height: 30px !important;
	padding: 0px 5px !important;
}

/* Gallery Formatting */
#gallery_large_image {
	position: relative;
	padding-bottom: 15px;
	border-bottom: 1px solid #c4c4b3;
	margin-bottom: 15px;
	text-align: center;
}

#gallery_large_image img {
	max-width: 260px;
	height: auto;
}

#gallery_instructions {
	position: relative;
	top: -25px;
	margin-bottom: -20px;
}

#gallery_instructions span {
	font-size: 10px;
	background: #ffffff;
	padding-right: 10px;
	text-transform: uppercase;
}

/* Rack Page Formatting */
.page_racks .ngg-galleryoverview {
	width: 260px !important;
	margin-left: 50px;
}

.racks_menu {
	float: right;
	position: relative;
	top: 45px;
	right: 50px;
}

.racks_menu ul {
	list-style-type: disc !important;
}

.racks_menu li {
	margin-top: 5px;
}

.racks_menu li a {
	color: #004a1c;
}

.racks_menu li a:hover {
	color: #6a0a0d;
}

/* Hide Blogger Import Tags */
.blogger-post-footer {
	display: none;
}	

/* Slideshow Images */
#slideshow {
	position: relative;
	clear: both;
	height: 340px;
	z-index: 100;
}

.slideshow_frame {
	position: absolute;
	overflow: hidden;
	width: 510px;
	height: 340px;
	background: url(images/slideshow_frame.png) no-repeat;
	z-index: 15;
}

.slideshow_tab_container {
	position: absolute;
	top: 0px;
	left: 510px;
	z-index: 20;
}

.slideshow_tab_container a {
	display: block;
	width: 200px;
	height: 54px;
	margin-bottom: 5px;
	background: #8faf8a url(images/slideshow_inactive_background.jpg);
	padding: 5px 15px;
	font-style: italic;
	text-decoration: none;
	color: #000000 !important;
	font-size: 11px;
	line-height: 12px;
}

.slideshow_tab_container a:hover {
	background: #eeff7a url(images/slideshow_hover_background.jpg);
}

.slideshow_active {
	background: #ffffff;
}


#slideshow h6 {
	font-style: italic;
	font-size: 14px;
	letter-spacing: 0px;
	color: #25461d !important;
	text-transform: none;
	font-weight: bold;
	margin-top: 3px;
}

.slideshow_image {
	position: relative;
	height: 340px;
	width: 510px;
	overflow: hidden;
}

.slide {
	position: absolute !important;
	top: 0px;
	left: 0px;
}

.slideshow_image IMG.active {
    z-index:10;
    opacity:1.0;
}

.slideshow_image IMG.last-active {
    z-index:9;
}

.slideshow_tab_container a.active {
	background: #ffffff;
}


.slideshow_tab {
	position: relative;
}

.slideshow_tab_container a .slide_arrow {
	background: url(images/slideshow_active_arrow.png) no-repeat;
	width: 27px;
	height: 66px;
	position: absolute;
	top: -10px;
	left: -42px;
	visibility: hidden;
}

.slideshow_tab_container a.active .slide_arrow {
	visibility: visible;
}


.home_content {
	position: relative;
	background: url(images/home_background.jpg) repeat-y;
	overflow: hidden;
}

.home_side {
	position: relative;
	float: right;
	background: #edf1eb;
	width: 220px;
	text-align: center;
}

.home_side img {
	margin: 19px;
}

.home_format .page {
	position: relative;
	width: 415px;
}

/* FAQ Formatting */
.tfm_faq_container {
	margin-left: 0px;
}

li.tfm_faq_text {
	margin-top: 15px;
}

a.tfm_faq_question {
	font-weight: bold;
	color: #738d6f;
	text-decoration: none;
	font-size: 16px;
}

.open a.tfm_faq_question {
	color: #000000;
}

/* Testimonial Formatting */
.testimonial_container {
	padding: 15px 15px 25px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	border-bottom: 1px #e4e4e4 solid;
	width: 630px;
}

.testimonial_widget_container {
	margin-bottom: 20px;
}

.testimonial_text, .testimonial_widget_text {
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.testimonial_text {
	float: left;
	margin-right: 35px;
	width: 350px;
}

.testimonial_speaker_info, .testimonial_widget_speaker_info {
	text-align: right;
}

.testimonial_speaker_info {
	float: right;
	width: 200px;
	background: #f9fcf7;
	padding: 10px;
}

.testimonial_widget_name, .testimonial_widget_name a, .testimonial_widget_name a:visited, .testimonial_widget_name a:active  {
	font-size: 12px;
	color: #92d186 !important;
	font-weight: bold;
	text-align: right;
}

.testimonial_widget_location, .testimonial_widget_position, .testimonial_widget_company,
.testimonial_location, .testimonial_position, .testimonial_company {
	font-size: 12px;
	color: #a9a9a9;
	text-align: right;
	font-style: italic;
}

.testimonial_widget_link {
	margin-top: 15px;
	border-top: 1px #74966c solid;
	padding-top: 15px;
	text-align: center;
}

/* Collapsible Divs */
.collapse {
	margin-top: 15px;
}

/* Links Page */
.linkcat {
	margin-top: 15px;
	margin-right: 85px;
}

.linkcat ul li {
	margin-top: 20px;
}

/* Contact Form */
.linklove { display: none; }
