/* Plink */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* Google Fonts for Fun! */
@import url(http://fonts.googleapis.com/css?family=Oxygen:400,700);

body {
	background-color: #B3B5AA;
	color: #333;
	font-family: Oxygen, Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: normal; 
	font-size: 14px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Here we go! */
#header
{
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #d8d9d3;
	width: 100%;
	height: 250px;
}
#linkrow {
	background-image: url(bar-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #40423b;
	width: 100%;
	height: 33px;
}
.linkrow
{
	display: block; 
	text-align: center;
	padding-top: 5px;
}
#linkrow a { color: #B3B5AA; }
#wrapper {
	width: 900px;
	margin: 0 auto 25px ;
	background-color: #F8F9F6;
	overflow: hidden;
	
	}

#content { padding: 25px 25px 0 25px; overflow: hidden;}

h1 { font-size: 170%; font-weight: bold; color: #C30; }
h2 { font-size: 145%; font-weight: bold; color: #C30;}
h3 { font-size: 130%; font-weight: bold; }
h4 { font-size: 115%; font-weight: bold; }
h1, h2, h3, h4 { font-family: Georgia, "Times New Roman", Times, Serif; margin: 0px 0 10px 0; }

p { line-height: 125%; margin-top: 0; margin-bottom: 10px; }
li { line-height: 125%; margin-bottom: 10px; margin-left: 25px; }
blockquote { margin: auto 25px; background-color: #D4D6D1; padding: 10px;}

#leftcol
{
	float: left;
	width: 48%;
	margin-right: 4%;
	overflow: hidden;
}

#rightcol
{
	float: left; 
	width: 48%;
	overflow: hidden;
}

.clearfix { clear: both; margin-bottom: 15px; }

/* form */

form { margin: 0; }

#q
{
	width: 2em;
	text-align: center;
	line-height: 1.6em;
	vertical-align: middle;
}

form input[type=text]
{
	border: 1px #333 solid;
	height: 1.6em;
	width: 180px;
	vertical-align: top;
	font-size: 100%;
	padding: 0px 5px; 
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
}
checkbox {
	border: 1px #333 solid;
	line-height: 1.6em;
	vertical-align: middle;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
select
{
	border: 1px #333 solid;
	line-height: 1.6em;
	vertical-align: middle;
	font-size: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
form option { vertical-align: middle; }
.order-button
{
	border: 1px #333 solid;
	background-color: #F63;
	color: #fff;
	height: 2em;
	display: block;
	padding-bottom: 3px;
	vertical-align: middle;
	font-size: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-variant: small-caps;
	font-weight: bold;
	text-shadow: 1px 1px 1px #191919;
}

ul.tshirts {  margin-bottom: 15px; margin-right: 0; background-color: #d8d9d3;}
ul.tshirts li
{
	list-style-type: none;
	display: inline-block;
	vertical-align: middle;
	padding-top: 8px; 
	}
ul.tshirts li:first-child { width: 110px;}

#footer { background-color: #575546; clear: both; margin-top: 10px; }
.footer { padding: 10px; color: #F8F9F6; text-align: center; }