/*
Theme Name: LexaT
Theme URI: http://lexat.org/
Description: The new LexaT.org theme
Version: 1.0
Author: Axel Goennemann
Author URI: http://lexat.org/
Tags: black wallpaper, green, fixed width, two columns, widgets
*/

/* ========== Standards =========== */ 
* {
	border: 0;
	list-style: none;
	margin: 0;
	padding: 0;	
}

:focus {
	outline: 0;
}


body {
	background: #37473a url(images/pat_7.gif) top left repeat-x;
	/*background: url(images/pat_5.gif) fixed center top;*/
	color: #000;
	font: 84% "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	text-align: center;
}

p {
	margin: 0.23em 0 1em 0;
}

cite {
	color: #666;
	font-size: 80%;
}

blockquote {
	color: #666;
	font-family: Georgia, "Times New Roman", serif;
	margin: .8em 0;
}

h1, h2, h3, .clear {
	clear: both;
}

h3 {
	border-bottom: 3px solid #CEF6D5;
	font: normal 18px "Century Gothic", Arial, Helvetica, sans-serif;
	margin: .5em 0;
}

pre {
	background: #CEF6D5;
	border: 1px solid #666;
	-moz-border-radius: 8px;
	margin-bottom: 1em;
	overflow: hidden;
	padding: .3em;
}

ol {
	list-style: decimal outside;
	margin-left: 1em;
}

	ol li {
		list-style: decimal outside;
		margin: 1em;
	}

#container {
	background: #FFF;
	margin: 60px auto;
	text-align: left;
	width: 780px;
}

/* ========== Kopf und horizontale Navigation =========== */ 
#navbar {
	height: 50px;
}

#navbar ul {
	overflow: hidden;

}

#navbar ul li {
	float: left;
	height: 50px;
	line-height: 50px;
	width: 97px;
}

	#navbar ul li.wider {
		width: 101px;
	}

#navbar ul li a {
	color: #394;
	display: block;
	text-align: center;
	text-decoration: none;
}

	#navbar ul li a:hover {
		background: #CEF6D5;
	}

#header {
	background: #394 url(images/rat-white.png) top left no-repeat;
	color: #FFF;
	font: normal 48px "Century Gothic", Arial, Helvetica, sans-serif;
	height: 70px;
	overflow: hidden;
	padding: 0 20px 0 80px;
}

#header span {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	padding: 0 0 0 50px;
}

#header a {
	color: #FFF;
	text-decoration: none;
}

/* ========== Postings =========== */ 
#content{
	margin: 40px 20px;
	overflow: hidden;
}

#text {
	float: left;
	width: 540px;
}

	#text.singlecolumn {
		width: 740px;
	}

#text h2 {
	border: 0;
	font: bold 18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	margin: 1em 0 .6em 0;
	padding-left: 0;
}

#text h2.posttitle, #text h1 {
	border-left: 4px solid #394;
	font: normal 24px "Century Gothic", Arial, Helvetica, sans-serif;
	padding-left: 12px;
}

#text a, #footer a {
	color: #000;
}

	#text a:hover, #footer a:hover, #sidebar a:hover {
		color: #A53427;
		text-decoration: none;
	}

#text a[rel="tag"] {
	color: #394;
}

#text h2 a {
	border: 0;
	color: #000;
	text-decoration: none;
}

	#text h2 a:hover {
		border: 0;
		color: #000;
		text-decoration: underline;
	}

.post {
	margin-bottom: 2.2em;
	overflow: hidden;
}

.post p {
	text-align: justify;
}

.post ul {
	list-style: square outside;
	margin-left: 1em;
}

		.post ul li {
			list-style: square outside;
			margin: 1em;
		}


div.entry {
	margin: .3em 0;
	overflow: hidden;
}

p.timestamp {
	border-bottom: 1px dotted #666;
	border-top: 1px dotted #666;
	color: #666;
	font-size: 10px;
	margin: .5em 0;
	padding: .5em 0;
}

div.metadata {
	color: #666;
	font-size: 10px;
	margin: .5em 0;
	padding: .5em 0;
}

h3#comments, h3#respond {
	border-bottom: 3px solid #CEF6D5;
	margin: 1em 0;
}

ol.commentlist li {
	margin-bottom: 1.5em;
}


/* ========== Sidebar =========== */ 
#sidebar {
	float: right;
	width: 170px;
}

#sidebar h2 {
	border-bottom: 3px solid #CEF6D5;
	font: normal 16px "Century Gothic";
	margin-top: 1em;
}

#sidebar a {
	/*border-bottom: 1px dotted #394;*/
	color: #394;
	text-decoration: none;
}

#sidebar a:hover {
	/*border-bottom: 1px dotted #A53427;*/
	color: #A53427;
}

.aktt_tweets {
	font-size: .86em;
}

/* ========== Footer =========== */ 
#footer {
	background: #CCC;
	font-size: 84%;
	margin-top: 1em;
}

#footer p {
	padding: .5em 1em;
}

/* ========== Klassen =========== */ 
.imageleft {
	border: 3px solid #EEE;
	float: left;
	margin: 0 8px 6px 0;
	padding: 3px;
}

.imageleft_noborder {
	float: left;
	margin: 0 8px 6px 0;
}

.desc {
	color: #666;
	font-size: 86%;
}

.block {
	display: block;
}

.navigation {
	font-size: .9em;
	margin-bottom: 1em;
	overflow: hidden;
}

.leftalign, .alignleft {
	float: left;
}

.rightalign, .alignright {
	float: right;
}

.alignright {
	text-align: right;
}

.alignleft, .alignright {
	width: 360px;
}

.noborder {
	border: 0;
}

.singlecolumn {
	width: 100%;
}

.center {
	text-align: center;
}

.overflow {
	overflow: hidden;
}

.hl {
	color: #473399;
}

table.tableclass {
	border-collapse: collapse;
	border: 1px solid #CCC;
	margin: 1em;
	width: 96%;
}

table.tableclass th, table.tableclass td {
	border-collapse: collapse;
	border: 1px solid #CCC;
	font-size: 90%;
	padding: .5em;
}

/* ========== Formulare =========== */ 
#s, textarea, #email, #url, #author, #aktt_tweet_text {
	border: 1px solid #999;
	margin: .5em 0;
	padding: .3em;
}

#searchsubmit, #submit, #aktt_tweet_submit {
	background: #CCC;
	border: 1px solid #999;
	padding: .2em;
}