/*
 Theme Name: Nova 3
 Theme URI: http://www.andrewip.com
 Author: Andrew Ip
 Author URI: http://andrewip.com
 Description: Theme created for use with NovaCrystallis.com
 Version: 1.0
 License: Private
 License URI: http://www.andrewip.com
 Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
 Text Domain: nova3
 */

@font-face
{
    font-family: Liberation;
    src: url('images/LiberationSans-Regular.ttf');
}

@font-face
{
	font-family: OpenSans;
	src: url(opensanscond.ttf);
}


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
 -------------------------------------------------------------- */
/*
 * resets
 */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	position: relative;
}

body.admin-bar {
	margin-top: -32px;
}

h1, h2, h3, h4, h5, h6, a {
	font-weight: normal;
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

/*
 * Main styles
 */

html {
	font-family: 'Open Sans', 'Trebuchet MS';
	font-size: 14px;
	background: #eeeeee;
}

/*
 * CUSTOM FONTS
 */



/*
 * Top Header/Search
 */

#nova_crystallis_header {
	background: #212121;
	height: 35px;
}

#site_title_link {
	margin-top: 20px;
}

#site_title {
	text-indent: 600px;
	overflow: hidden;
	height: 40px;
	width: 225px;
	background: url('images/site_title.png') no-repeat 5px 22px;
	color: #fff;
	font-size: 26px;
	line-height: 35px;
	font-weight: 400;
}

#site_title span {
	color: #00c5c9;
}

#site_title a {
	text-decoration: none;
}

#top_bar_wrapper {
	width: 100%;
	position: fixed;
	z-index: 990;
	top: 0;
	left: 0;
	background: transparent url('images/bg_nav_fade.png') repeat-x 0 35px;
	height: 84px;
}

#top_bar {
	background: #2b2b2b;
	margin: auto;
	height: 101px;
	/*border-bottom: 1px solid #656565;*/
	/*border-bottom: 1px solid #333;*/
}

#top_bar_limit {
	width: 1100px;
	margin: auto;
	position: relative;
}

#top_search {
	position: absolute;
	top: 64px;
	right: 3px;
	overflow: hidden;
}

#top_search_bar {
	float: right;
	position: relative;
}

#top_search_bar input#top_search_field {
	width: 200px;
	height: 25px;
	background: transparent url('images/search_bg.jpg') no-repeat;
	color: #000;
	font-size: 12px;
	padding: 0 0 0 7px;
	float: right;
}

#top_search #search_btn {
	width: 47px;
	height: 25px;
	float: right;
}

#nova_crystallis_header span {
	width: 1100px;
	display: block;
	text-align: center;
	font-size: 72px;
	color: #eee;
	font-family: 'Roboto Condensed', Georgia, serif;
	margin: -18px 0;
	text-align: center;
	letter-spacing: 37px;
}

#footer {
	clear: both;
	width: 1100px;
	margin: 0 auto;
	border-top: 10px solid #656565;
	padding-bottom: 40px;
	background: #2b2b2b;
}

#footer .content {
	background: transparent !important;
	overflow: hidden;
}

#footer_list {
	margin: 40px 40px 40px 80px;
	font-family: Liberation, 'Open Sans', 'Trebuchet MS';
	font-size: 18px;
	list-style-type: none;
	overflow: hidden;
}

#footer_list span.heading {
	color: #8d8d8d;
	display: block;
	width: 190px;
	line-height: 25px;
	margin: 10px 0;
	text-transform: uppercase;
	font-size: 18px;
}

#footer_list li {
	float: left;
	width: 220px;
}

#footer_list li ul {
	margin: 15px 0;
	list-style-type: none;
	font-family: Liberation, 'Open Sans', 'Trebuchet MS';
	font-size: 14px;
}

#footer_list li ul li a {
	color: #ccc;
	text-decoration: none;
	font-size: 13px;
	line-height: 22px;
	text-shadow: 1px 1px 1px #000;
}

#footer_list li ul li a:hover {
	color: #00c5c9;
}

#footer_social {
	display: block;
	clear: both;
	overflow: hidden;
}

#top_bar_limit #social_top {
	position: absolute;
	top: 25px;
	right: 62px;
	width: 200px;
}

#top_bar_limit #social_top a {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 13px;
}

#top_bar_limit #social_top a.facebook {
	background: url('images/icons/navigation_social.png') no-repeat -32px 0;
}

#top_bar_limit #social_top a.facebook:hover {
	background: url('images/icons/navigation_social.png') no-repeat -32px -16px;
}

#top_bar_limit #social_top a.twitter {
	background: url('images/icons/navigation_social.png') no-repeat 0 0;
}

#top_bar_limit #social_top a.twitter:hover {
	background: url('images/icons/navigation_social.png') no-repeat 0 -16px;
}

#top_bar_limit #social_top a.youtube {
	background: url('images/icons/navigation_social.png') no-repeat -16px 0;
}

#top_bar_limit #social_top a.youtube:hover {
	background: url('images/icons/navigation_social.png') no-repeat -16px -16px;
}

#top_bar_limit #social_top a.rss {
	background: url('images/icons/navigation_social.png') no-repeat -48px 0;
}

#top_bar_limit #social_top a.rss:hover {
	background: url('images/icons/navigation_social.png') no-repeat -48px -16px;
}

#top_bar_limit #social_top a.twitch {
	background: url('images/icons/navigation_social.png') no-repeat -64px 0;
}

#top_bar_limit #social_top a.twitch:hover {
	background: url('images/icons/navigation_social.png') no-repeat -64px -16px;
}

.sidebar {
	width: 350px;
}

.sidebar_content {
	margin: 0 auto;
	width: 300px;
}

.sidebar_content p {
	margin-bottom: 10px;
}

#index_sidebar {
	width: 300px;
	margin: 30px auto;
}

.sidebar .content {
	width: 320px !important;
}

.social_icon {
	outline: none;
	width: 32px;
	height: 32px;
	background: url('images/icons/social_footer.png') no-repeat;
	margin: 8px;
	display: block;
	float: right;
}

.social_icon.twitter {
	background-position: -32px 0;
}

.social_icon.twitter:hover {
	background-position: -32px -32px;
}

.social_icon.facebook {
	background-position: 0 0;
}

.social_icon.facebook:hover {
	background-position: 0 -32px;
}

.social_icon.rss {
	background-position: -64px 0;
}

.social_icon.rss:hover {
	background-position: -64px -32px;
}

.social_icon.youtube {
	background-position: -96px 0;
}

.social_icon.youtube:hover {
	background-position: -96px -32px;
}

#copyright {
	text-align: left;
    font-family: Liberation, 'Open Sans', 'Trebuchet MS';
	color: #ccc;
	font-size: 13px;
	display: block;
	margin: 15px 0px 0 30px;
}

#footer_nav {
	float: right;
	position:relative;
	margin: 15px 15px 0 0;
	min-height: 64px;
	color: #ccc;
	background: url('images/MISTnetwork.png') no-repeat bottom right;
}

#footer_nav #uffnetwork {
    overflow: hidden;
}

#footer_nav #uffnetwork a {
    display: block;
    width: 160px;
    float: right;
    margin: 0;
    height: 45px;
    text-indent: -999px;
}

#footer_nav a {
	-webkit-transition: .25s;
	transition: .25s;
	margin: 0 6px;
	text-shadow: 1px 1px 1px #000;
    font-family: Liberation, 'Open Sans', 'Trebuchet MS';
	color: #d2d2d2 !important;
	text-decoration: none;
	font-size: 14px;
}

#footer_nav a:hover {
	color: #00c5c9 !important;
}

/*
 * Navigation
 */

/*
 #navigation ul {
 list-style-type: none;
 margin: 0;
 padding: 0;
 }

 #navigation ul li {
 float: left;
 border-right: 1px solid #333;
 }

 #navigation ul li a {
 display: block;
 line-height: 45px;
 text-shadow: 1px 1px 1px #444;
 padding: 0 30px;
 font-family: 'Roboto Condensed', 'Titillium Web', sans-serif;
 color: #959595;
 text-decoration: none;
 font-size: 22px;
 }

 #navigation ul li a:hover {
 color: #fff;
 }
 */

#navigation {
	position: absolute;
	left: 0px;
	top: 55px;
}

