/*
Theme Name: Ethan Game
Theme URI: http://www.ethan-game.com/
Author: Dereck
Author URI: https://twitter.com/Dereck_n_Rawl
Description: Variation on the ethangametheme Theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html


/* =Reset
-------------------------------------------------------------- */

html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	background-color:#2b3433;
	overflow:visible;
	background-image:url(http://www.ethan-game.com/wp-content/themes/ethangametheme/images/bg_ethan.png);
	background-repeat:repeat;
	background-origin:top left;
}

content-front {
width:700px;
min-height:400px;	
}

content-page {
width:1000px;
min-height:400px;	
}

ol,
ul {
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
	text-align:justify;
	vertical-align:middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
}

a:focus {
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
}

sub,
sup {
}

small {
	font-size: smaller;
}

img {
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.inside-wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.inside-wrapper:before,
.inside-wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.content,
.entry-content th,
.comment-content th {
	font-size: 11px;
	color: #98d0ce;
}

.widget-title {
	color:#98d0ce;
	font-size:28px;
	font-family:appleberry;
}

.widget-title-grey {
	color:#98d0ce;
	font-size:28px;
	font-family:appleberry;
}

.widget-title-blue {
	color:#98d0ce;
	font-size:28px;
	font-family:appleberry;
}

.video-title {
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	font-size: 11px;
	font-weight: normal;
}

.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #98d0ce;
	background-color: #000000;
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #98d0ce;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #98d0ce;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
	margin-bottom:15px;
}
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 */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: left;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.aligncenter:hover {
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 1) !important; 
}

.comment-content img,
.widget img,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 0px;
	box-shadow: 0px rgba(255, 255, 255, 1);
}

/*.entry-content img:hover {
-webkit-box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .75);
-moz-box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .75);
box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .75); 
}*/

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #98d0ce;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
}

/* Author profiles */
.author .archive-header {
}
.author-info {
	overflow: hidden;
}
.author-description p {
	color: #98d0ce;
	font-size: 14px;
}
.author.archive .author-info {
	border-top: 0;
}
.author.archive .author-avatar {
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 14px;
	color:#ffffff;
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:1px;
}

a {
	text-decoration:none;
	color: #06d484;
}
a:hover {
	color: #98d0ce;
}


/* Page structure */
.site {
		margin: 0 auto;
		width: 1000px;
		overflow: hidden;
}

.wrapper {
	background-color:#2b3433;
}

.widget-area {
}

/* Header */

.layout {
width:1000px;
margin-top:0px;
margin-left:auto;
margin-right:auto;
margin-bottom:30px;
background-color:#2b3433;

}

.site-header {
	height:349px;
	background-color:#2b3433;
}

.banner {
	height:315px;
	width:1040;
	direction:rtl;
	overflow-x:visible;
}


@font-face {
	font-family: appleberry;  
	src: local('appleberry'), 
		url("appleberry.ttf") format('truetype');  
	font-weight: normal;  
}

@font-face {
	font-family: primerprint;  
	src: local('primerprint'), 
		url("primerprint.ttf") format('truetype');  
	font-weight: normal;  
}


/* Navigation Menu */
.main-navigation {
	font-family: 'appleberry', Arial, sans-serif;
	text-align: center;
	padding-top:5px;
	font-size:24px;
	width:700px;
	margin:auto;
}
.main-navigation li {
	color:#98d0ce;
	width:175px;
	float:left;
}
.main-navigation a {
	color:#98d0ce;
	width:175px;
}
.main-navigation a:hover {
	color: #ffffff;
	width:175px;
	text-shadow: 1px 1px 2px black, 0 0 10px #CCC;
}
.main-navigation ul,
.main-navigation div > ul {
		display: inline-block !important;
		text-align: center;
		width: 700px;

}
.main-navigation ul.toggled-on,
.menu-toggle {
	display: inline-block;
}
	.main-navigation ul {
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
		white-space: nowrap;
		position: relative;
	}

	.main-navigation li ul {
		display: none;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		display: block;
	}
	.main-navigation li ul li a {
		display: block;
		padding: 8px 10px;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
	}
	
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
	}

