/*  
Theme Name: One Shoe Two Shoe
Version: 2.0
Author: Ryan Faubion for Medium Large
Author URI: http://www.mediumlarge.com/

	One Shoe Two Shoe

	This theme was designed and built by Ryan Faubion for Medium Large

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php



/* ----- CSS ----- */

body {
	background: #b8d1d7 url(../images/site/bkgd_tile.gif) top center repeat;
	color: #555;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

a {
	text-decoration: none;
	color: #4b3c00;
	}

a:hover {
	text-decoration: underline;
	}


/* ---- Things that should only display on paper ---- */
.print-only {
	display: none;
}

/* ----- SITE MODEL ----- */

#container {
	width: 995px;
	height: 100%;
	margin: 0px auto 0px;
	padding: 0px;
	text-align: left;
	background: transparent url(../images/site/bkgd_tile.png) repeat-y center top;
	}
#masthead {
	width: 995px;
	height: 158px;
	margin: 15px auto 0;
	background: transparent url(../images/site/header_bkgd.png)center;
	}
#footer {
	width: 995px;
	margin: 0px auto 40px;
	padding: 0px;
	text-align: center;
	}
.container_16 {
	background: #fff url(img/16_col.gif) repeat-y;
	}


/* ----- MASTHEAD ----- */ 

#logo {
	float: left;
	width: 195px;
	height: 158px;
	}
#logo_subline {
	margin: 40px 0 0 15px;
	color: #483f30;
	float: left;
	height: 40px;
	font-size: 1.2em;
	font-weight: bold;
	}
h1.tagline {
	margin: 32px 0 0 -271px;
	float: left;
	font-size: 4em;
	font-weight: bolder;
	}
.payment {
	padding: 10px 0 0 7px;
	margin: 10px 0 0 7px;
	}
	
/* ----- MAIN NAVIGATION ----- */

div#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 20px 0px 0 45px;
	height: 40px;
	color: #584f3e;
	font-weight: bold;
	text-align: right;
	float: left;
	clear: right;
	}
div#navigation ul {
	padding:0px;
	margin: 15px 0px 0px 3px;
	color: #584f3e;
	line-height: 24px;
	white-space: nowrap;
	}
div#navigation li {
	padding:0em 1.4em 0em 1.1em;
	display: inline;
	color: #584f3e;
	text-decoration: none;
	}
div#navigation li a{
	color: #584f3e;
	text-decoration: none;
	}
div#navigation li a:hover{
	color: #cd8f49;
	text-decoration: none;
	padding: 0px;
	}
div#navigation li.active a{
	color: #cd8f49;
	}
div#navigation li.last{
	background: none;
	}
div#navigation li.last a{
	background: none;
	}
div#navigation li.activelast{
	background: none;
	}
div#navigation li.activelast a{
	color: #b21313;
	background-image: none;
	}
	
/* ----- SUB NAVIGATION ----- */ 

	
#menu {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	height: 35px;
	width: 942px;
	margin: 10px 0 0 26px;
	padding: 0px 0px 4px 0px;
	color: #584f3e;
	font-weight: bold;
	text-align: left;
	float: left;
	background: transparent url(../images/site/subnav.png) no-repeat;
	}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding:.4em 1.6em 0em 1.2em;
	float: left;
	}
#menu li.active h2{
	color: #cd8f49;
	}
#menu a {
	display: block;
	font-size: 1em;
	margin: 0;
	padding: 0px;
	}
#menu h2 {
	display: block;
	font-size: 1em;
	margin: 0;
	padding: 4px 0px;
	height: 22px;
	}
#menu h2 {
	color: #584f3e;
	font-weight: bold;
	text-transform: uppercase;
	}
#menu a {
	color: #584f3e;
	text-decoration: none;
	}
#menu a:hover {
	color: #cd8f49;
	}
#menu li {
	position: relative;
	}
#menu li.active a {
	color: #cd8f49;
	}
#menu li.inactive a {
	color: #584f3e;
	}
#menu li.inactive a:hover {
	color: #cd8f49;
	}