#navigation #login_box {
	font-size: 14px;
	line-height: 45px;
	margin: 0 15px 0 0;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
}

#navigation_menu {
	height: 41px;
}

#navigation #login_box a {
	color: #9393BF;
}

#navigation #login_box a:hover {
	color: #FFF;
}

/*
 * Main Container
 */

#main_container {
	background: url('images/bgs/ffviir_bg.jpg') #000000 center fixed no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	margin: 0;
        background-size: auto 1437px;
        background-position: center;
}

.t0_amz_left {
	width:50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.t0_amz_right {
	width:50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.amz_a {
	z-index:2;
	height: 100%;
	width: 100%;
	display: block;
}

#primary {
	margin-top: 95px;
	overflow: hidden !important;
}

#primary.category {
	margin-top: 101px !important;
}

.content {
	position: relative;
	background: #fff;
	margin: 0 auto;
	width: 1100px;
	overflow: auto;
}

.content_overflow {
	position: relative;
	margin: 0 auto;
	width: 1100px;
}

.center_block_layer {
	width: 1100px;
	margin: auto;
	display: block;
	overflow: visible;
	z-index: 101;
	position: relative;
}

.content#navigation {
	overflow: inherit;
}

.content.wide {
	width: 1130px;
}

.section_separator {
	clear: both;
	height: 34px;
	width: 100%;
	margin: 16px 0;
	overflow: hidden;
	font-weight: 300;
}

.section_separator.index {
	margin: 40px 0 10px 0;
}

.section_separator span {
	font-family: 'Open Sans', Georgia, serif;
	font-size: 15px;
	margin: 0 10px 0 5px;
	color: #2b2b2b;
	padding-right: 14px;
	line-height: 34px;
	text-transform: uppercase;
	font-weight: normal;
}

.section_separator span::after {
	content: " ";
	border-top: 4px solid #00c5c9;
	width: 180px;
	text-indent: -999999px;
	display: block;
	top: -4px;
	position: relative;
}

/* CONTENT BACKGROUNDS

 "Final Fantasy" 				=> 'ff',
 "Final Fantasy III" 			=> 'ff3',
 "Final Fantasy IV"	 			=> 'ff4',
 "Final Fantasy V" 				=> 'ff5',
 "Final Fantasy VII"				=> 'ff7',
 "Final Fantasy VIII"			=> 'ff8',
 "Final Fantasy IX"				=> 'ff9',
 "Final Fantasy X"				=> 'ff10',
 "Final Fantasy X-2"				=> 'ff102',
 "Final Fantasy XI"				=> 'ff11',
 "Final Fantasy XII"				=> 'ff12',
 "Final Fantasy XIII"			=> 'ff13',
 "Final Fantasy XIII-2"			=> 'ff132',
 "Final Fantasy XIV"				=> 'ff14',
 "Lightning Returns: FFXIII"		=> 'lightning_returns',
 "Theatrhythm Final Fantasy"		=> 'theatrhythm',
 "Final Fantasy Versus III"		=> 'ffversusxiii',
 "Final Fantasy Tactics"			=> 'fftactics',
 "Final Fantasy Type-0"			=> 'type-0'

 ******************* */

.content.ff {
	background: #fff url('images/bgs/ff.jpg') no-repeat;
}

.content.ff3 {
	background: #fff url('images/bgs/ff3.jpg') no-repeat;
}

.content.ff4 {
	background: #fff url('images/bgs/ff4.jpg') no-repeat;
}

.content.ff5 {
	background: #fff url('images/bgs/ff5.jpg') no-repeat;
}

.content.ff7 {
	background: #fff url('images/bgs/ff7.jpg') no-repeat;
}

.content.ff8 {
	background: #fff url('images/bgs/ff8.jpg') no-repeat;
}

.content.ff9 {
	background: #fff url('images/bgs/ff9.jpg') no-repeat;
}

.content.ff10 {
	background: #fff url('images/bgs/ff10.jpg') no-repeat;
}

.content.ff102 {
	background: #fff url('images/bgs/ff102.jpg') no-repeat;
}

.content.ff11 {
	background: #fff url('images/bgs/ff11.jpg') no-repeat;
}

.content.ff12 {
	background: #fff url('images/bgs/ff12.jpg') no-repeat;
}

.content.ff13 {
	background: #fff url('images/bgs/ff13.jpg') no-repeat;
}

.content.ff132 {
	background: #fff url('images/bgs/ff132.jpg') no-repeat;
}

.content.ff14 {
	background: #fff url('images/bgs/ff14.jpg') no-repeat;
}

.content.fftactics {
	background: #fff url('images/bgs/fftactics.jpg') no-repeat;
}

.content.ffversusxiii {
	background: #fff url('images/bgs/ffv13.jpg') no-repeat;
}

.content.lightning_returns {
	background: #fff url('images/bgs/lightning_returns.jpg') no-repeat;
}

.content.theatrhythm {
	background: url();
}

.content.type-0 {
	background: #fff url('images/bgs/fft0.jpg') no-repeat;
}

.content.kingdom_hearts {
	background: #fff url('images/bgs/kh.jpg') no-repeat;
}

.headline {
	display: block;
	font-family: 'Italiana';
	font-size: 24px;
}

.headline2 {
	display: block;
	font-family: 'Fjord One';
	font-size: 24px;
}

/*
 *  NEWS ARTICLES AND ALL ARTICLES
 */

.article {
	float: left;
	width: 750px;
	margin: 6px 0 0 0;
}

.content.full_page .article {
	width: 1100px !important;
}

.article a {
	color: #00c5c9;
}

.article a:hover {
	color: #0d8183;
}

.article_meta_tags {
	display: block;
	width: 500px;
	font-size: 13px;
	padding: 0 10px 0 15px;
	float: left;
}

#article_meta_info {
	display: block;
	margin: 60px 0 20px 0;
	position: relative;
	overflow: hidden;
	padding: 10px 0 0 0;
	border-top: 1px dotted #ccc;
}


.article_share {
    width: 150px;
    float: right;
    list-style-type: none;
    overflow: hidden;
    margin-top: -6px;
}

.article_share li {
    float: right;
    margin-left: 4px;
}

.article_share li a {
    display: block;
    width: 32px;
    height: 32px;
    background: url('images/icons/social_share.png') no-repeat;
}

.article_share li a.twitter {
    background-position: 0px 0px;
}

.article_share li a.facebook {
    background-position: -32px 0px;
}

.article_share li a.googleplus {
    background-position: -64px 0px;
}


.article_meta_tags span {
	display: block;
	color: #bbb;
}

.article_meta_tags a {
	color: #00c5c9;
	text-decoration: none;
}

.article_author_info {
	float: left;
	display: block;
	width: 220px;
	margin: 0 0 10px 5px;
}

.article_author_level {
	display: block;
	font-size: 13px;
	line-height: 13px;
	color: #777;
	font-style: italic;
}

.article_author_info .avatar {
	width: 35px;
	height: 35px;
	border: 3px solid #ccc;
	margin-right: 10px;
	float: left;
}

.article_author_info .article_author_name {
	font-family: 'Roboto Condensed', Georgia, serif;
	font-size: 16px;
}

.article_body {
	background: url('images/fix_android.png') no-repeat;
	padding: 0 15px;
	line-height: 24px;
	margin: 0 0 25px 0;
}

.article_body p img {
	margin: 20px auto;
	display: block;
	border: 5px solid #fff;
	max-width: 650px;
	height: auto;
}

.article_body img.full {
	margin: 0 -15px !important;
	width: 735px !important;
	max-width: none;
	border: 0 !important;
	height: auto;
}

.content.full_page .article_body img {
	margin: 20px auto;
	display: block;
	border: 5px solid #fff;
	max-width: 1000px;
	height: auto;
}

.article_body iframe:not(.twitter-tweet)  {
	display: block;
	width: 750px !important;
	height: 421px !important;
	margin: 10px 0 10px -15px;
}

.article_body .twitter-video iframe {
	width: 100% !important;
	height: 100% !important;
	margin: auto !important;
}

.twitter-tweet {
	margin: 10px auto !important;
}

.content.full_page .article_body iframe {
	display: block;
	width: 1100px !important;
	height: 619px !important;
	margin: 10px 0 10px -15px;
}

