/*
Theme Name: Verbalterrorismus
Theme URI: http://www.verbalterrorismus.de
Description: Das Verbalterrorismus-Theme, erstellt unter dem Motto "When life gives you lemonades, you paint that shit gold."
Version: 1.0
Author: Sven Winnefeld
Author URI: http://www.verbalterrorismus.de

        *** REGARDING IMAGES ***
        All CSS that involves the use of images, can be found in the 'index.php' file.
        This is to ease installation inside subdirectories of a server.

        Have fun, and don't be afraid to contact me if you have questions.
*/


/* verbalterrorismus.de stylesheet */

body {
	background-color: #FFFFFF;
	color: #000000;
	margin: 50px 0 0 0;
	padding: 0;
	text-align: center;
        	font-size: 62.5%;
        	font-family: Verdana, Arial, sans-serif;
}

#container {
  	margin-left: auto;
  	margin-right: auto;
  	width: 750px;
}

#bloginfo {
	float: left;
	text-align: right;
	margin: 40px 0 0 0;
	padding: 6px 12px 6px 0;
	width: 114px;
}

#content {
	float: left;
	width: 460px;
	border-left: 1px solid #111;
	border-right: 1px solid #111;
	padding: 20px 20px 10px 10px;
	min-height:600px;
  	height:auto !important;
  	height:600px;
  	text-align: left;
}

#sidebar {
	float: left;
	text-align: left;
	margin: 40px 0 0 0;
	padding: 5px;
	width: 120px;
}

#footer {
	clear: both;
	padding: 30px;
}


/* Generelles */

.post {
	font-size: 1.2em;
	line-height: 170%;
}

.post h2 {
	margin: 10px 10px 0 0;
	font-family: Times, "Times New Roman";
	color: #17192E;
	font-size: 2.2em;
	line-height: 100%;
}

.entry {
	margin: 15px 0 20px 3px;
}

a {
	text-decoration: none;
	color: #003471;
}

a:hover {
        	color: #003471;
}

#sidebar a {
	text-decoration: none;
	color: #000000;
}

#sidebar a:hover {
        	color: #000000;
}


#footer a {
      	color: #000000;
}

a.headline {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.dots {
	text-align: center;
	padding: 15px;
	font-size: 1.3em;
}

#sidebar ul {
	padding: 20px 0 0 5px;
	margin: 0;
	list-style-type: none;
}

.recentcomments {
	margin: 0;
	padding: 2px 0 0 0;
	font-size: 0.8em;
}

.pages_s {
	font-size: 1.2em;
	line-height: 130%;
}

.fussnoten {
	color: #808080;
	font-size: 0.9em;
	margin-top: 50px;
}

.fussnoten a, .fussnoten a:hover {
	color: #808080;
	font-size: 0.9em;
	text-decoration: underline;
}


/* Begin Form Elements */
#searchform {
        text-align: left;
        display: inline;
}

#sidebar #searchform #s {
        width: 115px;
        margin-left: 4px;
}

#sidebar #searchsubmit {
        margin-left: 4px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
        text-align:center;
}

select {
        width: 130px;
}

#commentform {
	margin: 0 30px 0 20px;
}

#commentform input {
        width: 170px;
        padding: 2px;
        margin: 5px 5px 1px 0;
}

#commentform textarea {
        width: 100%;
        padding: 2px;
}

#commentform #submit {
        margin: 0;
        float: right;
}
/* End Form Elements */

.navigation {
        display: block;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 60px;
        font-size: 1.3em;
        }

#comments {
	margin: 10px 10px 20px 3px;
	font-family: Times, "Times New Roman";
	color: #000000;
	font-size: 2em;
	line-height: 100%;
	font-weight: normal;
}

#respond {
	margin: 10px 10px 20px 3px;
	font-family: Times, "Times New Roman";
	color: #000000;
	font-size: 2em;
	line-height: 100%;
	font-weight: normal;
}

/* Comment-Zeug */

.commentlist {
	padding: 0;
	margin: 0;
	text-align: left;
	list-style-type: none;
}

.commentlist li {
	text-align: left;
	margin: 30px 20px 30px 20px;
	padding: 0;
	list-style-type: none;
        	font-family: Verdana, Arial, sans-serif;
	font-size: 1.3em;
	color: #000000;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	line-height: 150%;
	color: #000000;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentheader {
	font-family: Times, "Times New Roman";
	font-size: 1.4em;
}

.commentmetadata {
	margin: 0;
	display: block;
}

.commentlist small {
	font-size: 0.8em;
	line-height: 1.2em;
}

/* Ende Comment-Zeug */


/* Wordpress Postformatierung */

blockquote
{
	margin: 10px 30px 0 0;
	padding-left: 10px;
	border-left: 12px solid #ddd;
	color: #222222;
}



blockquote cite {

	margin: 5px 0 0;

	display: block;

	}


.center {

	text-align: center;

	}



a img {

	border: none;

	}

/* Ende Wordpress Postformatierung */