/* Page Structure */
#container {
	margin: 0 auto;
	padding: 0;
	width: 1024px;
}

#header {
	margin: 0 auto;
	padding: 0;	
}

#logo {
	width: 1023px;
	height: 152px;
	margin: 0 auto;
	padding: 0;
	background-image:url(/img/background.png);	
	background-repeat: no-repeat;	
}

#logo a {
	width: 1023px;
	height: 152px;
	margin: 0 auto;
	padding: 0;
	background-image:url(/img/background.png);	
	background-repeat: no-repeat;	
}

#menu {
	padding-left: 540px;
	-webkit-padding-start: 540px;
	font-size: 1.4em;
	margin: 0;
	margin-bottom: 10px;
}

#menu a {
	text-decoration: none;
	margin: 0 0 7px 0;
	padding: 7px;
	color: #ffaa44;
}

#menu a:hover {
	color: #ff7711;
}

#menu .selected {
	color: #f2eae9;
	background-color: #d54c28;
}

#menu li {
	font-family: "Droid Sans Mono", "Droid Sans", arial, serif;
	font-variant:small-caps;
	font-weight:bold;
	display: inline;
	list-style-type: none;
	padding-left: 0.2em;
}

#menu_no_image {
	padding-top: 10em;
}

#head_logo {
	margin: 0 auto 0 auto;
	display: block;
}

#user {
	color: #ffeeff;
	float: right;
}

#user a {
	color: #ffeeff;
}

#breadcrumbs {
	height: 30px;
	padding: 0;
}

#breadcrumbs ul {
	display: inline;
	list-style:none outside none;
}

#breadcrumbs li {
	font-size: 11px;
	margin-right: 5px;
	padding-left: 15px;
	line-height: 25px;
	float:left;
	background: url(../img/bg_breadcrumbs_separator.png) no-repeat 0px 50%;
}

#breadcrumbs li.home {
	color: #22ff00;
}


#breadcrumbs li a {
	text-decoration: none;
}

#breadcrumbs li a:hover {
	text-decoration: underline;
}

#content {
	margin-top: 0px;
	width: 100%;	
}

#content_one_column {
	width: 720px;
}

#sheet {
	border-radius: 7px;
	box-shadow: 1px 1px 1px #333;

	-webkit-border-radius: 7px;
	-webkit-box-shadow: 1px 1px 1px #333;

	-moz-border-radius: 7px;
	-moz-box-shadow: 1px 1px 1px #333;

	background-color: rgba(255, 255, 255, 1);
	border: none;
	margin: auto;
	overflow: hidden;
	padding: 20px;
	margin-bottom: 3px;
	position: relative;
}

#content_normal_column {
	float: left;
	width: 720px;
	miminal-height: 900px;
}

#main {
	width: 90em;
	margin: 0 auto 0 auto;
}

#splash {
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-bottom: 0px;
}

#sidebar {
	padding: 0;
}

#sidebar ul {
	-webkit-padding-start: 0px;
	margin: 0;
	padding: 0;
}

#sidebar li {
	font-family: "Droid Sans Mono", "Droid Sans", arial, serif;
	margin: 0;
	padding: 0px;
	padding-right: 14px;
	display: inline;
	list-style-type: none;
	margin-bottom: 5px;
	width: 70px;
}

#sidebar li a {
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;

	background:none no-repeat scroll 8px 50% #ffd8be;
	padding: 4px 24px;
	line-height: 32px;
	color:#F3F3F3;
	text-decoration: none;
}

#sidebar li a:hover {
	background:none no-repeat scroll 8px 50% #ffdfc2;
}

#sidebar li.active a {
	background:none no-repeat scroll 8px 50% #ffa88e;
	color:#F3F3F3;
}

#sidebar li.active a:hover {
	background:none no-repeat scroll 8px 50% #ffa88e;
	cursor: default;
}

#footer {
}
 
#footer a,
#footer span {
	font-weight: bold;
	text-decoration: none;
	margin-left: 30px;
	color: #505050;
}
 
#footer a:hover {
	text-decoration: underline;
}
 
/* Common tags */
body {
/*	font-family: 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, sans-serif;*/
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 13px;
	background: #f1f1f1;
	color: #333;
}
 
p {
	text-align: justify;
}
 
h1 {
	font-size: 28px;
	text-rendering: optimizeLegibility;
	letter-spacing:-2px;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0.2em;
}
 
h2 {
	font-size: 25px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #3b5998;
	margin-top: 0px;
	margin-bottom: 0.4em;
}
 
a {
	color: black;
}
 
a img {
	border: none;
}

/* Common tags */

/* Main Page */
#hero {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

#hero img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#socialboxes {
	margin-top: 25px;
	height: 300px;
}

#socialboxes h2 {
	border-bottom: 1px solid #78A1B8;
}