#news-text, #news-story {
	font-size: 14px;
	background: url('images/fix_android.png') no-repeat;
}

.article_body p {
	background: url('images/fix_android.png');
	display: block;
	margin: 20px 0 10px 0;
}

.article_body p.wp-caption-text {
	margin: 10px 4px;
	font-size: 10px;
	line-height: 11px;
}

.content.full_page .article_body p.wp-caption-text {
	position: absolute;
	display: block;
	z-index: 50;
	bottom: 35px;
	padding: 15px 25px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-family: 'Open Sans', 'Trebuchet MS';
	border-bottom: 1px solid #b2b2b2;
	background: url('images/featured_trans_bg_dark.png');
}

.article_body .wp-caption {
	position: relative;
	padding: 4px 0;
	text-align: center;
}

/*.article_body a {
	position: relative;
}*/

.article_body a span.blurb {
	position: absolute;
	top: 325px;
	z-index: 50;
	background: url('images/featured_trans_bg_dark.png');
	padding: 15px 25px;
	display: block;
	max-width: 685px;
	min-width: 300px;
	border-bottom: 1px solid #b2b2b2;
	color: #fff;
}

.article_body a span.blurb.left {
	left: -765px;
}

.article_body a span.blurb.right {
	left: 335px;
}

.article_body ul {
	margin: 0 10px 0 30px;
}

.article_body .alignright {
	float: right;
	margin: 0 10px 15px 15px !important;
}

.article_body .alignleft {
	float: left;
	margin: 0 15px 15px 10px !important;
}

.content.full_page .article_body .flushalignright {
	float: right;
	margin: 0 -15px 15px 15px !important;
}

.content.full_page .article_body .flushalignleft {
	float: left;
	margin: 0 15px 15px -15px !important;
}

.content.full_page .article_body img.full, .content.full_page .article_body div.full {
	margin-left: -15px !important;
	width: 1100px !important;
	max-width: 1100px !important;
	border: 0 !important;
}

.content.full_page .article_body img.xsmall, .content.full_page .article_body div.xsmall {
	width: 150px !important;
}

.content.full_page .article_body img.small, .content.full_page .article_body div.small {
	width: 300px !important;
}

.content.full_page .article_body img.medium, .content.full_page .article_body div.medium {
	width: 550px !important;
}

.content.full_page .article_body img.large, .content.full_page .article_body div.large {
	width: 750px !important;
}

.content.full_page .article_body img.xlarge, .content.full_page .article_body div.xlarge {
	width: 1000px !important;
}

.content.full_page .article_body div.full {
	margin-left: -15px !important;
	width: 1100px !important;
	max-width: 1100px !important;
}

.content.full_page .article_body div.xsmall img {
	width: 150px !important;
}

.content.full_page .article_body div.small img {
	width: 300px !important;
}

.content.full_page .article_body div.medium img {
	width: 550px !important;
}

.content.full_page .article_body div.large img {
	width: 750px !important;
}

.content.full_page .article_body div.xlarge img {
	width: 1000px !important;
}

.article span.article_title {
	display: block;
	background: #fff url('images/fix_android.png');
	font-size: 36px;
	line-height: 36px;
	font-family: 'Roboto Condensed', Georgia, serif;
	color: #000;
	padding: 8px 10px;
	margin: 0 0 15px 0;
	overflow: hidden;
	border-right: 5px solid #00c5c9;
	border-bottom: 1px dotted #ccc;
}

span.article_title.full_page {
	display: block;
	z-index: 50;
	position: absolute;
	top: 400px;
	border-left: 15px solid #00c5c9;
	background: url('images/featured_trans_bg_dark.png');
	font-size: 40px;
	line-height: 36px;
	font-family: 'Roboto Condensed', Georgia, serif;
	color: #fff;
	padding: 15px 40px 15px 15px;
	margin: 0 0 15px -15px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}

.article span.article_title span.article_posted_date, span.article_title.full_page span.article_posted_date {
	font-family: 'Open Sans', 'Trebuchet MS';
	font-size: 12px;
	display: block;
	color: #b2b2b2;
	margin: -5px 0;
}

span.article_title.full_page span.article_posted_date {
	margin: 5px 0 !important;
}

.article_meta, #disqus_thread {
	margin: 10px 15px;
}

.discovery-post a.title {
	font-size: 14px !important;
}

.entry-meta.article_meta, .article_header_top {
	font-size: 12px;
	background: #3A3A3A url('images/navigation_bg.jpg') -10px;
	border-top: 1px solid #464646;
	border-bottom: 1px solid black;
	line-height: 27px;
	color: #fff;
	min-height: 5px;
}

.entry-meta a {
	color: #42b6ff;
}

.entry_header_image {
	height: 350px;
	width: 750px;
	overflow: hidden;
	position: relative;
}

.entry_header_image img {
	width: 750px;
}

.content.full_page .entry_header_image {
	height: 513px;
	width: 1100px;
	overflow: hidden;
}

.content.full_page .entry_header_image img {
	width: 1100px;
}

/*
 * CATEGORY TAGS
 */

/*
 * NEWS STUFF INDEX ETC
 */

.index_left_content {
	width: 750px;
}

.news_block {
	width: 365px;
	margin: 5px 0 10px 0 !important;
	font-size: 13px;
}

.news_block a {
	color: #000;
}

.news_block .news_text {
	overflow: hidden;
	font-size: 13px;
	padding: 8px 8px;
	text-align: justify;
}

.news_block.left {
	clear: left;
}

.news_block.right {
	clear: right;
}

.news_block span.news_comment {
	background: url('images/small_comment_bubble.png') no-repeat center;
	height: 21px;
	font-size: 10px;
	padding: 0 9px 7px 9px;
	line-height: 20px;
	margin-left: 5px;
}

.news_block .news_meta {
	position: relative;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
}

.news_block .news_meta .news_category {
	color: #00c5c9;
	padding: 0 10px 0 3px;
	line-height: 25px;
	border-right: 1px dotted #ccc;
	display: inline-block;
	float: left;
	font-family: 'Roboto Condensed', Georgia, serif;
}

.news_block .news_meta .news_date {
	display: inline-block;
	float: left;
	line-height: 25px;
	font-family: 'Roboto Condensed', Georgia, serif;
	padding: 0 5px;
}

.news_block_img_container {
	position: relative;
	width: 365px;
	height: 170px;
	overflow: hidden;
}

.news_block_img_container img {
	width: 365px;
	height: auto;
}

.news_block_img_container .news_block_title {
	z-index: 50;
	width: 365px;
	min-height: 65px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url('images/featured_trans_bg.png');
}

.news_block_img_container .news_block_title span {
	display: block;
	color: #fff;
	margin: 10px;
	font-family: 'Roboto Condensed', Georgia, serif;
	line-height: 20px;
	font-size: 17px;
	text-shadow: 1px 1px 1px #444;
}

.news_block.horizontal {
	clear: both;
	width: 750px !important;
	margin: 10px 0 !important;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	display: block;
	overflow: hidden;
	max-height: 170px;
	overflow: hidden;
	position: relative;
}

.news_block.horizontal.first {
	padding-top: 15px;
	border-top: 1px dotted #ccc;
}

.index_left_content .news_block.horizontal a .news_block_img_container {
	width: 365px !important;
	height: 170px !important;
	margin: 0 10px 0 0 !important;
}

.index_left_content .news_block.horizontal a .news_block_img_container img {
	width: 365px !important;
	height: auto;
}

.news_content_fader {
	background: url('images/news_block_fade.png') no-repeat;
	position: absolute;
	bottom: -11px;
	right: 0;
	z-index: 100;
	height: 50px;
	width: 383px;
}

.index_left_content .news_block.horizontal span.news_title {
	font-size: 22px !important;
	line-height: 24px;
	margin: 6px 0 0 0;
	display: block;
}

.news_block.horizontal .news_block_img_container {
	float: left !important;
	width: 365px !important;
	height: 170px !important;
	margin: 0 10px 0 0;
}

.news_block.horizontal .news_block_img_container img {
	width: 365px !important;
	height: auto;
}

.news_block.horizontal .news_text {
	font-size: 12px;
	padding: 8px 0 0 0 !important;
	position: relative;
}

