/*
THEME NAME: crossyourhearclothing
THEME URI: http://crossyourhearclothing.com
DESCRIPTION: torn shirt
VERSION: 1.0
AUTHOR: Chris DuFour (Design) Ryan Scherler (Development)
*/

body {
	background: #97979f;
	font-family: "HelveticaNeue-Light", "Helvetica Neue", Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
	color: #575252;
}

a {
	text-decoration: none;
	color: #990000;
}

a.black {
	color: #000000;
}
			
a.heart {
	padding-left: 14px;
	background: url(/images/bg-heart.gif) no-repeat 0 50%;
}

a:hover {
	color: #000;
}

div#header {
	background: #fff url(/images/bg-header.jpg) repeat-x 0 0;
}

#header .grid-16 {
	position: relative;
	height: 320px;
}

#logo {
	position: absolute;
	top: 0;
	left: -50px;
	z-index: 99;
}

#logo h2 a {
	display: block;
	width: 335px;
	height: 315px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/logo.png) no-repeat 0 0;
}	

#nav ul {
	background: #97979f;
	margin: 0 0 40px 0;
	padding: 0 0 0 50px;
}


#nav li {
	list-style: none;
	float: left;
	margin: 0 50px 0 0;
	padding: 10px 0;
}

#nav li a {
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}

#nav li a.active,
#nav li a:hover {
	color: #990000;
}

div#main {
	background: #fff;
	padding-bottom: 20px;
}

div#sidebar {
	width: 220px;
}

div#main {
	margin-top: -40px;
}

div#current-cause,
div#events {
	margin-bottom: 30px;
}

div#footer {
	color: #fff;
	padding: 20px 0;
	font-size: 11px;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#footer li {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

#footer a {
	color: #fff;
}

#footer a.email {
	padding-left: 29px;
	background: url(/images/bg-envelope.gif) no-repeat 0 50%;
}

#footer a.facebook {
	padding: 0 0 0 29px;
	background: url(/images/bg-facebook.gif) no-repeat 1px 50%;
}

#footer a span {
	color: #990000;
}

#footer a:hover {
	color: #ddd;
}

#footer ul#footer-credits {
	color: #990000;
	border-left: 2px solid #fff;
	float: right;
	padding: 0 0 0 40px;
	margin: 0;
}

/* @shirt */

div#shirts {
	margin-left: -10px;
}

div.shirt {
	width: 206px;
	float: left;
	margin: 0 0 20px 10px;
	
}

p.shirt-image {
	position: relative;
}

.shirt-image a.zoom-button {
	position: absolute;
	left: 6px;
	bottom: 10px;
	width: 12px;
	height: 12px;
	background: url(/images/bg-enlarge.png) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
}

.shirt ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.shirt li {
	list-style: none;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

/* @type */

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	color: #990000;
	text-transform: uppercase;
}

h1, h2 {
	border-bottom: 1px solid #97979f;
	margin-bottom: 10px;
	font-size: 24px;
}

#logo h2 {
	border-bottom: none;
	margin-bottom: 0;
}

#intro h2 {
	font-weight: 600;
	margin-bottom: 10px;
	border-bottom: none;
}

#intro h2, 
#intro p {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}

#intro p {
	font-size: 13px;
}

h3 {
	font-weight: bold;
	font-size: 12px;
	color: #575252;
	margin-bottom: 5px;
	line-height: normal;
}

.shirt h3 {
	margin-bottom: 0;
}

.shirt p,
#current-cause p,
#events p {
	color: #888;
	margin-bottom: 10px;
}
