/* global */

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

a { color: #0066cc; text-decoration: none; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:active { text-decoration: none; }
a:hover { text-decoration: underline; }

img {
	border: 0;
}

.emphasis {
	font-style: italic;
}

/* header */

#header {
	width: 768px;
	margin: 20px auto 0px auto;
	height: 200px;
	background: url('../images/header.gif') no-repeat;
	border: 1px solid #ccc;
}

#header h1 {
	padding: 50px 40px 0 0;
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: 28px;
	color: #000;
	text-align: right;
	line-height: 18px;
}

#header .hope {
	font-size: 16px;
}

a.header, a.nav {
	color: #000;
	text-decoration: none;
}

/* nav */

#nav {
	width: 770px;
	margin: 0 auto 0px auto;
	background: url('../images/nav.gif') no-repeat;
	border-bottom: 1px solid #ccc;
}

#nav p {
	margin: 0;
	padding: 5px 10px;
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-align: left;
}

/* content */

#content {
	width: 770px;
	margin: 10px auto 0px auto;
	text-align: left;
}

#blog {
	float: left;
	width: 400px;
	margin: 10px;
}

#blog p {
	margin: 0 0 5px 0;
	padding: 0;
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: 12px;
	color: #000;
}

#blog p.title {
	font-size: 14px;
	font-weight: bold;
}

a.title {
	color: #000;
	text-decoration: none;
}

a.title:hover { color: #0066cc; }


#blog p.date {
	margin: 0 0 10px 0;
	font-size: 10px;
	color: #999;
}

#t-shirts {
	float: right;
	margin: 10px;
	text-align: center;
}

h2 {
	margin: 0;
	padding: 0;
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	text-align: center;
}

div.t-shirt {
	width: 280px;
	margin: 10px 0;
	padding: 20px 10px 10px 10px;
	border: 1px solid #ccc;
	text-align: center;
}

/* footer */

#footer {
	clear: both;
	width: 770px;
	margin: 10px auto 20px auto;
	border-top: 1px solid #ccc;
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: 11px;
	color: #999;
	text-align: center;
}

a.footer { color: #999 }


h3 {
	margin: 0 0 20px 0;
	padding: 0;
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}

#store {
	width: 600px;
	margin: 10px;
}

#store p {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: 12px;
	color: #000;
}


div.t-shirt-description {
	width: 280px;
	margin: 10px 0;
	padding: 20px 10px 10px 10px;
	border: 1px solid #ccc;
	text-align: center;
}

table.t-shirts {
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: 12px;
	color: #000;	
}

table.t-shirts td {
	padding: 10px;	
}

table.t-shirts td.OrderNow {
	text-align: center;
}

body.size-chart {
	margin: 10px auto;
	padding: 0;
	text-align: center;
}
p.close {
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

img.size-chart {
	width: 227px;
	height: 270px;
}









