/*
Theme Name: Spechtrograph
Theme URL: http://blog.juergenspecht.com
Version: 1.0.0
Author: Juergen Specht
Author URI: http://blog.juergenspecht.com
Description: Customized for Spechtrograph
*/

/************************************************
* Reset CSS *
************************************************/

html {
	color: #000;
	background: #f0f0f0;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

legend {
	color: #000;
}

input,button,textarea,select,optgroup,option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

input,button,textarea,select {
	font-size: 100%;
}

/************************************************
* Generic Definitions *
************************************************/
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

body {
	color: #000000;
	font: 12px/18px "Lucida Grande", Verdana, Geneva, sans-serif;
	margin: 0px auto 0px;
	padding: 0px;
	background: #f0f0f0;
}

#wrap {
	margin: 0px auto 0px;
	padding: 0px;
	position: relative;
	background: #f0f0f0;
}

/************************************************
* Hyperlinks *
************************************************/

a, a:visited {
	color: #2255AA;
	text-decoration: underline;
}

a:hover {
	color: #2255AA;
	text-decoration: none;
}

a img {
	border: none;
}

a:focus, a:hover, a:active {
	outline: none;
}

/************************************************
* Header *
************************************************/

#header-background {
	background: url(images/spechtrograph-header-background.png) repeat-x;
}

#header {
	width: 960px;
	height: 76px;
	margin: 0px auto 0px;
	padding: 0px 0 0 29px;
	overflow: hidden;
}

.header-left {
	float: left;
}

.header-left h1 {
	display: block;
	margin: 6px 0 0 0;
	background: url(images/spechtrograph-logo.png) no-repeat;
	width: 440px;
	height: 40px;
}

.header-left h1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

.header-right h2 {
	float: right;
	display: block;
	font-size: 18px;
	font-weight: 700;
	font-family: "Lucida Grande", Verdana, Geneva, sans-serif;
	margin: 26px 0 0 0;
	padding: 0 30px 0 0;
	text-decoration: none;
	color: #555555;
	text-shadow: 0 2px 0 #f6f6f6;
}

/************************************************
* Navigation Bar *
************************************************/

#subnavbarbg {
	background: url(images/spechtrograph-navigation-background.png) repeat-x;
}

#subnavbar {
	width: 960px;
	height: 23px;
	margin: 0px auto 0px;
	padding: 0px;
}

.subnavbarleft {
	width: 710px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.subnavbarright {
	width: 170px;
	float: right;
	margin: 0px;
	padding: 3px 18px 0px 0px;
	text-align: right;
}

.subnavbarright a, .subnavbarright a:visited {
	color: #555555;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.subnavbarright a:hover {
	color: #0066cc;
	text-decoration: underline;
}

#subnavbar p {
	margin: 0px;
	padding: 2px 0px 0px 0px;
	text-transform: uppercase;
}

#subnav {
	margin: 0px;
	padding: 0px;
}

#subnav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#subnav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#subnav li a, #subnav li a:link, #subnav li a:visited {
	color: #555555;
	display: block;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px;
	padding: 2px 15px 2px 15px;
}

#subnav li a:hover, #subnav li a:active {
	background: #777777;
	color: #FFFFFF;
	text-decoration: none;
}

#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #777777;
	width: 130px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	text-transform: none;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	border: none;
	border-bottom: 1px solid #555555;
	border-left: 1px solid #555555;
	border-right: 1px solid #555555;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
}

#subnav li li a:hover, #subnav li li a:active {
	background: #888888;
	color: #FFFFFF;
}

#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 150px;
	margin: 0px;
	padding: 0px;
}

#subnav li li {
}

#subnav li ul a {
	width: 120px;
}

#subnav li ul a:hover, #subnav li ul a:active {
}

#subnav li ul ul {
	margin: -25px 0 0 151px;
}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfhover2 ul ul, #subnav li.sfhover2 ul ul ul {
	left: -999em;
}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfhover2 ul, #subnav li li.sfhover2 ul, #subnav li li li.sfhover ul {
	left: auto;
}

#subnav li:hover, #subnav li.sfhover {
	position: static;
}

.rsslink {
	margin: 0px 0px 0px 10px;
	padding: 3px 0px 3px 19px;
	width: 16px;
	height: 16px;
	background: url(images/spechtrograph-rss.png) no-repeat left center;
}

/************************************************
* Content *
************************************************/

#content {
	width: 962px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	line-height: 18px;
	overflow: hidden;
	background: url(images/spechtrograph-content-background.png) repeat-y;
}

#content-end {
	width: 962px;
	height: 10px;
	margin: 0px auto 0px;
	background: url(images/spechtrograph-content-footer.png);
}