#menu ul ul {
	position: absolute;
	background: #d1cbaf;
	width: 130px;
	margin: 0px 0 0 -15px;
	padding:0px;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	z-index: 500;
	}
div#menu ul ul li {
	padding:.4em 1.6em .6em 1.2em;
	border-bottom: 1px solid #aaa;
	}
div#menu ul ul {
	display: none;
	}
div#menu ul li:hover ul {
	display: block;
	}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/* ----- SHOWCASE ----- */

#showcase_container {
	height: 385px;
	width: 942px;
	margin: -10px auto 26px;
	background: transparent url(../images/site/showcase_bkgd.png) no-repeat;
	text-align: left;
	}
#showcase_container_sub {
	height: 94px;
	width: 942px;
	margin: -10px auto 0px;
	background: transparent url(../images/site/top-bg.png) no-repeat;
/*
	background: transparent url(../images/site/showcasesub_bkgd.png) no-repeat;
*/
	text-align: left;
	}
#showcase_container_subb {
	height: 84px;
	width: 942px;
	margin: -10px auto 2px;
	text-align: left;
	}
#showcase_container h2{
	padding: 30px 0 30px 30px;
	font-size:2.7em;
	font-weight: bold;
	color: #4b3c00;
	}
#showcase_container_sub h2{
	padding: 30px 0 30px 30px;
	font-size:2.7em;
	font-weight: bold;
	color: #4b3c00;
	}
span.black {
	color: #ffffe4;
	}
.row {
	float: left;
	margin: 8px 0 0 5px;
	}
.row img {
	padding-left: 8px;
	}
.button {
	margin: 8px 0 0 12px;
	width: 297px;
	height: 39px;
	background: transparent url(../images/site/showcase_button.png) no-repeat;
	text-align: center;
	float: left;
	}
.button a {
	text-decoration: none;
	}
.button a:hover h5{
	color: #666;
	}
.button h5 {
	line-height: 36px;
	font-size: 1.2em;
	color: #3d3931;
	}

/* ----- ADVERTISING----- */

#advertbar {
	margin: 8px 0 10px 0;
	padding: 8px 0 8px 0px;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	background: #fff;
}
#advertbar img {
	margin: 0 17px 0 17px;
	}

/* ----- SHOE OVERVIEW DISPLAY PAGES ----- */

#shoegrid {
	width: 942px;
	margin: 0px auto 20px auto;
	}
	
#shoegrid_detail {
	width: 942px;
	margin: -12px auto 20px auto;
	}
	
#shoegrid h2{
	font-size: 1.6em;
	font-weight: bold;
	color: #483f30;
	background: white;
	padding: 7px 0 7px 7px;
	margin-bottom: 8px;
	border: 1px solid #bbb;
	}

#shoegrid_detail h2{
	font-size: 1.6em;
	font-weight: bold;
	color: #483f30;
	background: white;
	padding: 7px 0 7px 7px;
	margin-bottom: 8px;
	border: 1px solid #bbb;
	}
.shoemodule {
	height: 180px;
	width: 227px;
	background: white;
	border: 1px solid #bbb;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	}
.shoemodule_last {
	height: 180px;
	width: 227px;
	background: white;
	border: 1px solid #bbb;
	float: left;
	margin-right: 0px;
	margin-bottom: 8px;
	}
.shoemodule img{
	height: 156px;
	width: 227px;
	padding: 0 0 3px 0px;
	}
.shoemodule_last img{
	height: 156px;
	width: 227px;
	padding: 0 0 3px 0px;
	}
a.shoetitle {
	color: #483f30;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0px 0 0 6px;
	margin: 0px 0px;
	text-decoration: none;
	}
	
a.shoeprice {
	color: #F00;
	font-size: 0.9em;
	float: right;
	padding-right: 6px;
	padding-top: 4px;
	}


#shoegrid a:hover {
	color: #cd8f49;	
	}
#basemessage {
	margin: 0 auto 0 auto;
	padding: 19px 20px 0;
	font-size: 3.1em;
	text-align: center;
	color: #f7f5ee;
	font-weight: bold;
	height: 63px;
	width: 901px;
	background: transparent url(../images/site/basemessage.png) no-repeat;
	}
	
