/*
Theme Name: Red Shoe Clothing
Theme URI: http://www.sevnthsin.com
Description: A custom theme for Red Shoe Clothing
Version: 1.0
Author: Aaron Shekey for Sevnthsin
Author URI: http://www.aaronshekey.com
*/

/* Reset the standard CSS rules */
@import url("reset.css");

html,body {
	height: 100%;
}

#container {
	min-height: 100%;
	position: relative;
}

#page {
	padding-bottom: 200px;	/* Height of the footer */
}

/* Begin Typography & Colors */
body {
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	background: #000 url(images/back.jpg) center 0 no-repeat;
	color: #f2f2f2;
	text-shadow: #000 0px 1px 1px;
}

h1, h2, h3, h4, h5, h6 {
	color: #fff;
}

a {
	color: #fff;
	text-decoration: underline;
}

#page {
	width: 840px;
	margin: 37px auto 0 auto;
}

#header {
	margin-bottom: 90px;
}

#header h1 a {
	float: left;
	display: block;
	background: url(images/redshoeclothing.gif) no-repeat;
	overflow: hidden;
	text-indent: -9999em;
	width: 201px;
	height: 94px;
}

#header a {
	text-decoration: none;
}

#header ul {
	text-transform: uppercase;
	margin-top: 57px;
	font-size: 14px;
	float: right;
	color: #fff;
}

#header ul a:hover {
	background: #a62ba6;
}

#header ul li {
	display: inline;
	text-align: right;
	margin-left: 37px;
}

h2 {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	margin-bottom: 14px;
}

h2 a {
	text-decoration: none;
}

p {
	line-height: 16px;
	margin-bottom: 12px;
}

#content {
	padding: 40px 0 40px 0;
	clear: both;
	margin-bottom: 150px;
}

.column {
	float: left;
	margin-right: 30px;
}

.last {
	margin-right: 0;
}

#content .column {
	width: 405px;
}

#content.widecolumn .column {
	width: 550px;
}

#content.widecolumn .column.last {
	width: 260px;
}

#content.widecolumn h2 {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #fff;
}

#content.widecolumn h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 14px;
	text-transform: uppercase;
	color: #fff;
}

#content.widecolumn h3 a {
	text-decoration: none;
}

.postlist h3 {
	margin-bottom: 0 !important;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 200px;			/* Height of the footer */
	font-size: 10px;
	line-height: 14px;
	padding: 25px 0 0 0;
	color: #c2c2c2;
}

#footer, #return {
	background: url(images/footer_back.png);
}

#footer .column {
	width: 187px;
}

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

#footer p {
	color: #fff;
}

#footer p a {
	color: #fff;
}

span.date {
	color: #646464;
}

#footer h3 {
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 12px;
}

.wrap {
	margin: 0 auto;
	width: 840px;
}

.navigation {
	margin-top: 37px;
	margin-bottom: 37px;
}

#return {
	text-align: right;
	padding: 4px 0;
}

#return a {
	text-decoration: none;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* End Images */

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	padding: 0;
	padding-top: 4px;
	margin: 0;
	background-color: #f3f3f3;
	margin-bottom: 14px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0;
	color: #272727;
}
/* End captions */