/*::::::::::Meyer reset from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/::::::::::*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/**/

/*::::::::::Layout::::::::::*/

body {
	text-align: center;
	font: normal 100.01%/1.5 arial, sans-serif;
	color: #333;
	background: #000 url(backgrounds/body_bg.jpg);
	background-attachment: fixed;
}

div#wrap {
	width: 960px;
	margin: 30px auto;
	text-align: left;
	background: #fcfcfc;
	overflow: auto;
	font-size: 88%;
}

div#offset {
	padding: 30px;
	float: left;
	background: #fcfcfc;
}

div#branding {
	width: 510px;
	height: 175px;
	margin: 0 30px 0 0;
	float: left;
	background: #333 url(backgrounds/big_picture.jpg) no-repeat;
	border-top: 1px solid #222;
}

div#orientation {
	float: right;
	width: 330px;
	height: 145px;
	padding: 15px;
	font-size: 88%;
	color:  #777;
}

	div#about {
		clear: both;
		margin-top: 10px;	
	}
	
	div#channels {
		margin-top: 15px;		
	}

div#content {
	float: left;
	width: 510px;
	margin: 30px 20px 0 0;
	background: #fcfcfc;
}

	div.post {
		margin: 0 0 30px 0;
	}
	
	div#wp_page_numbers {
		margin: 0 0 30px 0;
		text-align: right;
	}
	
	div#related {
		margin-bottom: 30px;
	}

div#aside {
	float: right;
	width: 330px;
	margin: 30px 0;
	padding: 0 15px;
	font-size: 84%;
	line-height: 1.3;
	color: #777;
}

	div#aside_left {
		float: left;
		width: 146px;
		margin: 0 15px 0 0;
	}
	
	div#aside_right {
		float: right;
		width: 154px;
	}
	
	div#adsense {
		clear: both;
		margin: 5px 0 15px 0;
		padding-top: 15px;
		border-top: 1px solid #e3e3e3;
	}
	
div#footer {
	clear: both;
	font-size: 88%;
	color: #777;
}

	div#top10 {
		float: left;
		width: 480px;
		margin: 0 20px 0 0;
		padding: 5px 15px;
	}
		
	div#tags {
		float: right;
		width: 330px;
		padding: 5px 15px 15px 15px;
	}
	
	div#suedwesten {
		clear: both;
		margin: 15px 0 0 0;
	}
	
#orientation, #aside, #tags, #top10 {
	background: #f2f2f2 url(backgrounds/white_line.jpg) repeat-x;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;	
}

div.clearfix {
	float: none; clear: both;	
}

/*::::::::::::::::::::*/

/*::::::::::Typo::::::::::*/

h1 {
	text-indent: -9999px;
	line-height: 0;
}

h2 {
	margin-bottom: 10px;
	font-size: 175%;
	font-weight: lighter;
	color: #333;
}

.category h2, .archive h2 {
	margin-bottom: 20px;
	font-weight: bold;
	color: #999;
	font-size: 200%;	
}

	h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {
		color: #303030;
		text-decoration: none;
	}
	
	h2 a:hover, h2 a:active, h3 a:hover, h3 a:active {
		color: #000;
		text-decoration: none;
		background: #ddd;
	}

	span.categories {
		display: block;
		margin-bottom: 3px;
		font-size: 50%;
		color: #888;
		text-transform: lowercase;
		letter-spacing: 0.1em;
		font-weight: bold;
	}
	
h2, h3, h4, h5, h6 {
	line-height: 1.1;
}
	
h3, h4, h5, h6 {
	clear: both;
	font-weight:  bold;
	margin: 15px 0 10px 0;
	color: #666;
}

#aside h3, #aside h4, #aside h5, #aside h6 {
	margin-bottom: 10px;
	font-weight:  bold;
}

#aside h4, #footer h4 {
	margin-bottom: 15px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ddd;
}

