/*--------------------------------------------------------------------------------------------------
Basic Style Sheet (all browsers)

version:	1.1
author:		Damien van Holten
email:		damien@reaact.net
website:	http://www.reaact.net & http://www.damienvanholten.com
--------------------------------------------------------------------------------------------------*/

@import "reset.css";

/* #generic styles
--------------------------------------------------------------------------------------------------*/

body
{
	font-size: 11px;
	background: url(../images/bg-body.gif) 0 0 repeat;
	color: #f4f4f4;
}

:focus
{
	outline: none;
}

/* Helper classes
--------------------------------------------------------------------------------------------------*/

.clear
{
	clear: both;
}

/* Typography
--------------------------------------------------------------------------------------------------*/

p
{
	line-height: 17px;
}

a:link,
a:visited
{
	color: #f4f4f4;
	text-decoration: none;
}

a:hover,
a:active
{
	color: #fff;
	text-decoration: underline;
}

a.buy:link,
a.buy:visited
{
	float: right;
	display: block;
	height: 22px;
	width: 66px;
	background: url(../images/button-buynow.gif) 0 0 no-repeat;
	text-decoration: none;
	text-indent: -999em;
}

a.buy:hover,
a.buy:active
{
	background: url(../images/button-buynow.gif) 0 -22px no-repeat;
}

h1
{
	background: url(../images/logo-shirtsforcoders.gif) 0 31px no-repeat;
	height: 34px;
	width: 461px;
	text-indent: -999em;
	padding: 31px 0 7px 0;
}

h2
{
	background: url(../images/shirtsforcoders-payoff.gif) 0 0 no-repeat;
	height: 12px;
	width: 374px;
	text-indent: -999em;
}

h3
{
	font-size: 19px;
	border-bottom: 1px solid #292b33;
	padding: 20px 0 20px 0;
	margin: 0 0 30px 0;
	font-weight: normal;
}

h3 span
{
	color: #999;
}

h4
{
	font-size: 19px;
	margin: 0 0 3px 0;
}

h5
{
	font-size: 18px;
	border-bottom: 1px solid #292b33;
	padding: 5px 0 15px 0;
	margin: 0 0 15px 0;
}

/* Layout
--------------------------------------------------------------------------------------------------*/

.inner-wrapper
{	
	width: 695px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#navigation
{
	background: url(../images/bg-navigation.gif) 0 0 repeat-x #4e505d;
}

#navigation p
{
	color: #8a8a8a;
	text-align: right;
	padding: 10px 0;
}

#promotion
{
	background: url(../images/bg-header.gif) 0 0 repeat-x #222329;
}

#promotion p,
#promotion h2
{
	margin-bottom: 15px;
}

#promotion p
{
	margin-right: 270px;
}

#content
{
	background: url(../images/bg-content.gif) 0 0 repeat #2e2f37;
}

.shirt-model
{
	position: absolute;
	top: 0;
	right: 0;
}

#quote
{
	/* z-index: 10; */
	height: 61px;
	width: 112px;
	position: absolute;
	top: 53px;
	right: 58px;
}

#quote img
{
	position: absolute;
	top: 0;
	left: 0;
}

#slideshow 
{
	height: 61px;
	width: 112px;
	position: absolute;
	top: 53px;
	right: 58px;
}

#slideshow div 
{
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	height: 61px;
    background-color: transparent;
}

#slideshow div.active
{
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active
{
    z-index:9;
}

#slideshow div img 
{
	height: 61pxl
    display: block;
    border: 0;
}

/* Content shirts
--------------------------------------------------------------------------------------------------*/

.shirt-block
{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #292b33;
}

.shirt
{
	width: 213px;
	float: left;
	margin-right: 28px;
}

.shirt img
{
	margin: 0 0 15px 0;
	padding: 5px;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.shirt p
{
	padding-top: 2px;
	float: left;
	color: #888;
}

.shirt p strong
{
	color: #fff;
	margin-right: 6px;
}

.shirt.last-child
{
	margin-right: 0;
}

/* Content information
--------------------------------------------------------------------------------------------------*/

.detail
{
	height: 110px;
	float: left;
	width: 333px;
	margin-right: 28px;
}

.detail.last-child
{
	margin-right: 0;
}

/* Footer
--------------------------------------------------------------------------------------------------*/

#footer
{
	margin: 20px 0;
	color: #67676f;
}

#footer .hosting a:link,
#footer .hosting a:visited
{
	background: url(../images/logo-mediatemple.gif) 0 0 no-repeat;
	height: 16px;
	width: 42px;
	display: block;
	text-decoration: none;
	text-indent: -999em;
}

#footer .hosting a:hover,
#footer .hosting a:active
{
	background: url(../images/logo-mediatemple.gif) 0 -16px no-repeat;
}

#footer p
{
	float: left;
}

#footer a
{
	color: #7b7b83;
	text-decoration: underline;
}

#footer p.meta
{
	float: right;
}

#footer p.meta img
{
	margin-bottom: -5px;
	margin-left: 3px;
}

#footer .hosting
{
	float: right;
	text-align: right;
}

.infobox
{
	background: url(../images/bg-infobox.gif) 0 0 repeat;
	overflow: hidden;
	padding: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* Info box
--------------------------------------------------------------------------------------------------*/

.infobox p
{
	float: left;
	width: 500px;
}

.infobox p a:link,
.infobox p a:visited
{
	text-decoration: underline;
}

.infobox img
{
	margin: 7px 0 0 0;
	float: right;
}

/* Gallery lister
--------------------------------------------------------------------------------------------------*/

ul#product-photography li
{
	float: left;
	margin: 0 15px 15px 0;
}

ul#product-photography li img
{
	padding: 4px;
	background: #fff;
}