/*
Theme Name: The Kreggorian
Theme URI: http://thekreggorian.com/
Version: 1.0
Description: A fantasy author website
Author: Ken Kiser
Author URI: http://thekreggorian.com/
Last updated: 2010-03-03

Header image artwork “Various Kreggoria". 
*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}


a {color: #00c;}

a:hover {color: #f00;}

body {
	background: #000000 url(img/bg.jpg);
	color: #000000;
	font: normal 80% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}

p,blockquote,ul {margin-bottom: 1.2em;}

h1 {font: normal 1.5em serif;}

h2 {
	font: bold 1.5em Verdana,serif;
	margin: 3px 0 1px;
}

ul {margin-left: 1.0em;}

blockquote {
	color: #00f;
	font: italic .5em serif;
	padding-left: 75px;
}

blockquote p {padding: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

img.left {margin: 0 18px 6px 0;}

.divider {
	background: url(img/divider.gif) center no-repeat;
	height: 20px;
	margin: 24px 0;
}

/* structure */
.container {
	background: #ffffff;
        border: solid #000000 7px;
	margin: 0px auto;
	width: 1000px;
}

.top {
	background: #000000;
        float: left;
	text-align: left;
        width: 1000px;
}

.header {
	background: #ffffff url(img/header.jpg) no-repeat;
	height: 225px;
	padding-right: 270px;
}

.footerlinks ul {text-transform:uppercase;
     display: inline;
     list-style-type: none;
     list-style-image:none;
     margin:0; }
.footerlinks li, .footerlinks li li, .footerlinks li li li {
     display: inline;
     padding: 0px 5px; }

/* navigation */

.navigation {margin: 0 8px;}



.navigation a {

	color: #ffffff;

        font: normal 1.2em serif;

	line-height: 30px;

	margin: 0 25px;

	text-decoration: none;

}

.navigation a:hover,.navigation #selected {

	color: #C11B17;

}

.navigation ul {display: inline;}

.navigation li {float: left; list-style: none;}



/* content */
.content {
	background: #ffffff;
	clear: both;
	font-size: 1.2em;
	margin: 0 52px;
	padding: 0 0 0px 25px;
        
}
.content .spacer {
	height: 0px;
}

/* content item */
.item {clear: both;}

.item img {border: 0px dashed #fff;}

.item .title {
	color: #000000;
	font: normal 2em serif;
       
}

.item .title a{
	color: #000000;

	text-decoration:none;
}
.item .title a:hover{
	color: #C11B17;

	text-decoration:none;
}

.item .title a:visited{
	color: #000000;

	text-decoration:none;
}

.item .title:first-letter {
	display: block;
        font-size: 1.8em;

.item .metadata {
	color: #700;
	font-size: 0.9em;
	float: right;
        
	
}

.item .body {
	padding-top: 50px
        
}

.body a {
        color:#C11B17;
}

.content a
{
color:#C11B17;
}


/* footer */
.footer {
	background: #ffffff;
	color: #666;
	font-size: 1.1em;
	line-height: 41px; 
	margin: 0 auto;
	text-align: center;
	width: 632px;
}
.footer .left {padding-left: 40px;}
.footer .right {padding-right: 40px;}

.footer a {
	color: #666;
	text-decoration: none;
}
.footer a:hover,.footer .right a:hover {
	color: #333;
	text-decoration: underline;
}
.footer .right, .footer .right a {color: #ACAF9B;}


.item{margin:0 0 25px 0;}

.item .info{
padding:2px 3px 3px 8px;

background-color:#efefef;
font-size:0.9em;
color:#505050;
}


.item .info a{
text-decoration:none;
color:#445044;
}

.item .info a:hover{
text-decoration:none;
color:#445044;
}

.item .info a:visited{
text-decoration:none;
color:#445044;
}
/* Begin Comments*/



h2#comment_title{

	font-size:18px;

	color:#000;

	margin-bottom:10px;

	margin-left:20px;

}



h3#comments{

	font-size:13px;

	color:#000000;

	margin-left:20px;

}



.alt {

	margin: 0;

	padding: 10px;

	}



.commentlist {

	padding: 0;

	text-align: justify;

	margin-left:30px;

	color:#333;

	margin-left:20px;

	}



.commentlist li {

	margin: 15px 0 3px;

	padding: 5px 0px 3px;

	list-style: none;

	border-bottom:1px solid #333366;

	}



.commentlist li li {

	margin: 0px;

	padding: 5px 10px 5px;

	border-bottom:0px;

	}



.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;

	color:#000000;

	background:#efefef;

	padding:6px 0px 6px 10px;

	}



.commentmetadata a{

	color:#333366;

	font-weight:bold;

	}



#respond_box{

	background:url(images/respond_box.gif) no-repeat top left;

	margin-top:40px;

	margin-left:20px;

	padding-bottom:60px;

}



h3#respond{

	font-size:20px;

	color:#000;

	margin-left:10px;

	padding-top:18px;

	padding-bottom:25px;

	font-weight:normal;

}



#commentform{

	margin-left:35px;

	color:#000000;

}



#commentform a{

	color:#000000;

}





/* End Comments */

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}







