/*
Theme Name: epalla v8
Theme URI: http://www.epalla.com
Description: epalla "rainbow" theme
Version: 1.0
Author: Matt Brunmeier
Author URI: http://www.epalla.com
Tags: blue, custom header, tile, rainbow, epalla, fixed width
*/

/* fix a few things */
image, div, a, span, table, td, tr, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}

.break {
	clear: both;
	height: 25px;
	width: 100%;
	}

/* 
 * Begin Typography & Colors
 */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	color: #464b4e;
	text-align: center;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	}
	
.post .post_content h1, .page .post_content h1 {
	line-height: 27px;
	margin-top: 2px;
	}

h1 {
	font-size: 2.6em;
	}

h2 {
	font-size: 1.6em;
	}

h2.light {
	font-size: 1.3em;
	line-height: 27px;
	margin-left: 2px;
	color: #969da2;
	}
h2.topmargin {
	margin-top: 20px;
	}

h3 {
	font-size: 1.3em;
	}

#siteinfo {
	font-size: 1.25em;
	font-weight: bold;
	color: #fff;
	}

#siteinfo a {
	color: #ccc;
	}

#siteinfo a:hover {
	color: #4e99d6;
	}
	
p {
	font-size: 1.25em;
	}

.post .date h1 {
	font-size: 2.5em;
	color: #fff;
	}
	
.post .date h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #fff;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 1em Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	margin: -4px 4px 2px 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.2em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

p.code {
	margin: 10px;
	padding: 10px;
background-color: #eee;
border: 1px solid #666;
}	

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, a:visited {
	color: #4e99d6;
	text-decoration: none;
	}

a:hover {
	color: #555;
	text-decoration: none;
	}

h1 a, h1 a:visited, h2 a, h2 a:visited {
	color: #555;
	}

h1 a:hover, h2 a:hover {
	color: #4e99d6;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

.postmetadata p {
	margin: 8px;
	font-weight: bold;
	}

/* End Typography & Colors */



/* 
 * Begin Structure 
 */
html {
	background-image: url('images/bg_repeat.gif');
	background-position: top center;
	}

body {
	background-image: url('images/splatter_top.png');
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	}


#container {
	margin-left: auto;
	margin-right: auto;
	width: 695px;
	background-image: url('images/bluebar_bg.png');
	background-position: right;
	background-repeat: repeat-y;
	background-color: #fff;
	border-left: 1px solid #dbe0db;
	}

#container_top_bg {
	width: 100%;
	background-image: url('images/content_top_bg.png');
	background-position: top right;
	background-repeat: no-repeat;
	}

#content_pad {
	padding: 0px 48px 50px 20px;

	}
	
#content {
	text-align: left;
	}

/* the navigation menu - offset left 35px for the overlap*/
#navigation {
	position: relative;
	float: left;
	margin-left: -35px;
	_margin-left: -16px;
	width: 140px;
}

#navigation ul li {
	list-style: none;
	margin-bottom: -3px; 
	_margin-bottom: -16px; /* stupid IE6 */
	}

#navigation ul li a.top, #navigation ul li a.sub {
	display: block;
	font: bold 1.4em Arial;
	color: #fff;
	background-image: url('images/nav_item_top.png');
	background-repeat: no-repeat;
	background-position: top;
	text-align: right;
	text-decoration: none;
	padding: 12px 15px 8px 0px;
	_height: 29px; /* REALLY stupid IE6 */
	}

#navigation ul li a.sub {
	background-image: url('images/nav_item_sub.png');
	padding: 8px 15px 8px 0px;
	}

#navigation ul li a:hover {
	background-position: bottom;
	_background-position: top; /* You don't get to have the cool blue bars if you're using IE6 */
	}

/* the header for the daily update posts */
.dd_header  {
	position: relative;
	float: left;
	margin: 10px 0px;
	_margin-right: -200px;
	height: 54px;
	width: 722px;
	background-image: url('images/dd_header.png');
	background-repeat: repeat-x;
	margin-right: 10px;
	text-align: center;
	}

.dd_header .pad {
	margin: 10px 0;
	}

.dd_table {
	width: 100%;
	}
	
.dd_table td {
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	font: 1.2em Arial;
	}

.dd_table tr {
	background: transparent;
	}

.dd_table tr:hover {
	background-color: #eee;
	}