#category_container .news_block.horizontal .news_text {
	padding: 8px 10px 0 0 !important;
}

.news_block.horizontal span.news_title {
	font-family: 'Roboto Condensed', Georgia, serif;
	font-size: 22px !important;
	line-height: 24px;
	margin: 6px 0 0 0;
	display: block;
}

.news_block.horizontal span.news_title:hover {
	text-decoration: underline;
}


/*
 * SEARCH PAGE
 */

#search_info_bar {
	display: block;
	background: #fff url('images/fix_android.png');
	font-size: 24px;
	line-height: 36px;
	font-family: 'Roboto Condensed', Georgia, serif;
	color: #000;
	padding: 8px 10px;
	margin: -10px 0 15px 0;
	overflow: hidden;
	border-right: 5px solid #00c5c9;
	border-bottom: 1px dotted #ccc;
}

#search_info_bar span.search_query {
	color: #848484;
}

#search_info_bar span.search_found {
	display: block;
	font-size: 20px;
}

/*
 * DISQUS COMMENTS
 */
#disqus_thread a {
	color: #00c5c9 !important;
}

#disqus_thread .publisher-anchor-color a:hover {
	color: #0d8183 !important;
}

#disqus_thread a:hover {
	color: #0d8183 !important;
}

#disqus_thread #main-nav a {
	color: #0d8183 !important;
}

.dsq-widget {
	margin-top: -11px;
}

.dsq-widget-list li {
}

.dsq-widget-list li:last-child {
	border-bottom: 0;
}

.dsq-widget-item {
	font-size: 12px;
	padding-bottom: 5px;
}

.dsq-widget-item a {
	color: #00c5c9;
}

.dsq-widget-item .dsq-widget-meta a {
	color: #0098a6 !important;
}

a.dsq-widget-user {
	color: #2b2b2b;
}

.dsq-widget-avatar {
	width: 44px !important;
	height: auto !important;
	border: 2px solid #ccc !important;
	margin: 0 3px 3px 3px !important;
	padding: 0 !important;
}

p.dsq-widget-meta {
	margin: 5px 0 0 0 !important;
}

span.dsq-widget-comment {
	display: block;
}

/*
 * Featured Content Slider
 */

.content#featured_top {
	margin-top: 101px;
	background: #000;
}

#featured {
	width: 1100px;
	position: relative;
	height: 345px;
	background: #000;
	overflow: hidden;
}

#featured ul.ui-tabs-nav {
	position: absolute;
	display: block;
	bottom: 32px;
	left: 21px;
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 989;
}

#featured ul.ui-tabs-nav li {
	font-size: 11px;
	display: block;
	float: left;
	margin: 0 9px;
}

#featured .ui-tabs-panel {
	width: 1100px;
	height: 344px;
	background: #999;
	position: relative;
	overflow: hidden;
}

#featured .ui-tabs-hide {
	display: none;
}

#featured li.ui-tabs-nav-item a {/*On Hover Style*/

}

#featured li.ui-tabs-nav-item a:hover {
	/*background:#f2f2f2; */
}

#featured li.ui-tabs-nav-item a span {
	height: 13px;
	width: 13px;
	background-image: url('images/featured_select.png');
	background-repeat: no-repeat;
	display: block;
}

#featured li.ui-tabs-nav-item a span:hover, #featured ul.ui-tabs-nav li.ui-tabs-selected a span, #featured ul.ui-tabs-nav li.ui-tabs-active a span{
	background-position: 0px -13px
}


#featured li.ui-tabs-nav-item a span.item_title:hover {
	/*background:#f2f2f2; */
	color: #fff;
}

#featured li.ui-tabs-selected, #featured li.ui-tabs-active {/*Selected tab style*/
	background: url('images/selected-item.gif') top left no-repeat;
}

#featured ul.ui-tabs-nav li.ui-tabs-selected a, #featured ul.ui-tabs-nav li.ui-tabs-active a {
}

#featured ul.ui-tabs-nav li img {
	float: left;
	margin: 2px 5px;
	background: #fff;
	padding: 2px;
	border: 1px solid #eee;
}

#featured .ui-tabs-panel .info, .category_top_feature .info {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 326px;
	background: url('images/featured_trans_bg.png');
	-o-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-webkit-transition: .25s;
	transition: .25s;
}

.featured_image {
	width: 1100px;
	margin-top: -70px;
	height: auto;
}

.category_top_feature .info {
	z-index: 100;
	height: 110px;
}

#featured .feature_overlay {
	position: absolute;
	top: 0;
	left: 0;
}

#featured .feature_overlay .big {
	width: 750px;
	height: 350px;
}

#featured .info h2, .category_top_feature .info h2 {
	font-size: 27px;
    line-height: 28px;
    font-family: 'Roboto Condensed', 'OpenSansCond', "Trebuchet MS";
    color: #fff;
    padding: 30px 30px 15px 30px;
	margin: 0;
	overflow: hidden;
}

#featured .info .featured_comments, .category_top_feature .info .featured_comments {
	zoom: 1;
	filter: alpha(opacity=75);
	opacity: 0.75;
	display: block;
	font-weight: bold;
	font-size: 11px;
	position: absolute;
	right: 20px;
	top: 15px;
	height: 26px;
	background: url('images/comments_lower.png') no-repeat 12px 22px;
}

#featured .info .comments_bubble, .category_top_feature .info .comments_bubble {
	display: block;
	line-height: 20px;
	min-width: 22px;
	text-align: center;
	height: 22px;
	padding: 0 5px;
	background: #fff;
}

#featured .info .comments_bubble a, .news_block span.news_comment a {
	color: #000;
	text-decoration: none;
}

#featured .info .comments_bubble a {
	font-weight: bold !important;
}

#featured .info p, .category_top_feature .info p {
	margin: 0 30px;
	font-size: 13px;
	line-height: 14px;
	color: #e5e5e5;
}

#featured .info a, .category_top_feature .info a {
	text-decoration: none;
	color: #fff;
}

/*
 * Index Section 2
 */

#index_section_2 {
	overflow: hidden;
}

#index_section_2_left_box {
	width: 750px;
	margin: 6px 0 15px;
	float: left;
}

#index_section_2_right {
	float: right;
	width: 350px;
}

.featured_list_vertical_small {
	list-style-type: none;
}

.featured_list_vertical_small li {
	padding: 0 5px;
	font-size: 14px;
	min-height: 30px;
}

.featured_list_vertical_small li a {
	-o-transition: .1s;
	-ms-transition: .1s;
	-moz-transition: .1s;
	-webkit-transition: .1s;
	transition: .1s;
	color: #000;
}

.featured_list_vertical_small li a.play_button {
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
}

.featured_list_vertical_small li.flvs_video a {
	display: block;
	margin-right: 40px;
}

.featured_list_vertical_small li.latest_headlines a:hover {
	color: #00c5c9;
}

.featured_list_vertical_small li.flvs_video a:hover {
	color: #00c5c9;
}

.featured_list_vertical_small li.flvs_video, .featured_list_vertical_small li.latest_headlines {
	position: relative;
	padding: 4px 10px;
	line-height: 15px;
	border-bottom: 1px dotted #bbb;
}

.featured_list_vertical_small li .play_button {
	display: block;
	outline: none;
	position: absolute;
	margin: 0 !important;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: url('images/icons/play_small_video_tiny.png') no-repeat 0px -4px;
}

.featured_list_vertical_small li .play_button:hover {
	background: url('images/icons/play_small_video_tiny.png') no-repeat 0px -44px;
}


#index_scroller .jcarousel-container{
	position: relative;
	overflow: hidden;
}

#index_scroller .jcarousel-container .jcarousel-clip-horizontal {
	width: 980px;
	margin: 18px 60px 5px 60px;
	overflow: hidden;
}

#index_scroller ul li {
	float: left;
	list-style: none;
	margin-right: 10px
}

#index_scroller ul li:last-child {
	margin-right: 0px;
}

#index_scroller ul li .news-block-slider {
	position: relative;
	width: 237px;
	height: 189px;
	background: #ccc;
	overflow: hidden;
}

#index_scroller ul li .news-block-slider img {
	width: auto;
	height: 190px;
	margin-left: -85px;
}

#index_scroller ul li .news-block-slider .text_box {
	width: 237px;
	height: 65px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url('images/featured_trans_bg.png');
}

