/*
Theme Name: VenusPatrol
Theme URI: http://venuspatrol.com
Author: Venus Patrol
Author URI: http://coryschmitz.com
Description: The original version of Venus Patrol
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-container
{
	margin-top: 200px;
}

/* 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;
}
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_mobile.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	/*-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
{
	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
{
	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 */

#main-content
{
	width: 100%;
	/*float: left;*/
	position: relative;	
	z-index: 10;
}
#main-content .blog-post 
{
	background-color: #edebde;
}
#main-content .blog-post header h1.title
{
	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
{
	/*width: 72px;*/
	width: 60px;
	float: left;
	margin: 5% 7% 3% 5%;
	font-size: 11px;
	line-height: 12px;
	color: #050505;
}
#main-content .blog-post header .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 header hr
{
	margin-top: 4%;
}
#main-content p,
.previously2
{
	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;
}

#main-content header iframe
{
	margin-bottom: 0px;
}

#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;
}

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

#main-content .blog-post .related ul
{
	color: #242529;
	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
{
	color: #ff3e71;
	text-decoration: none;
}

#main-content p a:hover, #main-content p a:active, #sidebar a:hover, #sidebar 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
{ 
	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
{ 
	width: 250px;
	float: left !important;
	margin-left: -100px !important; 
}
#main-content img.alignright
{ 
	width: 250px;
}
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
{
	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;
}
.postspacer {
	background-color: transparent;
	margin-bottom: 5%;
}
.testfont p
{ 
	font-family: 'Sorts Mill Goudy',serif !important;
	font-weight: 400 !important;
	
}

/* Side Bar */
#sidebar
{
	float: none;
	width: 100%;
	position: relative;
	z-index: 13;
	margin: 5% 0;
}
#sidebar .juegos,
#sidebar .texatron,
#sidebar .phase2,
#sidebar .phase3
{
	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%;
}
#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%;*/
}

/* Footer */
footer
{
	margin: 93px 0 0 0;
	padding: 30px 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: 120px;
	padding: 0 10px;
	margin-bottom: 30px;
	text-align: left;
	vertical-align: top;
	/*float: left;*/
}
/* Footer credits*/
footer .design, footer .mobile, 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 .mobile > h3
{
	/*letter-spacing: 0;*/
}
footer .copyright > h3:after
{
	content: ' VENUS PATROL';
}
footer .column img
{
	display: none;
}
footer .column img.notitle
{
	margin: 26px 0 0 0;
}
footer .column ul
{
	margin: 16px 0 0 0;
	width: 130px;
	font-family: 'Sorts Mill Goudy', Georgia, serif;
	font-size: 10px;
	line-height: 15px;
	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: 30px 0;
	padding: 0;
}
.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-family: 'Sorts Mill Goudy', Georgia, serif;
		font-size: 11px;
		font-style: italic;
		font-variant: normal;
		font-weight: bold;
		line-height: 12px;	
}
.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: #242529;
	font-family: 'Sorts Mill Goudy', Georgia, serif;
	font-size: 16px;
	line-height: 22px;
	width: auto;
	margin: 5% 5% 5% 5%;
}
#subscriptionform p
{
	margin: 5% 0 5% 0;
}
#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;
}
/*
.subscribe
{
	margin-top: 30px;
}
*/
#respond
{
	background: none;
	border: none;
	-moz-border-radius: none;
	border-radius: none;
	padding: 0;
	position: relative;
	color: #242529;
	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;
	font-style: normal;
	padding-top: 10px;
	padding-right: 22px;
}
#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: #242529;
	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: #242529;
	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: #242529;
	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: #242529;
	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: #242529 !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;
}



/* Media Query: Larger than Mobile-Landscape
================================================== */
@media only screen and (min-width: 481px)
{
	#main-content .blog-post header h1.title
	{
		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;
	}*/
	
	.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/vpbgwide.jpg);
	}
	.content
	{
		width: 960px;
	}
	#header
	{
		width: 960px;
	}
	#main-content
	{
		float: left;
		width: 650px;
		margin-top: 460px;
		margin-right: 30px;
	}
	#main-content .blog-post header h1.title
	{
		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;
	}
	#main-content .blog-post hr
	{
		margin-top: 30px;
	}
	#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
	{
		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
	{
		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;
	}
	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: 460px;
		float: right;
	}
	#sidebar .featured-item
	{
		margin-top: 30px;
		margin-bottom: 0;
	}
	#sidebar .juegos,
	#sidebar .texatron,
	#sidebar .phase2,
	#sidebar .phase3
	{
		display: block;
	}
	footer > div
	{
		width: 960px;
	}
	footer .column img
	{
		display: block;
		margin: 12px 0 0 0;
		width: 55px;
		height: 55px;
	}
	footer .column
	{
		padding: 0 18px;
		display: inline-block;
		width: auto;
		margin-left: 0;
		margin-right: 0;
	}
	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;
	}
	
	#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;
	}
	
	#wide-container #main-content object
	{
		max-width: 930px;
		float: none !important;
		margin-left: -100px !important;
		margin-bottom: 30px;
	}
	
	#wide-container #main-content iframe
	{ 
		max-width: 930px;
		float: left !important;
		margin-left: -100px;
		margin-bottom: 30px;
	}
	
	#wide-container #main-content img.mt-image-center
	{
		width: 900px !important;
		max-width: 900px !important;
		height: auto; 
		float: left !important;
		margin: 30px 30px 30px -225px !important; 
	}
	
}

/* Media Query: Larger than most mobile devices
================================================== */
@media only screen and (max-width: 650px)
{
	#wide-container #main-content img.mt-image-center {
		width: 100% !important;
		height: auto; 
		float: left !important;
		margin-bottom: 30px !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');
		}
		
/*	@font-face {
		font-family: 'Sorts Mill Goudy';
		src: url('fonts/ACaslonPro-Regular.otf');
		}
*/