/*
Theme Name: JUEGOS RANCHEROS
Theme URI: http://venuspatrol.com
Author: JUEGOS RANCHEROS
Author URI: http://coryschmitz.com
Description: The original version of JUEGOS RANCHEROS
Template:       twentyeleven
Version: 0.1


License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-header, editor-style, fixed-width, full-width-template, left-sidebar, one-column, right-sidebar, sticky-post, threaded-comments, translation-ready, two-columns
*/

/*
Mobile responsive layout by Cory Hughart
*/

@import url(../twentyeleven/style.css); 

/* Parallax Elements
================================================== */

/* Default (treat as Mobile Portrait) */
#island, #aircraft, #rock, #owrock
{
	position: absolute;

}
#aircraft
{
	background: url(/img/aircraft.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 50%;
	height: 71px;
	left: 10%;
	top: 40px;
	z-index: 4;
	opacity:0.6;
	filter:alpha(opacity=60);
}
#island
{
	background: url(/img/island.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 54%;
	height: 716px;
	left: 48%;
	top: 50px;
	z-index: 5;
}
#rock
{
	background: url(/img/keitarock.png);
}
#owrock
{
	background: url(/img/owrock.png);
}
#rock, #owrock
{
	background-repeat: no-repeat;
	background-size: 100%;
	width: 70%;
	height: 426px;
	left: -4%;
	top: 100px;
	z-index: 6;
}
#main-content, #wide-conteainer
{
	margin-top: 190px;
}

/* Mobile Landscape */
@media only screen and (min-width: 480px)
{
	#aircraft
	{
		width: 40%;
		top: 50px;
	}
	#island
	{
		width: 60%;
		top: 45px;
	}
	#rock, #owrock
	{
		width: 65%;
		top: 115px;
	}
	#main-content, #wide-conteainer
	{
		margin-top: 250px;
	}
}

/* Desktop */
@media only screen and (min-width: 651px)
{
	#aircraft
	{
		/*
		width: 383px;
		height: 71px;
		top: 105px;
		left: 70px;
		*/
		background-size:396px 80px;
		width: 396px;
		height: 80px;
		left: 70px; 
		top: 105px;
	}
	#island
	{
		/*
		width: 658px;
		height: 716px;
		top: 95px;
		left: 380px;
		*/
		background-size:651px 709px;
		width: 651px;
		height: 709px;
		left: 400px; 
		top: 95px;
	}
	#rock, #owrock
	{
		/*
		width: 477px;
		height: 426px;
		top: 230px;
		left: -70px;
		*/
		background-size: 540px 485px;
		width: 540px;
		height: 485px;
		left: -90px; 
		top: 230px;
	}
}


/* CSS Reset
================================================== */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video
{
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: baseline;
	-webkit-text-size-adjust: none;
}
body
{
	line-height: 1;
	overflow: auto;
	font-family: 'FuturaLT-Lite', sans-serif !important;
}
strong
{
	font-weight: bold;
	color: #050505;
}
em
{
	font-style: oblique;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary
{
	display: block;
}
ul
{
	list-style: none outside none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}
a
{
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	color: #050505;
}
ins
{
	background-color: #FFFF99;
	color: #000000;
	text-decoration: none;
}
mark
{
	background-color: #FFFF99;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}
del
{
	text-decoration: line-through;
}
abbr[title], dfn[title]
{
	border-bottom: 1px dotted #000000;
	cursor: help;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
hr
{
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #9da6a9 -moz-use-text-color -moz-use-text-color;
	width: 585px;
	margin: 0 auto;
	color: #9da6a9;
	border-right: 0 none;
	border-style: solid none none;
	border-width: 1px 0 0;
	display: block;
	height: 1px;
	padding: 0;
	clear: both;
}
hr.single-page
{
   margin-bottom: 28px;
}
input, select
{
	vertical-align: middle;
}
img
{
	display: block;
}
html
{
	background-color: #1d1b17;
}
body
{
	margin: 0;
}


/* Base Styles
================================================== */

/* Wrapper */
#wrapper
{
	margin: 0;
	padding: 0;
	background-image: url(/img/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	/*-webkit-background-size: 1440px 1440px ;*/
	/*-webkit-background-size: 100%;*/
	background-size: 100%;
	overflow-x: hidden;
}
.content
{
	width: 90%;
	margin: 0 auto;
}

/* Nav Bar */
.nav-bar
{
	background: url(/img/nav-bg.png) repeat;
	color: #8c8a7a;
	z-index: 99;
	text-align: right;
}
.nav-bar:after
{
	content: '';
	display: block;
	clear: both;
	*zoom: 1;
}
.nav-bar nav
{
	display: block;
}
.nav-bar nav ul
{
	display: block;
	text-align: left;
}
.nav-bar nav ul li.home
{
	display: none;
	width: auto;
	/*text-align: center;*/
	font-family: 'FuturaLT-B', sans-serif;
	letter-spacing: 4px;
}
.nav-bar nav ul li.home a:link,
.nav-bar nav ul li.home a:visited
{
	color: #edebde;
}
.nav-bar nav ul li.home a:hover,
.nav-bar nav ul li.home a:active
{
	color: #8c8a7a;
}
.nav-bar nav ul li
{
	display: inline-block;
	/*float: left;*/
	height: 50px;
	line-height: 50px;
	padding: 0 8px;
	font-family: 'FuturaLT-Book', sans-serif;
	font-size: 14px;
	letter-spacing: 3px;
}
.nav-bar nav ul li + li + li + li + li
{
	display: none;
}
.nav-bar nav ul li:first-child
{
	padding-left: 0;
}
.nav-bar nav ul li:last-child
{
	padding-right: 0;
}
.nav-bar nav ul li a
{
	text-decoration: none;
}
.nav-bar nav ul li a:link,
.nav-bar nav ul li a:visited
{
	color: #8c8a7a;
}
.nav-bar nav ul li a:hover, .nav-bar nav ul li a:active
{
	color: #edebde;
}
.nav-bar nav ul li.notyet
{
	display: none;
	color: #31302b;
}
.nav-bar .search
{
	display: none;
	height: 50px;
	line-height: 50px;
}
.nav-bar .search h3
{
	display: inline-block;
	font-family: 'FuturaLT-Book', sans-serif;
	font-size: 14px;
	color: #8c8a7a;
	letter-spacing: 3px;
	font-weight: normal;
	clear:none;
	margin-right: 6px;
}
.nav-bar .search form
{
	display: inline-block;
}
.nav-bar .search input.searchbox
{
	display: inline-block;
	position:relative;
	/*padding: 10px 5px 6px;*/
	padding: 5px 5px 3px;
	background-color: #262626;
	border: none;
	color: #edebde;
	font-size: 14px;
	line-height: 14px;
	font-family: 'Sorts Mill Goudy', Georgia, serif;
	font-style: italic;
	-o-box-shadow:		inset 0 0 10px #000000;
	-moz-box-shadow:    inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow:         inset 0 0 10px #000000;
}
.nav-bar .search input.searchbox:focus
{
	outline: none;
}

/* Header (background parallax) */
#header
{
	margin: 0 auto;			
	position: relative;
}

/* Content */
#wide-container
{
	width: 960px;
	background-color: #edebde;
	margin-top: 460px;
	margin-right: 30px;
	float: left;
	position: relative;	
	z-index: 20;
}
#wide-container #main-content
{
	margin-top: 0px;
	width: 650px;
	margin-left: 125px;
	float: left;
	position: relative;	
	z-index: 10;
}
#wide-container #main-content .blog-post hr
{
	width: 960px;
	margin-top: 30px;
	margin-left: -125px;
	border-color: #d6d4c8;
	border-width: 2px 0 0 0;
	height: 0;
}
#main-content
{
	width: 100%;
	/*float: left;*/
	position: relative;	
	z-index: 10;
}
#main-content .blog-post 
{
	background-color: #ebeadd;
}
#main-content .blog-post header h1
{
	color: #050505;
	font-family: 'FuturaLT-Lite', sans-serif;
	font-weight: normal;
	font-size: 32px;
	line-height: 34px;
	padding: 5% 5% 0 5%;
	color: #050505;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: bottom;
}
#main-content .blog-post header img.aligncenter
{
	/*width: 590px;*/
	margin-bottom: 0px;
}
#main-content .blog-post header h1.title a:link,
#main-content .blog-post header h1.title a:hover,
#main-content .blog-post header h1.title a:visited,
#main-content .blog-post header h1.title a:active 
{
	text-decoration: none;
	color: #050505;
}
#main-content .blog-post header .post-data, #main-content .blog-post .post-data
{
	width: 72px;
	margin: 5% 5% 0 5%;
	float: left;
	font-size: 11px;
	line-height: 12px;
	color: #050505;
}
#main-content .blog-post header .post-data h3.date, #main-content .blog-post .post-data h3.date
{
	font-family: 'FuturaLT-Heavy', 'Sorts Mill Goudy', Georgia, serif;
	font-weight: normal;
}
#main-content .blog-post header .post-data h3.author
{
	font-family: 'Sorts Mill Goudy', Georgia, serif;
	font-style: italic;
	font-weight: 700;
	margin-top: 13px;
}
#main-content .blog-post header .post-data h3.comments
{
	font-family: 'Sorts Mill Goudy', Georgia, serif;
	font-style: italic;
	font-weight: 700;
	margin-top: 13px;
}
#main-content .blog-post hr
{
	width: 100%;
	margin-top: 5%;
	border-color: #d6d4c8;
	border-width: 2px 0 0 0;
	height: 0;
}

#main-content .blog-post hr.calendar
	{
		margin-top: 0px;
	}

#main-content .blog-post header hr
{
	margin-top: 4%;
}
#main-content p,
.previously2,
legend
{
	color: #242529;
	font-family: 'Sorts Mill Goudy', serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	margin: 5% 5% 0 5%;
}
.win.chrome #main-content p, .previously2
{
	-webkit-text-stroke: 0px !important;
} 
#main-content h2
{
	color: #050505;
	font-family: 'Sorts Mill Goudy', Georgia, serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 22px;
	margin: 5% 5% 0 5%;
	width: auto;
}
#main-content iframe, #main-content object, #main-content embed
{ 
	/*max-width: 590px;*/
	width: 100% !important;
	/*float: left !important;*/
	display: block;
	float: none;
	margin-bottom: 0;
}
#wide-container #main-content iframe
{ 
	max-width: 930px;
	float: left !important;
	margin-left: -100px;
	margin-bottom: 30px;
}
#main-content header iframe
{
	margin-bottom: 0px;
}
#wide-container #main-content object
{
	max-width: 930px;
	float: none !important;
	margin-left: -100px !important;
	margin-bottom: 30px;
}
#main-content .blog-post header object
{
	margin-bottom: 0px;
}
#main-content .blog-post header object embed
{
	max-width: 590px !important;
}
#wide-container #main-content .blog-post header object embed
{
	max-width: 930px !important;
}
#wide-container #main-content img.mt-image-center
{
	width: 900px !important;
	height: auto; 
	float: left !important;
	margin: 30px 30px 30px -95px !important; 
}

.taglist a:link, .taglist a:visited
{
	color: #242529;
	text-decoration: underline;
}


#main-content .blog-post .related ul
{
	color: #5d5c53;
	font-family: 'Sorts Mill Goudy', Georgia, serif;
	font-style: italic;
	font-size: 16px;
	line-height: 22px;
	/*width: 100%;*/
	margin: 17px 5% 0 5%;
}

#main-content .blog-post .related ul a:link, #main-content .blog-post .related ul a:link, #main-content .blog-post .related ul a:visited
{
	color: #242529;
}

#main-content .blog-post .related ul a:active, #main-content .blog-post .related ul a:hover
{
	color: #242529;
	text-decoration: underline;
}

#main-content p a:link, #main-content p a:visited, #sidebar a:link, #sidebar a:visited, #nexteventalert a:link, #nexteventalert a:visited
{
	color: #ff3e71;
	text-decoration: none;
}

#main-content p a:hover, #main-content p a:active, #sidebar a:hover, #sidebar a:active, #nexteventalert a:hover, #nexteventalert a:active
{
	color: #ff3e71;
	text-decoration: underline;
}
#main-content ul a:link, #main-content ul a:visited
{
	color: #ff3e71;
	text-decoration: none;
}
#main-content ul a:hover, #main-content ul a:active
{
	color: #ff3e71;
	text-decoration: none;
}
#main-content img.inline
{
	max-width: 590px;
	margin: 5% 5% 0 5%;
}
#main-content .mt-enclosure
{
	margin: 5% 5% 0 5%;
	width: auto;
	display: block !important;
}
#main-content img.mt-image-center
{
	max-width: 100%;
	width: 100%;
	height: auto;
	float: none;
	margin: 0 !important; 
}
#main-content .blog-post header img.mt-image-center
{
	margin: 0 !important; 
}
#main-content img.mt-image-right
{
	margin: 5% 5% 5% 5% !important;
}
#main-content .blog-post header img.mt-image-right
{
	margin: 5% 5% 0 5% !important; 
}
#main-content img.mt-image-left
{ 
	margin: 5% 5% 5% 5% !important;
}
#main-content img.align-left
{ 
	margin: 5% 5% 0 5% !important; 
}
#main-content img.aligncenter, #main-content img.alignnone
{ 
	max-width: 590px;
	height: auto !important;
	float: none;
	margin-top: 5%;
	position: relative;
}

#presswrap img
{ 
	width: 590px;
	height: auto !important;
	float: none;
	margin-top: 5%;
	position: relative;
	margin-left: -100px;
}

#main-content img.alignleft, #main-content img.alignright
{ 
	width: 100%;
	margin-bottom: 30px !important;
	
}

img.size-full,
img.size-large {
	max-width: 100%;
	width: 100%;
}

#main-content img.twoup
{ 
	width: 290px !important;
	margin-bottom: 30px !important;
}

#main-content img.notop
{ 
	margin-top: -20px !important;
}

#main-content img.twoup.alignleft
{ 
	margin-right: 0px !important;
}

#main-content img.twoup.alignright
{ 
	margin-left: 0px !important;
}

#tweetembed {
	margin: 30px 30px 0 130px;
}
.entry-content img,
.comment-content img,
.widget img
{
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"]
{
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	border: 0px;
	padding: 0px;
}
img.blackbordered
{
	border-style: solid;
	border-width: 1px;
	border-color: #5D5C53;
}
img.alignleft,
img.alignright,
img.aligncenter
{
	margin-bottom: 0 !important;
}

#main-content .blog-post .related h2,
#main-content .entry-content h1,
#main-content .blog-post .comments h2,
#comments .comments h2,
#comments .subscribe h2,
#reply-title, #section-title
{
	color: #050505;
	font-family: 'FuturaLT-Lite', sans-serif;
	font-weight: normal;
	font-size: 32px;
	line-height: 34px;
	text-transform: uppercase;
	width: auto;
	margin: 5% 5% 0;
}

#section-title {
	margin: 30px 30px 0 130px;
}

.postspacer {
	background-color: transparent;
	margin-bottom: 5%;
}
.testfont p
{ 
	font-family: 'Sorts Mill Goudy',serif !important;
	font-weight: 400 !important;
	
}

#nexteventalert {
	background-color: #EBEADD;
	width: 100%;
	font-size: 12px;
	line-height: 18px;
	color: #232429;
	font-family: 'FuturaLT-Heavy', 'Sorts Mill Goudy', Georgia, serif;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: uppercase;
	position:relative;
	text-align: center;
	padding: 3px;
}

/* Side Bar */
#sidebar
{
	float: none;
	width: 100%;
	position: relative;
	z-index: 13;
	margin: 5% 0;
}

/*	#sidebar #connectlist
	{
		display: block;
	}
*/
#sidebar .twitter,
#sidebar .facebook,
#sidebar .texatron,
#sidebar .fantasticarcade,
#sidebar .shop,
#sidebar #connectlist
{
	display: none;
}
#sidebar .featured-item
{
	margin-top: 5%;
	padding: 15px 15px 15px 15px;
	background-color: #edebde;
	color: #5d5c53;
	text-align: center;
	/*font-family: 'Sorts Mill Goudy', Georgia, serif;*/
}
#sidebar .featured-item h3.title
{
	margin: 30px 15px 0 15px;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase;
}
#sidebar .featured-item h3.byline
{
	margin: 0 15px 0 15px;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
}
#sidebar .featured-item p
{
	margin: 22px 15px 0 15px;
	font-size: 14px;
	line-height: 18px;
}
#sidebar .featured-item img
{
	margin: 0 auto;
	max-width: 100%;
}

.gce-list-event, .sidebartextbox, .gce-list-event #header, .sidebartextbox #header, .gce-list-event #footer, .sidebartextbox #footer {
	width: 100% !important;
}

#connectlist
{
	width: 100%;
	height: 68px;
	line-height: 68px;
	background: url(/img/nav-bg.png) repeat;
	color: #8c8a7a;
	margin-top: 0;
}

#connectlist ul
{
	display: block;
	text-align: justify;
	padding: 0 10%;
}
#connectlist ul:after
{
	content: "";
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0;
}
#connectlist li
{
	list-style:none;
	position:relative;
	/*float:left;*/
	display: inline-block;
}
#connectlist #connectword
{
	/*margin-top: 28px;*/
	/*
	margin-right: 25px;
	margin-left: 30px;
	*/
	font-family: 'FuturaLT-Book', sans-serif;
	font-size: 14px;
	/*line-height: 14px;*/
	color: #8c8a7a;
	text-decoration: none;
	letter-spacing: 3px;
}
#connectlist #rssicon a
{
	background:url(/img/connect_sprites.png) 0 0;
	/*margin-top: 19px;*/
	width:27px;
	height:27px;
	/*margin-right: 11px;*/
}
#connectlist #rssicon a:hover
{
	background: url(/img/connect_sprites.png) 0 -27px;
}
#connectlist #twittericon a
{	
	background:url(/img/connect_sprites.png) -27px 0;
	/*margin-top: 19px;*/
	width:30px;
	height: 27px;
	/*margin-right: 13px;*/
}
#connectlist #twittericon a:hover
{
	background: url(/img/connect_sprites.png) -27px -27px;
}
#connectlist #facebookicon a
{
	background:url(/img/connect_sprites.png) -57px 0;
	/*margin-top: 19px;*/
	width:27px;
	height:27px;
}
#connectlist #facebookicon a:hover
{
	background: url(/img/connect_sprites.png) -57px -27px;
}
#connectlist a
{
	display: inline-block;
	margin-top: -5px;
	vertical-align: middle;
	/*height: 100%;
	width: 100%;*/
}

#sidebar .featured-item
	{
		margin-top: 30px;
		margin-bottom: 0;
	}

#sidebar .nextevent {
		margin-top: 15px;
	}

	
	.gce-list-event, .sidebartextbox {
		background-color: #232429;
		width: 250px;
		height: 250px;
		font-size: 12px;
		line-height: 18px;
		color: #dadad8;
		font-family: 'FuturaLT-Heavy', 'Sorts Mill Goudy', Georgia, serif;
		letter-spacing: 1px;
		font-weight: normal;
		text-transform: uppercase;
		position:relative;
	}
	
	.gce-list-event #header, .sidebartextbox #header, .sidebartextbox #yellowheader, .gce-list-event #footer, .sidebartextbox #footer, .sidebartextbox #yellowfooter, .sidebartextbox #pinkheader, .sidebartextbox #pinkfooter {
		padding-top: 5px;
		padding-bottom: 5px;
		width: 250px;
		background-color: #34fdbb;
	}
	
	.gce-list-event #footer, .sidebartextbox #footer, .sidebartextbox #yellowfooter, .sidebartextbox #pinkfooter  {
		position:absolute;
		bottom:0;
		left:0;	
	}

	
	.gce-list-event #headertext, .sidebartextbox #headertext {
		color: #232429;
		letter-spacing: 1px;
		font-family: 'FuturaLT-B', sans-serif;	
	}
	
	.gce-list-event #header, .sidebartextbox #header, .gce-list-event #footer, .sidebartextbox #footer {
		padding-top: 5px;
		padding-bottom: 5px;
		width: 250px;
		background-color: #34fdbb;
	}
	
	.sidebartextbox #yellowheader, .sidebartextbox #yellowfooter {
		background-color: #ffab00;	
	}
	
	.sidebartextbox #old_pinkheader, .sidebartextbox #old_pinkfooter {
		background-color: #f0417b;	
	}
	
	.sidebartextbox #pinkheader, .sidebartextbox #pinkfooter {
		background-color: #5fd9c6;	
	}
	