h3 {
	font-size: 130%;
	font-weight: lighter;
}

	.hentry h3 {
		margin-bottom: 10px;
	}

	h3 a:link, h3 a:visited {
		color: #222;
		text-decoration: none;
	}
	
	h3 a:hover, h3 a:active {
		color: #000;
		text-decoration: none;	
	}
	
	.category h3, .archive h3 {
		font-size: 170%;	
	}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 105%;
}

p {
	margin-bottom: 12px;
}

p.comments {
	padding-top: 7px;
	font-size: 80%;
	font-weight: bold;
	color: #888;
	border-top: 1px dotted #ccc;
	background: url(backgrounds/white_line.jpg) repeat-x;
}

.wp-caption p.wp-caption-text {
	text-align: right;
	font-size: 85%;
	font-style: oblique;
	font-weight: bold;	
}

p.archive_date {
	font-style: oblique;
	font-size: 80%;
	font-weight: bold;
	color: #888;
}

#suedwesten p {
	margin-bottom: 0;
}

#suedwesten span {
	padding: 5px 10px;
	background: #252525;
	color: #fafafa;
	font-style: oblique;
}

blockquote {
	margin: 15px 30px 20px 0;
	padding: 12px 0 0 35px;
	font-weight: bold;
	font-style: oblique;
	font-size: 90%;
	line-height: 1.3;
	color: #666;
	background: url(backgrounds/bq.jpg) no-repeat;
}

cite {
	display: block;
	margin-top: 5px;
	text-align: right;
	font-size: 80%;
	color: #666;	
}

/*overwrite the reset*/

strong {
	font-weight: bold;	
}

em {
	font-style: oblique;	
}

/*::::::::::::::::::::*/

/*::::::::::Links::::::::::*/

a {
	overflow: hidden;	
}

a:link, a:visited {
	color: #000;
}

a:hover, a:active {
	color: #75a62b;
	text-decoration: none;
}

h1 a {
	display: block;
	width: 510px;
	height: 175px;	
}

a.more-link {
	padding: 5px 8px;
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
	letter-spacing: 1px;
}

a.more-link:link, a.more-link:visited {	
	color: #666;
	background: #e5e5e5;
}

a.more-link:hover, a.more-link:active {
	color: #fafafa;
	background: #222;
}

a.cordobogedaechtnisklasse {
	margin-left: -1px;
}

#aside a:link, #aside a:visited, #footer a:link, #footer a:visited, #orientation a:link, #orientation a:visited {
	color: #777;
}

#aside a:hover, #aside a:active, #footer a:hover, #footer a:active, #orientation a:hover, #orientation a:active {
	color: #222;
}

#orientation li a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#orientation li a:link, #orientation li a:visited {
	color: #777;
}

#orientation li a:hover, #orientation li a:active {
	color: #000;
}

#orientation li.current_page_item a:link, #orientation li.current_page_item a:visited, #orientation li.current_page_item a:hover, #orientation li.current_page_item a:active {
	border-bottom: 2px solid #777;
}

span.categories a:link, span.categories a:visited, p.comments a:link, p.comments a:visited {
	color: #75a62b;
	text-decoration: none;
}

span.categories a:hover, span.categories a:active, p.comments a:hover, p.comments a:active {
	color: #222;
	text-decoration: none;
}

a#feed {
	padding: 3px 0 3px 21px;
	margin-right: 15px;
	height: 18px;
	line-height: 18px;
	background: url(backgrounds/feedicon.gif) 0 1px no-repeat;	
}

a#twitter {
	padding: 3px 0 3px 21px;
	margin-right: 10px;
	height: 18px;
	line-height: 18px;
	background: url(backgrounds/twitter.gif) 0 1px no-repeat;	
}

a.tt {
	margin-bottom: 5px;	
}

	.tt img {
		border: none;	
	}
	
#suedwesten span a:link, #suedwesten span a:visited, #suedwesten span a:hover, #suedwesten span a:active {
	color: #fafafa;
	text-decoration: none;
}

