/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 2.8
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body {
	background-image: url("style/images/graphpaper.gif");
	text-align: center;
	font-family: Helvetica;
	font-size: 0.75em;
}

h2 {
	color: #1b167c;
	font-size: 1.2em;
}

.wrapper {
	width: 100%;
	text-align: center;
	
	border: 0px solid #f00;
}

#headerimage {
	background-image: url("style/images/headerfull.png");
	background-repeat: no-repeat;
	background-position: center top;
	width: 1024px;
	height: 270px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.content-wrapper {
	background-image: url("style/images/mainbg-repeat.png");
	background-repeat: repeat-y;
	background-position: center top;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
	padding-left:0px;
	
	border: 0px solid #000;
}

.maincontent {
	/* background-color:; */
	width: 850px;
	/*margin-left: 80px; */
	
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-left: 30px;
	
	border: 0px solid #ccc;

}

#footer {
	background-image: url("style/images/footer.png");
	width: 1024px;
	height: 150px;
	
	background-repeat: no-repeat;
	background-position: center top;
	
	margin-left: auto;
	margin-right: auto;
}

#footer a {
	color: #dc79e2;
	text-decoration: none;
}

.editlink a {
	color: #dc79e2;
	text-decoration: none;
}

/* Post relates Styles */

.post {
	text-align: center;
	color: gray;
}

.post h2 a { /*Title*/
	color: #1b167c;
	text-decoration: none;
	font-size: 1.25em;
	font-family: Helvetica;
	font-weight: normal;
}

h2 { /*Title*/
	color: #1b167c;
	text-decoration: none;
	font-size: 1.25em;
	font-family: Helvetica;
	font-weight: normal;
}

.subtitle {
	color: #638cd7;
	font-size: 1em;
	font-family: Helvetica;
	font-weight: normal;
}

.post p {
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 1.1em;

}

.post-divider {
	height: 1px;
	color: #eee; /* For IE */
	background-color: #eee; /* For Opera and Mozilla */
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	
}

.post img {

	padding: 5px;
	border: 1px solid #ccc;

}

.post img a {

	padding: 5px;
	border: 1px solid #ccc;

}

.infobox {
	display: block;
	text-align: left;
	margin-left: 5px;
}

.infoheader {
	color: #333;
}

.infovalue {
	color: gray;
}
.infovalue a {
	color: gray;
	text-decoration: none;
}

/* Button Styles for Navigation */

.buttonimage {

	display: inline;
	float: left;

}

.homebutton {
	position: relative;
	top: 150px;
	left: 420px;
}

.aboutbutton {
	position: relative;
	top: 150px;
	left: 420px;
}

.categorybutton {
	position: relative;
	top: 150px;
	left: 420px;
}
	
.archivebutton {
	position: relative;
	top: 150px;
	left: 420px;
}

/* Comment box */

#respond {

	color: gray;
	margin-top: 20px;

}

#respond h3, input, submit {

	margin: 15px;;

}

#respond textarea {

	width: 600px;
	height: 120px;
	border: 3px solid #cccccc;
	padding: 5px;

}

.commentlist {
	padding-left: 150px;
	padding-right: 150px;
}

.commentlist li {
	color: gray;

}

.comment-number {
	color: gray;
}

.c-grav {
	margin: 10px;
}

.c-grav a {
	color: #dc79e2;
}


.c-date {
	margin-bottom: 10px;
	font-size: 0.8em;
}

.c-head {
	margin-bottom: 10px;
	font-weight: 700;
	color: #333;
}

.c-head a {

	color: #333;
	font-weight: 700;
}

.dashes {
	border-top: 3px dashed #ddd;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}


/* Archives */

.archivebox {
	text-align: center;
	color: gray;
}

.archivebox h2 { /*Archive Title*/
	color: #1b167c;
	font-size: 1.2em;
}

.archivebox ul li a{ /*Archive Items*/
	color: gray;
	text-decoration: none;
	font-size: 1em;

}

.archivetitlelink a { /*Archive Link*/
	text-decoration: none;
	color: gray;
	float: left;
}

.archivewrapper {
	text-align: center;
	width: 80%;
	border: 0px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}

/* Category and Tags */


.categorylist li.cat-item {
	float: left;
	color: #dc79e2;
	margin-left: 10px;
	margin-right: 10px;
}

.categorylist li.cat-item a {
	color: #dc79e2;
	text-decoration: none;
}

.tagcloud a {
	color: #dc79e2;
	text-decoration: none;

}
