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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1;
	color: #fff;
	background: #110d0b url(images/body.jpg) repeat-x center 46px;
}
a { outline: none; }
a:link, a:visited, a:active { color: #b95bf0; outline: none; }
a:hover { color: #fff; text-decoration: none; }
h1, h2, h3, h4, h5, h6 { color: #fdfd3e; }
strong { font-weight: bold; }
em { font-style: italic; }
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* CLEARFIX */
.group:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.group {
	display: inline-block;
}
 
html[xmlns] .group {
	display: block;
}
 
* html .group {
	height: 1%;
}

input[type="text"], textarea { background: #FFF url(images/input-textarea.gif) repeat-x 0 0; border-radius: 3px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: #302d32 solid 1px; padding: 4px 2px; font-family: Verdana, Arial, Helvetica, sans-serif; }
select { border-radius: 3px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: #302d32 solid 1px; padding: 4px 2px; font-family: Verdana, Arial, Helvetica, sans-serif; }
option { border: none; }

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   text-align: center;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

#content .wp-caption p.wp-caption-text {
   font-size: 11px;
   padding: 4px;
   margin: 0;
   color: #FFF;
}