/*
Theme Name: Seventh.Ink Shirts V3 - Blog 1.0
Theme URI: http://www.furyshirts.com/
Description: Official Blog of Seventh.Ink Shirts and Apparel.
Version: 1.1
Author: Matt Johnson
Author URI: http://www.furyshirts.com/
Tags: shirts, apparel, seventh.ink, clothing
*/


/* Begin Typography & Colors */
* { margin:0; padding:0; }

body {
	background:#000000 url(../../../../resources/images/bg_stone_smaller.jpg) no-repeat center top fixed;
/*	background:#131313 url(http://www.furyshirts.com/../../../../resources/images/background_tile.gif) repeat;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	line-height:1.6em;
}

html
{
	font-size: 100%; /* IE hack */
}

iframe {
	background: transparent !important;
	border:none;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, dl, address, dd, ul, dtm, div 
{
	margin:0;
	padding:0;
}

li
{
	list-style-type:none;
}

a, a:active, a:visited {
	color: #0b83cf;
/*  color:#0066CC; */
	text-decoration: none;
	outline:none;
	-webkit-transition-property: color;
	-webkit-transition-duration: 600ms;
	-moz-transition-property: color;
	-moz-transition-duration:1s;
}

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

 #easyTooltip {
	padding:5px 10px;
	border:4px solid #333333;
	background:#111111;
	color:#fff;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* -- */

a img
{
	border: none;
}

.clear
{
	clear: both;
}

.float_right
{
	float: right;
}

.float_left
{
	float: left;
}

/*
#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}


#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}
*/

/* -- Header -- */

.header {
	float: left;
	width: 762px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

#headerwrap {
	background:#000000 url(../../../../resources/images/header_tile.png) repeat-x;
	width:100%;
	min-width:1102px;
	margin:0;
	padding:0;
	height:255px;
}

#header {
	/*contains logo and newsletter signup */
	background:none;
	width:1102px;
	margin:0 auto;
	overflow:hidden;
	height:256px;
	padding:0;
}


#headerContent {
	width:870px;
	margin:auto;
	padding:0px;
	height:148px;
	}

a.headerLogo {
	display:block;
}

.headerLogo {
	background:url(../../../../resources/images/header_logo.png) no-repeat;
	width:317px; 
	height:87px;
	top:33px;
	position:absolute;
	display:block;
	z-index:5000;
	}

/* -- NAVIGATION -- */

#navWrapper {
	list-style:none;
	width:928px;
	margin:0 auto;
	overflow:hidden;
	*overflow:visible;/* targets IE6 and 7 */
	position:relative;
}

.navLeftshadow, .navRightshadow {
	background:url(../../../../resources/images/nav_sprite_v3_2.png) no-repeat;
	height:107px;
	width:29px;
	display:inline;
	float:left;
}

.navLeftshadow {
	background-position:left -72px;
}

.navRightshadow {
	background-position:right -72px;
}

ul#nav, ul#subNav {
	list-style:none;
	border:none;
	display:inline;
	}
	
/* -- Important for IE! -- */
ul#nav li, ul#subNav li {
	display:inline;
	}
	
ul#nav li a, ul#subNav li a  {
	display:block;
	float:left;
	height:70px;
	width:113px;
	background:url(../../../../resources/images/nav_sprite_v3_2.png) no-repeat scroll top left;;
	text-indent:-9999px;
}

ul#nav li a span, ul#subNav li a span {
	background:url(../../../../resources/images/nav_sprite_v3_2.png) no-repeat scroll bottom left;
	display:block;
	width:100%;
	height:100%;
	z-index:1000;
}

ul#nav li a.store {
	background-position:-29px 0;
}

ul#nav li a.blog {
	background-position:-142px 0;
}

ul#nav li a.vote {
	background-position:-255px 0;
}

ul#nav li a.about {
	background-position:-368px 0;
}

ul#nav li a.press {
	background-position:-481px 0;
}

ul#nav li a.freestuff {
	background-position:-594px 0;
}

ul#nav li a.cart {
	width:191px;
	background-position:-707px 0;
}