#index_scroller ul li .news-block-slider .text_box:hover {
	height: 122px;
}

#index_scroller ul li .news-block-slider .text_box span {
	color: #fff;
	font-family: 'Open Sans', 'Trebuchet MS';
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 20px 12px 12px;
	display: block;
	height: 36px;
	background: url('images/blue_cross.png') no-repeat 218px 15px;
}

#index_scroller ul li .news-block-slider:hover .text_box span {
	color: #00c5c9;
}

#index_scroller ul li .news-block-slider .text_box .excerpt {
	padding: 5px 12px;
	color: #e5e5e5;
	font-size: 12px;
}

#index_section_2 .section_separator {
	margin: 0;
}

.jcarousel-next-horizontal {
	position: absolute;
	top: 86px;
	right: 20px;
	width: 22px;
	height: 50px;
	cursor: pointer;
	background: transparent url('images/index_scroller_nav.png') no-repeat -22px 0;
}

.jcarousel-prev-horizontal {
	position: absolute;
	top: 86px;
	left: 20px;
	width: 22px;
	height: 50px;
	cursor: pointer;
	background: transparent url('images/index_scroller_nav.png') no-repeat 0 0;
}


#google_ad_1 {
	min-height: 250px;
	width: 300px;
	margin: 15px 25px;
}

#index_section_2_right #google_ad_1 object {
	margin-top: -15px;
}

#google_ad_2 {
	height: 250px;
	width: 300px;
}

#category_sidebar #google_ad_2 {
    margin: 30px auto 0 auto;
}

#index_section_2_right #google_ad_2 {
	margin-top: 15px;
	margin-bottom: 15px;
}

#article_sidebar #google_ad_1 {
	margin: 20px 25px 15px 25px;
}

.preorder_ad {
	height: 184px;
	background: #f5f6f8;
}

.amazon {
    padding: 28px 0 0 10px;
    /*padding: 3px 0 0 47px;
    background: url('images/amazon_cart.png') no-repeat 14px 26px;*/
}

.amazon .block_inner {
    width: 129px !important;
    height: 129px !important;
}

.preorder_ad .section_separator {
	margin-bottom: 0px;
}

.sidebar_recent_news_list li {
	margin: 15px 5px;
}

.sidebar_recent_news_list li a {
	display: block;
	padding-left: 5px;
	color: #9b9b9b;
}

.sidebar_recent_news_list li a:hover {
	color: #00c5c9;
}

.featured_box_medium {
	position: relative;
	width: 365px;
	min-height: 200px;
}

.featured_box_medium h2 {
	margin: 4px 0;
	line-height: 32px;
	font-family: 'Roboto Condensed', 'Titillium Web', sans-serif;
	font-size: 22px;
	padding: 0 5px;
	border-left: 4px solid #000;
	border-bottom: 2px solid #aaa;
}

.featured_box_medium h2.latest_headlines {
	border-left: 4px solid #00c5c9 !important;
}

.featured_box_medium h2.latest_videos {
	border-left: 4px solid #00c5c9 !important;
}

.featured_item_medium {
	position: relative;
	display: block;
	width: 365px;
	height: 170px;
	overflow: hidden;
	background: #000;
}

.featured_item_medium img {
	max-width: 365px;
}

.featured_item_medium_text_box {
	width: 365px;
	height: 65px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url('images/featured_trans_bg.png');
}

.featured_item_medium_text_box span {
	display: block;
	color: #fff;
	margin: 10px;
	font-family: 'Roboto Condensed', Georgia, serif;
	line-height: 20px;
	font-size: 17px;
	text-shadow: 1px 1px 1px #444;
}

.featured_item_medium_text_box.video span, .news_block_title.video span {
	margin: 10px 55px 10px 10px;
}

.featured_item_medium_text_box span a {
	color: #fff;
	text-decoration: none;
}

.featured_item_medium_text_box span a:hover {
	text-decoration: underline;
}

.news_block.horizontal .news_block_img_container .play_button {
	display: block;
	z-index: 102;
	position: absolute;
	top: 33px;
	left: 132px;
	width: 100px;
	height: 100px;
	background: url('images/icons/play_big_trans.png') no-repeat 0 0;
	outline: 0;
}

.news_block.horizontal .news_block_img_container .play_button:hover {
	background: url('images/icons/play_big_trans.png') no-repeat 0 -100px;
}

.featured_item_medium .play_button, .news_block_title .play_button {
	display: block;
	outline: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 65px;
	height: 65px;
	background: url('images/icons/play_small_video_trans.png') no-repeat 0 0;
}

.featured_item_medium .play_button:hover, .news_block_title .play_button:hover {
	background: url('images/icons/play_small_video_trans.png') no-repeat 0 -65px;
}

.featured_video_medium_title {
	display: block;
}

.category_top_feature .play_button {
	outline: 0;
	position: absolute;
	z-index: 104;
	top: 90px;
	left: 325px;
	height: 100px;
	width: 100px;
	background: url('images/icons/play_big_trans.png') 0 0 no-repeat;
	display: block;
}

.category_top_feature .play_button:hover {
	background: url('images/icons/play_big_trans.png') 0 -100px no-repeat;
}

/*
 * Index Social Wide Content Box
 */


/* Twitter and Mognet Central Widget */

#social_feed {
	margin-bottom: 30px;
}

#social_feed .social_feed_nav li {
	display: block;
	float: left;
	width: 50%;
	height: 29px;
	line-height: 29px;
	background: #d2d2d2;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
}

#social_feed .social_feed_nav li.active {
	background: #00c5c9;
}

#social_feed .panel {
	clear: both;
}

#social_feed .panel a {
	color: #00c5c9;
}

#social_feed .panel.twitter iframe .timeline-header.customisable-border {
	display: none !important;
}

#social_feed .panel.twitter ul, #social_feed .panel.forum ul {
	clear: both;
	list-style: none;
}

#social_feed .panel.forum .widget-title {
	display: none;
}

#social_feed .panel.twitter ul li, #social_feed .panel.forum ul li {
	word-wrap: break-word;
	list-style-type: none;
	position: relative;
	background: #f1f1f1;
	min-height: 60px;
}

#social_feed .panel.twitter ul li:nth-child(2n), #social_feed .panel.forum ul li:nth-child(2n) {
	background: #e7e7e7;
}

#social_feed .panel.twitter ul li .user img {
	display: block;
	float: left;
	padding-top: 3px;
	margin-right: 10px;
    max-width: 40px;
}

#social_feed .panel.twitter ul li .user span {
	color: #666;
}

#social_feed .panel.twitter ul li .user span:nth-child(2) {
    display: none;
}

#social_feed .panel.twitter ul li .user span:first-child {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 12px;
}

#social_feed .panel.twitter ul li .user span:first-child span {
	display: block;
}

#social_feed .panel.twitter ul li .user span:nth-child(3) {
	float: left;
	font-size: 10px;
	margin-top: 2px;
	display: block;
	margin-left: 5px;
}

#social_feed .panel.twitter ul li .tweet { 
	display: block;
	margin-left: 58px;
	font-size: 12px;
	padding-top: 22px;
	width: 242px;
	padding-bottom: 7px;
	padding-right: 5px;
	box-sizing: border-box;
}

#social_feed .panel.twitter ul li .tweet span:nth-child(1), #social_feed .panel.twitter ul li .tweet span:nth-child(3), #social_feed .panel.twitter ul li .tweet span:last-child {
	display: none;
} 

#social_feed .panel.twitter ul li p.timePosted {
	position: absolute;
	top: 2px;
	right: 8px;
	font-size: 10px;
}

#social_feed .panel.forum ul li {
	box-sizing: border-box;
	padding: 6px 10px;
}

#social_feed .panel.forum ul li a {
	color: #878787;
	font-size: 12px;
	font-weight: bold;
}

#social_feed .panel.forum ul li span {
	display: block;
	font-size: 10px;
	text-align: right;
	padding-right:2px;
	color: #ccc;
}	

/* */

#index_social {
	position: relative;
	border-top: 1px solid #666;
	background: url('images/wide_content_social_bg.jpg');
	height: 350px;
	clear: both;
}