/* The thing on the bottom that has the site info in it */
#siteinfo {
	position: relative;
	float: left;
	margin: 10px 0px;
	margin-left: -34px;
	_margin-left: -17px;
	margin-right: -64px;
	height: 185px;
	background-image: url('images/siteinfo_tile.png');
	background-repeat: repeat-x;
	}
	
#siteinfo_left {
	width: 722px;
	height: 185px;
	background-image: url('images/siteinfo_left.png');
	background-position: left;
	background-repeat: no-repeat;
	}

#siteinfo_right {
	width: 722px;
	height: 185px;
	background-image: url('images/siteinfo_right.png');
	background-position: right;
	background-repeat: no-repeat;
	}

#siteinfo ul {
	display: block;
	margin: 15px;
	margin-top: 30px;
	width: 130px;
	height: 130px;
	_height: 100px;
	list-style: none;
	float: left;
	border-right: 1px solid #999;
	}

#siteinfo ul li ul {
	margin: 0;
	padding: 0;
	border: 0;
	float: none;
	}

#subfooter {
	margin-left: auto;
	margin-right: auto;
	width: 696px;
	height: 170px;
	background-image: url('images/splatter_bottom.png');
	background-repeat: no-repeat;
	}

.post, .page {
	position: relative;
	margin-left: -35px;
	width: 100%;
	}

.category-daily-dish {
	margin-right: -70px;
	}

.post .date, .post .dateph {
	background-image: url('images/date_bg.png');
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	width: 75px;
	text-align: center;
	padding: 6px 0;
	}

.post .dateph {
	background-image: none;
	}

.post .post_content, .page .post_content {
	position: relative;
	float: left;
	width: 500px;
	text-align: left;
	padding: 0px 15px 0px 30px;
	}


.post .date h2 {
	margin-top: -5px;
	}

.post .post_content h1, .page .post_content h1 {
	margin-top: 7px;
	}

.post .post_content h2, .page .post_content h2 {
	margin-top: -2px;
	margin-left: 2px;
	}

.post .post_content .entry h2 {
	margin-left: 0px;
	padding-top: 15px;
	}
.post .post_content h2.heading {
	padding-top: 15px;
	border-bottom: 1px solid #888;
	}


.post hr, .page hr {
	display: block;
	}


.postmetadata {
	clear: both;
	background-image: url('images/postmeta_bgtile.png');
	background-repeat: repeat-x;
	height: 33px;
	width: 100%;
	border: 1px solid #dadfda;
	margin: 25px 0;
}



.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 10px; 
	background: #fff;
	}

img.alignright {
	padding: 0px 0px 10px 15px;
	margin: 0;
	background: #fff;
	display: inline;
	}

img.alignleft {
	padding: 0px 15px 10px 0px;
	margin: 0;
	background: #fff;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	font-size: 1.2em;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.entry table {
	font-size: 1.20em;
	}

ol li {
	list-style: decimal outside;
	}
/* End Entry Lists */


#hotboxes {
	position: relative;
	float: left;
	margin: 0px;
	margin-left: -34px;
	_margin-left: -17px;
	margin-right: -64px;
	height: 280px;
	width: 722px;
	overflow: auto;
	margin-top: -15px;
	margin-bottom: 20px;
	}

#hotboxes_inner {
	margin-left: 60px;
	}
	
.hotbox {
	background-image: url('images/whatshot_bg.png');
	background-repeat: no-repeat;
	width: 275px;
	height: 260px;
	float: left;
	margin: 10px;
}

.hotbox .top {
	margin: 1px 1px 2px 6px;
	width: 264px;
	height: 227px;
	overflow-x: hidden;
	overflow-y: auto;
}

.hotbox .bottom {
	width: 265px;
	line-height: 16px;
	padding: 3px 10px;
}

.hotbox .bottom h1 {
	font: bold 14px Arial;
	color: #fff;
	
}


/* Begin Form Elements */
#searchform {
	margin: 5px auto;
	padding: 5px 3px;
	text-align: center;
	}

#searchform #s {
	
	width: 108px;
	padding: 2px;
	border: 1px solid #222;
	}

#searchsubmit {
	margin: 5px;
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 7px 0;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 15px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */




/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	font: bold 1.6em Arial;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* Sociable */
div.sociable { margin: 8px 8px 0px 0px; float: right; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.comment-body {
	background-color: #eee;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	}
