/* 
Theme Name: Revels Racks
Theme URL: http://www.2simplethings.com/
Description: Custom Developed by 2 Simple Things
Author: Michael Madison
Author URI: http://www.2simplethings.com/
Version: 1.0
*/


/* -------------------------------------------------------------------------------------------------------------------------------- 
		ERIC MEYER RESET.CSS BASED ON
		RESET-RELOADED AT MEYERWEB.COM
-------------------------------------------------------------------------------------------------------------------------------- */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* -------------------------------------------------------------------------------------------------------------------------------- 
		SET UP SENSIBLE TYPOGRAPHY
		 BASED ON TYPOGRAPHY.CSS
		*FOUND AT BLUEPRINTCSS.ORG
-------------------------------------------------------------------------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }



/* -------------------------------------------------------------------------------------------------------------------------------- 
		BEGIN SITE SPECIFIC STYLING
-------------------------------------------------------------------------------------------------------------------------------- */

body {
	background: url('img/body.jpg') top center repeat;
	font-size: 90%;
	color: #222; 
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-family: Tahoma, Geneva, sans-serif;
	font-family: MS Sans Serif, Geneva, sans-serif;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 1.4;
}

/* Structure
-------------------------------------------------------------- */

#wrapper {
	background: url('img/wrapper.jpg') bottom center repeat-x;
}

#header {
	background: url('img/header.jpg') top center repeat-x;
}

#header .container {
	background: url('img/header-container.jpg') center center no-repeat;
	height: 150px;
}

#logo a {
	background: url('img/logo.png') center left no-repeat;
	display: block;
	height: 150px;
	width: 900px;
}

#logo a span {
	margin-left: -9999px;
}

.container {
	width: 900px;
	margin: 0 auto;
}

/* Header
-------------------------------------------------------------- */

/* Navigation
-------------------------------------------------------------- */

#navigation {
	background: url('img/navigation.jpg') top left #131205;
	font-size: 75%;
	border-top: 1px solid #9B541C;
	border-bottom: 1px solid #9B541C;
	height: 30px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

#navigation .container img {
	float: right;
	margin-top: -150px;
	margin-right: -55px;
}

#dropmenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#dropmenu li {
	display: inline;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#dropmenu li a {
	height: 22px;
	padding: 8px 10px 0 10px ;
	display: block;
	text-transform: uppercase;
	color: #FDFDFD;
	text-decoration: none;
	text-align: center;
}

#dropmenu li a:hover, #dropmenu li a:active , #dropmenu li.current_page_item a {
	background: url('img/navigation-hover.jpg') bottom center #131205;
}

/* Slideshow & Social
-------------------------------------------------------------- */

#feature {
	margin-top: 10px;
}

#feature .container {
	padding: 10px 0;
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
}

#slideshow {
	float: left;
	border: 10px solid #fff;
}

#feature .container {
	background: url('img/slideshow-container.png') bottom right no-repeat;
}

/* Content Wrapper
-------------------------------------------------------------- */

#contentwrapper {
	clear: left;
	padding: 10px 0 30px 0;
}

#contentwrapper .container {
	background: url('img/contentwrapper-container.jpg') top center repeat #551E00;
}

#contentwrapper .container .inner {
	background: url('img/sidebar.gif') bottom right no-repeat;
	border-width: 1px;
	border-style: solid;
	border-top-color: #600000;
	border-right-color: #FFDD8E;
	border-bottom-color: #FFDD8E;
	border-left-color: #600000;
}

/* Content
-------------------------------------------------------------- */

#content {
	background: url('img/content.jpg') top left repeat-x #fff0D3/*ae8*/;
	margin: 10px 0 10px 11px;
	float: left;
	width: 564px;
	min-height: 400px;
	padding: 10px;
	color: /*#AA5F26*/#401000;
	color: #502000;
	border-width: 1px;
	border-style: solid;
	border-top-color: #FFDD8E;
	border-right-color: #070000;
	border-bottom-color: #070000;
	border-left-color: #FFDD8E;
}

