/*
Theme Name: Era Everafter
Theme URI: http://wordpress.org/
Description: The Era Everafter website theme derived from the default Wordpress theme.
Version: 0.1
Author: Era Everafter
Author URI: http://eraeverafter.com
Tags: Era Everafter

	Era Everafter
	 http://eraeverafter.com

	This theme was designed by Raquel TWG and built by Zach Burnham

*/

/* CSS Document */

body{
	font-family: "Palatino Linotype", Palatino, Serif;
	background: url('images/eefixedbg.jpg') no-repeat fixed;
	margin: 0;
}

/* Link Styles */
a{
	color: #276c58;
	text-decoration:none;
}
a:hover{
	text-decoration: line-through;
}

#wrapper{
	width:800px;
	margin:0 auto;
}

/** Header */
#header{	
	margin-top: -8px;
}

/* Header Image */
#header-img{
	background: url('images/header.png');
	width: 800px;
	height: 164px;
}

/* For Header Links */
#eelinks-bg{
	width: 100%;
	height: 42px;
	background-color: #596964;
}

#eelinks{
	/*width: 740px;*/
  width: 800px;
	/*margin-top: -50px;*/
  margin-top: -50px;
	/*margin-left: 5px;*/
	margin-left: 20px;
}

#eelinks li{
	list-style: none;
	float: left;
	margin-top: 7px;
	/*margin-top: -7px;*/
	/*margin-left: 38px;*/
	margin-left: 12px;
	margin-right: 12px;
	padding: 0 12px 0 6px;
	border: none;
	/* For placing main page title */
	margin-bottom: -5px;
}

#eelinks li a{
    color: #000;
    font-family: "Vladimir Script", "Edwardian Script ITC", "Vivaldi", "Kunstler Script", "Freestyle Script", "Monotype Corsiva", Cursive;
    font-size: 58px;
    text-transform: lowercase;
}
#eelinks li a:hover{
  color: #CBA135;
  text-decoration: none;
  background: url('images/hover-bg.png') center no-repeat;
}

#eelinks li a img{
	border: none;
}

/* Page Title */
#main-title{
	margin: 5px 0 -24px 27px;
	color: #b8b6b3;
	font-size: 56px;
	font-family: Georgia, Serif;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: -5px;
  clear: both;
}

/* Page Title Google Chrome fix */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    #main-title { 
        margin-top: 50px; 
    } 
}

/** main-wrapper */
#main-wrapper{
	/*display:inline;
	float:left;*/
}


/******* Main Content ******/

/* Main Content Wrapper */
#content-wrapper{
	margin-left: 0px;
	width: 530px;
	height: 100%;
	float:left;
	display: inline;
}

/* Top Border of Main Content */
#content-topborder{
	background: url('images/content-topborder.png') no-repeat;
	height: 79px;
	display:block;
	margin-bottom: -20px;
}

/** Main Content */
#main-content{
	margin-left:0px;
  /*	width:465px; */
  width: 450px;
	color:#000;
	font-family: "Palatino Linotype", Serif;
	font-size: 15px;
  text-align: justify;
  line-height: 1.35;
	padding: 0 40px 0 35px;
	/*margin-top: -19px;*/
	margin-bottom: -25px;
}

#main-content a:hover{
  /*color: #CBA135;*/
}

/* Content Background */
#content-bg{
	background: url('images/content-bg.png') repeat-y;
	min-height:200px;
	/*height: 100%;*/
	margin-top: 20px;
	padding-bottom: 10px;
  /* IE fixes */
  *padding-bottom: 30px;
}

/* Bottom Border of Main Content */
#content-bottomborder{
	background: url('images/content-bottomborder.png') no-repeat;
	height: 78px;
	width: 530px;
}


/******* Sidebar ******/

/* Sidebar Wrapper (Can ya dig it?) */
#sidebar-wrapper{
	margin-left: -42px;
	margin-top: 4px;
	float: right;
  /* IE fixes */
  *margin-right: -50px;
  *padding-right: 0;
  *float: left;
}

/* Sidebar box section */
.sidebar-box{
	
}

