/*
---------------------------------------
Global styles
---------------------------------------
*/

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: x-small;
	line-height: 1.45em;
}

p {
	line-height: 1.5em;
}

h1 {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: .3em;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: .3em;
}

#header {
	height: 70px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer {
	width: 900px;
	margin: 10px 0 0 0;
	background-color:#000;
	padding: 15px 20px 10px 20px;
	text-align: right;
}

/*
---------------------------------------
Navigation Bar
---------------------------------------
*/

#nav {
	font-size: 14px;
	background: #000;
	font-weight: normal;
	height: 1%;
	color: #fff;
	margin-bottom: 10px;
}

#navbuttons a {
	color: #999;
	text-decoration: none;
	margin: 0 10px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	float: left;
	display: block;
}

#navbuttons a:hover {
	color: #fff;
}

#navbuttons a.active {
	color: #fff;
	background:url(../img/active.gif) center bottom no-repeat;
	height:40px;
	display:block;
}

/*
---------------------------------------
Content Layouts
---------------------------------------
*/

.featbox {
	background-color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
}

.featboxpic {
	width: 300px;
	height: 180px;
}

.whitetext {
	color:#fff;
}

.bigtext {
	font-size: 3.5em;
	line-height: 1em;
	text-align:center;
}

.featboxtext {
	background-color:#000;
	padding: 20px 20px 20px;
}

.featboxtext h1 {
	font-size: 14px;
	padding-bottom: .3em;
	color: #fff;
}

.featboxtext p {
	margin: 0;
	background: none;
}

#bigborder {
	height: 1px;
	background-color: #CCC;
	margin: 10px 0;
}

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

#content a:hover, #content a.active {
	color: #000;
}

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

#main a:hover, #main a.active {
	color: #fff;
}

#main {
	margin-top: 10px;
}

#mainframe {
	margin-left: 0;
	margin-bottom: 10px;
}

#mainframeleft {
	color: #000;
	background-color:#000;
	width: 640px;
	margin-right: 0;
	margin-bottom: 10px;
}

#mainframeright {
	margin-left: 0px;
	margin-bottom: 10px;
	background-color: #000;
	color: #FFF;
	padding: 20px;
	width: 260px;
	height: 410px;
}

#mainframeright h1 {
	color:#fff;
}

/*
---------------------------------------
Internal Page
---------------------------------------
*/

.days {
	font-size:70px;
	text-align: center;
	line-height:70px;
}

.daystext {
	text-align: center;
	margin-bottom:10px;
}

.today {
	font-size: 30px;
	text-align: center;
	line-height: 30px;
	margin-bottom:10px;
}

.title {
	margin-top:10px;
	margin-bottom: 10px;
}

.boxtext {
	padding: 20px 20px 0 20px;
	color: #FFF;
}

.boxtext h1 {
	font-size: 14px;
	padding-bottom: .3em;
	color: #fff;
}

#doit {
	text-align: center;
	height: 100%;
	padding-top: auto;
}

#linkbox1 a {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

#linkbox2 a {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

#linkbox3 a {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*
---------------------------------------
Front Page
---------------------------------------
*/

#homefeatbox1 a:hover, #homefeatbox1 a:active, #homefeatbox2 a:hover, #homefeatbox2 a:active, #homefeatbox3 a:hover, #homefeatbox3 a:active {
	background-position: 0 -180px;
}

#homefeatbox1 a {
	display: block;
	width: 300px;
	background: url(../img/home/featbox1.jpg) top left no-repeat;
}

#homefeatbox2 a {
	display: block;
	width: 300px;
	background: url(../img/home/featbox2.jpg) top left no-repeat;
}

#homefeatbox3 a {
	display: block;
	width: 300px;
	background: url(../img/home/featbox3.jpg) top left no-repeat;
}

/*
---------------------------------------
About Page
---------------------------------------
*/
.profiletitle {
	margin-top:10px;
	margin-bottom: 10px;
}

.profile {
	margin-top:10px;
	margin-bottom: 10px;
	background:#000;
}

.profiletext {
	padding: 20px 20px 0 20px;
	color: #FFF;
	height: 350px;
}

.profiletext h1 {
	color: #FFF;
}

.profilepic {
	height: 160px;
}

.social {
	height: 20px;
	padding: 10px 20px 20px 20px;
}

.profilesig {
	height: 70px;
}

/*
---------------------------------------
Blog Page
---------------------------------------
*/

.sidebar-title {
	font-size: 14px;
	padding-bottom: .3em;
	color: #fff;
}

#container {
	overflow: hidden;
}

#mainframeleftblog {
	color: #000;
	font-size: 12px;
	width: 600px;
	margin-right: 0;
	margin-bottom: 10px;
	padding: 20px;
}

#mainframeleftblog a {
}

#mainframeleftblog a:hover {
	color: #000;
}

#mainframerightblog {
	margin: 0 20px 10px 0;
	background-color: #000;
	color: #FFF;
	padding: 20px;
	width: 240px;
}

/*
---------------------------------------
Google Cart
---------------------------------------
*/

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

#navcart a:hover {
	color: #999;
}

#navcart a.active {
	color: #999;
}

#googlecart-widget-control {
    float: right;
	height: 40px;
	line-height: 40px;
	padding-right: 10px;
}

/*
---------------------------------------
Shop Page
---------------------------------------
*/

.shirtdiv {
	border-bottom: 1px solid #CCC;
	margin: 10px 0 10px 0;
}

.shirtpic {
	text-align: left;
	height: 250px;
}