ul#nav li a.blank {
	width:75px;
	background-position:-750px 0;
	cursor:auto;
}

/*-- HOVERS -- */

ul#nav li a.store span{
	background-position:-29px -72px;
}

ul#nav li a.blog span {
	background-position:-142px -72px;
}

ul#nav li a.vote span {
	background-position:-255px -72px;
}

ul#nav li a.about span {
	background-position:-368px -72px;
}

ul#nav li a.press span {
	background-position:-481px -72px;
}

ul#nav li a.freestuff span {
	background-position:-594px -72px;
}

ul#nav li a.cart span{
	width:191px;
	background-position:-707px -72px;
}

ul#nav li a.selected {
	background-position:inherit -72px;
}


#subNavWrap {
	width:870px;
	margin:0 auto;
	padding:0;
	position:absolute;
	left:29px;
	top:72px;
	z-index:9999;
}

ul#subNav {
	margin:0;
	padding:0;
	height:35px;
}

ul#subNav li a.all {
	background-position:-29px -144px;
}

ul#subNav li a.guys {
	background-position:-142px -144px;
}

ul#subNav li a.girls {
	background-position:-255px -144px;
}

ul#subNav li a.hoodies {
	background-position:-368px -144px;
}

ul#subNav li a.acc {
	background-position:-481px -144px;
}

ul#subNav li a.sale {
	background-position:-594px -144px;
}

ul#subNav li a.facebook {
	background-position:-707px -144px;
	width:37px;
	float:right;
}

ul#subNav li a.twitter {
	background-position:-744px -144px;
	width:37px;
	float:right;
}

ul#subNav li a.flickr {
	background-position:-782px -144px;
	width:37px;
	float:right;
}

ul#subNav li a.login {
	background-position:-820px -144px;
	width:78px;
	float:right;
	margin-right:1px;
}

ul#subNav li a.logout {
	background-position:-952px -144px;
	width:78px;
	float:right;
	margin-right:1px;
}


/*-- SUB NAV HOVERS -- */

ul#subNav li a.all span{
	background-position:-29px -179px;
}

ul#subNav li a.guys span{
	background-position:-142px -179px;
}

ul#subNav li a.girls span{
	background-position:-255px -179px;
}

ul#subNav li a.hoodies span{
	background-position:-368px -179px;
}

ul#subNav li a.acc span{
	background-position:-481px -179px;
}

ul#subNav li a.sale span{
	background-position:-594px -179px;
}

ul#subNav li a.facebook span{
	background-position:-707px -179px;
}

ul#subNav li a.twitter span{
	background-position:-744px -179px;
}

ul#subNav li a.flickr span{
	background-position:-782px -179px;
}

ul#subNav li a.login span{
	background-position:-820px -179px;
	width:78px;
}

ul#subNav li a.logout span{
	background-position:-952px -179px;
	width:78px;
}




/* -- END OF NAVIGATION -- */


/* -- Content -- */



#shell {
	width:1102px;
	height:auto;
	padding:0;
	margin:0px auto 0 auto;
	}

#contentWrap {
	background:#000000;
	width:870px;
	padding:0 0 1px 0;
	height:auto;
	min-height:815px;
	color:#666666;
	margin:0 auto 30px auto;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-khtml-border-radius: 5px;
	}

/* #content {
	padding:0 15px 0px 15px;
	}
*/
		
#contentWhite {
	background:#f7f7f7 url(../../../../resources/images/contentWhite_bottom.jpg) no-repeat 0 bottom;
	padding:0 15px 15px 15px;
	margin:30px;
	min-height:700px;
	width:485px;
	float:left;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-khtml-border-radius-topright: 5px;
	-khtml-border-radius-topleft: 5px;
	}

#left_column
{
	float: left;
	width: 560px;
}

body.home #left_column
{
	width: 550px;
}

#right_column
{
	float: right;
	width: 180px;
}


h1
{
	color: #002F4C;
	font-size: 2.2em;
	font-weight: bold;
	margin-bottom: 0.8em;
}


h2
{
	color: #333333;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 1.6em;
	text-align:left;
	line-height:30px;
}