/* Top Border of Sidebar */
.sidebar-topborder{
	background: url('images/sidebar-topborder.png') no-repeat;
	height: 75px;
	display:block;
}

/** Sidebar Content */
.sidebar-box-content{
	margin-left: 30px;
	width:200px;
	color:#000;
	font-family: "Palatino Linotype", Serif;
	font-size: 15px;
	padding: 0 30px 0 30px;
	margin-bottom: -70px;
  /* IE fixes */
  *margin-bottom: -110px;
}

/* Sidebar Background */
.sidebar-bg{
	background: url('images/sidebar-bg.png') repeat-y;
	margin-top: 0px;
	padding-bottom: 50px;
  /* IE fixes */
  *padding-bottom: 0px;
  *margin-bottom: 110px;
  
}

/* Bottom Border of Sidebar */
.sidebar-bottomborder{
	background: url('images/sidebar-bottomborder.png') no-repeat;
	height: 75px;
	width: 312px;
	margin-bottom: -40px;
  /* IE fixes */
  *margin-top: -40px;
}

/* Sidebar Content Styles */
.sidebar-heading{
	/*padding: 20px 0 0 0;*/
	padding: 30px 0 0 0;
	color: #5e5d5b;
	/*font-family: Copperplate Gothic Light;*/
  font-family: "Vladimir Script", "Edwardian Script ITC", "Vivaldi", "Kunstler Script", "Freestyle Script", "Monotype Corsiva", Cursive;
	font-size: 50px; /*Old: 32px;*/
	text-align: center;
    /*text-transform: lowercase;*/
  /* IE fixes */
  /**padding: 30px 115px 0 100px;*/
  *width: 315px;
}


/**** Sidebar code from original WP Theme & customized */
.sidebar-box-content{
  font-size: 24px;
}

.sidebar-box-content h2{
	margin: 5px 0 0;
	padding: 0;
	color: #5e5d5b;
	font-family: Copperplate Gothic Light;
	font-size: 32px;
	text-align: center;
}

.sidebar-box-content li{
  list-style: none;
}

.sidebar-box-content li a:hover{
  text-decoration: none;
  margin-left: -18px;
}
.sidebar-box-content li a:hover:before {
  content: "\00BB \0020";
  color: #276c58;
}
.sidebar-box-content li a:hover:after{
  content: "\0020 \00AB";
  color: #276c58
}

.sidebar-links ul, .sidebar-links ul ol {
	margin: 0;
	padding: 0;
}

.sidebar-links ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

.sidebar-links ul p, .sidebar-links ul select {
	margin: 5px 0 8px;
}

.sidebar-links ul ul, .sidebar-links ul ol {
	margin: 5px 0 0 10px;
}

.sidebar-links ul ul ul, .sidebar-links ul ol {
	margin: 0 0 0 10px;
}

ol li, .sidebar-links ul ol li {
	list-style: decimal outside;
}

.sidebar-links ul ul li, .sidebar-links ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

.sidebar-links #searchform #s {
	width: 108px;
	padding: 2px;
}

.sidebar-links #searchsubmit {
	padding: 1px;
}

.sidebar-links form {
	margin: 0;
}





/** Footer */
#footer{
	clear: both;
  /* IE fixes */
  *margin-top: 40px;
}

#footer-links{
	width: 430px;
	margin: auto;
	padding-top: 35px;
	/*margin-left: 150px;*/
}

#footer-links li{
	float: left;
	display: inline;
	margin: 0 7px;
}

#footer a{
	color: black;
}

#footer-text{
	color: #b8b6b3;
	margin-top: 40px;
}

#footer-text p{
	margin: 0 0 6px 0;
	text-align: center;
}



/* Comment Box Text Area */
#comment{
  width: 450px;
}

/* IE 6 ONLY disclaimer */ 
#IE6ONLY { 
  display: none;
  _display: block;
  _font-size: 200%;
  _font-weight: bold;
  _font-style: italic;
}

/********** Other Styles ******************/
/*#eepost-time{
  margin
}*/
.eepost-title{
  margin-bottom: 5px;
}
