/*
Theme Name: Epiphany Digital | Blue Peace
Theme URI: http://wordpress.org/
Description: Wordpress theme designed to look sweet, on purpose.  Need a custom design?  Check out <a href="www.epiphanydigital.com">Epiphany Digital</a> for something special. IMPORTANT! You may need to change line 15 of "/iepngfix/iepngfix.htc" to get this theme to work correctly in IE6. Also, to update your logo, just switch out
    'images/logo.png' with your image file.
Version: 1.0
Author: James Brooks
Author URI: http://www.epiphanydigital.com/
License: GPL
Tags: blue, dark, custom-header, fixed-width, two-columns, left-sidebar
*/

body {
	margin:0;
	padding:0;
	color:#BFC;
	background:#000 url('images/bg.png') repeat-y center fixed;
	text-align:center;
	font-size:12px;
	font-family:arial;
}
a {
	color:#6AB0C2;
	text-decoration:none;
}
a:hover {color:#FFF;}
img {border:none;}
.reset {clear:both;}
#header {
	margin:25px auto 0 auto;
	width:933px;
	padding:10px 0 25px 0;
	color:#003;
	font-family:verdana;
	letter-spacing:5px;
}
#header .description {letter-spacing:5px;}
#header h1 a {
	font-variant:small-caps;
	color:#000;
	font-size:36px;
}
#header h1 a:hover {color:#0A5072;}
#page_top {
	margin:0 auto;
	width:933px;
	height:50px;
	background:url('images/bg-page-top.png') center no-repeat;
}
#page {
	margin:0 auto;
	width:933px;
	text-align:left;
	background:url('images/bg-page.png') repeat-y center;
}
#content {
	width:575px;
	float:right;
	margin:20px 70px 0 0;
	overflow:hidden;
}
#content small, .postmetadata {
	font-size:9px;
	color:#999;
}
.post h2 {
	letter-spacing:5px;
	padding:5px 0;
	border-bottom:1px solid #0A5072;
	font-size:18px;
	font-weight:normal;
}
#sidebar {
	width:235px;
	margin:20px 0 20px 10px;
	float:left;
	overflow:hidden;
	border-right:1px solid #0A5072;
}
#sidebar #searchform {
	border-top:1px solid #0A5072;
	border-bottom:1px solid #0A5072;
	padding:10px 0 10px 15px;
	margin:15px 0 0 0;
}
#sidebar #searchform label {
	font-size:9px;
	text-transform:uppercase;
	display:none;
}
#sidebar #s {
	width:100px;
	border:none;
	background:#6AB0C2;
}
#sidebar #searchsubmit {
	font-size:11px;
	font-weight:bold;
	padding:0;
	margin-left:3px;
	border:none;
	background:#AEB;
}
#sidebar #searchsubmit:hover {background:#CFD;}
#sidebar h2 {
	font-size:12px;
	letter-spacing:2px;
	text-transform:uppercase;
	border-bottom:1px solid #0A5072;
	padding:20px 0 3px 15px;
}
#sidebar ul {list-style:none;}
#sidebar ul li ul li {margin-left:-25px;}
#footer {
	margin:0 auto 25px auto;
	width:933px;
	clear:both;
	font-size:10px;
	text-align:center;
	background:url('images/bg-page-bottom.png') center top no-repeat;
	padding-top:15px;
	height:100px;
}
#footer a {color:#EAB;}
#comment {
	width:450px;
	height:100px;
}
input, textarea {
	background:#CCC;
	border:none;
}
.alignright {text-align:right;}
.alignleft {text-align:left;}
.aligncenter {text-align:center;}