/* @override 
	http://www.jasonhdavis.com/~managed/iridium_feb10/css/style.css
*/

/* 
Colors Used:
#c7f40f - Light Green (footer links)
#9fc200 - Dark Green (h2)
#e2e2e2 - Grey Background
#68436a - Deep purple
#3270b8 - Blue
#f9e497 - yellow
 */


/* @group RESET */

* {
	margin: 0;
	padding: 0;
}

body {
	line-height: 1;
	background-color: #fff;
}

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;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	font-style: normal;
	border-width: 0;
	border-style: none;
}

strong {
	font-weight: bold;
}

ul {
	list-style: none;
	font-size: 1em;
	padding: 0;
	margin: 0;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 1em;
}

blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

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

a img { border: none; }



/* @end */

.collection_spacer {
	display: block;
	clear: left;
	height: 10px;
}

html {
	font-size: 100%;
}

body {
	font: 1em/1.2em Georgia, "Times New Roman", Times, serif;
	background-color: #e2e2e2;
	margin: 0;
	padding: 0;
}

hr {
	clear: both;
	border-bottom: 1px solid #e9eff3;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 99%;
}

.white_body {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

a img {
	border-style: none;
}

/* @group Header */

#header {
	position: relative;
}

#logo {
	float: left;
	margin-left: 0;
	display: inline;
	margin-bottom: 1em;
}

#logo img {
	margin-bottom: -1em;
}

#logo span {
	color: #7f9b09;
	float: left;
	display: inline;
	clear: both;
	text-align: right;
	margin-left: 5px;
	text-shadow: #fff 1px 1px 3px;
	width: 420px;
	font: .75em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: -.75em;
}

#header .spacer {
	position: relative;
	float: left;
}

#top_feature {
	float: right;
	text-align: right;
	margin-top: 15px;
	line-height: 1.3em;
}

#top_feature #locator_button  {
	background-color: #3270b8;
	color: #fff;
	margin-right: 5px;
	padding: 2px 3px;
	font: .75em "Lucida Grande", Lucida, Verdana, sans-serif;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius:3px;
}

#top_feature a#locator_button:hover,
#top_feature a#locator_button:active  {
	background-color: #68436a;
}

#top_feature #collection_button {
	font: .75em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #68436a;
}

#top_feature #collection_button:hover, #top_feature #collection_button:active {
	text-decoration: underline;
}


/* @end */

/* @group Navbar (Top and footer) */

.navbar {
	list-style-type: none;
	color: #fff;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	clear: left;
	margin: 5px 0 0;
}

.navbar li {
	display: inline;
	float: none;
	color: #e2e2e2;
	margin-right: 8px;
}

.navbar a:link, .navbar a:visited {
	color: #5f3c62;
}

.navbar a:hover, a:active {
	color: #3270b8;
}

#header {
	
}

/* @group Footer */

div.footer_body {
	color: #666;
	clear: both;
		-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.footer_margin {
	height: 20px;
}

.footer_content ul,.footer_content {
	padding: 0px;
	text-align: center;
}
.footer_content li {
	float: none;
	text-decoration: none;
	font: .75em/1em Verdana, "Lucida Grande", Lucida, sans-serif;
	margin-right: 5px;
}

.footer_content h4 {
	color: #fff;
	clear: left;
	font-size: .8em;
	line-height: 1.7em;
}

div.footer_body a {
	font-family: Lucida, sans-serif;
}

div.footer_body a:link, div.footer_body a:visited {
	color: #d1ff33;
}


div.footer_body a:hover, div.footer_body a:active {
	color: #e9eff3;
}


/* @end */

/* @group Pipes */

#headernav .y2009, #headernav .blog {
	border-right: 1px solid #6f6f6f;
	padding-right: 8px;
	margin-right: -2px;
}

#footernav .locator, #footernav .spring09, #footernav .home, #footernav .y2009  {
	border-right: 1px solid #e9eff3;
	padding-right: 7px;
}

/* @end */



/* @end */

