/* Global ----------------------*/
body
{
	margin: 0px;
	padding: 0px;
	background: #363636 url(../assets/images/tile.jpg) repeat-x scroll center top;
}
#headerNav
{
	margin: 0px;
	padding: 0px;
	background-image: url(../assets/images/bkg_headerNav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	
}
.nav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: inline-block;
	height: 28px;
	font-weight: bold;
}

.nav ul
{
	padding: 6px 0px 0px 0px;
	margin: 0;
	text-align: center;
}

.nav li
{
	list-style-type: none;
	display: inline;

}

.nav a, .nav a:visited
{
	text-decoration: none;
	color: #abff01;
	padding-right: 20px;
	padding-left: 20px;
}

.nav a:hover, .nav a:active
{
	color: #ffffff;
	text-decoration: none;
}
a
{ 
	text-decoration: none; 
	outline:none;
}

#bcr_home .home, #bcr_about .about, #bcr_photos .photos{
	color: #ffffff;
	text-decoration: none;
} 
/* Home Content -------------------- */

#contentHome
{
	margin: 0px;
	padding: 0px;
	background: url(../assets/images/bkg_contentHome.jpg) no-repeat scroll left top;
	
}
#bcr_home h1{
	color: #90d209;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0px 0px 30px;
	padding: 0px;
}
#bcr_about h1, #bcr_about h2{
	color: #90d209;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	margin: 20px 0px 0px 30px;
	padding: 0px;
}
.home_synopsis1
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
	display: block;
	width: 450px;
	padding-left: 30px;
	padding-top: 0px;
	text-align: left;
	color: #AAAAAA;
	margin-top: 0px;
	
}

.home_synopsis2
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
	display: block;
	width: 300px;
	padding-left: 30px;
	padding-top: 5px;
	text-align: left;
	color: #AAAAAA;
	
}

.home_videoBoxes
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 13px;
	display: block;
	width: 270px;
	padding-left: 0px;
	padding-top: 50px;
	color: #AAAAAA;
	
}

.home_le
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 13px;
	display: block;
	width: 330px;
	color: #AAAAAA;
}

.home_game
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 13px;
	display: block;
	width: 270px;
	padding-left: 0px;
	padding-top: 20px;
	color: #AAAAAA;
	
}

/* About Content -------------------- */

#contentAbout
{
	margin: 0px;
	padding: 0px;
	background-image: url(../assets/images/bkg_contentAbout.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	
}

.about_synopsis1
{
	display: block;
	width: 360px;
	padding-left: 30px;
	text-align: left;
	color: #AAAAAA;
	font: 13px/16px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-top: 0px;
	margin: 0px;
}

.about_synopsis2
{
	display: block;
	width: 430px;
	padding-top: 0px;
	text-align: left;
	color: #AAAAAA;
	margin-top: 0px;
	padding-left: 30px;
	font: 13px/16px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.about_videoBoxes
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 13px;
	display: block;
	padding-left: 70px;
	padding-top: 0px;
	color: #AAAAAA;
	margin-top: 15px;
	
}

/* Photos Content -------------------- */

#contentPhotos
{
	margin: 0px;
	padding: 0px;
	background: url(../assets/images/bkg_contentPhotos.jpg) no-repeat scroll left top;
	
}

.photos_description
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
	display: block;
	width: 280px;
	text-align: right;
	color: #AAAAAA;
	margin: 10px 0px 10px 30px;
	padding: 0px;
}

.photos_thumbnailContainer
{
	display: block;
	padding-top: 10px;
	padding-left: 30px;
}

.photos_thumbsnails
{
	border-top: 1px #6fb20d solid;
	border-right: 1px #034c10 solid;
	border-bottom: 1px #034c10 solid;
	border-left: 1px #6fb20d solid;
	margin: 8px;
}

/* Text Styles -------------------- */

.headline_white_large
{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
}

.headline_red_large
{
	color: #E22126;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
}

.headline_green_large
{
	color: #90d209;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
}

.headline_white_med
{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.headline_red_med
{
	color: #E22126;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.headline_green_med
{
	color: #90d209;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.headline_red_med_italic
{
	color: #E22126;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

.headline_green_med_italic
{
	color: #90d209;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
.headline_green_med_italic_super
{
	color: #90d209;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	vertical-align: super;
}
.body_yellow
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 13px;
	color: #ffd900;
}

.body_red_italic
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 13px;
	color: #E22126;
	font-style: italic;
}