/* ----- SHOE DETAIL PAGES ----- */

#shoedetail {
	width: 924px;
	height: 456px;
	margin: 5px auto 20px auto;
	border: 1px solid #bbb;
	background: white;
	padding: 8px;
	}
	
#static_body  {
	width: 924px;
	height:  800px;
	margin: 5px auto 20px auto;
	border: 1px solid #bbb;
	background: white;
	padding: 8px;
	}

#static_body h2{
	font-size: 2.3em;
	font-weight: bold;
	color: #4c3b00;
	}

#static_body h3{
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 8px;
	color: #4d3a00;
	}

#static_body h4{
	color: #4c3b00;
	font-size: 2em;
	float: left;
	width: 100%;
	margin-bottom: 12px;
	}

#static_body p{
	color: #4c3b00;
	font-size: 1.5em;
	float: left;
	width: 100%;
	margin-bottom: 12px;
	}
	
#shoe_title {
	height: 23px;
	margin-bottom: 8px;
	padding: 20px 0px 20px 20px;
	background: #eaeaea;
	}
#shoe_description_module {
	height: 208px;
	padding: 8px;
	margin-bottom: 8px; 
	background: #eaeaea;
	}
#shoe_price_module {
	height: 130px;
	width: 264px;
	padding: 14px 8px 8px 14px;
	float: left;
	margin-bottom: 8px; 
	background: #eaeaea;
	}
#shoe_selector {
	height: 136px;
	width: 609px;
	padding: 8px 8px 8px 12px;
	float: left;
	margin: 0px 0px 8px 8px; 
	background: #eaeaea;
	}
	
#shoedetail h2{
	font-size: 2.3em;
	font-weight: bold;
	color: #4c3b00;
	}

#shoedetail h3{
	font-size: 1.7em;
	font-weight: bold;
	margin: 0px 0px;
	color: #4d3a00;
	}
#shoedetail ul, 
#shoedetail li{	
	font-size: 1.2em;
	margin: 8px 0 8px 8px;
	padding-left: 4px;
	list-style: disc;
	color: black;
	}	
.shoe_description {
	margin-left: 12px;
	height: 206px;
	width: 610px;
	float: left;
	line-height: 20px;
	}
	
.shoe_description h4{
	color: #4c3b00;
	font-size: 1.5em;
	float: left;
	width: 100%;
	margin-bottom: 12px;
	}
.shoe_detail_image img{
	height: 206px;
	width: 277px;
	padding: 0px;
	float: left;
	border: 1px solid #bbb;
	}
.shoe_column {
	float: left;
	background: #eaeaea;
	width: 290px;
	height: 129px;
	padding: 15px 8px 8px 12px;
	margin: 0px 0px 8px 8px; 
	}

.shoe_column select {
	margin-left: 60px; 
	margin-right: auto;
	width: 170px;
}

.shoe_column input {
	width:  150px;
	margin-left: 70px; 	
}

.shoe_column h2 {
	text-align: center;
}


/* ----- BASE COPY ----- */

#basecopy {
	width: 935px;
	margin: 45px auto 0px auto;
	padding: 10px;
}
#basecopy p {
	color: black;
	line-height: 18px;
	font-size: 1.4em;
	text-align: left;
}
#basecopy h3 {
	padding: 10px 0 22px;
	font-size: 1.7em;
	font-weight: bold;
	color: #483f30;
}
#basecopy h3.top {
	padding: 31px 0 15px;
	font-size: 1.7em;
	font-weight: bold;
	color: #483f30;
}
#basecopy ul {
	margin: 10px 0 20px 0;
	font-size: 1.4em;
}
#basecopy li{
	margin: 4px 0 4px 17px;
	padding-left: 4px;
	list-style: disc;
	color: black;
}

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


div#footernavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	margin: -8px auto 5px;
	width: 960px;
	height: 23px;
	background: transparent;
	color: #4b3c00;
	font-weight: bold;
	text-align: center;
	}
div#footernavigation ul {
	padding:0px;
	margin: 15px 0px 0px 3px;
	color: #4b3c00;
	line-height: 24px;
	}