#index_social h1 {
	display: block;
	width: 250px;
	font-size: 22px;
	padding: 4px 10px;
	font-family: 'Roboto Condensed', 'Titillium Web', sans-serif;
	color: #fff;
	border-bottom: 2px solid #000;
}

#social_twitter_box {
	position: relative;
	width: 350px;
	background: #0071B8 url('images/fade_down_bg_blue.jpg');
	float: right;
	height: 350px;
	border-left: 1px solid #bbb;
}

#social_twitter_box .twitter-follow-button {
	position: absolute;
	right: 10px;
	top: 9px;
}

#social_twitter_wrapper {
	overflow: hidden;
	background: url('images/twitter_bird_trans.png') no-repeat -70px -80px;
	min-height: 300px;
}

#social_twitter_wrapper h1 {
	border-bottom: 1px solid #345684 !important;
}

#social_twitter_feeds {
	border-top: 1px solid #4976b2;
}

#social_twitter_feeds ul li {
	font-size: 11px;
	color: #333;
	margin: 7px;
	padding: 4px;
	background: url('images/bg_trans_white_twitter.png');
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.social_twitter_date {
	position: relative;
	top: -2px;
	display: block;
	text-align: right;
	font-size: 10px;
	line-height: 11px;
	color: #fff;
	margin: -5px 13px 0 0;
	text-shadow: 1px 1px 1px #444;
}

#social_twitter_feeds ul li a {
	color: #078ac0;
}

#social_poll {
	width: 250px;
	height: 350px;
	background: #3A3A3A;
	float: left;
	overflow: hidden;
}

#social_poll h1 {
	border-left: 3px solid #ffcc00 !important;
}

#social_poll_box {
	border-top: 1px solid #464646;
	width: 250px;
}

#most_popular_posts {
	background: #fff;
	width: 498px;
	height: 350px;
	float: left;
}

#most_popular_posts_list {
	margin-bottom: 40px;
}

#category_sidebar #most_popular_posts_list {
	margin-top: -10px;
}

#category_sidebar .section_separator.index {
	margin: 20px 0 10px 0;
}

#most_popular_posts_list ul {
	list-style-type: none;
}

#most_popular_posts_list ul li {
	font-size: 13px;
	margin: 0px 0;
	border-bottom: 1px dotted #ccc;
	padding: 12px 8px;
	overflow: hidden;
	background: #e7e7e7;
}

#most_popular_posts_list ul li:nth-child(even) {
	background: #f1f1f1;
}

#most_popular_posts_list ul li:last-child {
	border-bottom: none;
}

#most_popular_posts_list ul li span.comments_count {
	display:block;
	float: left;
	min-width: 40px;
	text-align: center;
	font-family: 'Roboto Condensed', 'Titillium Web', sans-serif;
	font-size: 26px;
	margin-right: 9px;
	color: #8e8e8e;
}

#most_popular_posts_list ul li span.comments_count span.label {
	display: block;
	font-family: 'Roboto Condensed', 'Titillium Web', sans-serif;
	font-size: 10px;
	color: #00c5c9;
}

#most_popular_posts_list ul li a {
	color: #525451;
}

#most_popular_posts_list ul li a:hover {
	color: #00c5c9;
}

#most_popular_posts h1 {
	width: 498px;
	border-bottom: 2px solid #ddd;
	background: orange; /* change this for a hex value */
}

#most_popular_posts ul li {
	font-size: 11px;
}

/*
 * CATEGORY
 */

#category_sidebar, #article_sidebar {
	float: right;
}

#category_container {
	float: left;
	width: 750px;
	background: url('images/bg_category_container.png') no-repeat;
}

#category_container.top_spacer {
	margin-top: 40px;
}

#category_container.top_spacer.news {
	margin-top: 33px;
}

#category_nameplate {
	font-family: 'Roboto Condensed', 'Titillium Web', sans-serif;
	font-size: 40px;
	letter-spacing: -1px;
	line-height: 50px;
	background: transparent url('images/cat_nameplate.png') no-repeat;
	position: absolute;
	z-index: 101;
	left: -15px;
	top: 130px;
	color: #fff;
	padding: 5px 20px;
	height: 70px;
	text-transform: uppercase;
	font-weight: 300;
}

.category_top_feature {
	overflow: hidden;
	position: relative;
}

.category_top_feature .feature_image {
	width: 750px;
	height: 350px;
	position: relative;
	overflow: hidden;
}

.category_top_feature .feature_image img {
	width: 750px;
	height: auto;
}

.category_secondary_feature {
	display: block;
	float: left;
}

.category_secondary_feature .feature_image {
	width: 365px;
	height: 170px;
	overflow: hidden;
}

.category_secondary_feature .feature_image img {
	width: 365px;
	height: auto;
}

.category_secondary_feature.first {
	margin-right: 20px;
}

#category_news_feed {
	clear: both;
}

.category_description {
	font-size: 12px;
	text-shadow: 1px 1px 1px #ccc;
}


#nav-below {
	position: relative;
	margin: 10px auto 30px auto;
	overflow: hidden;
}

#nav-below.index {
	float: right;
}

#nav-below div {

}

#nav-below.index div{
	float: right !important;
}

#nav-below .nav-next, #nav-below .nav-previous {
	width: auto;
	display: block;
	background: #01c8cd;
	text-transform: uppercase;
	padding: 4px 7px;
	
}

#nav-below .nav-next {
	float: right;
}

#nav-below .nav-previous {
	float: left;
}

#nav-below a {
	color: #fff;
	font-family: 'Open Sans', 'Trebuchet MS';
	font-size: 14px;
	font-weight: bold;
}

#nav-below a:hover {
	color: #2b2b2b;
}

#nav-below a .meta-nav {
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 10px;
	height: 15px;
	margin: 7px 10px;
}

#nav-below a:hover .meta-nav {
	background-position: 0 -15px;
}

#nav-below a .meta-nav.left {
	background-image: url('images/icons/nav_arrow_left.png');
}

#nav-below a .meta-nav.right {
	background-image: url('images/icons/nav_arrow_right.png');
}

/*
 * Colorbox
 */

/*
 ColorBox Core Style:
 The following CSS is consistent between example themes and should not be altered.
 */
#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}
#cboxContent {
	position: relative;
}
#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#cboxTitle {
	margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}
.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
}
.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}
#colorbox, #cboxContent, #cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

/*
 User Style:
 Change the following styles to modify the appearance of ColorBox.  They are
 ordered & tabbed in a way that represents the nesting of the generated HTML.
 */
#cboxOverlay {
	background: #000;
}
#colorbox {
	outline: 0;
}
#cboxContent {
	margin-top: 20px;
	background: #000;
}
.cboxIframe {
	background: #fff;
}
#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}
#cboxLoadedContent {
	border: 5px solid #000;
	background: #fff;
}
#cboxTitle {
	position: absolute;
	top: -20px;
	left: 0;
	color: #ccc;
}
#cboxCurrent {
	position: absolute;
	top: -20px;
	right: 0px;
	color: #ccc;
}
#cboxLoadingGraphic {
	background: url('images/colorbox/loading.gif') no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
	outline: 0;
}

#cboxSlideshow {
	position: absolute;
	top: -20px;
	right: 90px;
	color: #fff;
}
#cboxPrevious {
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -32px;
	background: url('images/colorbox/controls.png') no-repeat top left;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
}
#cboxPrevious:hover {
	background-position: bottom left;
}
#cboxNext {
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -32px;
	background: url('images/colorbox/controls.png') no-repeat top right;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
}
#cboxNext:hover {
	background-position: bottom right;
}
#cboxClose {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	background: url('images/colorbox/controls.png') no-repeat top center;
	width: 38px;
	height: 19px;
	text-indent: -9999px;
}
#cboxClose:hover {
	background-position: bottom center;
}

/*
 * Navigation Menu Styles
 */

.navDown {
	/*background: url('images/downarrow.png') right 16px no-repeat;*/
}

.navRight {
    background: url('images/icons/rightarrow.png') right 12px no-repeat;
}

.jqueryslidemenu {
	width: 1100px;
	margin: auto;
}

