/* HTML Elements */
body
{
	margin: 0px;
	background-color: #E2E3DF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(images/layout/bg_tile.gif);
}

img
{
	border: 0px;
}

h1
{
	margin: 0px;
	color: #00425B;
}

h2
{
	margin: 0px;
	font-size: 14px;
	color: #00425B;
}

h3
{
	margin: 0px;
	font-size: 18px;
	color: #00425B;
}

a:link
{
	color: #00425B;
	text-decoration: none;
}

a:visited
{
	color: #00425B;
	text-decoration: none;
}

a:active
{
	color: #00425B;
	text-decoration: none;
}

a:hover
{
	color: #00425B;
	text-decoration: underline;
}

/* Class Styling */
.content
{
	font-weight: normal;
	font-size: 14px;
}

.layout_media
{
	position: fixed;
	left: 50%;
	top: 50%;
	text-align: right;
	background-color: #090909;
	padding: 5px 5px 27px 5px;
	z-index: 100;
}

.layout_media a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

.layout_media a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

.layout_media a:active
{
	color: #FFFFFF;
	text-decoration: none;
}

.layout_media a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.article_left
{
	float: left;
	width: 96px;
}

.article_right
{
	float: right;
	width: 545px;
}

.avatar
{
	border: 2px solid #002938;
}

.subinfo
{
	display: block;
	padding-bottom: 10px;
}

.secondary_category
{
	margin-left: -3px;
	padding-bottom: 5px;
}

.border
{
	border: 2px solid #002938;
	margin: 4px;
}

.center
{
	text-align: center;
}

.layout_content_tertiary_top
{
	position: relative;
	float: left;
	width: 200px;
	background-image: url(./images/layout/content_tertiary_bg.png);
	margin: 0px 15px 15px 0px;
}

.layout_content_tertiary_bottom
{
	position: absolute;
	bottom: -2px;
	width: 200px;
	height: 5px;
	background-image: url(./images/layout/content_tertiary_bottom.png);
}

.content_tertiary
{
	padding: 15px 16px 15px 16px;
	color: #0079A7;
}

.layout_content_secondary_top
{
	position: relative;
	margin-top: 12px;
	width: 221px;
	background-image: url(./images/layout/content_secondary_bg.png);
}

.layout_content_secondary_bottom
{
	position: absolute;
	bottom: -2px;
	width: 221px;
	height: 5px;
	background-image: url(./images/layout/content_secondary_bottom.png);
}

.content_secondary
{
	padding: 15px 16px 15px 16px;
	color: #0079A7;
}

.content_secondary p
{
	margin: 0px;
	display: block;
	padding-left: 18px;
}

.content_secondary a:link
{
	color: #000000;
	text-decoration: none;
}

.content_secondary a:visited
{
	color: #000000;
	text-decoration: none;
}

.content_secondary a:active
{
	color: #000000;
	text-decoration: none;
}

.content_secondary a:hover
{
	color: #000000;
	text-decoration: underline;
}

.layout_movie
{
	z-index: 100;
}

.clearfix:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix
{
    display: inline-block;
}

html[xmlns] .clearfix
{
    display: block;
}

* html .clearfix
{
    height: 1%;
}

.hiddenPic
{
	display: none;
}

/* ID Styling */
#layout_background
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 254px;
	background-image: url(images/layout/bg_strip.jpg);
	background-repeat: repeat-x;
}

#layout_container
{
	position: absolute;
	margin-left: -465px;
	left: 50%;
	top: 0px;
	width: 930px;
}

#layout_header
{
	
}

#header_logo
{
	position: absolute;
	left: 0px;
	top: 0px;
}

#header_navigation_bg
{
	position: absolute;
	left: 292px;
	top: 0px;
}

#header_subtitle
{
	position: absolute;
	left: 292px;
	top: 38px;
}

#layout_navigation
{
	position: absolute;
	left: 292px;
	top: 0px;
	width: 637px;
	height: 38px;
}

#nav_home
{
	position: absolute;
	left: 0px;
	top: 0px;
}

#nav_media
{
	position: absolute;
	left: 87px;
	top: 0px;
}

#nav_articles
{
	position: absolute;
	left: 162px;
	top: 0px;
}

#nav_dudes
{
	position: absolute;
	left: 262px;
	top: 0px;
}

#nav_board
{
	position: absolute;
	left: 358px;
	top: 0px;
}

#nav_gallery
{
	position: absolute;
	left: 445px;
	top: 0px;
}

#nav_legacy
{
	position: absolute;
	left: 544px;
	top: 0px;
}

#layout_body
{
	position: absolute;
	left: 15px;
	top: 188px;
	width: 915px;
}

#layout_body_top
{
	height: 5px;
	background-image: url(./images/layout/body_top.png);
}

#layout_body_bottom
{
	height: 5px;
	background-image: url(./images/layout/body_bottom.gif);
}

#layout_body_bg
{
	background-image: url(./images/layout/body_bg.png);
}

#layout_body_bg_bottom
{
	background-image: url(./images/layout/body_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#layout_body_content
{
	background-image: url(./images/layout/body_bg_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 84px;
}





#layout_content
{
	position: relative;
	left: -15px;
	top: 47px;
	width: 740px;
}

#layout_content_top
{
	height: 5px;
	background-image: url(./images/layout/content_top.png);
}

#layout_content_bottom
{
	height: 5px;
	background-image: url(./images/layout/content_bottom.png);
}

#layout_content_bg
{
	background-image: url(./images/layout/content_bg.gif);
}

#layout_content_bg_bottom
{
	background-image: url(./images/layout/content_bg_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#layout_content_content
{
	background-image: url(./images/layout/content_bg_top.png);
	background-repeat: no-repeat;
	background-position: top;
	padding: 15px 62px 15px 18px;
}





#layout_content_secondary
{
	position: absolute;
	right: 15px;
	top: 161px;
	width: 221px;
}





#content_title
{
	position: absolute;
	left: 12px;
	top: 15px;
}

#content_footer
{
	position: absolute;
	bottom: 17px;
	text-align: center;
	width: 915px;
}

#content_footer a:link
{
	color: #00B9FF;
	text-decoration: none;
}

#content_footer a:visited
{
	color: #00B9FF;
	text-decoration: none;
}

#content_footer a:active
{
	color: #00B9FF;
	text-decoration: none;
}

#content_footer a:hover
{
	color: #00B9FF;
	text-decoration: underline;
}




#content_ads
{
	font-size: 11px;
	position: absolute;
	bottom: -30px;
	padding-bottom: 10px;
	text-align: center;
	width: 915px;
}

#content_ads a:link
{
	color: #7C7C7C;
	text-decoration: none;
}

#content_ads a:visited
{
	color: #7C7C7C;
	text-decoration: none;
}

#content_ads a:active
{
	color: #7C7C7C;
	text-decoration: none;
}

#content_ads a:hover
{
	color: #7C7C7C;
	text-decoration: underline;
}



#layout_blackout
{
	position: fixed;
	background-image: url(./images/layout/blackbox.png);
	background-repeat: repeat;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 50;
}