p.download_pdf {
	margin: 40px 0;	
}

p.download_pdf a, p.download_pdf a:link, p.download_pdf a:visited {
	padding: 25px 15px 25px 61px;
	font-weight: bold;
	text-decoration: none;
	background: #fff url(backgrounds/download.gif) 15px 50% no-repeat;
	border: 5px solid #eee;
	line-height: 1;
}

p.download_pdf a:hover, p.download_pdf a:active {
	border: 5px solid #ccc;
	color: #222;
}

/*::::::::::::::::::::*/

/*::::::::::Lists::::::::::*/

ul {
	list-style-type: disc;
	margin: 0 0 15px 15px;
}

#orientation ul {
	margin: 5px 0 15px 0;
	font-size: 90%;
}
	
#orientation li {
	display: inline;
	list-style-type: none;
	border-left: 1px solid #a6a6a6;
	margin: 0 8px 0 0;
	padding: 0 0 0 10px;
}

#orientation li#first {
	padding: 0;
	border: none;	
}

#aside ul {
	margin: 10px 0;
	list-style-type: none;
}

ul.st-tag-cloud {
	margin: 10px 0 15px 0;
}

	.st-tag-cloud li {
	display: inline;
	line-height: 1.4;
	font-size: 120%;
	}

/*::::::::::::::::::::*/

/*::::::::::page numbers::::::::::*/

#wp_page_numbers {
	float: left;
	width: 510px;
	margin: 0 0 30px 0;
	font-size: 80%;
}

#wp_page_numbers ul {
	list-style-type: none;
	margin: 0;
}

#wp_page_numbers li {
	display: inline;
}

li.page_info {
	color: #777;
	margin: 0 10px 0 0;
}

#wp_page_numbers a{
	margin: 0 5px 0 0;
}

#wp_page_numbers a {
	padding: 2px 5px;
	text-decoration: none;	
}

#wp_page_numbers a:link, #wp_page_numbers a:visited {
	background: #eee;
	color: #444;
}

#wp_page_numbers a:hover, #wp_page_numbers a:active {
	background: #222;
	color: #fafafa;
}

#wp_page_numbers li.active_page a:link, #wp_page_numbers li.active_page a:visited, #wp_page_numbers li.active_page a:hover, #wp_page_numbers li.active_page a:active {
	padding: 2px 5px;
	background: #666;
	color: #fff;
	text-decoration: none;
}

/*::::::::::::::::::::*/

/*::::::::::comments::::::::::*/

.boxcomments {
	float: left;
	width: 510px;
}

.boxcomments blockquote {
	background: none;	
}

.boxcomments h2 {
	margin-bottom: 15px;
}

ol.commentlist {
	margin: 5px 0 30px 0;	
}

ol.commentlist li {
	display: block;
	list-style-type: none;
	list-style-image: none;
	padding: 30px 30px 8px 30px;
	margin-bottom: 30px;
	background: #f2f2f2;
}

ol.commentlist li.mycomment {
	background: #ebebeb;
	border-top: 2px dotted #ccc;
	border-bottom: 2px dotted #ccc;
}


ol.commentlist li.commenthead {
	display: block;
	list-style: none;
	margin: 0;
	padding: 5px 15px;
}

ol#commentlist-trackback li img {
	display: none;
}

ol.tblist{
	list-style: none;
	margin: 0 0 1px;
	padding: 0;
}

ol.tblist li{
	display:block;
	list-style:none;
	margin:0 0 5px;
	border:1px dashed #ccc;
}