/* Footer */
footer
{
	margin: 93px 0 0 0;
	padding-top: 30px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	width: 100%;
	background: url(/img/nav-bg.png) repeat;
	color: #edebde;
}
footer a:link, footer a:visited 
{
	color: #edebde;
	text-decoration: none;
}
footer a:hover, footer a:active 
{
	color: #8c8a7a;
	text-decoration: none;
}
footer > div
{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
footer .column
{
	/*display: inline-block;*/
	display: block;
	float: left;
	width: 42%;
	padding: 0 10px;
	margin-bottom: 30px;
	text-align: left;
	vertical-align: top;
	/*float: left;*/
}
/* Footer credits*/
footer .design, footer .mobile, footer .art, footer .copyright
{
	display: block;
	width: 100%;
	margin: 0 auto 10px;
	text-align: left;
	line-height: 1.2;
}
footer .design > h3:after
{
	content: ' CORY SCHMITZ';
}

footer .art > h3:after
{
	content: ' ZAC GORMAN';
}

footer .mobile > h3
{
	/*letter-spacing: 0;*/
}
footer .copyright > h3:after
{
	content: ' JUEGOS RANCHEROS';
}
footer .column img
{
	display: none;
}
footer .column img.notitle
{
	margin: 26px 0 0 0;
}
footer .column ul
{
	margin: 16px 0 0 0;
	width: auto;
	font-family: 'Sorts Mill Goudy', Georgia, serif;
	font-size: 12px;
	line-height: 24px;
	font-style: italic;
}
footer h3
{
	font-family: 'FuturaLT-Book', sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 3px;
}
	
/* Comments */
#comments-title
{
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments
{
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist
{
	list-style: none;
	margin: 30px 0 0 0;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist
{
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment
{
	background: none;
	border: none;
	-moz-border-radius: none;
	border-radius: none;
	margin: 30px 0;
	padding: 0;
	position: relative;
}
.commentlist .pingback
{
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children
{
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment
{
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn
{
	display: block;
}
.comment-meta
{
	color: #242529;
	font-family: 'Sorts Mill Goudy', Georgia, serif;
	font-size: 16px;
	line-height: 22px;
	/*float: right;*/
	margin: 0 5% 5% 5%;
}
.comment-meta:after
{
	content: '';
	display: block;
	clear: both;
}
.comment-meta .fn
{
		color: #242529;
		font-style: italic;
		font-weight: bold;
}
.comment-meta .comment-date
{
		font-size: 11px;
		line-height: 10px;
		font-family: 'Sorts Mill Goudy', Georgia, serif;
		font-style: italic;
		font-weight: bold;
		margin-top: 0px;
}
.comment-meta .comment-date a:link, a:visited, a:active, a:hover
{
	color: #242529;
	text-decoration: underline;
}
.comment-meta a
{
	font-weight: normal;
}
.commentlist .comment-content
{
	margin-top: 5%;
}
.commentlist .avatar
{
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 71px;
	height: 71px;
	float: left;
	margin-right: 5%;
	/*
	left: 0;
	top: 0;	
	position: absolute;
	*/
	position: static;
	padding: 0;
}
.commentlist > li:before
{
	content: none;
	left: 0;
	position: absolute;
}
.commentlist > li.pingback:before
{
	content: '';
}
.commentlist .children .avatar
{
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link
{
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active
{
	background: #888;
	color: #fff;
}
a.comment-reply-link > span
{
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor
{
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta
{
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover
{
	
}
.commentlist > li.bypostauthor:before
{
	content: none;
}

#subscriptionform
{
	background: none;
	border: none;
	-moz-border-radius: none;
	border-radius: none;
	padding: 0;
	position: relative;
	color: #5d5c53;
	font-family: 'Sorts Mill Goudy', Georgia, serif;
	font-size: 16px;
	line-height: 22px;
	width: 650px !important;
	margin-left: 0px !important;
}
#subscriptionform p
{
	font-size: 16px;
	line-height: 22px;
	margin-left: 130px !important;
	margin-bottom: 0px !important;
	width: 490px;
}
#subscriptionform input
{
	margin-left: 5px;
}
#subscriptionform label
{
	font-size: 12px;
}
#subscriptionform input#submit
{
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 4% 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#subscriptionform input#submit:active
{
	background: #1982d1;
	color: #bfddf3;
}

#rcp_subscription_levels {
	font-size: 16px;
	line-height: 22px;
	margin: 30px 30px 0 160px !important;
	width: 490px;
}

#rcp_gateway {
	margin-left: 30px !important;
	font-size: 18px;
}

#rcp_submit {
	font-size: 18px;
}

#rcp-stripe-fields {
	background-color: #eeeeee;
	border-width: 5px !important;
	border-style: solid;
	border-left: 0px;
	border-right: 0px;
	padding-top: 0px;
	padding-bottom: 30px;
	position: relative;
	color: #5d5c53;
	font-family: 'Sorts Mill Goudy', Georgia, serif;
	font-size: 16px;
	line-height: 22px;
	width: 650px !important;
	margin-top: 15px;
	margin-left: 0px !important;
}


#rcp-stripe-fields input, #rcp-stripe-fields label {
	font-family:"HelveticaNeue","Helvetica Neue",arial,helvetica,sans-serif;
	font-style: normal;
	font-size: 12px !important;

}

#rcp-stripe-fields input {
	font-weight: bold;
}

.payment-errors {
	margin-left: 130px;
	margin-top: 30px;
}

#rcp-stripe-cardsimage {
	float:right;
	height:	22px;
}

#rcp-stripe-lockimage {
	margin-top: 15px;
	margin-left: 25px;
	float:left;
	height:	35px;
}

#rcp-stripe-comodoimage {
	display: block;
	margin-top: 15px;
	margin-right: 30px;
	float:right;
	height:	35px;
}

#rcp-stripe-ssltext {
	display: inline-block;
	line-height: 14px;
	margin-left: 5px;
	margin-top: 20px;
	font-family:"HelveticaNeue","Helvetica Neue",arial,helvetica,sans-serif;
	font-style: bolder !important;
	color:black;
	font-size: 16px !important;
}

#rcp-stripe-moressltext {
	margin-top: 0px;
	color: grey;
	font-size: 10px !important;
}

#rcp_mailchimp_signup_wrap {
	margin-top: 0px !important;
}

#rcp_profile_display_name_wrap {
	display: none;
}

.rcp-table {
	width: 490px !important;
	margin-top: 30px !important;
	margin-left: 130px !important;
}

.rcp-table th {
	font-size: 12px !important;
}

.rcp-table td {
	font-size: 10px !important;
}

.rcp_discounts_fieldset {
	margin-left: 30px !important;
}

.rcp_error {
	color:#ff0000 !important;
}

/*
.subscribe
{
	margin-top: 30px;
}
*/
#respond
{
	background: none;
	border: none;
	-moz-border-radius: none;
	border-radius: none;
	padding: 0;
	position: relative;
	color: #5d5c53;
	font-family: 'Sorts Mill Goudy', Georgia, serif;
	font-size: 16px;
	line-height: 22px;
	margin: 5% 0 0 0;
	width: 100%;
}
#respond textarea
{
	font-style: normal;
	width: 88% !important;
	height: 115px;
	padding: 5% 5% 5% 5% !important;
}
#respond .form-submit
{
	float: none;
	margin: 20px 5% 20px 5%;
}
#respond .comment-subscription-form
{
	margin: 0 5% 0 5%;
}
#respond .comment-form-comment
{
	margin-top: 0;
}
#respond input#submit
{
	left: 0px;
	margin: 0;
}
#respond p
{
	margin-top: 0;
}
.entry-content,
.entry-summary
{
	padding: 0 0 0;
}
#profile-box
{
	padding: 15px 15px 15px 15px;
	background-color: #edebde;
	text-align: center;
}
#profile-box p
{
	color: #050505;
	
	letter-spacing: 3px;
	margin: 0px !important;
	font-family: 'FuturaLT-Book', sans-serif;
	font-size: 14px;
	line-height: 14px;
}
#profile-box img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
}