.introContent h2 {
	font-size: 1.4em;
	font-weight: bold;
}

h2.error
{
	color: #993B24;
}

h3
{
	clear: both;
	color: #333333;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 0.5em;
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 0.3em;
	margin-top:15px;
	line-height:30px;
}

h4
{
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.1em;
}


h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Arial, Sans-Serif;
	font-size: 1.4em;
	font-weight:normal;
	}

/*h3 {
	font-size: 1.3em;
	}*/

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited /*, h3, h3 a, h3 a:visited*/ {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited /*, h3, h3 a, h3 a:hover, h3 a:visited,*/ #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}



/* -- DATE RIBBON STYLES -- */


#post-date {
	position: absolute;
	margin:0px 10px 0 -73px;
}

/* -- IE HACK -- */
html>body #post-date {
	*margin:15px 10px 0 -73px;
}

#post-date .box {
	background: #007acb;
	border:1px solid #4d98d0;
	height:52px;
	width:55px;
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.25);
  -khtml-box-shadow: 0px 2px 3px rgba(0,0,0,0.25);
  -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.25);
	z-index: 999; /* the stack order: foreground */
	text-align:center;
}

#post-date .day {
	padding:9px 7px 2px 7px;
	font-size:28px;	
	color:#FFFFFF;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

#post-date .month {
	font-size:12px;
	padding-top:2px;
	padding-bottom:5px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	color:#FFFFFF;
}

#post-date .triangle-l {
	border-color: transparent #004e87 transparent transparent;
	border-style:solid;
	border-width:30px;
	height:0px;
	width:0px;
	position: relative;
	left: -30px;
	top: -32px;
	z-index: -100; /* displayed under bubble */
}

#post-date .triangle-l2 {
	border-color: transparent #4d98d0 transparent transparent;
	border-style:solid;
	border-width:30px;
	height:0px;
	width:0px;
	position: relative;
	left: -30px;
	top: -91px;
	z-index: -200; /* displayed under bubble */
}


/* -- END DATE RIBBON STYLES -- */

.entry p {
/* font-size: 1.05em;*/
	margin-top:15px;
	margin-bottom:15px;
	}
	
.widecolumn .entry p {
	font-size: 1.05em;
/*	margin-bottom:15px; */
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

.entry {
	margin-top:1px;
	}

.entry img {
/*	border:1px solid #777777;*/
	border:1px solid #CCCCCC;
	margin:0 15px 15px 0;
	float:left;
	}

/* Thumbnails */
.entry img.wp-post-image {
	margin:0 15px 15px 0;
	padding:5px;
	background:#ffffff;
	float:left;
}
	
/*.entry p a:visited {
	color: #b85b5a;
	}*/

.flickr-mini-gallery {
	margin-left:-4px;
}
	
.flickr-mini-gallery img {
	border:1px solid #777777;
	margin:5px;
	width:69px;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #e9e9e9;
	padding: 2px;
	margin-right:3px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family:Arial, Sans-Serif;
	line-height:1.6em;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em  Arial, Sans-Serif;
	line-height:1.6em;
	}

#rssFeed {
	background:url(images/sidebar_rss_module.png) no-repeat;
	width:263px;
	height:150px;
	margin:0;
}

.rssContent {
	margin:10px 0 0 0;
	padding:10px 15px 15px 15px;
}

.rssContent h2 {
	line-height:19px;
}	
	

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.postmetadata {
	margin:10px 0px 10px -15px;
	padding:7px 14px 7px 16px;
	width:100%;
	font-size:10px;
	display:inline-block;
	line-height:13px;
	background-color:#e9e9e9;
	border-top:1px dotted #cccccc;
/*	clear: both;*/
	}
	

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.clear {
	clear: both;
}

.postDivider {
	background:none;
	border-top:1px dashed #333333;
	height:1px;
	width:auto;
	min-height:1px;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	text-align: center;
	background:#e9e9e9;
	padding:15px;
	margin:15px 0 -30px 0;
	width:auto;
	border:1px solid #CCCCCC;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	line-height:19px;
}	

