/* base.css */

/*************************** Global Styles ***************************/
* {
    margin: 0;
    padding: 0;
}

object, a {outline:none}

h4 {
    font-weight:bold;
    font-size: 12px;
}
object {outline:none}
body {
    background-color:white;
    text-align: center;
    line-height:135%;
    font-family: "Times New Roman", serif;
    font-size: 12px;
    color: #666;
}
a {
    color: #666;
}

#header, .footer { font: 12px "Times New Roman", serif; }
#header a, .footer a {
    color: #000;
    text-decoration: none;
}

p {
     font: 13px "Times New Roman", serif;
}

.blog p { color: #979797; margin: 3px 0 5px; }

#content {
    margin:0 auto 30px;
    text-align:left;
    width:970px;
    height:100%;
}
.store #content {
    /*padding-left: 22px;*/
    width: 950px;
}
img { border:0px; }

/*#newsletter_signup {
    display:none;
    position:absolute;
    z-index:1000;
    bottom:4px;
    right:205px;
}
#newsletter_submit {
    padding-left:5px;
    }*/
table#base {
    height:100%;
}
/*#email_address {
    height:15px;
    padding:1px;
}*/
form {
    padding:0pt;
    margin:0pt;
}

/******* FONT STACKS *******/
@font-face {
    font-family: 'US101Regular';
    src: url('../fonts/us101-webfont.eot');
    src: url('../fonts/us101-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/us101-webfont.woff') format('woff'),
         url('../fonts/us101-webfont.ttf') format('truetype'),
         url('../fonts/us101-webfont.svg#US101Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/******* END FONT STACKS *******/

/*************************** End Global Styles ***************************/



/*************************** Header Styles ***************************/
#header {
    height:117px;
    border-bottom:1px solid #bcbbbb;
    margin-bottom: 25px;
}
.header_content {
    width: 980px;
    margin: 0 auto;
    height: 117px;
}
#header h1 {
    width: 301px;
    height: 82px;
    margin-top: 17px;
    background: url('../images/common/logo.jpg') no-repeat;
    text-indent: -9999px;
    float: left;
}
#header h1 a {
    width: 100%;
    height: 100%;
    display: block;
}
#header ul,
#header ul li {
    display: inline;
    height: 135px;
    line-height: 135px;
    margin-left: 18px;
/*    font-size: 13px;*/
    letter-spacing: 4px;
}

#header ul li { margin-left: 33px; }


/*************************** End Header Styles ***************************/



/*************************** Footer Styles ***************************/
.footer {
    border-top: 1px solid #bcbbbb;
    border-bottom: 1px solid #bcbbbb;
    color:#000;
    position:relative;
    min-width: 580px;
    font-size: 10px;
}
.footer ul {
    margin: 0;
    padding: 0;
    height: 100%;
}
.footer ul li {
    list-style-type: none;
    letter-spacing: 3px;
}

footer ul li.clear { height: 1px; }

.footer li.footer_nav {
    float: left;
    margin-left: 30px;
    line-height: 43px;
}
.footer li.footer_nav ul li {
    margin-right: 25px;
}
.footer li.soc_icons {
    float: right;
    margin-right: 30px;
    height: 42px;
}

li.soc_icons ul {
    height: 100%;
    margin-top: 8px;
}

li.soc_icons ul li {
    margin-left: 5px;
    float: left;
    width: 29px;
    height: 27px;
    overflow: hidden;
}

/* IE6 Bugs */
.ie6 ul li.soc_icons,
.ie6 ul li.footer_nav {
    margin: 0 auto;
    text-align: left;
    display: inline;
}

.ie6 ul li.soc_icons { width: 250px; }

.ie6 ul li.footer_nav { width: 350px; }

.ie6 ul li.footer_nav {
    margin-left: 20px;
}
/* END IE6 Bugs */

li.soc_icons ul li a {
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
    text-decoration: none;
}

li.flag_icn a {
  background: url('../images/common/soc_sprite.jpg') no-repeat 0px 0px;
}
li.vimeo_icn a {
  background: url('../images/common/soc_sprite.jpg') no-repeat -32px 0px;
}
li.youtube_icn a {
  background: url('../images/common/soc_sprite.jpg') no-repeat -66px 0px;
}
li.fb_icn a {
  background: url('../images/common/soc_sprite.jpg') no-repeat -99px 0px;
}
li.twitter_icn a {
  background: url('../images/common/soc_sprite.jpg') no-repeat -133px 0px;
}

