
/* - - - - - - - - - - - - - - - - - - - - -

Title :    Running Chics
URL :      http://runningchics.com

Created :  07.25.2008
Modified : 03.02.2009

- - - - - - - - - - - - - - - - - - - - - */
/* G L O B A L - R E S E T
- - - - - - - - - - - - - - - - - - - - - */
/*
	v1.0 | 20080212 
	http://meyerweb.com/eric/tools/css/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;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

del { text-decoration: line-through; }
ins { text-decoration: none; background: #ffc; }

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

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

/* - - - - - - - - - - - - - - - - - - - - -
	H T M L - E L E M E N T S										
- - - - - - - - - - - - - - - - - - - - - */

body {
	font-size: 66%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #686767;
}

html>body { font-size: 11.7px; }

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.8em;
	margin-bottom: 1.4em;
}

blockquote { 
	margin-bottom: 1.4em; 
	padding: 0 1em;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 1.3em; 
	line-height: 1.8em; 
	font-style: italic;
}
small, cite { font-size: 0.9em; }
cite { padding-left: 1.25em; }
strong, b, dt, th { font-weight: bold; }
address, cite, em, i, caption, dfn, var { font-style: italic; }

#productDetails p { text-align:justify; }

img {
	background: #ebebeb;
	padding:9px;
}

img.banner { margin-bottom:24px; }



/* =HEADINGS
- - - - - - - - - - - - - - - - - - - - - */

h2 {
	display: block;
	font-size: 1.4em;
	border-bottom: 1px solid #bbb;
	padding-bottom:3px;
	margin-bottom:24px;
}

h2#productsH {
	text-indent:-9999em;
	overflow:hidden;
	background: url(../images/products_heading.gif) 0 0 no-repeat;
	border:none;
	margin:0 0 12px 0;
	padding:0;
}

h3 {
	font-size: 1.4em;
	margin-bottom:0.2em;
}

h4 { font-size:1.1em; }

/* =LINKS
- - - - - - - - - - - - - - - - - - - - - */

a:link {
	color: #009;
	text-decoration: underline;
}

a:visited {
	color: #009;
	text-decoration: underline;
}

a:hover {
	color: #006;
	text-decoration: none;
}

a:active {
	color: #006;
	text-decoration: none;
}


/* - - - - - - - - - - - - - - - - - - - - -
	M A I N - L A Y O U T									
- - - - - - - - - - - - - - - - - - - - - */

.hide { display: none; }

.clear { clear: both; }

#wrap1 {
	margin: 0 auto;
	width: 948px;
	text-align: left;
}

#masthead { height: 134px; position: relative; }

h1#logo {
	text-indent: -9999em;
	overflow: hidden;
	width: 948px;
	height: 134px;
	background: url(../images/running_chics_header.jpg) 0 0 no-repeat;
}

#content { padding: 20px 0; }

#mainContent {
	float:right;
	width:705px;
}

#homeContent {
	float: right;
	width: 948px;
}

#productImages {
	float:right;
	width:462px;
}

#productDetails {
	float:right;
	width:219px;
	margin-left:24px;
}

#subNav {
	float:left;
	padding:12px;
	width:195px;
	background-color: #b7d0db;
}

#footer {
	clear: both;
	margin: 0 0 24px 0;
	padding: 24px 16px;
	background-color: #8fb2c2;
}

#footer p {
	float: left;
	width: 298px;
	margin: 0;
	line-height: 1em;
	font-size: 0.9em;
	font-family: Arial;
	color: #fff;
}


/* - - - - - - - - - - - - - - - - - - - - -
	N A V I G A T I O N										
- - - - - - - - - - - - - - - - - - - - - */

.nav ul { margin: 0; list-style: none; }
.nav li { margin: 0; }

/* Global Navigation */
ul#navlist {
	position: absolute;
	top: 36px;
	right: 0;
	width: 648px;
	height: 57px;
	background-color: #8fb2c2
}

ul#navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

ul#navlist li a {
	display: inline-block;
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	height: 57px;
	background-image: url(../images/nav_sprite.gif);
	background-position: 0 0;
	background-repeat:no-repeat;
}

ul#navlist li#home a {
	float: left;
	width: 72px;
	background-position: -6px 0;
}

ul#navlist li#home a:hover { background-position: -6px -57px; }

ul#navlist li#guarantee a {
	float: left;
	width: 93px;
	background-position: -90px 0;
}

ul#navlist li#guarantee a:hover { background-position: -90px -57px; }

ul#navlist li#about a {
	float: left;
	width: 81px;
	background-position: -195px 0;
}

ul#navlist li#about a:hover { background-position: -195px -57px; }