div#footernavigation li {
	padding:0em 1.4em 0em 1em;
	display: inline;
	color: #4b3c00;
	text-decoration: none;
	border-right: 1px #bbb solid;
	font-weight: bold;	
	}
div#footernavigation li a{
	font-weight: bold;
	color: #4b3c00;
	text-decoration: none;
	}
div#footernavigation li a:hover {
	color: #cd8f49;
	text-decoration: none;
	padding: 0px;
	}
div#footernavigation li.last {
	background: none;
	border-right: 0px #3f3f3f solid;
	}
div#footernavigation li.last a{
	background: none;
	border-right: 0px #3f3f3f solid;
	}


/* ----- PARAGRAPHS ----- */

p {
	color: black;
	font-size: 1.4em;
	text-align: left;
	}
#footer p {
	font-size: 1em;
	text-align: center;
	}

/* ----- LISTS ----- */


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

a:hover{
	}
a:visited, a:active, a:focus{
	}
a:link img,
a:visited img,
a:hover img,
a:active img {
	border:none;
	}


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

h1 {
	font-size: 3.6em;
	font-weight:normal;
	padding: 0px 0px 0px 0px;
	margin: 0;
	}
h2 {
	
	font-size: 1.5em;
	font-weight:normal;
	padding: 0px 0px 0px 0px;
	margin: 0;
	}
h3 {
	font-size: 1.20em;
	padding: 0;
	margin: 0px 0px 0px 0;
	font-weight: normal;
	}
h4 {
	font-size: 1.0em;
	}
h5{
	}

/* ----- IMAGES ----- */

img{
	border: none;
	margin: 0px;
	padding: 0px;
	}
img a{
	border: none;
	margin: 0px;
	padding: 0px;
	}
img a:hover{
	border: none;
	margin: 0px;
	padding: 0px;
	}

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

#contact {
	background: transparent;	
}
#contact-area {
	width: 600px;
	padding: 35px 0 45px 0px;
	margin: 25px 0 40px 80px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.6em;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 0px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	background: #40382a;
	color: #fff;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.5em;
}



/* forms
----------------------------------------------- */
#search {
	margin: -5px 10px 0 0;
	padding-top:10px;
	float: right;
	}
form {
	overflow:hidden;
	}
fieldset {
	border:0px solid #bbb;
	padding: 0px;
	position:relative;
	background:transparent;
	margin: 0px;
	}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
	}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
	}
fieldset p label {
	width:98%;
	}
fieldset p input {
	width:98%;
	}
fieldset p select {
	width:99%;
	}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
	}
fieldset.login p input {
	width:60%;
	}
fieldset.login input.buttonr {
	margin-left:35%;
	width: 100px;
	}
form p.notice {
	font-weight:bold;
	}
input.search.text {
	width:200px;
	}
input.search.buttonr {
	width: 20px;
	width:55px;
	margin-left:5px;
	}
#shoedetail label {
float : left;
font-size: 1.2em;
margin : 0px 5px 0px 0px;
width : 100px;
display : block;
font-weight: bold;
color: #41382a;
}

textarea, select {
border : 0;
margin : 3px;
padding : 6px 3px;
color : black;
}