/* @group Collections */

#collection-title {
	text-align: right;
}

.item_row {
	display: table;
	height: 300px;
	overflow: hidden;
}

.item_name {
	margin-left: 10px;
	margin-right: 10px;
}

.col_3.item_name {
	margin-right: 5px;
	margin-left: 5px;
} 

.item_centered {
	vertical-align: bottom;
}

#collection_nav {
	margin-right: 30px;
	float: right;
	margin-top: -3em;
}

div.item_name {
	margin-left: 10px;
	width: 230px;
	margin-right: 10px;
}

#collection_thumbs {
	margin-left: 10px;
}

#collection_thumbs img {
}



/* @end */

/* @group Rounded Corners */

/* ".blue_top div" represents the right corner */

/* @group Blue Corners */

.blue_body { background: #4c7e9c repeat;
	margin: 0 auto 1em;
}

.blue_top div, 
.blue_top, 
.blue_bot div, 
.blue_bot {
font-size: 1px;
height: 7px;
clear: both;
}

.blue_content {
	margin-right: 10px;
	margin-left: 10px;
}

/* @end */

/* @group White Corners */

.white_body { 
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #fff;
}



.white_top div, .white_top, .white_bot div, .white_bot {
height: 7px;
font-size: 1px;
clear: both;
}

.white_content {
	padding-top: 10px;
}

.white_nested {
	padding-right: 10px;
	padding-left: 10px;
}

/* @end */

/* @group Footer Corners */

.footer_body {
	margin-top: 10px;
	margin-bottom: 10px;
	background: #808080 repeat;
	
}

.footer_top div, .footer_top, .footer_bot div, .footer_bot {
font-size: 1px;
clear: both;
	height: 5px;
}

.footer_content {
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
}

/* @end */
/* @end */

/* @group Typography */

h1, h2, h3, h4, h5, p {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2em;
	margin: 0;
	padding: 0;
	color: #3270b8;
	z-index: 1;
	position: relative;
	bottom: 5px;
	font-weight: normal;
	font-style: normal;
}

h2 {
	font-weight: normal;
	font-style: normal;
	font-size: 1.3em;
	color: #9fc200;
	line-height: 1em;
	margin-bottom: .3em;
}

h2.right {
	color: #3270b8;
}

h2.middle {
	color: #68436a;
}

h3 {
	font-style: normal;
	font-weight: normal;
	color: #303030;
	font-size: 1.1em;
	margin-bottom: .2em;
}

h4 {
	color: #2d2d2d;
	font: .85em Georgia, "Times New Roman", Times, serif;
}

h5 {
	color: #3270b8;
	font: normal normal .8em Georgia, "Times New Roman", Times, serif;
}

p {
	color: #6a6a6a;
	text-align: left;
	margin-bottom: 20px;
	font: .8em/1.3em Georgia, "Times New Roman", Times, serif;
}

a:link, a:visited {
	color: #5f3c62;
	font: 1em/1.25em Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

a:hover, a:active {
	color: #3270b8;
}

blockquote {
	width: 460px;
	color: #482e4a;
	font: 1em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
	margin-top: 0;
	margin-left: 0;
}

.white_nested ul {
	margin-left: 40px;
	margin-top: 2em;
	width: inherit;
	margin-right: -30px;
}

sup {
	float: right;
	margin-right: 20px;
	font: .85em Georgia, "Times New Roman", Times, serif; 
	color: #482e4a;
}

.item_name h3 {
	text-align: center;
	vertical-align: baseline;
}

blockquote a:link, blockquote a:visited {
	color: #3270b8;
	font-size: .75em;
}

blockquote a:hover, blockquote a:active {
	color: #68436a;
}

#contact_info b {
	font: normal normal 1em Georgia, "Times New Roman", Times, serif;
	color: #5f3c62;
}

#contact_info span {
	color: #6a6a6a;
	font-size: .8em;
}

/* @end */

/* @group Forms */

fieldset {
	width: 0;
	height: 0;
}