#content h1 {
	font-family: Georgia, Georgia, serif;
	text-align: center;
	padding: 5px 0;
	border-bottom: 2px solid;
	color: #401000;
	font-size: 200%;
	margin: 0 0 10ps 0;
}

#content h2 {
	color: #603000;
	font-size: 130%;
	margin: 5px 0 10px 0;
	border-bottom: 1px solid #c6ad94;
}

#content h3 {
	color: #401000;
	color: #704000;
	font-weight: bold;
	margin: 5px 0 10px 0;
	font-size: 110%;
}

.pricelist {
	border: 2px solid #401000;
	border-collapse: collapse;
	width: 80%;
	margin: 10px auto;
}

.pricelist .exotic {
	width: 20%;
}

.pricelist .price {
	width: 80%;
}

.pricelist .header {
	background: #401000;
	color: #fff;
}

.pricelist td, .pricelist th {
	border: 1px solid #401000;
}

.pricelist th {
	text-align: center;
}

/* Sidebar
-------------------------------------------------------------- */

#sidebar {
	float: right;
	width: 260px;
	padding: 0 10px;
	margin: 0 11px 280px 0;
	font-family: Tahoma, Geneva, sans-serif;
}

#sidebar h4 {
	font-size: 135%;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding: 3px 0;
	margin: 5px 0;
	border-bottom: 1px solid;
}

#sidebar ul, #sidebar ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li a {
	text-transform: uppercase;
	text-align: center;
	display: block;
	padding: 3px 5px;
	color: #333;
	text-decoration: none;
}

#sidebar ul li a:hover, #sidebar ul li.current_page_item {
	color: #111;
	background: #777455;
}


/* CONTACT
-------------------------------------------------------------- */

#runner {
	background: url('img/runner-top.jpg') top center repeat-x #131205;
}

#runner .bottom {
	background: url('img/runner-bottom.jpg') bottom center repeat-x;
	padding: 15px 0;
}

#runner .column {
	float: left;
	min-height: 50px;
	width: 290px;
	padding: 0 5px;
}

#runner .column h4 {
	background: url('img/runner-column-h4.png') center center no-repeat;
	height: 40px;
	padding: 0;
	margin: 20px 0 10px 0;
}

#runner .column p {
	color: #777452;
}

#runner .mailinglist {
	background: url('img/mailinglist.png') top center no-repeat;
	padding-top: 50px;
}

#runner .column fieldset {
	color: #777452;
	font-size: 90%;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 1.4;
}

#runner .column h4 span {
	margin-left: -9999px;
}

#runner .column .wpcf7 p {
	margin: 5px 0;
	padding: 0;
}

#runner .column .wpcf7 p.styled input, #runner .column .wpcf7 p.styled textarea, #runner .column input.wpml  {
	font: italic 1em/1.4em sans-serif;
	color: #666;
	background: #D3D2C5;
	width: 90%;
	margin: 0 auto;
}

#runner .column .wpcf7 p.styled input:focus, #runner .column .wpcf7 p.styled textarea:focus, #runner .column input.wpml:focus  {
	font: normal 1em/1.4em sans-serif;
	color: #333;
	background: #F5F4D7;
}

/* FOOTER
-------------------------------------------------------------- */

#footer {
	background: url('img/footer.jpg') top center repeat-x;
	font-family: Georgia, Georgia, serif;
	padding: 10px 0;
	height: 50px;
}

#footer p {
	text-align: center;
	margin: 0;
	padding: 0;
}

#footer img {
	margin: 0 5px;
}

#footer p a {
	color: #111;
	text-decoration: none;
}

/* Universal Classes
-------------------------------------------------------------- */

.textcenter {
	text-align: center;
}

.textright {
	text-align: right;
}

.clearleft {
	clear: left;
}

.clearfix {
	clear: both;
}

.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.wp-caption-dd {	font-size: 11px;	line-height: 17px;	padding: 0 4px 5px;	margin: 0;}



/*----- Navigation -----*/
/*----- Navigation -----*/

.post{}
.postmeta{}
.postnavigation{}

#searchform{}
#sidebar{}
#comments

.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}