.clearAll {
clear : both;
}
.frmShdwTopLt {
float : left;
background : url(../images/site/shadowUpperLeft.gif) no-repeat top left;
}
.frmShdwBottomRt {
float : left;
background : url(../images/site/shadowLowerRight.gif) no-repeat bottom right;
}
.frmShdwBottomLt {
float : left;
background : transparent url(../images/site/shadowBottomLeft.gif) no-repeat bottom left;
}
.frmShdwTopRt {
float : left;
background : transparent url(../images/site/shadowTopRight.gif) no-repeat top right;
}
.frmShdwCheck {
border : 0;
margin : 0;
padding : 0;
}
.frmShdwCheck img {
border : 0;
margin : 0;
}
.frmShdwRadio {
float : left;
margin : 0;
}
.frmShdwRadio img {
border : 0;
margin : 0;
}
.frmShdwSubmit {
border : 0;
background : #f7f7f7 !important ;
background : transparent;
float : left;
font-weight : bold;
cursor : pointer;
}
.frmShdwSubmit:hover {
color : #000000;
}
.frmShdwSelectDropChosen {
margin : 3px 3px 3px 5px;
padding : 0 0 0 2px !important ;
padding : 0 0 3px 2px;
font-size : 0.9em;
float : left;
border-right : 1px solid #cccccc;
border-left : 1px solid #ffffff !important ;
border-left : 0;
display : block;
cursor : pointer;
color : #666666;
text-decoration : none;
}
.frmShdwSelectDropShown {
margin : 3px 3px 3px 5px;
padding : 0 0 0 2px;
font-size : 0.9em;
float : left;
border-right : 1px solid #cccccc;
border-left : 1px solid #cccccc;
border-bottom : 1px solid #cccccc;
position : absolute;
background : #ffffff;
}
.frmShdwSelectDrop {
display : none;
}
.fakeSelectImg {
border : 0;
margin : 5px 5px 0 0;
}
.frmShdwSelectDropShown a {
display : block;
margin : 0;
padding : 0;
border-bottom : 1px dashed #ffffff;
text-decoration : none;
color : #666666;
}
.frmShdwSelectDropShown a.selected {
background : #f7f7f7;
color : #000000;
border-bottom : 1px dashed #cccccc;
}
.frmShdwSelectDropShown a.selected:after {
content : " <<";
}
.frmShdwSelectDropShown a:hover {
background : #f7f7f7;
border-bottom : 1px dashed #cccccc;
text-decoration : none;
color : #666666;
}
.frmShdwSelectDropShown a:hover:after {
content : " <<";
}
.submit {
	margin-right: 50px;
	float: right;
	}

#showcase_container-noheight {
	width: 942px;
	background: transparent url(../images/site/top-bg.png) no-repeat;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#showcase_container-noheight h2 {
	font-size:2.7em;
	font-weight: bold;
	color: #4b3c00;
	margin-bottom: 8px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 28px;
	padding-left: 30px;
}

#showcase_container-noheight h3 {
	padding: 30px 0 10px 30px;
	font-size: 2em;
	font-weight: bold;
	color: #4b3c00;
}

.grid-header {
	width: 942;
	padding: 10px 0px 10px 10px;
	border: 1px solid #bbb;
	background-color: white;
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight: bold;
	color: #4b3c00;
}

.grid-title {
	font-size: 2em;
}

.alignRight {
	float: right;
	padding-right: 7px;
	font-size: 1em;
	vertical-align: top;
}

/* My Comment */


.section-title {
	padding: 8px 8px 8px 8px;
	width: 942;
	background-color: white;
	margin: 10px auto 10px auto;
	font-weight: bold;
	font-size: 1.5em;
	border: 1px solid #bbb;

}

.section-title p {
		padding: 7px 0 7px 7px;
		color: #4d3a00;
}


.right_align {
	float: right;
}


/* product table
----------------------------------------------- */

.productGrid {
	width: 942px;
	margin: 0px auto 20px auto;
}
.productGrid-header {
	font-size: 2em;
	font-weight: bold;
	color: #483f30;
	padding: 10px;
	border: 1px solid #bbb;
	clear: both;
	margin-bottom: 8px;
	background-color: #D1CCB1;
	margin-top: 36px;
}
.productGrid-option {
	font-size: 1.5em;
	font-weight: bold;
	color: #483f30;
	background: white;
	padding: 10px;
	border: 1px solid #bbb;
	clear: both;
	margin-bottom: 8px;
}
.productName-price {
	padding-right: 6px;
	}
.rightAlign-price {
	float: right;
	margin-top: 5px;
	margin-right: 6px;
	margin-bottom: 5px;
}

.left {
	float: left;
	width: 75%;
}

.right {
	float: right;
	width: 23%;
	text-align: right;
}

/* static text blocks
   ---------------------------------------------
*/
.static-text p {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.static-text li {
	font-size: 1.4em;
	color:  black;
	list-style-type: disc;
	margin-top: 4px;
	margin-left: 30px;
}