.jqueryslidemenu ul {
	margin: 0;
	padding: 0 0 10px 0;
	list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li {
	position: relative;
	display: inline;
	padding: 0 4px;
	float: left;
}

.jqueryslidemenu ul li:hover {
	background: #111;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a {
	display: block;
	line-height: 46px;
	padding: 0 12px;
/*  text-shadow: 1px 1px 1px #555;*/
	font-family: Liberation, 'Open Sans', 'Trebuchet MS';
	color: #fff !important;
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;
}

* html .jqueryslidemenu ul li a {/*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	line-height:46px;
}

.jqueryslidemenu ul li a, .jqueryslidemenu ul li a:visited {
	color: #e3e3e3 !important;
}

.jqueryslidemenu ul li a.e3 {
	color: #00c5c9 !important;
}

.jqueryslidemenu ul li a:hover {
/*  color: #00c5c9 !important;*/
}

.jqueryslidemenu ul li a.e3:hover {
	color: #f6bc1e !important;
}

/*1st sub level menu*/
.jqueryslidemenu ul li ul {
	font-family: Liberation, 'Open Sans', 'Trebuchet MS';
	background: #111;
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li {
	display: list-item;
	float: none;
	padding: 0 !important;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul {
	top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a {
	color: #fff !important;
	width: 210px; /*width of sub menus*/
	padding: 8px;
	line-height: 20px;
	margin: 0;
	border-top-width: 0;
}

.jqueryslidemenu ul li ul li:hover {
    background: #00c5c9 !important;
    color: #fff !important;
}

.jqueryslidemenu ul li ul li a:hover {
	color: #fff !important;
}

.jqueryslidemenu ul li ul li ul li a {
    width: 240px;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
	position: absolute;
	bottom: 17px;
	right: 7px;
}

.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}

#wpadminbar {
	position: fixed;
	top: auto !important;
	bottom: 0;
}

/*
 * SHADOWBOX CUSTOM STYLES
 */

#sb-title {
	font-family: 'Roboto Condensed', 'Titillium Web', sans-serif;
	color: #fff;
	font-size: 23px;
	line-height: 40px;
	font-weight: 400;	
}

#sb-title-inner {
	padding-left: 5px;
}

#sb-overlay {
	background-color: rgb(0, 0, 0) !important;
	opacity: 0.90 !important;
}


/*
 * POLL
 */

#wp-poll {
	position: relative;	
}

#wp-poll h2 {
	margin: 4px 0 15px 0;
	line-height: 32px;
	font-family: 'Roboto Condensed', 'Titillium Web', sans-serif;
	font-size: 22px;
	padding: 0 5px;
	border-bottom: 2px solid #aaa;
	border-right: 4px solid #00c5c9;
}

#wp-poll .section_separator {
	margin-bottom: 10px;
}

.wp-polls-form p, .wp-polls p {
	font-family: 'Open Sans', 'Trebuchet MS';
	margin: 5px;
	font-size: 13px;
	text-align: left !important;
}

.wp-polls-form strong, .wp-polls strong {
	font-size: 16px;
	font-family: 'Roboto Condensed', 'Titillium Web', sans-serif;
	color: #000;
	font-weight: normal;
}

.wp-polls .pollbar {
    background-image: none !important;
    background-color: #00c7cc;
    border: 0 !important;
}

.wp-polls-ans {
	margin: 15px 0;
}

.wp-polls-ul li, .wp-polls li { 
	margin: 3px 10px;
}

.wp-polls-ul li label, .wp-polls li label {
	padding-left: 5px;
}

.wp-polls-loading {
	position: absolute;
	top: 100px;
	left: 100px;
}

#wp-poll input.Buttons {
	padding: 5px;
	font-family: 'Roboto Condensed', 'Titillium Web', sans-serif;
	font-size: 16px;
	background: #f2f2f2;
	color: #000;
}

#wp-poll a {
	color: #00c5c9;
	font-family: 'Roboto Condensed', 'Titillium Web', sans-serif;
	font-size: 13px;
}

#wp-poll a:hover {
	color: #000;
}

#dsqrecent {
     color: #888888;
     font-size: 13px;
}

#dsqrecent a,
#dsqrecent a:visited {
    color: #777777;
}

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

#dsqrecent .comment {
	clear: left;
    padding: 5px 0 6px;
    margin: 6px 0 3px;
}

#dsqrecent .comment.alter {
}

#dsqrecent .comment .avatar {
     float: left;
     width: 42px;
     height: 55px;
     padding: 2px;
     margin: 0 18px 0 0;
}

#dsqrecent .comment .avatar img {
     width: 42px;
     height: 42px;
}

#dsqrecent .comment  .snippet {
	background: url('images/comments_snippet.png') no-repeat 0px top;
    margin: 0 0 0 50px;
    padding: 4px 0;
}

#dsqrecent .comment  .snippet a.time {
     font-weight: bold;
}

#dsqrecent .comment .snippet a.author {
     color: #00c5c9;
}

#dsqrecent .comment  .snippet a.post {

}

/*
 * Staff Page
 */

#staff_list {
	list-style-type: none;
	margin: 30px 15px;
}

#staff_list li {
	margin: 20px 0;
	overflow: hidden;
}

#staff_list li div.avatar {
	float: left;
	border: 1px solid #bbb;
	padding: 2px;
	width: 96px;
	height: 96px;
	margin: 0 15px 0 0;
}

#staff_list li span.staff_name {
	display: block;
	margin: 27px 0 0 0;
	font-family: 'Roboto Condensed', 'Titillium Web', sans-serif;
	font-size: 28px;
}

#staff_list li span.staff_role {
	font-family: 'Roboto Condensed', 'Titillium Web', sans-serif;
	font-size: 18px;
	margin: 0 20px 0 0;	
}

#staff_list li span.button {
	background: #00c5cb;
	font-size: 11px;
	color: #fff;
	padding: 2px 0;
}

#staff_list li span.button:hover{
	background: #009499;
}

#staff_list li span.button a {
	color: #fff;
	padding: 3px 15px;
	line-height: 24px;
}

#staff_list li span.staff_description {
	clear: both;
	margin: 20px 0 0 40px;
	display: block;
	font-size: 12px;
}

#staff_list li span.staff_description p {
	margin: 10px 0;
}


#about, #contact {
	margin: 30px 15px;
	font-size: 13px;
}

#about p {
	margin: 10px 0;
}

#about h2 {
	font-family: 'Roboto Condensed', 'Titillium Web', sans-serif;
	font-size: 20px;
	margin: 25px 0 15px 0;
}

#contact input, #contact textarea {
	font-family: 'Open Sans', 'Trebuchet MS';
	font-size: 12px;	
	border: 1px solid #b2b2b2;
	padding: 5px;
}

#contact .input_field {
	margin: 5px 0;
}

#contact label {
	font-family: 'Roboto Condensed', 'Titillium Web', sans-serif;
	font-size: 16px;
	margin: 5px 15px 5px 0;
	width: 150px;
	display: block;
	float: left;
	clear: both;
}

#contact input {
	width: 300px;
}

#contact input.submit {
	width: 100px;
	background: #00c5cb;
	color: #fff;
	border: 1px solid #0d8183;
}

#contact input.submit:hover {
	background: #0d8183;
}

#contact textarea {
	margin: 10px 0;
	display: block;
	width: 600px;
	height: 250px;
}

#contact .message_to {
	font-family: 'Roboto Condensed', 'Titillium Web', sans-serif;
	font-size: 16px;
	display: block;
	margin: 0 0 10px 0;
}

#contact .mail_recipient {
	font-family: 'Roboto Condensed', 'Titillium Web', sans-serif;
	font-size: 20px;
	color: #00c5cb;
}

#contact p {
	margin-bottom: 15px;
}

#contact form {
	margin-top: 40px;
}

#contact .contact_notifier {
	width: 600px;
	line-height: 22px;
	font-size: 13px;
	color: #000;
	padding: 5px;
}

#contact .contact_notifier.error {
	background: #ffc1c1;
	border: 1px solid #ff0000;
}
#contact .contact_notifier.success {
	color: #00c5cb;
	background: #e5feff;
	border: 1px solid #00c5cb;
}


/* 
 * EDITOR TOOLS
 */

code { 
	display : block;
	font-size: 12px;
	border: 1px solid #bbb;
	padding: 15px;
	margin: 5px 0 30px 0;
}

