/*  
Theme Name: Incendiary Default
Theme URI: http://619dev.org/
Description: The custom WordPress theme for Incendiary Lit.
Version: 1.5
Author: John Willman
Author URI: http://619dev.com/

	This theme was designed and built by John Willman,
	whose blog you will find at http://hexcodeblues.com/

*/

body {
	background: #000;
	font-family: "Palatino Linotype", "Lucida Sans Unicode", "Lucida Granda", Verdana, Geneva, Arial, Helvetica, sans-serif;
color: white;
}

h2 {
margin: 0 0 2px 0;
padding: 0 0 2px 0;
}

a {text-decoration: none;}

a img {border: none;}

.hide {display:none;}

/****************element positioning ******************/

#header {
position: relative;
height: 380px;
width: 800px;
margin: 0 auto 0 auto;
}

#maincontent {
position: relative;
height: auto;
min-width: 350px;
max-width: 700px;
padding-right: 250px;
margin: 0 auto 0 auto;
}

#leftcontent {
position: relative;
height: 600px;
width: 100%;
}

#rightcontent {
position: absolute;
height: auto;
width: 250px;
top: 0;
right: 0;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

/*****************sidebar***************/
#sidebar {
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#sidebar ul {
list-style-position: inside;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

ul {
margin: 0 0 0 0;
}

li {margin: 0 0 0 0;}

li, li a {color: white;}

.widget {
padding-bottom: 2px;
}

#text-1, #pages, #recent-posts, #search, #democracy, #categories, #calendar, #text-2, #text-3 {
background: #1c1c1c;
list-style-position: inside;
margin: 0 0 10px 0;
padding: 0 0 0 2px;
list-style: none;
border: 5px #0e0e0e solid;
}

#text-1:hover, #pages:hover, #recent-posts:hover, #search:hover, #democracy:hover, #categories:hover, #calendar:hover, #text-2:hover, #text-3:hover {
border: 5px #2a2a2a solid;
}

#text-1 {
padding: 5px 5px 5px 5px;
}

#pages ul {
list-style-image: url(images/fireli.gif);
}

#pages h2 {
color: #fe4a00;
}

#search {
color: #890000;
}

input {
display: block;
}

.sbox {
margin-right: 10px;
width: 150px;
float: left;
}

.sbutton {
position: relative;
top: -22px;
left: 160px;
}

#searchform {
height: 28px;
}

#democracy a b {
display: none;
}

#democracy a i {
text-align: center;
color: #fe4a00;
}

.dem-total-votes {
display:none;
}

#democracy ul {
list-style: none;
}

.democracy ul li label, .democracy ul li input {
display:inline;
}

#recent-posts {
color: #676767;
clear: both;
}

#recent-posts ul {
list-style-image: url(images/recentliz.gif);
}

#categories {
color: #d6d6d6;
}

#categories ul {
list-style-image: url(images/arrowliz.gif);
}

.pagetitle {
color: #00b3fe;
}

/*********mp3player********/

#text-2 .player{
position: relative;
top: 0px;
left: -2px;
}

/***********Posts***********/
#content {
padding-right: 10px;
}

.post {
background: #1c1c1c;
padding: 3px 10px 3px 10px;
margin-bottom: 10px;
border: 5px #0e0e0e solid;
}

.post h2, .post h2 a, .post h3 a {
//color: #fe4a00;
color: #eeee00;
text-decoration: underline;
}

.post p {
color: white;
}

.post small {
color: #a4a4a4 ! important;
border-top: 2px #2a2a2a solid;
border-bottom: 2px #2a2a2a solid;
width: 200px;
}

.postmetadata {
clear: both;
}

.postmetadata small {
border: none;
display:inline;
}

.post p a, .entry li a {
color: #f47c1f;
}

.post p a:visited, .entry li a:visited {
color: #ff0000;
}

.post img {
margin: 3px 3px 3px 3px;
border: 5px #0e0e0e solid;
}

.post img:hover {
border: 5px #890000 solid;
}

/************************/

/*Styling for commentforms*/

.commentimg {
position: relative;
width: auto;
top: 5px;
border: none ! important;
}

#commentform {
position: relative;
}

#commentform, #respond, .post small {
color: #fff;
}

#commentform a {
color: #18ff00;
}

#comment {
position: relative;
min-width: 350px;
max-width: 700px;
padding-right: 250px;
margin: 0 auto 0 auto;
}

/*************Styling for user-comments*************/

.commentlist li, .commentlist .alt {
background: #1c1c1c;
padding: 3px 10px 3px 10px;
margin-bottom: 10px;
}

.commentlist li {border: 5px #2a2a2a solid;}

.commentlist .alt {border: 5px #0e0e0e solid;}


/*************extra stuff for 404, spoilertext, etc**************/

.errortime {
background: #1c1c1c;
color: #fff;
}

.errortime a, p a {color: #18ff00;}

.navigation, .navigation a {color: #fe4a00;}

.spoiler {
color: #000;
background: #000;
}