h3 {
	padding: 0;
	margin: 30px 0 0;
	padding-bottom: 0.1em;
	margin-bottom: 0.4em;
	}

h3.comments {
	padding: 0;
	margin: 15px auto;
	}
/* End Headers */



/* Begin ../../../../resources/images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End ../../../../resources/images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 30px 0 30px;
	list-style: none;
	text-indent: 0px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	list-style:none;
	list-style-image:url(../../../../resources/images/ListElement.png);
	}

/*.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	WAS DOUBLE ANGLE QUOTES
	} */
	
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/*ul#sidebarList {
 }

ul#sidebarList li {
	border-bottom:#cccccc 1px solid;
	padding:7px 0 14px 0;
 }*/


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	line-style:none;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 10px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 10px 0 0;
	padding: 0;
	color:#333333;
	list-style:none;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#rssFeed input.rssEmail {
	background:none;
	border:none;
	width: 150px;
	display:inline;
	padding: 5px;
	margin: 0px 5px 15px 15px;
	height:20px;
	color:#cccccc;
	outline:none;
	}


/* Firefox Hack */
#rssFeed input.rssEmail, x:-moz-any-link {
	margin: -2px 5px 15px 15px;
	padding: 10px 5px 0px 5px;
}

/* -- IE 7 HACK -- */
#rssFeed input.rssEmail {
	*margin-top:-12px;
}

			
#rssFeed #submit {
	margin: -2px 15px 15px auto;
	display:inline;
	border:none;
	background:url(../../../../resources/images/btn_submit.png) no-repeat;
	text-indent:-9999px;
	height:32px;
	width:76px;
	float: right;
	padding:2px;
	font-size:0px;
	line-height:0px;
	}

/* -- IE 7 HACK -- */
html>body #rssFeed #submit {
	*margin: -12px 15px 15px auto;
}

/* Firefox Hack */
#rssFeed #submit, x:-moz-any-link {
	margin: -3px 15px 15px auto;
}
	
#rssFeed #submit:hover, #rssFeed #submit:focus {
	width:76px;
	background-position:0px -32px;
	border:none;
	display:block;
	cursor:pointer;
}

#commentform input {
	width: 170px;
	padding: 7px;
	margin: 5px 5px 1px 0;
	border:#dddddd 1px solid;
	}

/* -- IE 7 HACK -- */
#commentform label small {
	*margin-top:14px;
	*position:absolute;
}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 469px;
	padding: 7px;
	border:#dddddd 1px solid;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}

#commentform #submit {
	margin: 9px -10px 0 auto;
	display:block;
	border:none;
	background:url(../../../../resources/images/btn_submit.png) no-repeat;
	text-indent:-9999px;
	height:32px;
	width:76px;
	float: right;
	padding:2px;
	font-size:0px;
	line-height:0px;
}
	
#commentform #submit:hover, #commentform #submit:focus {
	width:76px;
	background-position:0px -32px;
	border:none;
	display:block;
	cursor:pointer;
}
	
/* -- NEWSLETTER FORM -- */

#newsletterform {
	background:none;
	float:right;
	z-index:9999;
	position:relative;
	margin:100px 0 0 0;
	}	

#newsletterform input.email {
	background: #2b2b2b;
	width:120px;
	height:22px;
	padding:4px 5px 4px 5px;
	outline:none;
	color:#cccccc;
	border:1px solid #555555;
	z-index:1000;
	position:absolute;
	right:76px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

#newsletterform .label {
	background: url(../../../../resources/images/newsletter_title.png) no-repeat;
	width:194px;
	height:14px;
	text-indent:-9999px;
	float:left;
	position:absolute;
	margin:10px 10px 0 0;
	right:205px;
	display:block;
}

/* firefox hack */
#newsletterform input.email, x:-moz-any-link {
	padding:8px 0 0 5px;  
}

#newsletterform input.subscribe {
	display:block;
	border:none;
	background:url(../../../../resources/images/btn_submit.png) no-repeat;
	text-indent:-9999px;
	height:32px;
	width:76px;
	float: right;
	padding:2px;
	margin:0 0 0 0px;
	font-size:0px;
	line-height:0px;
	z-index:9999;
}