#facebookbox {
	float: left;
	width: 30%;
	height: 290px;
	margin-left: 15px;
	padding-right: 20px;
}


#twtr-profile-widget {
	width: 30%;
	height: 290px;
	float: left;
	padding-right: 10px;
}

#feed {
	width: 30%;
	height: 290px;
	float: left;
}

#feed_content {
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;

	background-color:#e1e1e1;
	border: none;
	margin: auto;
	overflow: hidden;
	padding: 10px;
	height: 270px;
}

#feed_content a {
	text-decoration: none;
}

#feed_content h1 {
	margin-bottom: 0px;
}

#feed_content h1 b {
	font-family: 'lucida grande', lucida, tahoma, helvetica, arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-left: 10px;
	line-height: 53px;
}

/* ---------- NEWS ----------- */
#news_content {
	overflow: auto;
	margin-left: 0px;
	padding-left: 30px;
	padding-right: 30px;
}

#news_content h1 {
	font-size: 36px;
	text-align: center;
	word-wrap: normal;
}

#news_summary {
	font-size: 1.1em;
	padding-bottom: 0.05in;
	margin: 0 0 .2em 0;
}

#news_body {
	padding-bottom: 0.10in;
}

.news_boilerplate {
	padding-bottom: 0.15in;
	text-align: justify;
}

.news_boilerplate_heading {
	font-weight: bold;
	text-align: justify;
}

.news_contact {
}

#news_end {
	font-weight: bold;
	text-align: center;
}

#facebook_share {
	height: 240px;
}

/* ---------- NEWS SHORT ----------- */
#news_short {
	font-size: 12px;
}

#news_short i {
	font-size: 0.7em;
}

#news_short a {
	color: #ff6600;
	text-decoration:none;
}

#news_short a:hover {
	color: #ff6600;
	text-decoration: underline;
}

#news_short p {
	margin-top: 0px;
}


/* -------- NEWS LIST --------- */
#news_list {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ffd8be;
	padding-bottom: 10px;
	margin-bottom: 20px;
	overflow: auto;
}


#news_list img {
}

#news_list_image {
	overflow: auto;
	float: left;
	margin-right: 13px;
}

#news_list_article {
	width: 400px;
	float: left;
}

#news_list a {
	font-size: 20px;
	font-weight: bold;
	color: #3b5998;
	text-decoration: none;
}

#news_list a:hover {
	text-decoration: underline;
}

#news_list p {
	font-size: 13px;
	line-height: 20px;
	margin-top: 8px;
}

/* ---------- GAME ----------- */
#game_bar {
	float: left;
	display: inline;
	overflow: auto;

}

#game_bar img {
}



#game_bar a:hover {
	opacity: 0.7;
}

.game_bar_item {
	float: left;
	width: 255px;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.game_bar_item a {
	text-decoration: none;
}

.game_bar_item a:hover {
	text-decoration: none;
}

.game_bar_name {
	font-weight: bold;
	font-size: 14px;
}

.game_bar_platform {
	margin-bottom: 5px;
}

.game_bar_description {
}

.game_title {
	padding: 0.03in;
	height: 120px;
	padding-bottom: 0.15in;
}

/* ---------- Delivery ----------- */
.delivery_name {
	padding-bottom: 4px;
	padding-top: 32px;
}

.delivery_notes {
}


/* ---------- GALLERY ----------- */
#gallery {
	height: 32px;
	background-color: #333333;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#gallery_box {
	background-color: #000000;
	margin-bottom: 1.5em;
	box-shadow: 3px 3px 3px #888;
	-webkit-box-shadow: 3px 3px 3px #888;
}

#gallery li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	list-style-type: none;
    opacity: 0.4;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

#gallery li.active {
    opacity: 0.7;
}

#gallery li:hover {
	opacity: 1;
}

#gallery li img {
	display: block;
	margin: auto;
}

#gallery_preview {
	height: 290px;
	margin: auto;
	z-index: 2;
}

#gallery_preview img {
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	opacity: 0;
	display: block;
	margin: auto;
	padding: auto;
}

#gallery_preview img.active {
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	opacity: 1;
	margin: auto;
	padding: auto;
}

#gallery_preview1 {
	position: relative;
	z-index: 0;
	margin: auto;
	padding: auto;
}

#gallery_preview1.active {
	z-index: 1;
}

#gallery_preview2 {
	z-index: 0;
	position: relative;
	left: 0px;
	top: -290px;
}

#gallery_preview2.active {
	z-index: 1;
}

#gallery_caption {
	position: relative;
	z-index: 1;
	top: -320px;
	left: 0px;
	width: auto;
	height: 14px;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	text-shadow: black 0.1em 0.1em 0.1em;
	padding-top: 0px;
	vertical-align: bottom;
}

#gallery_caption:hover {
}