#profile-box p.profilename a {
	color: #050505;
}

#profile-box p.logout, #profile-box p.logout a
{
	color: #8c8a7a;
}
#profile-box a:link, a:visited 
{
	
	text-decoration: none;
}
#profile-box a:hover, a:active 
{
	text-decoration: underline;
}


/* Other Navigation */
#content nav
{
	clear: both;
	overflow: hidden;
	padding: 0;
}
#content nav a
{
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
.page-header
{
		width: 650px;
		margin-right: 30px;
		float: left;
}
.page-title
{
	color: #050505;
	font-family: 'FuturaLT-Lite', sans-serif;
	font-weight: normal;
	font-size: 48px;
	line-height: 50px;
	width: 490px;
	float: right;
	margin: 99px 30px 0 0;
	color: #050505;
	text-decoration: none;
}
.entry-header
{
	width: 590px;
	height: 69px;
	margin: 0px 30px 0 0px;
	padding: 0 30px 0 30px;
	background-color: #edebde;
}
.entry-title
{
	color: #5d5c53;
	font-family: 'Sorts Mill Goudy', Georgia, serif;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	font-style: oblique;
	font-weight: 100;
	float:left;
	padding: 25px 0 25px 0;
	margin: 0;
}
#nav-above, #nav-below
{
	width: 100%;
	height: 69px;
	color: #5d5c53;
	font-family: 'Sorts Mill Goudy', Georgia, serif;
	font-size: 16px;
	line-height: 22px;
	margin-top: 30px;
	padding: 0 30px 0 30px;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #edebde;
}
.paged #nav-above
{
	display: block;
}
.nav-previous
{
	padding: 25px 0;
	float: left;
	width: 50%;
}
.nav-next
{
	padding: 25px 0;
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav
{
	font-weight: normal;
}

/* Singular navigation */
#nav-single
{
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next
{
	float: none;
	width: auto;
}
#nav-single .nav-next
{
	padding-left: .5em;
}
input, textarea
{
	font-size: 14px;
	font-family: 'Sorts Mill Goudy', Georgia, serif;
	font-style: italic;
	line-height: 14px;
	font-weight: 300;
}
input[type="text"], input[type="password"]
{
	padding: 3px;
}
#searchpagebar input[type=text],
#searchpagebar input[type=password],
#searchpagebar textarea
{
	margin: 0px 30px 0 130px;
	width: 490px;
}
#ym_password_form,
table.widefat,
.ym_custom_fields_standalone,
#ym_login_form, #ym_lost_pass_div
{
	width: auto;
	/*float: right;*/
	margin: 5% 5% 0 5%;
}
.ym_custom_fields_standalone .input,
.ym_custom_fields_standalone select,
.ym_custom_fields_standalone textarea
{
	width: 100% !important;
}
.ym_custom_fields_standalone th
{
	width: 35%;
}
.ym_required_text,
#ym_password_form,
table.widefat,
#ym_login_form,
#ym_lost_pass_div
{
	color: #5d5c53;
	font-family: 'Sorts Mill Goudy', Georgia, serif;
	font-size: 16px;
	line-height: 22px;
}
.entry-content table,
.comment-content table
{
	border-bottom: 0px solid #ddd;
}
.entry-content th,
.comment-content th
{
	font-family: 'Sorts Mill Goudy', Georgia, serif;
	color: #5d5c53;
	line-height: 22px;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: normal;
	line-height: normal;
	text-transform: none;
	vertical-align: middle !important;
}
.ym_register_form_caption
{
	color: #5d5c53 !important;
	font-size: 12px !important;
}
.entry-content td,
.comment-content td
{
	border-top: 0px solid #ddd;
	padding: 6px 10px 6px 0;
}

img#wpstats
{
	display: none;
	margin: 0;
}

/* audio player */

div .mejs-container {
	width: auto !important;
	float: none !important;
	margin-left: 5% !important;
	margin-bottom: 5%;
	margin-top: 5%;
}

/* devlog image maps */

.map_image, .map_wrapper {
	margin-left: 5% !important;
	margin-right: 5% !important;
	margin-top: 5% !important;
}

.coverembed
	{
		width: 100%;
		max-width: 590px;
		max-height: 332px;
		position: relative;
		padding: 30px;
	}
	
.coverembed img {
		width: 100%;
		max-width: 590px;
		max-height: 332px;
		height: auto !important;
		float: none;
		position: relative;
		
}
	
.covername, .coverdescrip
	{
		color: #edebde;
		font-family: 'FuturaLT-Lite', sans-serif;
		font-weight: normal;
		letter-spacing: 2px;
		font-size: 36px;
	}
	
.coverembed .coverdescrip .circle {
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	border-radius: 50%;
	width: 34px;
	height: 34px;
	float: left;
	background-color: #edebde;
	margin-left: 3px;
	position: relative;
	font-size: 20px;
	/* width and height can be anything, as long as they're equal */
}

.coverembed .coverdescrip .circle .height_fix {
    margin-top: 100%;
}

.coverembed .coverdescrip .circle .fa {
	position: absolute;
	margin-top: 7px;
	left: 1px;
	color: #050505;
	height: 100%;
    width: 100%;
	text-align: center;	
}

.coverembed .coverdescrip .circle .circleicon {
	height: 25px;
	width: 25px;
	/* icons8.com/web-app/category/all/Photo-and-Video */
}
	
.covername
	{
		margin-top: 15px;
		padding: 3px;
		width: 100%;
		max-width: 590px;
		float: left;		
		background-color: #1d1b17;
		/* Fallback for web browsers that doesn't support RGBa */
		background: rgb(0, 0, 0);
		/* RGBa with 0.6 opacity */
		background: rgba(0, 0, 0, 0.6);
		/* For IE 5.5 - 7*/
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
		/* For IE 8*/
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";	
	}
	
.coverdescrip 
	{
		position: absolute;
		bottom:50px;
		padding-top: 3px;
		padding-right: 3px;
		width: 100%;
		max-width: 587px;
		text-transform: uppercase;
		text-align: right;
		float: right;		
		background-color: #1d1b17;
		/* Fallback for web browsers that doesn't support RGBa */
		background: rgb(0, 0, 0);
		/* RGBa with 0.6 opacity */
		background: rgba(0, 0, 0, 0.4);
		/* For IE 5.5 - 7*/
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
		/* For IE 8*/
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.static {
	padding-bottom: 0px;
}	

#facebookembed {
	background-color: white;
}

#liveblog-container, #liveblog-messages {
	height: 400px;
}

#liveblog-form-template {
	display:block;
}

p img,
.wp-caption {
	margin-top: 0px;
}

.countdown {
	display: none;
}

.twitter-video {
	margin-top: 30px !important;
	margin-left: 130px !important;
}


/* Media Query: Not larger than most mobile devices
================================================== */
@media only screen and (max-width: 650px) {

	.coverembed {
		width: 90%;
		padding: 0;
	}
	
	.coverembed img {
		padding: 5%;
	}
	
	.coverdescrip {
		bottom:10%;
	}

	.covername, .coverdescrip {
		width: 99%;
		font-size: 18px;
		margin-left: 5%;
	}

	
	.coverembed .coverdescrip .circle {
		width: 18px;
		height: 18px;
		font-size: 10px;
		
	}
	
	.coverembed .coverdescrip .circle .fa {
		margin-top: 3px;
	}

	
	.gce-list-event #header, .sidebartextbox #header, .sidebartextbox #yellowheader, .gce-list-event #footer, .sidebartextbox #footer, .sidebartextbox #yellowfooter, .sidebartextbox #pinkheader, .sidebartextbox #pinkfooter, .sidebartextbox #redheader, .sidebartextbox #redfooter {
		width: 100%;
	}
	
	#sidebar .featured-item #itchbanner {
		width: 100%;
		height: 100%;
	}
	
	#sidebar .featured-item #itchbanner:after {
		clear: both;
	}
	
	#itchbox {
		height: 100%;
	}
	
	#main-content .blog-post header .post-data h3.author {
		margin-bottom: 13px;
	}
	
	.twitter-video {
		margin-top: 0px !important;
		margin-left: 0px !important;
	}
	
	#footcontainer {
		background: url(/img/nav-bg.png) repeat;
		overflow: hidden;
		clear: both;
	}
}


