/*  
Theme Name: Spektrum
Theme URI: http://www.spektrum.com
Description: Spektrum Theme
Version: 1.0
Author: Tylor j. Reimer
Author URI: http://www.tylorjreimer.com/
*/

/****************************/
/****** Global Classes ******/
/****************************/
* {
	margin: 0;
	padding: 0;
	line-height: 1.75em;
}

body {
	background: #EEE;
	background-image: url('img/back-spektrum.gif');
	background-position: top left;
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	color: black;
	font-size: 11px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a {
	color: inherit;
	
}
a:hover {
	text-decoration: line-through;
	background-color: #12D7B0;
}

img {
	border: 0;
}

h2 {font-size: 1.17em;}
h3 {font-size: 1.17em;}

p {
	margin-bottom: 1.75em;
}

ul, ol {
 list-style: none;
}

dl {margin-bottom: 0.75em;}
	dt {margin-bottom: 0.75em; margin-top: 0.75em;}
	dd {padding-left: 0.7em;}

/****************************/
/***** Structure/Layout *****/
/****************************/

#wrapper {
	padding: 20px;
	overflow: auto;
}

#container {
	float: left;
	padding: 10px 0;
	margin-left: 150px;
	margin-top: 155px;
	width: 730px;
}
#container h2 {
	border-bottom: 4px double #12D7B0;
	margin-bottom: 0.75em;
}
	#container h2 a {
		text-decoration: none;
	}

#content {
	float: left;
	width: 568px;
}

.rule-top {margin-bottom: 6px;}

.post {margin-bottom: 4em;}

.entry {}
	.entry img {
		/*border: 1px solid gray;*/
		/*margin-bottom: 0.75em;*/
	}

.post_meta {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}
	.post_meta a {}

.share {
	margin-bottom: 4em;
}

.navigation {
	padding: 10px 0 0 0;
	font-size: 1.17em;
	font-weight: bold;
	line-height: 1.29em;
}

.sidebar {
	float: left;
}
	.sidebar a {text-decoration: none;}
	.sidebar .widget {
		margin-bottom: 2em;
		padding-bottom: 0.25em;
	}
	.sidebar h2 {
		border-bottom: 4px double black;
		margin-bottom: 0.25em;
		font-size: 1.17em;
	}
	.sidebar li {margin-bottom: 1.5em;}
		.sidebar li li {margin-bottom: 0;}
	.sidebar li.pagenav {
		font-size: 1.17em;
		font-weight: bold;
		text-align: right;
	}
		.sidebar li.pagenav h2 {display: none;}
		.sidebar li.affiliates a:hover {background-color: transparent;}
#sidebar-left {
	padding-top: 16px;
	padding-right: 10px;
	width: 120px;
	position: fixed;
}
	#sidebar-left h1 a {
		text-indent: -5000px;
		background-image: url('img/logo-spektrum.png');
		background-position: middle center;
		background-repeat: no-repeat;
		display: block;
		height: 128px;
		width: 128px;
		margin-bottom: 35px;
	}
#sidebar-right {
	width: 140px;
	margin-left: 22px;
}

/* Edit Links */
.post-edit-link, .comment-edit-link {}

/* Search Widget */
#searchform {}
	#searchform #s, #searchform #searchsubmit {vertical-align: middle;}
	#searchform #s {
		width: 100px;
	}
	#searchform #searchsubmit {
		margin-left: 2px;
	}

/****************************/
/******* Misc Classes *******/
/****************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
}
.alignright {
   float: right;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.button {
	background-color: black;
	border: 0;
	color: white;
	height: 21px;
}
.button:hover {
	background-color: #50BC0E !important;
}
.green {
	color: #12D7B0;
}
.bold {
	font-weight: bold;
}
.icon-mt, .icon-wp {
	display: block;
	float: right;
	height: 16px;
	text-indent: -5000px;
	margin-left: 8px;
}
.icon-mt:hover, .icon-wp:hover {
	background-position: left -16px;
}
.icon-mt {
	background-image: url('img/icon-mt.png');
	background-position: left top;
	background-repeat: no-repeat;
	width: 36px;
}
.icon-wp {
	background-image: url('img/icon-wp.png');
	background-position: left top;
	background-repeat: no-repeat;
	width: 16px;
}
/****************************/
/***** Comment Template *****/
/****************************/
.comments-template h3 {
}

.comments-template ol {
	padding-bottom: 0.75em;
}

.comments-template ol li {
	border-bottom-width: 1px;
	margin-top: 0.75em;
	padding: 10px;
	min-height: 60px;
}

.comments-template ol li.alt {
	background-color: #f1f3be;
}

.comments-template ol li.auth {
	background-color: #ffffff;
}

.comments-template ol li .comment_meta {
	border-bottom-width: 1px;
	margin-bottom: 5px;
	font-size: 9px;
}
	.comments-template ol li .comment_meta strong {
		font-style: italic;
		font-size: 11px;
	}

.comments-template .comment_image .avatar {
	background-color: #ffffff;
	border-width: 1px;
	padding: 5px;
	margin-left: -80px;
	float: left;
}

.comments-template ol.commentlist {
	padding-bottom: 2em;
}

.comments-template textarea, .comments-template input {
	border-width: 1px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	width: 100%;
}
.comments-template input#submit {
	margin-top: 10px;
	width: auto;
}