/*  
Theme Name: EZ-2011
Theme URI: http://www.echozoe.com/
Description: 2011 is a two-column theme designed specifically for Echo Zoe (echozoe.com).

Author: Echo Zoe 
Author URI: http://www.echozoe.com/

This theme was designed and built by Andy Olson of <a href="http://www.echozoe.com/">Echo Zoe</a>.
*/


body	{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: .8em;
	background: url(/images/themes/2011/wallpaper.png);
}

a {
	color: #990000;
	text-decoration: none;
}

blockquote	{
	background-color: #ccc;
	border: 2px solid #990000;
	margin: 0 2em;
	padding: 1em;
}

h1	{
	font-size: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
}

h2	{
	font-size: 1.8em;
	margin-top: 1em;
	margin-bottom: 1em;
}

h3	{
	font-size: 1.65em;
	margin-top: 1em;
	margin-bottom: 1em;
}

h4	{
	color: #990000;
	font-size: 1.45em;
	margin-top: 1em;
	margin-bottom: 1em;
}

h5	{
	font-size: 1.35em;
	margin-top: 1em;
	margin-bottom: 1em;
}

h6	{
	font-size: 1.25em;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #990000;
}

#page	{
	background-color: white;
	width: 950px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	border: 10px solid #990000;
}

#header	{
	width: 100%;
	height: 150px;
	background-color: black;
}

#splash	{
	width: 50%;
	height: 100%;
	float: left;
	color: white;
	background-color: black;
}

#define	{
	width: 35%;
	height: 100%;
	float: right;
	color: white;
	background-color: black;
	padding-left: .5em;
	font-size: .75em;
}

#navigation	{
	width: 100%;
	height: 38px;
	background-color: black; 
	padding-bottom: 15px;
	border-top: 5px solid #990000;
	border-bottom: 5px solid #990000;
}

#navigation ul {
	list-style-type: none;
}

#navigation li {
	display: inline;
	float:left;
	height: 100%;
	color: white;
	display:block;
	text-decoration: none;
	padding: 2px;
}

#navigation a	{
	color: #990000;
}

#navigation li:hover	{
	background-color: black;
}

#navigation a	{
	color: white;
}

#navigation a:visited	{
	color: white;
}

#navigation a:hover	{
	color: white;
	color: #990000;
}

#content	{
	display: inline-block;
	width: 930px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 1em;
}

#posts	{
	display: inline-block;
	float: left;
	width: 625px;
	background-color: white;
	margin-bottom: 1em;
}

.storytitle	{
	width: 100%;
	border-bottom: 3px solid #990000;
	margin-bottom: .25em;
}

.date	{
	width: 49%;
	float: right;
	text-align: right;
	font-weight: bold;
	font-size: 1.25em;
	height: 40px;
	margin-bottom: 20px;
	padding-top: auto;
	padding-bottom: auto;
}

.share_button	{
	width: 50%;
	float: left;
	height: 40px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}

.storycontent {
}

.feedback	{
	margin-bottom: 2em;
}

#sidebar	{
	float: right;
	margin-left: 1.5em;
	max-width: 275px;
}

#sidebar h2	{
	color: white;
	font-size: 1px;
}

#sidebar h5	{
	color: white;
	background-color: #990000;
	text-align: center;
	padding-top: .25em;
	padding-bottom: .25em;
	width: 100%;
}

#sidebar ul	{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#sidebar ul li ul	{
	list-style-type: none;
	padding: 0px;
	margin-left: 2em;
}

#sidebar li	{
	
}

#sidebar a	{
	color: black;
}

#footer	{
	width: 100%;
	height: 35px;
	color: white;
	background-color: #990000;
	text-align: center;
	padding-top: 15px;
}

#footer a	{
	color: white;
}

.blogroll {
	margin: 1em;
	padding: 1em;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}

.wp-caption.alignleft {

	margin-right: 20px;
	margin-bottom: 5px;


.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}