form {
	border-style: none;
	border-width: 0;
	float: left;
	margin-top: .5em;
	margin-bottom: .5em;
}

input {
	padding-left: .25em;
	margin-right: 2.5px;
	padding-bottom: .1em;
	padding-top: .1em;
}

input,textarea {
	border: 1px solid #3270b8;
	font: 1em/1.1em Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	margin-bottom: 1em;
	float: right;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	color: #5f3c62;
	margin-right: 2.5px;
}

input:focus, textarea:focus {
	border: 1px solid #68436a;
}

form span {
	float: left;
	display: block;
	clear: none;
	color: #6a6a6a;
	margin-right: .5em;
}

form h3 {
	float: left;
}

form p {
	display: inline-block;
	font-size: 1em;
	float: left;
	padding-right: .5em;
	margin-right: 10px;
	color: #6a6a6a;
	clear: both;
	line-height: 1.5em;
}

input.state {
	float: left;
	clear: none;
	width: 2em;
}

input.small {
	width: 5em;
	float: left;
	margin-right: 1em;
}

input.medium {
	width: 9em;
}

input.large {
	width: 16em;
	float: left;
}

textarea.large {
	font-size: 1.2em;
	margin-right: 2em;
	padding: .25em;
	width: 13em;
}

input.submit, input#submit {
	color: #fff;
	background-color: #3270b8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height: 1.2em;
	margin-right: .5em;
	padding: 2px;
}

input.submit:hover, input#submit:hover {
	color: #fff;
	background-color: #68436a;
}

input.submit:active {
	border-style: dotted;
	border: 1px dotted #9fc200;
}



/* @end */

/* @group Page Overrides */

#previous-seasons .item {
	float: left;
	margin-left: 10px;
	margin-right: 40px;
	display: inline-block;
}

.shop h1 {
	line-height: 1em;
	padding-left: 10px;
}

.shop h2 {
	font-size: 1.2em;
}

.shop p {
	padding-left: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
}

span.phone {
	float: left;
	display: inline;
	margin-left: 5px;
	color: #3270b8;
	font-size: .9em;
}

.listing a:link {
	font-size: .9em;
}

.listing a {
	margin-left: 5px;
}

span.email {
	float: left;
	margin-left: 5px;
	color: #68436a;
	font-size: .9em;
}

.listing {
	display: block;
	margin-bottom: 10px;
	clear: both;
}



/* @end */

/* @group Grid */

.margin {
	margin-left: 20px;
	margin-right: 20px;
}

.no-margin {
	margin: 0;
}

.col_inherit {
	width: inherit;
	height: inherit;
	float: left;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear {
	clear: both;
}

.all_12{
	width: 960px;
	margin: 0 auto;
}

.all_12_real {
	width: 960px;
	margin: 0 auto;
}

.col_1
{
	width: 60px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	float: left;
}

.col_2 {
	width: 140px;
	margin-right: 10px;
	display: inline-block;
	margin-left: 10px;
	float: left;
}

.col_3 {
	width: 220px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	float: left;
}

.col_4{
	width: 300px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	display: inline-block;
}

.col_5
{
	width: 380px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	float: left;
}

.col_6
{
	width: 460px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	float: left;
}

.col_7
{
	width: 540px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	float: left;
}

.col_8 {
	width: 620px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	float: left;
}

.col_9
{
	width: 700px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	float: left;
}
.col_10
{
	width: 780px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	float: left;
}

.col_11 {
	width: 860px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	float: left;
}

.col_12 {
	width: 960px;
	display: inline-block;
}


.first {
	margin-left: 0px;
}

.last {
	margin-right: 0px;
}

.white_nested {
	margin-right: 5px;
	margin-left: 5px;
}




/* @end */

/* @group Retailers */

ul#resources {
	list-style-type: none;
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
	height: 40px;
	margin-bottom: 10px;
	margin-top: 0;
	margin-right: 20px;
}

ul#resources a:link, ul#resources a:visited {
	font-size: .75em;
}