#newsletterform .subscribe:hover, #newsletterform .subscribe:focus {
	width:76px;
	background-position:0px -32px;
	border:none;
	display:block;
	cursor:pointer;
}

/* -- END NEWSLETTER FORM -- */


/*-- Custom DropDown -- */

/*span.select {*/
/*#sidebar select {
  position: absolute;
  width: 130px;
  height: 28px;
  padding: 7px;
  color: #fff;
  font: 12px Arial,sans-serif;
  background: url(../../../../resources/images/dropDown_backing.png) no-repeat;
  overflow: hidden;
  margin:2px 0 15px 0;
}*/

/* End Form Elements */


/* -- SHARE AND PRODUCT PURCHASE BUTTONS --*/


.addtoany_share_save_container {
 	margin-left:-9px;
}

#retweet {
	float:right;
	margin:9px -15px 0 0;
	*margin:-31px -13px 0 0; /* IE 7 HACK */
	background:none;
	border:none;
}



#buyProduct, #shareSave {
	background:#e9e9e9;
	padding:15px;
	margin:15px 0 15px 0;
	width:auto;
	border:1px solid #CCCCCC;
	font-size:16px;
/*	height:38px;*/
}

#shareSave {
	padding:5px;
}

.getShirt {
	position:relative;
	top:-8px;
/*	line-height:1px;*/
	}
	
#buyProduct a {
	float:right;
	height:39px;
	width:147px;
	background:url(../../../../resources/images/btn_viewSizes_sprite.png);
	text-indent:-9999px;
	margin-left:15px;
}


#buyProduct a.buyGuys {
	width:147px;
	background-position:-147px 0px;
	display:inline;
}

#buyProduct a.buyGirls {
	width:147px;
	background-position:0px 0px;
	display:inline;
}

#buyProduct a.visitPage {
	width:175px;
	background-position:-294px 0px;
	display:inline;
}

#buyProduct a.buyGuys:hover, #buyProduct a.buyGuys:focus {
	background-position:-147px -39px;
	cursor:pointer;
	display:block;
}

#buyProduct a.buyGirls:hover, #buyProduct a.buyGirls:focus {
	background-position:0px -39px;
	cursor:pointer;
	display:block;
}

#buyProduct a.visitPage:hover, #buyProduct a.visitPage:focus {
	background-position:-294px -39px;
	display:inline;
}
	
/* -- END PRODUCT PURCHASE BUTTONS --*/


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 10px 0 0 0;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
div.commentnumber {
	font-size:20px;
	margin-bottom:5px;
}


/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding:20px 0 10px 30px;
	*padding:30px 0 10px 0px; /* IE 7 HACK */
	margin-left:545px;
	width: 190px;
	list-style:none;
}

#sidebar select {
	width:200px;
}

#sidebar form {
	margin: 0;
	}


.widget { 
    background: #f7f7f7 url(../../../../resources/images/product_info_bottom.jpg) no-repeat 0 bottom; 
    padding: 15px; 
	width:233px;
	margin-top:30px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-khtml-border-radius-topright: 5px;
	-khtml-border-radius-topleft: 5px;
} 
 
.widgettitle { 
    background: url(../../../../resources/images/rounded_top.gif) no-repeat top left; 
    padding: 10px 10px 0 10px; 
} 
 
#sidebar ul {
	list-style: none;
	margin-left: 0px;
	padding:0;
}

#sidebar ul li ul {
	list-style: none;
}
	
#sidebar ul ul {
	list-style: none;
	margin:10px 20px;
	padding:0px;
}

#sidebar ul li ul li {
	list-style:none;
	margin:-1px -20px 0 -20px;
	padding:6px 0;
	border-bottom:dashed 1px #333333;
	border-top:dashed 1px #333333;
	display:block;
	width:auto;
}

#sidebar ul li ul li a {
	color: #0b83cf;
	text-decoration: none;
	outline:none;
	-webkit-transition-property: color;
	-webkit-transition-duration: 600ms;
	-moz-transition-property: color;
	-moz-transition-duration:1s;
}