/* Media Query: Larger than Mobile-Landscape
================================================== */
@media only screen and (min-width: 481px)
{

	
	#main-content .blog-post header h1
	{
		font-size: 42px;
		line-height: 46px;
		padding: 10% 5% 0 5%;
	}
	#main-content .blog-post .related h2,
	#main-content .entry-content h1,
	#main-content .blog-post .comments h2,
	#comments .comments h2,
	#comments .subscribe h2,
	#reply-title
	{
		font-size: 42px;
		line-height: 46px;
	}
	/*
	#main-content p, .previously2
	{
		margin: 5% 5% 0 10%;
	}
	*/
}

/* Media Query: Larger than most mobile devices
================================================== */
@media only screen and (min-width: 651px)
{
	/*#main-content
	{
		margin-top: 200px;
	}
	#main-content .blog-post header h1.title
	{
		font-size: 42px;
		line-height: 44px;
	}*/
	
	.blog-post .twitter-tweet {
		max-width: 490px !important;
		width: 490px !important;
		margin-left: 130px !important;
	}
	
	.nav-bar
	{
		text-align: left;
	}
	.nav-bar nav ul
	{
		text-align: left;
	}
	.nav-bar nav ul li
	{
		display: block !important;
		float: left;
		height: 50px;
		line-height: 50px;
		padding: 0 13px;
	}
	.nav-bar nav ul li.home
	{
		width: auto;
		text-align: left;
		padding-top: 0;
	}
	.nav-bar .search
	{
		display: block;
		float: right;
		height: 50px;
		line-height: 50px;
	}
	.nav-bar .search input.searchbox
	{
		width: 190px;
		padding: 10px 5px 6px;
	}
	#wrapper
	{
		min-width: 960px;
		background-image: url(/img/background.jpg);
		background-size: 1020px;
		background-position-y: -90px;
		background-repeat: no-repeat;
		background-attachment: scroll;
	}
	.content
	{
		width: 960px;
	}
	#header
	{
		width: 960px;
	}
	#main-content
	{
		float: left;
		width: 650px;
		margin-top: 480px;
		margin-right: 30px;
	}
	#main-content .blog-post header h1
	{
		font-size: 48px;
		line-height: 50px;
		padding: 99px 5% 0 20%;
	}
	#main-content .blog-post .related h2,
	#main-content .entry-content h1,
	#main-content .blog-post .comments h2,
	#comments .comments h2,
	#comments .subscribe h2,
	#reply-title
	{
		font-size: 48px;
		line-height: 50px;
		width: 490px;
		/*float: right;*/
		margin: 30px 30px 0 130px;
	}
	
	stretchtitle {
		color: #050505;
		font-family: 'FuturaLT-Lite', sans-serif;
		font-size: 22px;
		line-height: 30px;
		width: 590px;
		margin-left: -100px;
		margin-top: 5%;
		margin-bottom: 0;
		text-decoration: underline;
		display: inline-table;
	}
	
	#main-content .blog-post hr
	{
		margin-top: 30px;
	}
	
	#main-content .blog-post hr.calendar
	{
		margin-top: 0px;
	}
	
	#main-content .blog-post header hr
	{
		margin-top: 36px;
	}
	#main-content .blog-post header img.aligncenter
	{
		width: 590px;
	}
	#main-content .blog-post header .post-data
	{
		width: 72px;
		margin: 33px 0 0 30px;
	}
	#main-content h2
	{
		margin: 30px 30px 0 130px;
		width: 490px;
	}
	#main-content p,
	.previously2,
	legend
	{
		font-size: 18px;
		line-height: 25px;
		margin: 30px 30px 0 130px;
		width: 490px;
	}
	#main-content img.inline
	{
		width: 590px;
		float: right;
		margin: 30px 30px 0 0;
	}
	#main-content .mt-enclosure
	{
		margin: 0 0 0 30px;
		width: 590px;
	}
	#main-content img.mt-image-center
	{
		width: 590px !important;
		height: auto; 
		float: right !important;
		margin: 30px 0 30px 30px !important; 
	}
	#main-content .blog-post header img.mt-image-center
	{
		margin: 30px 0 0 30px !important; 
	}
	#main-content img.mt-image-right
	{
		float: right !important;
		margin: 30px 0 30px 30px !important;
	}
	#main-content .blog-post header img.mt-image-right
	{
		margin: 30px 30px 0 0 !important; 
	}
	#main-content img.mt-image-left
	{ 
		float: left !important;
		margin: 30px 30px 30px 0 !important;
	}
	#main-content img.align-left
	{ 
		float: left !important;
		margin: 30px 0 0 30px !important; 
	}
	#main-content img.aligncenter, #main-content img.alignnone
	{
		margin-left: -100px;
	}
	#main-content iframe, #main-content object, #main-content embed
	{
		max-width: 590px;
		width: 590px !important;
		margin-left: -100px;
	}
	#main-content object embed
	{
		margin-left: 0;
	}
	#main-content .blog-post .related ul
	{
		width: 490px;
		margin: 17px 30px 0 130px;
	}
	
	#main-content img.alignleft
	{ 
		width: 250px;
		float: left !important;
		margin-left: -100px !important;
		margin-bottom: 15px !important; 
	}
	#main-content img.alignright
	{ 
		width: 250px;
		margin-bottom: 15px !important;
	}
	
	img.alignleft,
	img.alignright,
	img.aligncenter
	{
		margin-bottom: 30px;
	}
	img.size-full,
	img.size-large {
		width: 590px;
	}
	.postspacer {
		margin-bottom: 30px;
	}
	.comment-meta
	{
		margin: 0 30px 30px 130px;
		width: 490px;
	}
	.commentlist .avatar
	{
		position: absolute;
		left: 30px;
		top: 0px;
	}
	#subscriptionform
	{
		width: 490px;
		margin: 30px 30px 30px 130px;
	}
	#subscriptionform label
	{
		font-size: 16px;
	}
	#subscriptionform p
	{
		margin: 30px 0px 30px 0px;
	}
	#subscriptionform input#submit
	{
		margin: 20px 0;
		padding: 5px 42px 5px 22px;
		left: 30px;
	}
	#respond
	{
		margin: 30px 0 0 0;
		width: 650px;
	}
	#respond .form-submit
	{
		margin: 20px 30px 20px 130px;
		width: 490px;
	}
	#respond .comment-subscription-form
	{
		margin: 0 30px 0 130px;
		width: 490px;
	}
	#ym_password_form,
	table.widefat,
	.ym_custom_fields_standalone,
	#ym_login_form,
	#ym_lost_pass_div
	{
		width: 490px;
		float: right;
		margin: 30px 30px 0 0;
	}
	.ym_custom_fields_standalone .input,
	.ym_custom_fields_standalone select,
	.ym_custom_fields_standalone textarea
	{
		width: 300px !important;
	}
	#connectlist
	{
		margin-top: 0;
	}
	#sidebar
	{
		width: 280px;
		margin-top: 480px;
		float: right;
	}
	
	#sidebar #connectlist
	{
		display: none;
	}
	
	#sidebar .twitter,
	#sidebar .facebook,
	#sidebar .juegos,
	#sidebar .texatron,
	#sidebar .fantasticarcade,
	#sidebar .phase2,
	#sidebar .phase3
	{
		display: block;
	}
	
	#sidebar .nextevent {
		margin-top: 0px;
		height: 250px;
	}
	
	.simcal-calendar-head, .simcal-day-label {
		display:none;
	}
	
	footer > div
	{
		width: 960px;
	}
	footer .column img
	{
		display: block;
		margin: 12px 0 0 0;
		width: 55px;
		height: 55px;
	}
	
	/* originally width: auto; */
	
	footer .column
	{
		width: 120px;	
		padding: 0 18px;
		display: inline-block;
		width: auto;
		margin-left: 0;
		margin-right: 0;
	}
	
	footer .column ul
	{
		margin: 16px 0 0 0;
		width: auto;
		font-family: 'Sorts Mill Goudy', Georgia, serif;
		font-size: 12px;
		line-height: 15px;
		font-style: italic;
	}

	
	footer .column:after
	{
		content: '' !important;
	}
	footer .column > h3:after
	{
		content: '' !important;
	}
	footer .mobile
	{
		display: none !important;
	}
	
	/* audio player */

	div .mejs-container {
		width: 590px !important;
		float: none !important;
		margin-left: 30px !important;
		margin-bottom: 30px;
		margin-top: 30px;
	}
	
	/* devlog image maps */
	
	.map_image, .map_wrapper {
		margin-left: 30px !important;
		margin-right: 30px !important;
		margin-top: 30px !important;
	}
	
	.instagram-media {
		margin-top: 30px !important;
		margin-left: 30px !important;
	}

