/* @override 
	http://braintoy.net/files/styles/more.css
*/
/* @group Reset */
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1.5em;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* @end */

body {
	background-color: #000000;
	background-image: url(http://www.braintoy.net/files/images/pattern.gif);
	background-repeat: repeat;
	color: #ffffff;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 76%; 
}
a, a:link, a:visited {
	text-decoration: none;
	text-transform: uppercase;
	color: #ec127a;
	font-size: 1.5em; 
}
a:hover, a:active {
	text-decoration: underline;
	color: #ffffff;
	font-size: 1.5em; 
}
h1, h2, h3 { 
	text-transform: uppercase;
	text-align: center;
}
h1 {
	font-size: 4.5em;
	margin-bottom: 20px;
	color: #ec127a;
}
h2 { 
	font-size: 1.5em;
}
h3 { 
	font-size: .7em;
	margin-top: -5px;
}
#container {
	margin: 80px auto 0;
	font-size: 1em;
	text-align: center;
}
#wrapper { 
	width: 700px;
	margin: 0 auto; 
}
.section { 
	width: 340px;
	margin: 2px auto 10px;
	padding: 10px;
	border: 1px solid #222;
	background-color: #000000;
	text-align: center;
}
body#more #artwork { 
	 width: 580px;
}
body#more #artwork td {
	padding: 2px;
}
body#more #details { 
	text-align: left;
	text-transform: uppercase;
	font-size: .9em;
	color: #ec127a;
}
body#more span, body#more h3 { 
	color: #ffffff; 
}