#sidebar ul li ul li a:hover {
	color: #025f9a;
	text-decoration: none;
}



.widget a.twitterBtn {
	background:url(../../../../resources/images/btn_follow_twitter.png) no-repeat;
	display:block;
	width:233px;
	height:30px;
	text-indent:-9999px;
	margin-top:15px;
	background-position:0 0;
}

.widget a.twitterBtn:hover,.widget a.twitterBtn:focus {
	width:233px;
	height:30px;
	background-position:0 -30px;
}*/	

.widget a.flickrBtn {
	background:url(../../../../resources/images/btn_follow_flickr.png) no-repeat;
	display:block;
	width:233px;
	height:30px;
	text-indent:-9999px;
	margin-top:15px;
	background-position:0 0;
}

.widget a.flickrBtn:hover,.widget a.flickrBtn:focus {
	width:233px;
	height:30px;
	background-position:0 -30px;
}*/	

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 5px;
	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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 5px;
	margin: 0;
}
/* End captions */

ul#sitemap {
	list-style:none;
	margin:15px;
	}

ul#sitemap li {
	padding:5px;
	}

/* -- Footer -- */


/* 3 COLUMN FOOTER */

#footercolumnwrap {
	min-width:1102px;
	width:100%;
}

#footercolumns {
	width:870px;
	width:900px\9; /* IE Hack */
	margin:0 auto 0 auto;
}

#footercolumns h3 {
	border-width:0;
	margin:15px 15px 0 15px;
	padding-bottom:15px;
	color:#FFFFFF;
}

#footercolumns a, #footercolumns a:active, #footercolumns a:visited {
    color:#0b83cf; 
	text-decoration: none;
	outline:none;
	-webkit-transition-property: color;
	-webkit-transition-duration: 600ms;
	-moz-transition-property: color;
	-moz-transition-duration:1s;
}

#footercolumns a:hover {
	color: #025f9a;
	text-decoration:none;
}

#footercolumns .block {
	background:#1c1c1c;
	border:none;
	float:left;
	width:31%;
	margin:0 0 0 31px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
}

/* Firefox Hack */
#footercolumns .block, x:-moz-any-link {
	margin:0 0 0 30px;
}

#footercolumns .first, * html #footercolumns .first{
	clear:both;
	margin:0;
}

#footercolumns ul {
	background:#000000;
	list-style:none;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
}

#footercolumns ul li {
	padding:10px 15px;
	border-top:1px solid #222222;
	color:#666666;
}

#footercolumns ul li li {
  padding:10px 15px 0 15px;
  margin:0;
  border:0;
}


/* END 3 COLUMN FOOTER */


#footerShark {
	background:url(/../../../../resources/images/footer_shark.png) no-repeat;
	width:261px;
	height:304px;
	position:absolute;
	margin:460px 0 0 0px;
	*margin-left:-870px;
}

#footer {
	background:#1c1c1c url(../../../../resources/images/footer_top.gif) repeat-x;
	min-height:165px;
	color:#494949;
	text-align:right;
	padding:40px 0 0 0;
	margin-bottom:0px;
	margin-top:60px;
	width:100%;
	min-width:1102px;
	}

#footerContent {
	/*background:url(../../../../resources/images/footer_logo.png) no-repeat;*/
	width:870px;
	margin:auto;
	}

#footerNav {
	text-transform:uppercase;
	font-size:11px;
	color:#808080;
	}

#footerNav a.footerLink {
	text-transform:uppercase;
	font-size:11px;
	color:#808080;
}

#footerNav a.footerLink:hover {
	color: #025f9a;
	text-decoration: none;
}


#copyright {
	font-size:10px;
	margin-top:9px;
	}

#copyright a.footerLink {
	color:#808080;
	text-decoration:underline;
}

#copyright a.footerLink:hover {
	color: #025f9a;
	text-decoration: none;
}

#mcAfee {
	margin:20px 7px 0 5px;
	/**margin:-45px 140px 0 0px;*/	/* targets IE6 and 7 */
	float:right;
}


.gogreen {
	margin:0 -10px 0 0;
}
