/*
Theme Name: Guilded Age (Easel Child)
Theme URI: http://frumph.net
Template: easel
Description: A child theme for Easel
Author: Samantha Kyle for T Campbell and Phil Kahn
Author URI: http://guildedage.net/
Version: 1.0
.
The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html
. 
*/

@import url("../easel/style.css");

/* STANDARD TAGS */

/* font stuff */
@import url(http://fonts.googleapis.com/css?family=Droid+Serif);
@import url(http://fonts.googleapis.com/css?family=Changa+One);
@import url(http://fonts.googleapis.com/css?family=Bitter);
@import url(http://fonts.googleapis.com/css?family=Bevan); 

/* Erin's edits */
#comic-foot{
	text-align:left;
}

/* Sam's edits for the site style */

body {
	font-family: 'Bitter', serif;
	font-size: 10pt;
	background: #0b0b0b url('images/assets/repBack_morning.jpg') repeat-x scroll;
	text-align: justify;
}

/*body.day { 	
	background: #0b0b0b url('images/assets/repBack_morning.jpg') repeat-x scroll;
 }
body.night { 	
	background: #0b0b0b url('images/assets/repBack_night.jpg') repeat-x scroll;
 }*/
body.member { 	
	background: #0b0b0b url('images/assets/repBack_morning.jpg') repeat-x scroll;
 }


a:link {
color: #212121;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #90510b;
}

#footer {
	text-align: center;
	color: #fffeff;
}

#footer a:link {
	color: #919191;
}
#footer a:visited {
	color: #fffeff;
}


/* HEADINGS */

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a {
font-family: 'Droid Sans';
	font-weight: bold;
}
h2, h2 a {
	word-spacing: 1px;
	letter-spacing: 1px;
	font-weight: bold;
}
h2 a:link {
	color: #900306;
	font-weight: normal;
}
h2 a:hover {
	color: #212121;
	text-decoration: none;
}
#content-wrapper{
background: url('images/assets/repBackSnow.jpg');
	margin-top: 0;
	padding-top: 0;
}
#subcontent-wrapper {
	padding-top: 10px;
	padding-bottom: 10px;
}
#content.narrowcolumn {
	border: 2px outset #0b0b0b;
	text-align: left;
	width: 760px;
	background-color: #e2dabc;
	padding: 20px;
}

body.layout-2cl .narrowcolumn, body.layout-2cr .narrowcolumn {
	width: 780px;
	background-color: #e2dabc;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#header {
	margin: 0;
}

.header-info {
    float: left;
	display: none;
}

#sidebar-header{
background: url('images/assets/headerBack.png') no-repeat center bottom;
	padding: 0;
	margin: 0;
}

#adtop {
float: right;
	padding: 0px;
	text-align: center;
z-index: 4;
	margin: 10px 0 0;
}

#logo {
float: left;
	z-index: 2;
	overflow: hidden;
	position: relative;
	margin-bottom: 60px;
	margin-top: 20px;
	margin-left: 30px;
}

#mainmenu {
float: right;
position: relative;
z-index: 5;
font-family: 'Changa One', cursive;
font-size: 14pt;
	margin-top: 56px;
	margin-right: 55px;
	text-shadow: #000 2px 2px 0px;
	text-align: center;
	padding-right: 9px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#mainmenu a:link {
	color: #fffeff;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
#mainmenu a:hover {
	color: #fffeff;
	text-shadow: #165291 2px 2px 0;
}
#mainmenu a:visited {
	color: #fffeff;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
/*ul menu*/

ul {
list-style-type:none;
overflow:hidden;
padding:0;
}
li {
display:inline;
text-align: center;
}

#page {
	width:1130px;
}

body.layout-2cl #page, body.layout-2cr #page{
	width: 1130px;
}

#sidebar-left-of-comic{
	 width: 171px!important;
background:#ffffff;	
}

#sidebar-right-of-comic{
 width: 171px!important;
background:#ffffff;	
}

#comic{
	padding: 0!important;
	width:780px;
	float:left;
}

#comic-wrap{
	width:1130px;
	background: url('images/assets/roughbottom1130.png') no-repeat left bottom;
	margin-bottom: 25px;
}