/* Countdown
================================================== */
	.countdown {
		display: block;
		padding-bottom: 30px;
		padding-top: 30px;	
	}
	
	.countdown h1 {		
		color: #050505;
		font-family: 'FuturaLT-B', sans-serif;
		font-weight: normal;
		font-size: 24px;
		line-height: 34px;
		padding: 0% 0% 15px 0%;
		color: #050505;
		text-decoration: none;
		text-transform: uppercase;
		vertical-align: bottom;
		text-align: center;
	}
	
	.countdown h1 a:link, .countdown h1 a:visited {
		color: #ff3e71;
	}
	
	.flip-clock-small-wrapper {
		padding-bottom: 30px;
		padding-top: 15px;	
		margin-bottom: 0px !important;
		margin-top: 0px !important;
		width: 50% !important;
		margin-left: auto !important;
		margin-right: auto !important;
		font-family: 'FuturaLT-B', 'Helvetica', sans-serif !important;
	}
	
	.flip-clock-small-wrapper .flip-clock-divider .flip-clock-label {
		font-family: 'Sorts Mill Goudy', 'Georgia', serif !important;
	}
		

/* Clear
================================================== */

.clearer { clear: both; }

/* Fonts
================================================== */
	
	@font-face {
		font-family: FuturaLT-Lite;
		src: url('/fonts/FuturaLT-Light.ttf');
		}

	@font-face {
		font-family: FuturaLT-Heavy;
		src: url('/fonts/FuturaLT-Heavy.ttf');
		}

	@font-face {
		font-family: FuturaLT-Book;
		src: url('/fonts/FuturaLT-Book.ttf');
		}

	@font-face {
		font-family: FuturaLT-B;
		src: url('/fonts/FuturaLT-Bold.ttf');
		}
	
	.coming_soon {
		background-color: #ffcc00;
		display: flex;
		flex-direction:column;
		align-content: center;
		text-align: center;
		min-height: 100vw;
	}
	.coming_soon .main {
		flex: 1;
	}
	.coming_soon img{
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		max-width: 100%;

	}
	.coming_soon p {
		font-family: "Sorts Mill Goudy", serif;
		font-size: 18px;
		font-weight: 200;
		line-height: 22px;

		display: block;
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		margin-top: 20px;
		text-align: left;
		background-color: rgba(255,255,255, 0.4);
		padding: 20px;
		border-radius: 20px;

	}
	.coming_soon a {
		text-decoration: underline;
	}
	.coming_soon h1 {
		font-size: 40px;
		font-weight: 800;
		color: #333;
	}
}