/* Banner */

/* Sidebar */
.widget-area .widget {
}
.widget-area .widget h3 {
	margin-bottom: 10px;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
}

.widget-area .widget p {
}
.widget-area .textwidget ul {
	list-style:none;
	margin: 0 0 24px;
}
.widget-area .textwidget li {
	margin-left: 36px;
}
.widget-area .widget a {
	color: #02a8dc;
}
.widget-area .widget a:hover {
	color: #02a8dc;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
.footer {
	font-family: 'primerprint', Arial, sans-serif;
	font-size: 14px;
	color:#98d0ce;
	width: 700px;
	margin:0 auto;
	padding-bottom:30px;
	text-align:justify !important;
}

footer a {
	color: #98d0ce;
}
footer a:hover {
	color: #98d0ce;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
}
.entry-header {
}
.entry-header img.wp-post-image {
}
.entry-header {
	font-family: 'appleberry', Arial, sans-serif;
	font-size: 32px;
	font-weight: normal;
	color:#37413f;
}
 .entry-title {
	font-family: 'appleberry', Arial, sans-serif;
	font-size: 32px;
	font-weight: normal;
	color:#37413f;
	background-image:url(http://www.ethan-game.com/wp-content/themes/ethangametheme/images/title_band.png);
	background-repeat:no-repeat;
	background-position:0px 16px;
	margin-bottom:0px;
}

.entry-header .entry-title a {
	font-family: 'appleberry', Arial, sans-serif;
	text-decoration: none;
	color:#37413f;
}
.entry-header .entry-format {
	font-weight: normal;
}
.entry-header .comments-link {
	font-size: 14px;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	color: #757575;
	font-size: 14px;
	text-align: center;
}

.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 0px 0 10px;/
}

.entry-content h1,
.comment-content h1 {
	font-size: 24px !important;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 22px !important;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 20px !important;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 16px !important;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 14px !important;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px !important;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	line-height: 1.4 !important;
	font-size:18px !important;
}
.entry-content span {
	font-size:inherit !important;
}

.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
}

.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
}

.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style:circle inside;
	font-size:18px;
	margin-bottom:15px;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
}

.entry-content blockquote,
.comment-content blockquote {
}

.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
}

.entry-content code,
.comment-content code {
	font-size: 12px;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	font-size: 12px;
	line-height: 1.5;
	overflow: auto;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.5;
}
img.alignleft {
	margin: 0px 22px 22px 0;
}
img.alignright {
	margin: 0px 0px 22px 0px;
}
img.aligncenter {
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.5;
	margin-bottom: 24px;
}
.entry-content table,
.comment-content table {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 24px;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content td,
.comment-content td {
	padding: 6px 10px 6px 0;
}

.date-content {
	font-family: 'appleberry', Arial, sans-serif;
	font-size:20px;
	color:#02a8dc;
}

.site-content article {
	font-family: 'primerprint', Calibri;
	padding-bottom:30px;
	padding-top:15px;
	margin-left:25px;
	margin-right:25px;
	word-wrap: break-word;
	hyphens: auto;
	color:#ffffff;
	background-color:#2b3433;
	text-align:justify;
}

.entry-content {
	margin-top:15px;
}

.page-links {
	clear: both;
	line-height: 1.5;
}
footer.entry-meta {
	margin-top: 24px;
	font-size: 14px;
	line-height: 1.846153846;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	padding-bottom: 22px;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	margin-top: 22px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 14px;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	float: right;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	line-height: 1.6;
	font-style: normal;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
}


/* =Front page template
-------------------------------------------------------------- */

.template-front-page .site-content article {
	border: 0;
	margin:0 auto;
	width:700px;
	overflow:visible;
}
.site-content {

	}
body.template-front-page .site-content,
body.single-attachment .site-content,
body.full-width .site-content {
	}
	
.template-front-page .site-content,
.template-front-page article {
		overflow: visible;
	}