/*
Theme Name: Kirsty Logan
Theme URI: http://www.kirstylogan.com
Description: Custome theme designed for Kirsty Logan.
Version: 1.0
Author: Susie McConnell
Author URI: http://www.susiemcconnell.com
Tags: dark, literature, fixed width, two columns, floral

	Kirsty Logan v1.0
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Susie McConnell,
	whose website you will find at http://www.susiemcconnell.com

	

*/



@charset "UTF-8";
/* CSS Document */




/* RESET SOME STYLES */

p, h1, h2, h3, h4 { 
	margin: 0px;
	padding: 0px;
	line-height:120%;
}

img {
	border: none;
}


p {
	padding-bottom: 10px;
}




body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #DCDEDE;
	padding: 0px;
	margin: 0px;
	background-color: #0D0D0D;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 13px;
	line-height: 130%;
}

.postmetadata {
	padding-bottom: 20px;
	padding-top: 10px;
	clear: both;
}

#wrap {width: 900px; margin-left: auto; margin-right: auto;}

#nav {background-color: #7BD6CF; height: 30px; padding-left: 92px; clear: both;}
#nav ul {margin: 0px; padding: 0px; list-style-type:none;}
#nav li {display: inline;}




.news a:link, .news a:visited {
	text-indent: -9999px;
	width: 83px;
	height: 30px;
	display: block;
	float: left;
	background-image: url(images/btn_news.gif);
	background-repeat: no-repeat;
	overflow:hidden;
}

.news a:hover, .news a:active {
	 background-image: url(images/btn_news_over.gif);
	background-repeat: no-repeat;
}

.about a:link, .about a:visited {
	text-indent: -9999px;
	width: 180px;
	height: 30px;
	display: block;
	float: left;
	background-image: url(images/btn_about.gif);
	background-repeat: no-repeat;
	overflow:hidden;
}

.about a:hover, .about a:active {
	 background-image: url(images/btn_about_over.gif);
	background-repeat: no-repeat;
}



.writing a:link, .writing a:visited {
	text-indent: -9999px;
	width: 107px;
	height: 30px;
	display: block;
	float: left;
	background-image: url(images/btn_writing.gif);
	background-repeat: no-repeat;
	overflow:hidden;
}

.writing a:hover, .writing a:active {
	 background-image: url(images/btn_writing_over.gif);
	background-repeat: no-repeat;
}



.performances a:link, .performances a:visited {
	text-indent: -9999px;
	width: 159px;
	height: 30px;
	display: block;
	float: left;
	background-image: url(images/btn_performances.gif);
	background-repeat: no-repeat;
	overflow:hidden;
}

.performances a:hover, .performances a:active {background-image: url(images/btn_performances_over.gif); background-repeat: no-repeat;}

.awards a:link, .awards a:visited {
	text-indent: -9999px;
	width: 102px;
	height: 30px;
	display: block;
	float: left;
	background-image: url(images/btn_awards.gif);
	background-repeat: no-repeat;
	overflow:hidden;
}

.awards a:hover, .awards a:active {background-image: url(images/btn_awards_over.gif); background-repeat: no-repeat;}

.links a:link, .links a:visited {
	text-indent: -9999px;
	width: 84px;
	height: 30px;
	display: block;
	float: left;
	background-image: url(images/btn_links.gif);
	background-repeat: no-repeat;
	overflow:hidden;
}

.links a:hover, .links a:active {background-image: url(images/btn_links_over.gif); background-repeat: no-repeat;}


/*-----------------------------------------------------------------------------------------------
CREATES LINK ON STATE ON CORRECT PAGE
-----------------------------------------------------------------------------------------------*/
.header_blogcontent{
display:none
}
.newspage .news a {background-image: url(images/btn_news_on.gif);}
.aboutpage .about a {background-image: url(images/btn_about_on.gif);}
.writingpage .writing a {background-image: url(images/btn_writing_on.gif);}
.performancespage .performances a {background-image: url(images/btn_performances_on.gif);}
.awardspage .awards a {background-image: url(images/btn_awards_on.gif);}
.linkspage .links a {background-image: url(images/btn_links_on.gif);}


#footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #7BD6CF;
	font-size: 12px;
	color:#DCDEDE;
	padding-top: 10px;
	
	clear: both;
	
	
}

.copyright {width: 50%; float: left; margin-bottom: 50px;}

.design {width: 50%; float: right; text-align: right;}

#header {
	/*margin-top: 36px;*/
	margin: 0px;
	padding: 0px;
	padding-top: 35px;
	
	
}

.head_left {
	background-color: red;
	float: left;
	width: 434px;
	margin-bottom: 40px;
}

.head_right {
	
	float: right;
	width: 250px;
}

.joinbutton {
	border: none;
	background-color:#7BD6CF;
	font-weight: bold;
	font-size: 12px;
	
}

.joinfield {
	border: 1px solid #7BD6CF;
	height: 17px;
	padding-top: 5px;
	padding-left: 5px;
	background-color:#202020;
	width: 182px;
	color:#666666;
}

.jointext {
	padding-bottom: 8px;
}

#content {
	margin-top: 30px;
	
}

#content .left {
	width: 540px;
	float: left;
	padding: 30px;
	background-color:#1B1B1B;
	border: 1px solid #333333;
	margin-bottom: 30px;
}

#content .leftabout {
	width: 540px;
	float: left;
	padding: 30px;
	background-color:#1B1B1B;
	border: 1px solid #333333;
	margin-bottom: 30px;
}

#content .leftabout p {
	margin-left: 248px;
}

#content .right {
	width: 210px;
	float: right;
	padding: 30px;
	background-color:#1B1B1B;
	border: 1px solid #333333;
	margin-bottom: 30px;
	
}



h1 {
	font-size: 22px;
	fontweight: bold;
	color:#FFFFFF;
	margin-bottom: 20px;
}

h2 {
	font-size: 22px;
	font-weight: bold;
	color:#FFFFFF;
	margin-bottom: 5px;
}

h2 a:link, h2 a:visited {
	color:#FFFFFF;
}

h2 a:hover, h2 a:active {
	color: #7BD6CF;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	color:#7BD6CF;
	margin-bottom: 20px;
}

h3#comments {
	margin-top: 20px;
	color:#FFFFFF;
	font-size: 14px;
}

.commentlist p {
	padding-top: 5px;
}

.commentlist li {
	background-color:#333333;
	padding: 10px;
	margin-bottom: 10px;
	list-style-type:none;
}

.commentlist ol {
	margin: 0px;
	padding: 0px;
}

.commentlist {
	margin: 0px;
	padding: 0px;
}

.comment-meta {
	font-size: 10px;
	margin-bottom: 10px;
}

h4 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 15px;
}
.divider {
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #304B49;
	width: 540px;
	padding-bottom: 20px;
	padding-top: 10px;
	clear: both;
}

* html .divider {
 	padding-bottom: 5px;
 	margin-top: 15px;
}


a:link, a:visited {
	color: #7BD6CF;
	text-decoration: none;
}

a:hover, a:active {
	color: #FF99FF;
}

.biogpic {
	float:left;
	margin-right: 20px;
	border: 1px solid #7BD6CF;
}

.contactName {
	border: 1px solid #7BD6CF;
	height: 16px;
	padding: 3px;
	background-color:#202020;
	width: 204px;
	color:#999999;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin-top:10px;

}

.contactEmail {
	border: 1px solid #7BD6CF;
	height: 16px;
	background-color:#202020;
	width: 204px;
	color:#999999;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding: 3px;


}

