/* @override 
	http://localhost/tees/css/screen.css
*/
/* DRA Studio Tees */
/* Author: Oscar J Cortez of Illustrative. */
/* ---- Resetting Defaults ---- */
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
/* ---- Structure ---- */
body {
	color: #fff;
	background: #24292f url("../img/bg_repeat.jpg");
	font: .8125em/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#wrapper {
	padding: 0 0 10px 10px;
	background: url("../img/bg_wrapper.jpg") no-repeat left top;
}
ul#stores {
	margin: 10px 0 35px 60px;
}
#stores li {
	display: inline;
	list-style-type: none;
	margin-left: 25px;
	background: url(../img/heart_empty.png) no-repeat left top;
	padding-left: 25px;
}
#content {
	width: 808px;
	text-align: center;
	color: #000;
	margin: 0 auto;
}
/* Former gallery markup */
#content ul {
	width: 808px;
	margin-bottom: 25px;
}
#content li {
	width: 202px;
	display: block;
	float: left;
	margin-bottom: 8px;
}
#content dl {
	width: 202px;
	margin-bottom: 25px;
	float: left;
}
#content dt, #content dd {
	width: 202px;
	margin-bottom: 8px;
}
#content img {
	width: 180px;
	height: 130px;
	margin: 10px 4px 5px;
	padding: 6px;
	background: #000 url("../img/bg_thumb.gif") no-repeat center center;
}
#content img:hover {
	background-color: #fff;
}
#footer {
	margin: 20px 0 100px;
}
/* ---- Typography ---- */
h1 {
	display: none;
}
h2 {
	margin-left: 70px;
	font-weight: normal;
	font-style: normal;
	color: #fc3164;
	padding-top: 200px;
}
a:link {
	color: #b9ff93;
}
a:visited {
	color: #7fff74;
}
a:hover {
	text-decoration: none;
}
p#announce {
	padding: 10px 40px;
	width: 50%;
	text-align: center;
	border: 1px dotted #666;
	background: #000 url(../img/lightning.png) no-repeat 10px center;
	margin: 0 auto 15px;
}
#content h3 {
	font-variant: small-caps;
	color: #fff;
	text-align: left;
	font-size: 2em;
	margin: 30px 0 0 8px;
}
div#content li, div#content dt, div#content dd {
	color: #fff;
	line-height: 1.45em;
}
.desc {
	text-align: left;
	color: #808080;
	margin: 6px 0 5px 10px;
}
#footer p {
	margin: 0 auto 15px;
	font-size: .95em;
	text-align: center;
	color: #fff;
	width: 600px;
	line-height: 1.5em;
}
/* ---- Miscellaneous ---- */
.clear {
	clear: both;
	height: 0;
}
