/*  
Theme Name: Epiphantastic v1
Theme URI: http://www.epiphantastic.com
Description: First theme for the epiphantastic site
Version: 1
Author: Thomas Messier
Author URI: http://www.epiphantastic.com
*/

body {
	font-size: 11px; /* Resets 1em to 10px */
	font-family: Tahoma, Geneva, Sans-Serif;
	color: #333;
	background: #000000 url('images/bgmain.gif') repeat;
	text-align: center;
	
	margin: 0;
	padding: 0;
	}

li { list-style-type: square; }

#page {
	background-color: white;
	text-align: left;
	
	margin: 15px auto 0 auto;
	padding: 0;
	width: 900px;
	}

#header {
	height: 44px;
	width: 100%;
	}
	
#logo {
	margin: 0;
	height: 44px;
	width: 187px;
	float:left;
	}

#logo img {
	border:0;
	}

#nav {
	background: #000000 url('images/bgnav.gif') repeat-x;
	
	margin: 0;
	height: 44px;
	width: 507px;
	float:left;
	}
		
.navitem {
	font: normal 18px 'Lucida Sans Unicode', 'Lucida Grande', Sans-Serif;
	
	padding: 11px 0 0 40px;
	float: left;
	}

.navitem a {
	color:#000000;
}

.navitem a:hover, .navitem a.selected {
	color:#CC3300;
	text-decoration:none;
}

#search {
	background: #000000 url('images/bglogo.gif') repeat-x;
	
	margin: 0;
	padding: 0 10px 0 0;
	width: 196px;
	height:44px;
	float: right;
}

#searchform {
	margin:11px 0 0 0;
	padding:0;
	}
	
#searchform #s {
	font: normal 12px Tahoma, Geneva, Sans-Serif;
	
	margin:1px 2px 0 0;
	padding:0;
	width: 114px;
	float: right;
	}

#searchform #searchsubmit {
	font: normal 12px Tahoma, Geneva, Sans-Serif;
	
	width:65px;
	float: right;
}

#bar {
	background-color:#DDDDDD;
	
	width:900px;
	height:3px;
	font-size:2px;
	}

#wrapper {
	width:900px;
	height:450px;
	}

#leftbar {
	background-color:#DDDDDD;
	
	width: 166px;
	padding: 13px 10px 10px;
	vertical-align:top;
}

#page_title {
	font: normal 24px 'Lucida Sans Unicode', 'Lucida Grande', Sans-Serif;
	border-bottom:solid 1px black;
	margin-bottom:0px;
	
}

#content {
	font-size: 1.2em;
	border-left:solid 1px black;
	border-right:solid 1px black;
	
	margin: 0;
	padding: 10px 20px;
	width: 672px;
	vertical-align:top;
	}

.posttitle {
	font: bold 16px Tahoma, Geneva, Sans-Serif;
	color: #CC3300;
	}

.posttitle a {
	color: #CC3300;
	text-decoration: none;
	
	margin:0;
	}
	
.posttitle a:hover {
	color: #000000;
	text-decoration: none;
	}

.date {
	color:#999999;
	font-size:10px;
	
	clear:both;
	}

.postmetadata {
	font-size:11px;
	
	clear: left;
	}

.hr {
	font-size:2px;
	height:1px;
	border-top:solid 1px #DDDDDD;
	margin-bottom:10px;
	}

.paneltitle {
	border: solid 1px black;
	border-bottom-width: 0;
	background: #FFCC00 url('images/bgpaneltitle.gif') repeat-x;
	font: bold 12px Tahoma, Geneva, Sans-Serif;
	text-transform: uppercase;
	
	height:19px;
	padding-top:5px;
	text-align:center;
	}

.panelitems {
	border: solid 1px black;
	background-color: #FFF;
	font: normal 11px Tahoma, Geneva, Sans-Serif;
	margin-bottom: 12px;
	padding:0 6px 8px 0;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	
	margin: 0;
	padding: 10px;
	}

#footerbar, #footer {
	padding: 0;
	margin: 0 auto;
	clear:both;
	}
	
#footerbar {
	background-color: #FFCC00;
	
	font-size:2px;
	height:3px;
	width: 900px;
	}

#footer {
	color:#FFF;
	font:bold 9px 'Lucida Sans Unicode', 'Lucida Grande', Sans-Serif;;
	background-color: #000;
	
	width: 895px;
	height:17px;
	padding: 3px 5px 0 0;
	text-align:right;
	}

/* Begin Sidebar */
.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0;
	}

.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

.sidebar ul ul, .sidebar ul ol {
	margin: 5px 0 0 10px;
	}

.sidebar ul ul li, .sidebar ul ol li {
	margin: 3px 0 0 10px;
	padding: 0;
	list-style-type: square;
	}

.feedlist {
	margin: 3px 0 0 -3px !important;
	padding: 0 0 2px 0 !important;
	list-style-type: none !important;
}

.feedlist img {
	margin-right:5px;
	}
/* End Sidebar */
	
small, .sidebar ul ul li, .sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #999;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #147;
	text-decoration: none;
	}

a:hover {
	color: #CC0000;
	text-decoration: underline;
	}
	
.post {
	margin: 0 0 20px;
	text-align: justify;
	clear:both;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}



/* 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 ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/* End Entry Lists */



/* Begin Form Elements */
.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 textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */


/* Begin Comments*/
.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Various Tags & Classes */
hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	margin: 8px 0 0 0px;
	padding-bottom:20px;
	}

.navigation div {
	margin-bottom:14px;
}
/* End Various Tags & Classes*/

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
.frame {
	border:solid 1px black;
	font-size:9px;
	font-style:italic;
	
	padding:2px;
	float:left;
	margin-right:8px;
	text-align:center;
}

.entrytext {
	clear:both;
}

.entrytext h1 {
	font: bold 14px Tahoma, Geneva, Sans-Serif;
	margin:0;
}

.entrytext h2 {
	font: normal 12px Tahoma, Geneva, Sans-Serif;
	text-transform: uppercase;
	text-decoration: underline;
	margin:0 !important;
	line-height:0px;
}

.pagetext {
	margin:0 0 16px 0;
	padding:0;
	line-height: 18px;
}

.pagetext a {
	text-decoration: underline;
}

.entrytext p { margin-top:0px; }

pre {
	font: normal 11px 'courier new';
	color: #CC0000;
	border: solid 1px #000;
	padding: 10px;
	background-color:#FFF5CF;
	overflow-x: auto;
	display:block;
	width: 672px;
}

.code {
	font: normal 11px 'courier new';
	color: #CC0000;
	border: solid 1px #000;
	padding: 10px;
	background-color:#FFF5CF;
	width: 672px;
	overflow-x: auto;
	text-align: left;
	white-space: nowrap;
	display:block;
}