/*   
Theme Name: Simon WP Framework
Theme URI: http://simonwebdesign.com/simon-wordpress-framework-blank-theme/
Description: A blank frame work using 960.gs grid system and is licensed under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
Author: Simon Urbina
Author URI: http://simonwebdesign.com
Version: 1.1.4
Tags: light, two-columns, fixed-width
*/

@import url('reset.css');
@import url('typography.css');
@import url('grid.css');
@import url('forms.css');

body {
	background: #6b462b url(images/bg.jpg) left top;
	color: #fff;
	overflow-x: hidden;
	padding: 0;
	margin: 0;
}

/* header */
.header {
        padding: 0px 0px 20px 10px;
}

#header-wrap h1#logo {
	margin: 0;
	padding: 0;
}
#header-wrap h1#logo a {
	text-indent: -10000.0em;
	background:  url(images/logo.png) center top no-repeat;
	width: 250px;
	height: 141px;
	display: block;
	margin: 10px auto 0 auto;
}

#header-wrap .description {
    clear: both;
	text-indent: -10000.0em;
	background:  url(images/text-its-all-about-you.png) center top no-repeat;
	width: 206px;
	height: 21px;
	display: block;
	margin: 10px auto 0 auto;
}

/* links */
a:link, a:visited {
	color: #5ab2c9;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}
/* navigation */
#nav-bar {
	background: url(images/content-top.png) left top no-repeat;
	width: 860px;
	height: 47px;
	margin: 0 auto;
	padding: 0px 20px;
	position: relative;
	z-index: 30;
	}

#nav {
	margin: 0 auto;
	padding: 0px 0 0 0;
	list-style: none;
	width: 609px;
	position: absolute;
	left: 147px;
	z-index: 30;
	}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav a {
	display: block;
	color: #006666;
	font-size: 21px;
	text-decoration: none;
    margin: 0px 20px 0px 0px;
	padding: 15px 20px;
	}
	
#nav a:hover {
	display: block;
	text-decoration: underline;
	}

#nav li.current_page_item a {
	color: #fff;
	padding-left: 50px;
	background: url(images/icon-purse.png) left center no-repeat;
}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
#nav li li {
	display: none;
	}
/* header */
#footer {
		width: 880px;
        margin: 0 auto;
        padding: 10px 10px;
}

#footer-left {
	float: left;
	width: 585px;
	padding: 0 15px 0 0;
}

#footer-right {
	float: left;
	width: 280px;
	text-align: right;
}

#footer p {
	font-size: 12px;
	padding: 0;
	margin: 0 0 5px 0;
}

/* Misc */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#content {
	padding: 35px;
}

#contentshell {
	width: 876px;
	color: #000;
	border: 12px solid #4f9cb1;
	margin: 0 auto;
	background: #fff;
	min-height: 400px;
}
#content-bottom {
	background: url(images/content-bottom.png) center top no-repeat;
	width: 900px;
	height: 19px;
	clear: both;
	margin: 0 auto;
}

#fashion-rewards-banner {
	height: 156px;
	width: 190px;
	background: url(images/fashion-rewards.png) left top no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}

#decor-left {
	background: url(images/decor-left.png) left top no-repeat;
	width: 248px;
	height: 456px;
	position: absolute;
	z-index: -1;
	top: 9.0em;
	left: -4.0em;
}

#decor-right {
	background: url(images/decor-right.png) left top no-repeat;
	width: 251px;
	height: 453px;
	position: absolute;
	z-index: -1;
	top: 9.0em;
	left: 65.0em;
	overflow: hidden;
}

#mainwrap {
	position: relative;
}

#storeimages {
	list-style: none;
	margin: 20px 0 0 35px;
	padding: 0;
}

#storeimages li {
	background: url(images/image-frame.png) left top no-repeat;
	width: 281px;
	height: 194px;
	overflow: hidden;
	float: left;
	margin: 0 10px 0 0;
	padding: 10px 0 0 11px;
}

#social {
	position: absolute;
	left: 35px;
	top: 0;
	font-size: 12px;
}


#social a {
	color: #fff;
	text-decoration: none;
}

#social a:hover {
	text-decoration: underline;
}

#facebook {
	background: url(images/icon-facebook.png) left center no-repeat;
	padding: 5px 0 5px 28px;
	line-height: 24px;
}

#twitter {
	background: url(images/icon-twitter.png) left center no-repeat;
	padding: 5px 0 5px 28px;
	margin: 0 15px 0 0;
	line-height: 24px;
}

.fashion-rewards {
	background: #fff url(images/fashion-reward-bg.jpg) right top no-repeat;
	width: 500px;
	color: #666;
	padding: 20px;
	margin: 10px;
	height: 280px;
}

.fashion-rewards h2 {
	color: #4f9cb1!important;
	font-size: 30px;
}

.fashion-rewards p {
	font-size: 14px;
}

.alignleft {
	margin: 10px 10px 10px 0;
}

#locationbox {
	padding: 0 0 50px 300px;
}

.input {
	padding: 8px!important;
}

#homepage {

}

#maincontent {
	float: left;
	width: 450px;
}

#sidebar {
	width: 250px;
	padding: 10px;
	background: #f2f2f2;
	float: right;
}

#homepage img {
	margin-top: 0; 
}


#slideshow {
    position:relative;
    height:502px;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow img.active {
    z-index:10;
}

#slideshow img.last-active {
    z-index:9;
}

.wp-image-699 {
	margin-bottom: 90px!important;
}