#comic_navi_wrapper {
position: absolute;
	display: inline-block;
	margin-top: 10px;
}
.comic_navi_left, .comic_navi_center, .comic_navi_right {
	vertical-align: middle;
}

.showhiddentext{width:300px;height:55px;position:absolute;}

#sidebar-over-comic {
	background-color: #ffffff;
	text-align: center;
	margin-bottom: 0;
	display: block;
	width: 1130px;
}

#sidebar-left { 
	display: none;
}

#sidebar-right{
	width: 300px;
	float:right;
	margin-right: 10px;
	padding-left: 10px;
}
#sidebar-comicright .widgettitle{
	color:#ffffff;
}
#sidebar-comicright .widget-content{
	width:160px;
	margin: 0 auto;
	color: #b27340;
}
#blogheader {
	display: none;
}

.post-content {
	margin-top: 20px;
}
.post-info {
	font-size: 8pt;
	border-bottom-color: #797979;
	border-bottom-style: double;
	padding-top: 25px;
}
h2.post-title {
	margin-bottom: 7px;
}
.post-author-gravatar {
	display: inline-block;
	width: 64px;
	float: left;
	margin-right: 28px;
	position: relative;
}

.post-author-admin {
	background: url('images/assets/cigarRight.png') no-repeat right top;
}

.post-author-tcampbell {
	background: url('images/assets/hatRight.png') no-repeat right top;
}

/*.type-post, .type-comic differs the two; use a display: none; and/or prefix what you want to do inside with the type*/

.type-comic .post-info-background {
	display: none;
}

/*.type-comic .entry {
	display: none;
}*/

.type-comic .post-author-gravatar {
	display: none;
}


.entry {
	border: 1px solid #797979;
	background-color: #f6f3ea;
}

.comment {
	border: 1px solid #ccc4ad;
	display: block;
	margin-top: 20px;
	background-color: #f6f3ea;
	margin-bottom: 5px;
	padding: 3px 3px 10px;
}

.comment .comment {
	border-style: none;
	margin: 10px 10px 0 70px;
	background-color: #e3dac1;
	padding: 3px 3px 10px;
}

.comment .comment .comment {
	margin-left: 20px;
	background-color: #f1ede0;
	padding: 3px;
	margin-right: 5px;
}

.comment .comment .comment .comment {
	margin-left: 20px;
	background-color: #fffeff;
	padding: 3px;
	margin-right: 5px;
}

.comment .comment .comment .comment .comment {
	margin-left: 20px;
	background-color: #f1ede0;
	padding: 3px;
	margin-right: 5px;
}
.comment .comment .comment .comment .comment .comment {
	margin-left: 20px;
	background-color: #fffeff;
	padding: 3px;
	margin-right: 5px;
}
.comment .comment .comment .comment .comment .comment .comment {
	margin-left: 20px;
	background-color: #f1ede0;
	padding: 3px;
	margin-right: 5px;
}
.comment .comment .comment .comment .comment .comment .comment .comment {
	margin-left: 20px;
	background-color: #fffeff;
	padding: 3px;
	margin-right: 5px;
}
.comment .comment .comment .comment .comment .comment .comment .comment .comment {
	margin-left: 20px;
	background-color: #f1ede0;
	padding: 3px;
	margin-right: 5px;
}
.comment-link {
	text-align: right;
	margin-left: 10px;
	padding-right: 10px;
}

.comment-content {
	text-align: left;
}
.comment-author cite {
	font-size: 16px;
}

#media {
	background: url('images/assets/stripes.png') no-repeat;
	text-align: center;
}

#creatorsites {
	background: url('images/assets/sites.png') no-repeat;
	text-align: center;
	height: 310px;
	padding-top: 55px;
}

#nextcon {
	background: url('images/assets/nextcon.png') no-repeat;
	text-align: center;
	height: 310px;
	padding-top: 45px;
}

#conschedule {
	color: #fffeff;
	text-align: center;
	background-color: rgba(255,254,255,0.1);
	border: 3px solid #000;
	margin-right: 15px;
	margin-left: 20px;
	padding: 10px;
	top: 0;
	margin-bottom: 50px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#conschedule a:link {
	font-weight: bold;
	text-shadow: #212121 2px 2px 0;
	color: #e0be57;
	font-size: 18px;
}
#conschedule a:hover {
	text-decoration: underline;
	color: #fbd12f;
}