.editor_tools_sub {
	color: #5C5C5C;
	display: block;
	margin: 30px 0 10px 0;
	font-family: 'Roboto Condensed', 'Titillium Web', sans-serif;
	font-size: 20px;
	border-left: 15px solid #d2feff;
	padding: 0 0 0 10px;
	line-height: 30px;
	border-bottom: 1px dotted #ccc;
}

.editor_tools_heading {
	display: block;
	margin: 30px 0 10px 0;
	font-family: 'Roboto Condensed', 'Titillium Web', sans-serif;
	font-size: 28px;
	border-left: 15px solid #00c5cb;
	padding: 0 0 0 10px;
	line-height: 45px;
	border-bottom: 1px dotted #ccc;
}



/*
 * Editor styles
 */

ul.toc {
	list-style-type:square;
	margin: 0 30px;
}

ul.toc a {
	color: #00c5cb;
}

ul.toc a:hover {
	color: #0d8183;
}

#about ol {
	margin-left: 40px;
}

.article_body h1.line, .article_body h2.line, .article_body h3.line, .article_body h4.line, .article_body h5.line {
	border-left: 5px solid #00c5cb;
	border-bottom: 1px dotted #ccc;
	padding: 5px;
}

.article_body h1.break, .article_body h2.break, .article_body h3.break, .article_body h4.break, .article_body h5.break {
	clear: both;
}

.article_body h1 {
	font-family: 'Roboto Condensed', 'Titillium Web', sans-serif;
	font-size: 28px;
	margin: 30px 0 22px 0;
	display: block;
}

.article_body h2 {
	font-family: 'Roboto Condensed', 'Titillium Web', sans-serif;
	font-size: 24px;
	margin: 30px 0 18px 0;
	display: block;
}

.article_body h3 {
	font-family: 'Roboto Condensed', 'Titillium Web', sans-serif;
	font-size: 22px;
	margin: 24px 0 18px 0;
	display: block;
}

.article_body h4 {
	font-family: 'Roboto Condensed', 'Titillium Web', sans-serif;
	font-size: 20px;
	margin: 20px 0 12px 0;
	display: block;
}

.article_body h5 {
	font-family: 'Roboto Condensed', 'Titillium Web', sans-serif;
	font-size: 16px;
	margin: 15px 0 8px 0;
	display: block;
}

.article_body .article_quote {
	background: url('images/article_quote_top.png') no-repeat top left;
	width: 90%;
	margin: 15px auto;
	padding: 15px;
	font-size: 13px;
}

.article_body .article_quote p:first-child {
	margin-top: 0px;
}

.article_body .article_quote span {
	padding-bottom: 10px;
	color: #7b7b7b;
	text-align: justify;
	display: block;
	background: url('images/article_quote_bottom.png') no-repeat bottom right;
}

.article_body .article_quote a span {
	padding-bottom: 0;
	color: inherit;
	text-align: inherit;
	display: inline;
	background: url('');
}

.article_body ol {
	margin: 10px 0 10px 56px;
}

.article_body ul.point.horizontal {
	list-style-type: none;
	display: block;
	margin: 0;
}

.article_body ul.point li {
	font-family: 'Roboto Condensed', 'Titillium Web', sans-serif;
	padding: 5px 25px 5px 25px;
	line-height: 20px;
	font-size: 16px;
	margin: 0px 25px;
	border-left: 3px solid #00c5cb;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	
	/*background: url('images/blue_bullet.png') no-repeat left center;*/
}

.article_body ul.point.horizontal li {
	margin: 10px;
	float: left;
}


.article_body .aqua {
	color: #00c5cb !important;
}

.article_body .lightblue {
	color: #b7e7e8 !important;
}

.article_body .grey {
	color: #656565 !important;
}

.article_body .lightgrey {
	color: #777 !important;
}

.article_body .red {
	color: #9e0d0d !important;
}


/*
 * Image Gallery Reloaded
 */

.galleria-container {
	background: none !important;
	margin: 25px auto 35px auto;
}

.galleria-stage {
	bottom: 87px !important;
}

.galleria-image-nav-right {
	border-left: 1px solid #ccc;
}

.galleria-image-nav-left {
	border-right: 1px solid #ccc;
}

.galleria-container img {
	border: 0 !important;
	margin: 0 !important;
}

.galleria-thumbnails-container {
	height: auto !important;
}

.galleria-lightbox-info {
	font: 14px/13px 'Roboto Condensed', arial, sans-serif !important;
	color: #fff !important;
}

.galleria-lightbox-content {
	background-color: #2b2b2b !important;
	color: #fff !important;
}

.galleria-thumbnails .galleria-image {
	border: 1px solid #000 !important;
	overflow: hidden !important;
	height: 80px !important;
	width: 120px !important;
}


.galleria-thumb-nav-right, .galleria-thumb-nav-left  {
	background-color: #7bf0f4 !important;
	padding: 21px 0;
}

/* ---- full page ---- */

.galleria-info-text {
	display: none !important;
}

.content.full_page .galleria-container {
	position: relative;
	overflow: hidden;
	height: 603px !important;
	margin: 25px -15px;
	width: 1100px !important;
}

.content.full_page .galleria-stage .galleria-images {
	background: #2b2b2b;
}

.content.full_page .galleria-stage .galleria-image {
	width: 100% !important;
	height: 603px !important;
}
.content.full_page .galleria-stage .galleria-image img {
	width: 100% !important;
	height: auto !important;
	left: 0 !important;
	top: 0 !important;
}

/*
 * Distant Worlds 2013 trivia style
 */


form#dw_trivia, form#trivia_2014 {
	border: 1px solid #ccc;
	margin: 15px;
	padding: 20px;
	font-size: 12px;
}

ul.dw_trivia {
	margin: 0;
	font-size: 13px;
	list-style-type: none;
}

ul.dw_trivia ul {
	font-size: 12px;
	list-style-type: none; 
	margin: -10px 30px 25px 30px;
}

ul.dw_trivia strong {
	color: #00c5cb;
	font-size: 13px;
	padding: 0 15px 0 0;
}

ul.dw_trivia span {
	color: #00c5cb;
	padding: 0 10px;
}

form#dw_trivia .txtbox, form#trivia_2014 .txtbox {
	border: 1px solid #2b2b2b;
	font-size: 12px;
	padding: 3px;
	width: 200px;
	margin: 10px 0;
}

form#dw_trivia .submitbtn, form#trivia_2014 .submitbtn {
	display: block;
	background: #00c5cb;
	font-size: 12px;
	color: #fff;
	padding: 3px 10px;
	line-height: 30px;
	margin: 0 auto;
	border: 1px solid #058b8f;
	cursor: pointer;
}

form#dw_trivia .submitbtn:hover, form#trivia_2014 .submitbtn:hover {
	background: #058b8f;
}

form#dw_trivia .errorbox, form#trivia_2014 .errorbox {
	border: 1px solid #de7373;
	margin: 10px;
	color: #ea3636;
}

form#dw_trivia .successbox, form#trivia_2014 .successbox {
	border: 1px solid #00c5cb;
	margin: 10px;
	color: #00c5cb;
}

form#dw_trivia #ans_errors, form#trivia_2014 #ans_errors {
	display: none;
}

form#dw_trivia #email_errors, form#trivia_2014 #email_errors {
	display: none;
}

form#dw_trivia #duplicate_errors, form#trivia_2014 #duplicate_errors {
	display: none;
}

form#dw_trivia #trivia_success, form#trivia_2014 #trivia_success {
	display: none;
}

/*
 * KEYS GIVEAWAY
 * 
 */
.keys p.key {
	font-size: 150%;
	font-weight: bold;
	color: #00c5c9 !important;
}

.cat_updates {
	color: #fff;
	margin: 0px 30px 0 30px;
	position: absolute;
	top: 194px;
}

.cat_updates span {
	font-weight: bold;
	text-transform:uppercase;
}

.cat_updates ul {
	margin-top: 3px;
	list-style-type: none;
}

.cat_updates ul li {
	font-size: 13px;
	line-height: 17px;
	padding: 0;
}

.cat_updates ul li span{
	color: #00c5c9;
	font-size: 14px;
	font-weight: normal;
}

.cat_updates ul li a {
	color: #d0d0d0 !important;
}

.cat_updates ul li a:hover {
	color: #fff !important;
}