#contentleft {
	float: left;
	width: 688px;
	margin: 2px 2px 0px 2px;
	padding: 10px 4px 5px 14px;
	display: inline;
}

#content a img {
	border: none;
}

#content blockquote {
	background: #F4F4F4;
	margin: 0px 25px 15px 25px;
	padding: 10px 20px 0px 15px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#content blockquote p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

#content img.wp-smiley {
	float: none;
	border: none;
	margin: 0px;
	padding: 0px;
}

#content img.wp-wink {
	float: none;
	border: none;
	margin: 0px;
	padding: 0px;
}

/* breadcrump and search */

.breadcrumb {
	background: #F4F4F4;
	padding: 7px 13px 6px 13px;
	margin: 0px 3px 0px 3px;
}

#breadcrump-left {
	font-size: 11px;
	width: 690px;
}

#breadcrump-right {
	width: 230px;
	float: right;
	bottom: 21px;
	position: relative;
	background: url(images/spechtrograph-search-background.png) no-repeat;
}

#searchform {
	display: block;
	width: 220px;
	height: 22px;
	float: right;
}

#searchform input#s {
	float: left;
	width: 189px;
	height: 15px;
	color: #5f6a72;
	font-size: 12px;
	background-color: transparent;
	border: 0px;
	padding: 4px 0 0 0 ;
}

#searchform input#button {
	padding: 0px 10px 0 0;
	float: left;
	width: 29px;
	height: 22px;
	background-color: transparent;
	border: 0px;
}

.post {
	margin: 0px 0px 40px 0px;
	padding: 0px;
}

.post p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

.post ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

.post ul li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

.post ul ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.post ol {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

.post ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

.time {
	background: url(images/spechtrograph-icon-time.png) no-repeat top left;
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 0px 18px;
}

.icomment {
	background: url(images/spechtrograph-icon-comments.png) no-repeat top left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 18px;
}

.tags {
	background: url(images/spechtrograph-icon-tags.png) no-repeat top left;
	margin: 0px;
	padding: 0px 0px 0px 18px;
}

.category {
	margin: 0px;
	padding: 0px 0px 0px 18px;
}

.authorbox {
	background: #F4F4F4;
	margin: 20px 0px 0px 0px;
	padding: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.authorbox p {
	margin: 0px;
	padding: 0px;
}

.authorbox img {
	background: #FFFFFF;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}

.postmeta {
	font-size: 12px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	border-top: 1px solid #DDDDDD;
}

.comments {
	background: #F4F4F4;
	margin: 0px 0px 15px 0px;
	padding: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.sticky {
	background: #F4F4F4;
	margin: 0px 0px 50px 0px;
	padding: 20px 10px 0px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.clear {
	clear: both;
}

.archive {
	float: left;
	width: 225px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
}

/************************************************
* Headline Classes *
************************************************/

#contentleft h1, #contentleft h1 a, #contentleft h1 a:visited, #contentright h1, #contentright h1 a, #contentright h1 a:visited, #contentfull h1, #contentsplit h1, #contentsplit h1 a, #contentsplit h1 a:visited {
	color: #222222;
	font-size: 20px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#contentleft h1 a:hover, #contentright h1 a:hover, #contentsplit h1 a:hover {
	color: #2255AA;
	text-decoration: none;
}

#contentleft h2, #contentright h2, #contentsplit h2, #contentfull h2 {
	color: #222222;
	font-size: 18px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

#contentleft h3, #contentright h3, #contentsplit h3, #contentfull h3 {
	color: #222222;
	font-size: 16px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

#contentleft h4, #contentright h4, #contentsplit h4, #contentfull h4 {
	color: #222222;
	font-size: 14px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

#contentleft h5, #contentright h5, #contentsplit h5, #contentfull h5 {
	color: #222222;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

#contentleft h6, #contentright h6, #contentsplit h6, #contentfull h6 {
	color: #222222;
	font-size: 10px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

/************************************************
* Images *
************************************************/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
}

img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
}

.wp-caption {
	background: #F4F4F4;
	text-align: center;
	padding: 7px 2px 7px 2px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.wp-caption img {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px;
}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}

/************************************************
* Sidebar *
************************************************/

#sidebar_main_right {
	width: 242px;
	float: right;
	margin: 0px;
	padding: 0px 8px 0px 0px;
	display: inline;
}

#sidebar_split {
	width: 150px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
}


#sidebar_main_right ul .widget_tag_cloud div {
	padding: 6px;
}

#sidebar_main_right .widget, #sidebar_split .widget {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	background-color: #f7f7f7;
}

#sidebar_main_right .textwidget {
	padding: 2px 10px 10px 10px;
}