ul#navlist li#comments a {
	float: left;
	width: 126px;
	background-position: -288px 0;
}

ul#navlist li#comments a:hover { background-position: -288px -57px; }

ul#navlist li#support a {
	float: left;
	width: 100px;
	background-position: -426px 0;
}

ul#navlist li#support a:hover { background-position: -426px -57px; }

ul#navlist li#contact a {
	float: left;
	width: 69px;
	background-position: -538px 0;
}

ul#navlist li#contact a:hover { background-position: -538px -57px; }

ul#navlist li#cart a {
	float: right;
	width: 95px;
	background-position: -623px 0;
}

ul#navlist li#cart a:hover { background-position: -623px -57px; }

/* Sub Navigation */
ul#sublist {
	margin: 0 0 24px 0;
	padding: 0;
	list-style: none;
}

ul#sublist li h4 {
	display: block;
	padding: 6px 0 6px 24px;
	margin-bottom: 1px;
	font-weight: normal;
	text-decoration: none;
	background: #76a1b5 url(../images/nav_arrow_down.gif) 8px center no-repeat;
	color: #fff;
}

ul#sublist li h5 {
	color: #FFFFFF;
	font-size: 1.2em;
	margin-left: 24px;
	margin-top: 10px;
}

ul#sublist li ul {
	display: block;
	padding: 9px 0 24px 0;
}

ul#sublist li ul.noPadding {
	padding-bottom: 0;
}

ul#sublist li ul li a {
	display: inline-block;
	display: block;
	padding: 0 0 0 24px;
	margin-bottom: 6px;
	text-decoration: none;
	background: none;
	color: #fff;
}

ul#sublist li ul li a:hover { 
	color: #eee;
	text-decoration: underline;
}

/* Footer Navigation */

ul#footlist {
	float: right;
	width: 618px;
}

ul#footlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

ul#footlist li a {
	float: left;
	display: inline-block;
	display: block;
	width: 102px;
	text-align: center;
	font-size: 0.9em;
	line-height: 1em;
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #ccc;
}

ul#footlist li.retailers a {
	width: 206px;
}

ul#footlist li.cart a { border-right: none; }

ul#footlist li a:hover { 
	color: #eee;
	text-decoration:underline;
}


/* - - - - - - - - - - - - - - - - - - - - -
	P A G E - D E T A I L S										
- - - - - - - - - - - - - - - - - - - - - */

/* Home Page */

#feature a {
	float: left;
	display: block;
	width: 219px;
	background: #ebebeb;
	margin-right: 24px;
	margin-bottom: 18px;
	text-decoration: none;
	color: #5783a4;
}

#feature a:hover {
	text-decoration: underline;
	color: #646464;
}

#feature a.lastItem { margin-right: 0; }

#feature a span {
	float: left;
	padding: 0 9px 9px 9px;
	font-family: Arial;
}

#feature a cite {
	float: right;
	padding: 0 9px 9px 9px;
	font-family: Arial;
	color: #646464;
}

/* Contact Page */

form#contactForm { width: 540px; }

form#contactForm label {
	display: block;
	margin-bottom: 3px;
}

form#contactForm .info input {
	width: 270px;
	margin-bottom: 24px;
	background: #e5eff4;
	border: 1px solid #bbb;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
}

form#contactForm .comment textarea {
	width: 378px;
	height: 200px;
	margin-bottom: 24px;
	background: #e5eff4;
	border: 1px solid #bbb;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
}

/* Product Page */

form#buyNow {
	border-top: 1px solid #bbb;
	padding: 24px 0;
}

form#buyNow label {
	display: block;
	margin-bottom: 3px;
}

form#buyNow #size select {
	width: 219px;
	margin-bottom: 12px;
}

form#buyNow #color select {
	width: 219px;
	margin-bottom: 20px;
}

form#buyNow h3 {
	float: left;
	padding-top: 10px;
}

form#buyNow .button { float: right; }

#productImages { margin-bottom: 24px; }

#productImages a {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}

#productImages a#largePhoto,
 #productImages a.lastItem { margin-right: 0; }

#productImages a img { padding: 3px; }

#productImages a#largePhoto img {
	padding: 9px;
	margin-bottom: 6px;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter,
#lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading { background: #fff url(../images/loading.gif) no-repeat center; }

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink,
#lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	text-decoration: none;
}

#lbPrevLink { left: 0; }

#lbPrevLink:hover { background: transparent url(../images/prevlabel.gif) no-repeat 0% 15%; }

#lbNextLink { right: 0; }

#lbNextLink:hover { background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%; }

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	text-decoration: none;
}

#lbCaption,
#lbNumber { margin-right: 71px; }

#lbCaption { font-weight: bold; }