p.comment-author {
	padding: 15px;
	margin-bottom: 20px;
	background: #fff;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

	span.cnr {
		float: right;
		font-size: 240%;
		font-weight: bold;
		color: #ddd;	
	}

span.eg-image img {
	border: none;
}

div.trackbacks {
	margin: 0 0 30px 0;	
}

div.trackbacks ol {
	margin-left: 30px;	
}

/*::::::::::::::::::::*/

/*::::::::::forms::::::::::*/

#content form{
	padding: 30px;
	margin: 15px 0 30px 0;
	background: #f3f3f3 url(backgrounds/white_line.jpg) repeat-x;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

form p {
	margin: 0;	
}

label {
	display: block;
	font-weight: bold;
	margin: 10px 0 0 0;
	color: #888;
}

input, select, textarea {
	margin: 10px 0;
	padding: 5px;
	border: 1px solid #ddd;
}

textarea {
	margin: 0;	
}

input:hover, textarea:hover {
	background: #e5e5e5;
}

input:focus, textarea:focus {
	border: 1px solid #222;
	background: #222;
	color: #fafafa;
}

option {
	margin-right: 7px;
}

input.button {
	background: #999;
	color: #fff;
	font-weight: bold;
	border: none;
	padding: 3px;
	cursor: pointer;
}

input.button:hover {
	background: #111;
}

form#searchform {
	margin: 0 0 10px 0;
}

input#s {
	margin-bottom: 5px;
	width: 150px;	
}

input#searchsubmit {
	margin: 0;
	padding: 0;
	background: none;
	color: #999;	
}

	#searchsubmit:hover {
	color: #555;	
	}

p.subscribe-to-doi-comments {
	margin: 10px 0 0 0;	
}

p.subscribe-to-doi-comments label {
	display: inline;
	font-size: 80%;
	color: #999;
}

p.subscribe-to-doi-comments input {
	border: none;
}

/*::::::::::::::::::::*/

/*::::::::::images::::::::::*/

img {
	border: none;	
}

#aside_right img {
	border: 1px solid #e5e5e5;	
}

#content a img:hover {
	border: 5px solid #ccc;	
}

#comments a img:hover {
	border: none;
}

img.fullsize, img.size-full {
	border: 5px solid #ededed;
	margin: 5px 0 10px 0;
}

img.halfsize-left, img.alignleft {
	float: left;
	margin: 5px 20px 5px 0;
	border: 3px solid #ededed;
}

img.halfsize-right {
	float: right;
	margin: 5px 0 5px 20px;
	border: 3px solid #ededed;
}

img.thumb-floatleft {
	float: left;
	margin: 5px 20px 5px 0;
}

img.thumb-floatright {
	float: right;
	margin: 5px 0 5px 20px;
}

/*::::::::::::::::::::*/

/*::::::::::plugin at-reply::::::::::*/

.atr_reply
{
	cursor:pointer;
}

.atr_reply img.atr_reply_img
{
	border:0;
}

a.atr_link
{
	padding:0px 2px 2px;
}

div#atr_tt {
	color:#222;
	background:#eee;
	position:absolute;
	max-width:400px;
	border:2px solid #555;
	max-height:150px;
	overflow:hidden;
	padding:0 10px;
	z-index:9999;
}

div#atr_tt .edit-comment-admin-links,
div#atr_tt .atr_reply
{
    display:none;
    width:0;
    height:0;
    padding:0;
    margin:0;
    position:absolute;
    border:0;
}

/*::::::::::::::::::::*/

/*::::::::::plugin get recent comments::::::::::*/

ul#latest_comments {
	margin: 0 0 15px 0;
}

#latest_comments li {
	list-style-type: none;
	margin: 0 0 8px 0;
	line-height: 1.3;
}

#latest_comments img.lc_gravatar {
	float: left;
	margin: 3px 10px 5px 0;
}

/*::::::::::::::::::::*/

/*::::::::::diverse::::::::::*/

pre.code {
	margin: 10px 0;
	background: #eee;
	padding: 10px;
}

/*::::::::::::::::::::*/

/*::::::::::::::::::::::::::::
::::::::::Suedwesten::::::::::
::::::::::::::::::::::::::::*/