#sidebar_main_right h4, #sidebar_split h4 {
	color: #5f6a72;
	display: block;
	font-family: "Lucida Grande", Verdana, Geneva;
	font-weight:700;
	font-size:12px;
	text-shadow:0 1px 0 #fff;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 0px 13px;
	background: url(images/spechtrograph-widget-title.png) no-repeat -1px 0;
	height: 25px;
	width: 242px;
}

#sidebar_main_right p, #sidebar_split p {
	margin: 0px;
	padding: 0px;
	
}

#sidebar_main_right a img, #sidebar_split a img {
	border: none;
	margin: 0px;
	padding: 0px;
}

#sidebar_main_right ul, #sidebar_split ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: f7f7f7;

}

#sidebar_main_right ul li, #sidebar_split ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#sidebar_main_right ul ul, #sidebar_split ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#sidebar_main_right ul li li, #sidebar_split ul li li {
	background: url(images/spechtrograph-arrow.png) no-repeat top left;
	padding: 0px 0px 5px 15px;
	margin: 0px;
}

#sidebar_main_right ul li ul li, #sidebar_split ul li ul li {
	background: url(images/spechtrograph-arrow.png) no-repeat left 3px;
	padding: 0px 10px 7px 15px;
	margin: 0px 10px 0px 4px;
}

#cat {
	background: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	width: 250px;
	color: #666666;
	margin: 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #DDDDDD;

}

/************************************************
* Footer *
************************************************/

#footer {
	width: 960px;
	margin: 0px auto 0px;
	padding: 5px 0px 30px 0px;
	line-height: 20px;
	display: block;
}


/************************************************
* Comments *
************************************************/

#author, #email, #url {
	background: #FFFFFF !important;
	width: 250px;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 3px 5px;
	border: 1px solid #DDDDDD;
	display: inline;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#comment {
	background: #FFFFFF;
	width: 95%;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 5px 0px 1px 0px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #DDDDDD;
	display: inline;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#submit {
	background: url(images/spechtrograph-navigation.png);
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	padding: 2px 0px 2px 8px;
	border: 1px solid #555555;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.commentlist li ul li {
	font-size: 12px;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar {
	background: #FFFFFF;
	float: right;
	border: 1px solid #DDDDDD;
	margin: 0px 5px 0px 10px;
	padding: 3px;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
}

.commentlist p {
	font-weight: normal;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
}

#respond:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#commentform p {
	margin: 5px 0px 5px 0px;
}

#commentform #submit {
	margin: 0px;
	float: left;
}

.alt {
	margin: 0px;
	padding: 10px;
}

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

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

.commentlist li {
	margin: 15px 0px 5px 0px;
	padding: 10px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li {
	margin-right: -6px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0px;
	padding: 0px;
}

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

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.reply a, .reply a:visited {
	background: url(images/spechtrograph-navigation.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	padding: 3px 8px 3px 8px;
	border: 1px solid #555555;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.reply a:hover {
	background: url(images/spechtrograph-navigation-hover.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	padding: 3px 8px 3px 8px;
	border: 1px solid #555555;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
}

.alignright {
	float: right;
}

.thumbnails {
	padding: 0px 0px 0px 28px;
}

.alignleft {
	float: left;
}

.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.thread-even {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.depth-1 {
	border: 1px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.even, .alt {
	border: 1px solid #F4F4F4;
	margin: 0px;
	padding: 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
/* Paging */
#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
	font-size: 9px;
	font-family: Verdana;
}

#wp_page_numbers {
	margin-top: 10px;
	width: 100%;
	background: #f1f1f1;
	border: 1px solid #bfbfbf;
}
#wp_page_numbers ul {
	width: 100%;
}
#wp_page_numbers li {
	float: left;
	display: block;
}

#wp_page_numbers a {

	margin-top: 2px;
	margin-bottom: 2px;

	padding: 2px;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 1px;
	margin-right: 1px;
	display: block;
	color: #333;
	border: 1px solid #f1f1f1;
}

#wp_page_numbers li a:hover {
	border-color: #999;
}

#wp_page_numbers li.space {
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #f1f1f1;
	padding-top: 2px;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.active_page a {
	border: 1px solid #bfbfbf;
	background: white;
	padding-left: 4px;
	padding-right: 4px;
}
#wp_page_numbers li.active_page a:hover  {
	color: black; /* IE fix */
}

#wp_page_numbers li.page_info {
	margin-top: 2px;
	margin-bottom: 2px;
	
	padding-top: 2px;
	
	margin-right: 2px;
	padding-left: 2px;
	color: #666;
	border: 1px solid #f1f1f1;
}