.contactMessage {
	border: 1px solid #7BD6CF;
	font-size: 11px;
	padding: 3px;
	height: 50px;
	background-color:#202020;
	width: 204px;
	color:#999999;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.contactReset {
	background-color: #7BD6CF;
	border: none;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

.contactSubmit {
	background-color: #7BD6CF;
	border: none;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

.right ul {
	margin: 0px;
	padding: 10px;
	list-style-type:none;
}

.right .shortfiction {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	
}

.right .poetry {
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-left: 10px;
}

.right .nonfiction {
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-left: 10px;
}

.right .reviews {
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-left: 10px;
}

.right .multimedia {
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-left: 10px;
}

.right .wip {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
}




.column1 {
	width: 260px;
	float:left;
}

.column1 ul {
	list-style-type:square;
	
}

.column1 li {
	margin-bottom: 10px;
}

.column2 {
	width: 260px;
	float:right;
}

.column2 ul {
	list-style-type:square;
}

.column2 li {
	margin-bottom: 10px;
}

.socialIcons {
	text-align: center;
	padding-top: 5px;
}

.clear {
	clear: both;
	height: 20px;
}

#sidebar {
	width: 210px;
	float: right;
	padding: 30px;
	background-color:#1B1B1B;
	border: 1px solid #333333;
	margin-bottom: 30px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
}

#sidebar li {
font-size: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
}

#comments h3 {
	margin-top: 10px;
	
}

h3#comments {
	clear: both;
}


.diagvider {
	color:#333333;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
}	


#submit {
	border: none;
	background-color:#7BD6CF;
	font-weight: bold;
	font-size: 12px;
	color:#000000;
	padding: 3px;
}

.alignleft {
	font-size: 11px;
	margin-bottom: 10px;
}

h2.pagetitle {
	font-style:italic;
	margin-bottom: 20px;
	font-size: 14px;
}

.entry .alignleft {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

form#commentform {
padding-top: 20px;
clear: both;

}

#searchbutton {
	/*border: none;
	background-color:#7BD6CF;
	font-weight: bold;
	font-size: 12px;
	color:#000000;
	padding: 2px;*/
	background-color:#7BD6CF;
	border: none;
	padding: 3px;
	
}



#searchtext {
	border: 1px solid #7BD6CF;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	background-color:#202020;
	color:#666666;
	/*margin-bottom: 5px;*/
	
	
	
}

#searchform td {
	height: 17px;
	
}

#searchform  {
	margin-top: 3px;
	margin-bottom: 3px;
	vertical-align: top;
}
	
#searchform h2 {
	margin-bottom: 3px;
	}



#s {
	border: 1px solid #7BD6CF;
	padding-top: 5px;
	padding-left: 5px;
	background-color:#202020;
	color:#666666;
	padding-bottom: 2px;
}

#searchsubmit {
	background-color:#7BD6CF;
	border: none;
	padding-top: 5px;
	padding-bottom: 3px;
}

#hide {
	display: none;
}





#twitter_update_list {
	font-size: 10.5px;
	line-height: 110%;
	margin-bottom: 10px;

}

.tweet {
float: left;
}

/* ------------- I AM READING STYLE ----------------- */

#sidebar ul li div div.reading  {
	border-top:1px solid #304B49;
}


#sidebar ul li div div.reading h3 {
	font-size:18px;
	color:#FFFFFF;
	margin-bottom:10px;
	margin-top:30px;
}

#sidebar ul li div div.reading p {
	font-size:12px;
	color:#DCDEDE;
}




/* -------------- I AM WRITING STYLES ---------------- */

#sidebar ul li div div.writing  {
}

#sidebar ul li div div.writing h3 {
	font-size:18px;
	color:#FFFFFF;
	margin-bottom:10px;
	margin-top:20px;
}

#sidebar ul li div div.writing p {
	font-size:12px;
	color:#DCDEDE;
}

#sidebar ul li div div a {
	background-image:none;
	padding:0px;
	text-indent:none;
	display:inline;
	float:none;
	width:auto;
	
}


img.aligncenter {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}