ul#retailers {
	margin: 0;
	padding-left: 0;
	display: block;
	position: relative;
	top: -70px;
}

.retailer_row {
	height: 300px;
}

.retailer_photo {
	width: 220px;
	margin-left: 0;
	margin-right: -20px;
}

.retailer_words {
	float: left;
	margin-left: -10px;
	margin-right: 50px;
}

ul#retailers h2 {
	position: relative;
	left: -20px;
}

ul#resources li {
	float: left;
	margin-right: .3em;
}

a:link.download, a:visited.download {
	color: #9fc200;
}

a:hover.download, a:active.download {
	color: #3270b8;
}



/* @end */

/* @group Wordpress */

#blog h1 a {
	float: left;
	display: inline-block;
	color: #3270b8;
}

#blog h1 a:hover {
	color: #68436a;
}

#blog h2 {
	float: left;
	display: inline-block;
}

span#rss a {
	float: right;
	display: inline-block;
	margin-right: 2em;
	background-color: #3270b8;
	color: #fff;
	font: .75em "Lucida Grande", Lucida, Verdana, sans-serif;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius:3px;
	padding: 5px;
	position: relative;
	bottom: .6em;
	margin-top: .5em;
}

span#rss a:hover, span#rss a:active {
	background-color: #68436a;

}
#blog hr {
	width: 95%;
	margin-left: 5px;
}

#blog #headernav {
	width: 940px;
	margin-top: 1.75em;
	margin-left: 35px;
}

#blog .white_body {
	margin-top: 0;
	margin-bottom: 0;
}

#blog .alignleft {
	display: inline;
}

.entry img{
	background:url(img/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;
	border:none;
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;
}

#blog .post {
	width: 675px;
	padding-right: 15px;
	clear: both;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

#blog .postmetadata {
	clear: both;
}

#blog .navigation {
	margin-bottom: 1em;
	width: 680px;
	float: left;
	display: inline-block;
}

li.recentcomments {
	color: #4e4e4e;
	font-size: .9em;
}

.entry p {
	font-size: .9em;
	padding-top: .75em;
	margin-bottom: .5em;
	color: #2d2d2d;
	line-height: 1.4em;
}

#blog small {
	float: right;
	color: #7c7d7d;
	margin-top: .2em;
	font-size: .8em;
}

#blog .entry {
	clear: both;
}

ol.commentlist {
	width: 650px;
}

.widget ul {
	float: left;
	display: inline-block;
	margin-top: 1em;
	width: 180px;
	margin-right: 10px;
	margin-left: 2.5em;
}

.widget li {
	margin-top: .5em;
}

#commentform label small {
	width: 200px;
}

#commentform p {
	margin-bottom: 0;
}
.entry img{background:url(img/shadow.gif) no-repeat right bottom;padding:4px 10px 10px 4px;border:none;border-top:#eee 1px solid;border-left:#eee 1px solid;}.entry a img{border:none;background:none;background:url(img/shadow.gif) no-repeat right bottom;border-top:#eee 1px solid;border-left:#eee 1px solid;
	padding: 4px 10px 10px 4px;
}

img.centered, img.aligncenter{display:block;margin-left:auto;margin-right:auto;}img.alignright{margin:0 0 2px 7px;display:inline;}img.alignleft{margin:0 7px 2px 0;display:inline;}.alignright{float:right;}.alignleft{float:left;}.aligncenter, div.aligncenter{display:block;margin-left:auto;margin-right:auto;}.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, .wp-caption a img{margin:0;padding:0;border:0 none;}#content .wp-caption a:hover,
#content .wp-caption a:active,
#content .wp-caption a:link,
#content .wp-caption a:visited{border:none;}.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;margin:0;
	padding: 0 4px 5px;
}

#blog #footernav {
	position: relative;
	top: .1em;
	margin-left: 40px;
	width: 940px;
	margin-bottom: 1em;
}

#blog ul {
	position: relative;
	right: 35px;
	bottom: 20px;
}

#blog li {
	list-style-type: none;
}
/* @end */