/* 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; 
font-weight: inherit; 
font-style: inherit; 
font-size: 100%; 
font-family: inherit; 
vertical-align: baseline; 
}

body { line-height: 1; color: white; background: black; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }


/* GENERAL
--------------------------------------------------------- */

body
{
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 87.5%;
	line-height: 1.4286em;
	text-align: center;
	background-color: #000;
	color: #fff;
}

a
{
	color: #fbb031;
}

h2
{
	font-size: 2em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
	padding: 4px 0;
	color: #fbb031;
	line-height: 1em;
}

h2 span
{
	color: #fff;
}

h2 a
{
	text-decoration: none;
}

.button
{
	float: left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	padding: 4px 6px;
	margin: 10px 10px 0 0;
	background-color: #fbb031;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

.comment_name_input, .comment_email_input, .comment_web_input, .txpCommentInputMessage
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	border: none;
	padding: 4px;
	margin: 0 0 5px 5px;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#txpCommentInputForm
{
	float: left;
	padding: 0 0 20px 0;
}

#txpCommentInputForm .button
{
	margin: 0 0 0 5px;
}

.comment
{
	float: left;
	width: 100%;
	border-bottom: 1px solid #fbb031;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}

/* STRUCTURE
--------------------------------------------------------- */

#header:after, #content_wrapper:after, #footer:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#wrapper
{
	width: 944px;
	margin: 0 auto;
	text-align: left;
}

#header
{
	height: 125px;
}

#footer
{
	width: 100%;
	background-color: #fbb031;
	color: #000;
	font-weight: bold;
}

/* HEADER
--------------------------------------------------------- */

#logo
{
	float: left;
	padding: 20px 0 0 0;
}

#description
{
	float: right;
	font-weight: bold;
	padding: 40px 0 0 0;
	/*font-size: 1.4286em;*/
}

/* CONTENT
--------------------------------------------------------- */

#content_wrapper
{
	width: 100%;
}

#youtube_wrapper
{
	float: left;
	width: 746px;
	margin: 0 0 30px 0;
}

#twitter_wrapper
{
	float: right;
	width: 178px;
}

#twitter_wrapper a, #twitter_wrapper h2
{
	color: #ec1b2d;
}

#twitter_div ul li
{
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 3px solid #ec1b2d;
}

#blogg_wrapper
{
	float: left;
	width: 500px;
}

.blogg_wrap
{
	float: left;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: 3px solid #fbb031;
}

#sidebar
{
	float: right;
	width: 424px;
	margin: 0 0 20px 0;
}

.banner
{
	float: right;
	margin: 0 0 10px 0;
}

/* FOOTER
--------------------------------------------------------- */

.left
{
	float: left;
	padding: 28px 0 0 10px;
}

.logos
{
	float: right;
	padding: 0 10px 0 0;
}

.logos li
{
	display: inline;
}