li.flag_icn a:hover {
  background: url('../images/common/soc_sprite.jpg') no-repeat 0px -28px;
}
li.vimeo_icn a:hover {
  background: url('../images/common/soc_sprite.jpg') no-repeat -32px -28px;
}
li.youtube_icn a:hover {
  background: url('../images/common/soc_sprite.jpg') no-repeat -66px -28px;
}
li.fb_icn a:hover {
  background: url('../images/common/soc_sprite.jpg') no-repeat -99px -28px;
}
li.twitter_icn a:hover {
  background: url('../images/common/soc_sprite.jpg') no-repeat -133px -28px;
}

li.footer_nav ul li {
    display:inline;
}

/* Footer Stick Chunk */
/** {
    margin: 0;
}*/
html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -65px;
/*  This bit is to give the site a min width and has nothing to do with the sticky footer */
    min-width: 980px;
/*  End min width */
}
.footer, .push {
    height: 42px;
}
.push { margin-top: 42px; }
/* End Footer Stick Chunk */

/*************************** End Footer Styles ***************************/



/*************************** Collections Page ***************************/
.collections #content {
    width: 1015px;
    margin: 60px auto;
}

#feature_list_container {
    margin-left: -18px;
}

.feature_thumb,
.feature_image,
.feature_image img {
    width: 250px;
    height: 200px;
}

.feature_thumb {
    margin: 0 6px 6px 0;
    float: left;
    border:1px solid #F2F2F2;
}

.feature_thumb.last {
    margin-left: 0;
    margin-right: 0px;
    clear:right;
}

/*************************** End Collections Page ***************************/



/*************************** Inspired Page ***************************/
.inspired #content iframe{
    border: none;
    margin: 0 auto;
}


/*************************** End Inspired Page ***************************/



/*************************** SHOP and BLOG EXTRAS ***************************/
.blog_entry .share,
.store .share {
/*  display: inline-block;*/
    float:right;
	position: relative;
	width:165px;
	_width:185px;
}
.store .share { float: none; }

.blog_entry .share .title,
.store .share .title {
	font-size: 10px;
	text-transform: uppercase;
	float:left;
}

div.share { height: 100%; padding-top: 6px; }

ul.services { height: 100%; }

.services li {
    float:left;
    list-style:none;
    margin:0 0 0 10px;
    padding:0;
}

.services li a {
    float:left;
    position:relative;
    background:url('../images/common/share-sprite.png');
    display: block;
	height: 16px;
	width: 16px;
	line-height:0;
	text-indent:-9999px;
}
    .share .services .facebook, .share .services .twitter {
        width:16px;
        height:16px;
    }

	.share .services .facebook a {
		background-position: 0 0;
	}
	.share .services .twitter a {
		background-position: -16px 0;
	}
	.share .services .delicious a {
		background-position: -32px 0;
	}
	.share .services .stumbleupon a {
		background-position: -48px 0;
	}
	.share .services .e-mail a {
		background-position: -64px 0;
	}
	.share .services .facebook a:hover {
		background-position: 0 -16px;
	}
	.share .services .twitter a:hover {
		background-position: -16px -16px;
	}
	.share .services .delicious a:hover {
		background-position: -32px -16px;
	}
	.share .services .stumbleupon a:hover {
		background-position: -48px -16px;
	}
	.share .services .e-mail a:hover {
		background-position: -64px -16px;
	}

/*************************** End SHOP and BLOG EXTRAS ***************************/



/*************************** Terms Page ***************************/
.terms #content {
    width: 595px;
    margin: 0 auto;
}

.terms h2 {
    border-bottom:1px solid #F2F2F2;
    padding-bottom: 5px;
    margin-top: 30px;
    font-weight: normal;
    color: #000;
}

.terms h2:first-of-type {
    margin-top: 0;
}

.terms p {
    margin-top: 5px;
}

/*************************** End Terms Page ***************************/



/*************************** About Page ***************************/
.about img {
    margin: 0 auto;
    display: block;
}

/*************************** End About Page ***************************/



/*************************** Contact Page ***************************/
.contact #content {
    width: 755px;
    margin: 75px auto 0;
}

/*.ie6 .contact #content,*/
.oldie .contact #content {
    width: 775px;
}

.contact .hat_row {
    width: 600px;
    height: 257px;
    float: left;
    /*background: url('../images/common/contact_hats.jpg') no-repeat;*/
}

.contact_txt {
    margin: 115px 0 0 45px;
    float: left;
}

.contact h2 {
    color: #000;
}

.contact a {
    color: #000;
    text-decoration: none;
}

.contact a:hover {
    color: #666;
}

/*************************** End Contact Page ***************************/



/*************************** Utility Styles ***************************/
.clear, .cleared {
    clear:both;
    height: 1px;
}
.retailer_store {
    margin-bottom: 12px;
}


