/*
Theme Name: 4t2.cc Theme
Theme URI: http://4t2.cc/
Description: Mein eigenes Theme.
Version: 1.0
Author: Mario Mueller
Author URI: http://www.lingo4u.de/
*/

html, body {
	margin: 0; padding: 0;
}

body {
	background-color: #fff;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 100.01%;
	padding: 0 0 10px 0;
}


a {
	color: #0000cd;
}
a:visited {
	color: #b85b5a;
}
a:hover {
	color: #d2691e;
}
a:active {
	color: red;
}
a:focus {
	color: #d2691e;
}
a.external {
	color: maroon;
}
a.external:before {
	content: "\2750  ";
}



#header {
	text-align: right;
	padding-right: 12%;
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid silver;
}

#sidebar {
	position: absolute;
	left: 0;
	width: 12em;
	margin-right: 10px;
	padding: 10px 10px 0 0;
	text-align: right;
	border-right: 1px solid silver;
}


#sidebar h2 {
	border-bottom: 1px dashed silver;
	margin: 20px 5px 0 30px;
	font-size: 1em;
	font-weight: bold;
	color: #a9a9a9;
	font-family: Arial, serif;
}

#sidebar ul {
	margin: 5px 0;
	text-align: right;
}

#sidebar ul li {
	font-size: 0.9em;
	list-style: none;
	text-align: right;
	padding: 0;
	margin: 0;
}

#sidebar ul li a {
	color: #0000cd;
	text-decoration: none;
	padding-right: 10px;
	background: white url(/images/design/bullet_gray.png) no-repeat scroll right;
}
#sidebar ul li a:visited {
	color: #0000cd;
}
#sidebar ul li a:hover {
	color: #b85b5a;
	background: white url(/images/design/bullet_red.png) no-repeat scroll right;
}
#sidebar ul li a:active {
	color: red;
}
#sidebar ul li a:focus {
	color: #d2691e;
}

#sidebar ul#valid-list {
	text-align: right;
}
#sidebar ul#valid-list li {
	margin: 2px;
	padding: 0;
}
#sidebar ul#valid-list li a, #sidebar ul#valid-list li a:hover {
	background-image: none;
	margin: 0;
	padding: 0;
}


#sidebar p {
	text-align: right;
}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	width: 10.2em;
	margin: 2px 5px 10px 1.7em;
	border-top: 1px dashed silver;
}

#wp-calendar #next a {
	text-align: right;
	text-decoration: none;
}

#wp-calendar #prev a {
	text-align: left;
	text-decoration: none;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	margin: 20px 0 0 0;
	padding-right: 5px;
	font-size: 1em;
	font-weight: bold;
	color: #a9a9a9;
	font-family: Arial, serif;
	text-align: right;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar caption {
}
#wp-calendar th, #wp-calendar td {
	font-size: 0.8em;
}
#wp-calendar td#prev {
}
#wp-calendar td#next {
}
#wp-calendar a {
	text-decoration: underline;
}
/* End Calendar */


#content {
	margin-left: 13em;
	/*margin-right: 0; */
	padding-top: 25px;
	padding-left: 10px;
	width: 40em;
}

#content p, #content table, #content dl {
	margin-left: 5px;
}


#footer {
	clear: both;
	margin-top: 5px;
	text-align: center;
	font-size: 0.75em;
}

#content div.post {
	margin-bottom: 30px;
	clear: both;
}

#content div.post h2, #content div.post h3.posthead {
	font-size: 1em;
	font-weight: bold;
	border-bottom: 1px dashed silver;
	margin: 5px 10px 10px 0;
	padding-left: 20px;
	font-family: Arial, serif;
}

p.post-header {
	font-size: 0.75em;
	font-style: italic;
}


div.entry {
	font-size: 0.75em;
}
div.entry p {
	line-height: 1.6em;
}

div.entry ul, div.entry ol {
	margin: 5px;
	padding-left: 15px;
}
div.entry ul li {
	list-style: square;
	margin-left: 5px;
	padding: 0;
}
div.entry ul li ul li {
	font-size: 1em;
}

div.entry .right {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
div.entry .left {
  float: left;
  margin-right: 10px;
}

.alt {
	margin-top: 15px;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}


.small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

#content h1, #content h2, #content h3, #content h4 {
	font-family: Arial, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}
#content h2 {
	font-size: 1.1em;
}

#content h2.pagetitle {
	font-size: 1.3em;
	margin: 0 10px 5px 0;
	text-align: right;
	color: #8b0000;
}

#content .entry h3 {
	font-size: 1.2em;
	margin: 15px 0 5px 0;
}
#content .entry h4 {
	font-size: 1.05em;
	margin: 15px 0 5px 0;
}
#content h3#respond {
	font-size: 1.05em ! important;
	margin: 15px 0 5px 0 ! important;
}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
}

#content h1 {
	font-size: 1.2em;
	text-align: center;
}

.description {
	font-size: 1.2em;
	text-align: center;
}


#content h2, #content h2 a, #content h2 a:visited, #content h3, #content h3 a, #content h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.entry p a:visited {
	color: #b85b5a;
}

.commentlist li, #commentform {
	font: normal normal normal 0.8em/normal Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

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

.commentlist p {
	font-weight: normal;
	line-height: 1.3em;
	text-transform: none;
}

#commentform p {
}

.commentmetadata {
	font-weight: normal;
}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

/* End Typography & Colors */




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* End Images */


.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

p.postmetadata {
	clear: right;
	font-size: 0.8em;
	margin-left: 10px;
}


/* Begin Form Elements */
#searchform {
	margin: 0;
	padding: 5px 1px;
	text-align: right;
	font-size: 0.8em;
}

#sidebar #searchform #searchtext {
	width: 80px;
	padding: 1px 2px;
}

#sidebar #searchform #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

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

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}

input.text, textarea.text {
	border: 1px solid silver;
	background-color: #f8f8ff;
}
input.button {
	padding: 0 3px;
	line-height: 1em;
	color: white;
	background-color: #6495ed;
	border-left: 1px solid #8aaeee;
	border-top: 1px solid #8aaeee;
	border-right: 1px solid #4481ee;
	border-bottom: 1px solid #4481ee;
}

/* End Form Elements */



/* Begin Comments*/

h3#comments {
	font-size: 1.05em;
	margin-bottom: 5px;
}

.commentlist {
	padding: 0;
	text-align: left;
}

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

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

#commentform p {
	margin: 5px 0;
}

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

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */






/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}
.navigation .prev-entries a, .navigation .next-entries a {
	font-size: 0.8em;
	text-decoration: none;
}
.navigation .prev-entries {
	float: left;
	padding-left: 15px;
}
.navigation .next-entries {
	float: right;
	padding-right: 15px;
}/* End Various Tags & Classes*/


