html, body
{
	height: 100%;
}

body
{
	background-color: #000;
	color: #666;
	font-size: .75em; /* 12px */
	font-family: "georgia", "times new roman", "times", "serif";
}


br.clear
{
	float:none;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	padding: 0;
	margin: 0;	
}

a,
#navigation a:visited,
.actions a:visited
{
	color: #fff;
	font-style: italic;
	text-decoration: none;
}

a:visited
{
	color: #ccc;
}

a:hover,
#navigation a:hover,
.actions a:hover
{
	color: #e9c209;
}

button
{
	font-style: italic;
	color: #fff;
	font-size: 1.2em;
	padding: 0;
	border: 0 none;
	background: transparent;
	font-family: "georgia", "times new roman", "times", "serif";
}

button:hover
{
	color: #e9c209;
	cursor: pointer;
}

em
{
	font-style: italic;
}

strong
{
	font-weight: bold;
}

input.text
{
	color: #666;
	background-color: #000;
	border: 1px #333 dotted;
	font-family: "georgia", "times new roman", "times", "serif";
	padding: 8px;
	font-size: 1.1em;
}

#header
{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -470px;
	height: 147px;
	width: 106px;
}

#header #affairRibbon
{
	position: absolute;
	top: 0;
	left: 53px;
	width: 58px;
	height: 121px;
	z-index: 2;
	background-image: url('img/ribbon.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#header #affairRibbon:hover 
{
	background-position: top right;
}

#header #affairRibbon span 
{
	display: none;
}

#header #affairRibbon a
{
	display: block;
	height: 100%;
	width: 100%;
}

#header #cart
{
	position: absolute;
	top: 0;
	left: 71px;
	width: 35px;
	height: 147px;
	z-index: 1;
	background-image: url('img/cart.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

#header #cart:hover
{
	background-position: top right;
} 

#header #cart span
{
	display: none;
}

#header #cart a 
{
	display: block;
	height: 100%;
	width: 100%;
}

#container
{
	padding: 10px 10px 10px 106px;
	margin: 0 auto;
	min-height: 147px;
	width: 807px;
}

#common
{
	clear: both;
	margin: 0 auto;
	position: relative;
	z-index: 15;
	width: 949px;
}

#shirts, #emailSignup, #tweets, #links
{
	padding: 0 30px 0 106px;
	background-image: url("img/bg-fade-row.gif");
	background-repeat: no-repeat;
	margin-bottom: 15px;
}



#shirts li,
#shirts #shirtsDivider
{
	display: block;
	position: relative;
	height: 293px;
	width: 132px;
	border-right: 4px solid #000;
	float: left;
	text-align: center;
}

#shirts li
{
	background-color: black
}

#shirts li.mod6,
#shirts #shirtsDivider.mod6
{
	border-right: none;
}

#shirts li .fade
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 57px;
	background-image: url("img/bg-fade-item.png");
	background-repeat: repeat-x;
	z-index: 25;
}

#shirts #soldOutShirts li .greyOut
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 243px;
	background-color: #000;
	opacity: 0.7;
	z-index: 20;
}

#shirts li .greyOut span
{
	display: none;
}

#shirts li .thumbnail
{
	position: relative;
	margin: 11px 0;
	display: block;
	height: 232px;
}

#shirts li .thumbnail img
{
	display: block;
	position: absolute;
	bottom: 0;
	height: 220px;
	width: 132px;
}

#shirts li .name ,
#shirts li .author
{
	font-family: "georgia", "times new roman", "times", "serif";
	line-height: 1.25em;
	color: #666;
}

#shirts li .name
{
	font-style: italic;
	color: #fff;
}

#shirts li .name a
{
	text-decoration: none;
}

#shirts li:hover .name a
{
	color: #e9c209
}

#shirts #shirtsDivider img
{
	margin-top: 11px;
}

#emailSignup
{
	height: 50px;
	padding-top: 15px;
}

#emailSignup #emailAddress
{
	width: 700px;
	margin-right: 20px;
}

#emailSignup button
{
	float: right;
	margin-top: 7px;
}


#tweets
{
	min-height: 120px;
}

#tweets li
{
	width: 118px;
	height: 100%;
	border-right: 4px solid #000;
	float: left;
	padding: 10px 7px;
	line-height: 1.1em;
	font-size: .916em;
}

#tweets li.last
{
	border-right: none;
}


#tweets .details,
#tweets .details a
{
	color: #333;
	font-style: italic;
}

#tweets .details
{
	margin-top: 10px;
}

#links
{
	height: 60px;
}

#navigation
{
	float: left;
	padding: 15px 7px;
	width: 544px;
}

#navigation li
{
	width: 136px;
	height: 25px;
	float: left;
	font-style: italic;
	font-size: 1.2em;
}

#navigation li.active a
{
	color: #808080;
}

#navigation li a
{
	text-decoration: none;
}

#social
{
	padding: 15px 7px;
	float: right;
}

#social li
{
	height: 21px;
	margin-left: 6px;
	float: left;
}

#footer
{
	height: 60px;
	padding: 0 30px 0 106px;
}

#brand
{
	float: left;
	padding: 15px 7px;
	vertical-align: baseline;
}

#copyright
{
	padding: 18px 7px 15px;
	vertical-align: baseline;
}

#brand #theAffair
{
	color: #fff;
	margin-right: 8px;
	font-size: 1.4em;
}

#copyright
{
	color: #333;
	font-size: .9em;
	line-height: 2em;
	float: right;
}

#cmPage
{
	width: 806px;
}

#cmPage .largeImage
{
	width: 806px;
	display: block;
	margin-bottom: 35px;
}

#cmPage .mediumImage
{
	width: 383px;
	display: block;
	float: left;
	margin: 0 40px 35px 0;
}

#cmPage .col
{
	width: 383px;
	float: left;
	margin-right: 40px;
}

#cmPage .col.fullWidth
{
	width: 806px;
	margin-right: 0;
}

#cmPage .mediumImage.last,
#cmPage .col.last
{
	margin-right: 0;
}

#cmPage .col h2
{
	margin-bottom: 35px;
	font-size: 2.2em;
	line-height: 1.2em;
	color: #fff;
}

#cmPage .col .text
{
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 85px;
}