/*
Theme Name: UNDFTD Blog
Theme URI: http://www.gooqx.com
Description: The default UNDFTD Blog theme.
Version: 1.0
Author: Design - Huy Dieu // Code - Kristof Puller
Author URI: http://www.gooqx.com

*/


* {
	margin : 0;
	padding : 0;
	outline : none;
}
html, body {
	height: 100%;
}
body {
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	background-position:top center;

	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 16px;
	color : #000;
	background-color : #fff;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -250px; /* the bottom margin is the negative value of the footer's height */

	width : 790px;
}
.clear {
	clear : both;
	float : none;
}
img {
	border : none !important;
}
small {
	font-size : 11px;
	text-transform:uppercase;
	color:#999;
	padding : 5px 0;
	display : block;
}
a {
	color : #999;
	text-decoration : none;
}
a:hover {
	color : #000;
}
p {
	line-height : 20px;
	padding-bottom : 12px;
}
#header {
	margin-bottom : 35px;
	padding-top : 120px;
	padding-bottom:15px;
}
#headerimg h1 a {
	display : block;
	background-image:url(images/undftd-logo.gif);
	width : 290px;
	height : 42px;
	text-indent : -10000px;
	margin-bottom : 40px;
}
#navigation ul li {
	float : left;
	padding-right : 20px;
	list-style-type : none;
}
#navigation ul li a {
	text-transform : lowercase;
	font-weight : bold;
	text-decoration : none;
	font-size : 14px;
	color : #000;
}
#navigation ul li a:hover {
	color : #666;
}

#suche{
	position:absolute;
	margin-left:530px;
	margin-top:32px;}
.searchform {
	background-color:#fff;
	padding : 5px;
	width : 250px;
	margin-bottom:20px;
}

.commentcontent p{
	color:#fff!important;}
.s {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	border : 0px!important;
	background-color:#fff;
	color:#000;
	width : 200px;
}
.searchsubmit {
	background-image : url(images/arrow.gif);
	display : block;
	height : 8px;
	width : 8px;
	text-indent : -10000px;
	border : 0px!important;
	background-color : #fff;
	font-size:1px;
	color:#fff;
	margin-top : 3px;
	margin-left : 240px;
	position:absolute;
}
#content {
	float : left;
	width : 500px;
	margin-right : 30px;
	padding-bottom : 80px;
}
#content p {
	color:#4E4E4E;}
#content h2 {
	font-size : 20px;
	font-weight : bold;
	line-height : 32px;
}
.pagecontent h2{
	padding-bottom:20px!important;}
#content h2 a {
	color : #000;
	text-decoration : none;
}
#content h2 a:hover {
	color : #999;
	text-decoration : none;
}
.post {
	margin-bottom : 35px;
}
.entry {
	text-align : justify;
}
.entry a {
	color : #000;
	font-weight:bold;
}
ul.addtoany_list {
	float : left;
	padding-right : 20px;
}
ul.addtoany_list li {
	list-style-type : none;
	padding-bottom : 3px;
}
ul.addtoany_list li a {
	color : #000;
	text-decoration : none;

	font-weight:bold;
}
.commentsmeta {
	margin-top:-10px;
	padding : 10px 0;
	
	font-weight:bold;
}
.postmetadata {
	display : block;
	padding : 3px 0;
	border-top : 5px solid #000;
}
.postmetadata {
	font-size : 10px;
}
.postmetadata a {
	color : #000;
	text-decoration : none;
}
.postmetadata a:hover {
	color : #666;
	text-decoration : none;
}
.ccount {
	padding : 3px 10px 20px 10px;
	background-image : url(images/comments.gif);
	background-position : right top;
	background-repeat : no-repeat;
}
.ccount a,.ccount * {
	color : #fff;
	text-decoration : none;
}
#sidebar {
	width : 260px;
	float : left;
}

.widget_search {
	list-style-type : none !important;
}
.widget {
	margin-bottom : 35px;
	list-style-type : none !important;
}
.widget_categories {
	padding-bottom : 35px;
}
.widget_categories li {
	float : left;
	padding : 3px 2px 3px 0 !important;
	background-image : none !important;
	border-bottom : none !important;
	margin-bottom : 0 !important;
}
.widget_categories li a {
	background-color : #000;
	color : #fff !important;
	padding : 3px 5px;
	font-size : 12px !important;
	text-decoration : none;
}

.widget_categories li a:hover {
	background-color : #999;
}
#sidebar h3 {
	text-transform : lowercase;
	font-weight : bold;
	text-decoration : none;
	font-size : 14px;
	color : #000;
	padding-bottom : 10px;
	background-image:url(images/plus.gif);
	background-repeat:no-repeat;
	background-position:right top;
}
.widget ul {
	list-style-position : inside;
}
.widget ul li {
	padding-bottom : 10px;
	list-style-type : none !important;
	padding-left : 12px;
	background-image : url(images/dot.gif);
	background-repeat : no-repeat;
	background-position : 0 4px;
	margin-bottom : 10px;
	border-bottom:1px solid #000;
}
.widget ul li {
	font-size : 12px;
}
.widget ul li a {
	text-decoration : none;
	color : #000;
}
.widget ul li a:hover {
	color : #666;
}

.clearfooter {
height: 250px;
}
#footer {
	height: 250px;
	width : 100%;
	background-color : #000;
}
#footer-inner {
	width : 790px;
	margin : 0 auto;
	padding : 20px 0;
}
#footer p {
	color : #fff;
}
#footer h3 {
	font-size : 10px;
	text-transform : uppercase;
	font-weight : normal;
	border-bottom : 1px solid #999;
	color : #fff;
	margin-bottom : 10px;
}
#taglist-widget {
	width : 500px;
	float : left;
}
#taglist-widget ul li {
	float : left;
	width : 165px;
}
#footer a {
	color : #fff;
}
#footer a:hover {
	color : #999;
}
#copyright {
	margin-left : 20px;
	width : 260px;
	float : left;
}
.wappen {
	background-image : url(images/wappen.png);
	background-repeat : no-repeat;
	width : 49px;
	height : 150px;
	display : block;
	float : left;
	margin-right : 20px;
}
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;
}
#commentlist .entry_author_image {
	display : block;
	margin-left : -65px;
	margin-top : -20px;
	position : absolute;
}
#commentlist .entry_author_image img {
	height : 54px;
	width : 50px;
}
#commentlist .box_head {
	border : 0 solid #000000;
	display : block;
	height : 24px;
	margin-top : 0;
	padding : 10px 15px 0 80px;
	text-indent : 0;
}
#commentlist .box_head:hover {
	background-repeat : repeat;
}
#commentlist h3 {
	font-size : 14px;
	margin-bottom : 0;
	padding-bottom : 0;
}
#commentlist li li .commentboxes {
	display : none;
}
#commentlist .boxes {
	border : 0 solid #ff0000;
}
#commentlist .boxes {
	color : #ffffff;
	padding : 0 !important;
}
.commentcontent {
	padding : 0 15px 15px 80px;
	position : relative;
}
.commentboxes {
	background-color : #006600;
	margin : 10px;
}
.thread-even {
	background-color : #999;
	background-position : right top;
	background-repeat : no-repeat;
}
.commentmetadata {
	font-size : 9px;
	text-align : right;
	text-transform : uppercase;
}
.thread-odd {
	background-color : #666;
	background-position : right top;
	background-repeat : no-repeat;
}
.comment-reply-link {
	background-position : left center;
	background-repeat : no-repeat;
	font-weight : bold;
	text-transform : uppercase;
}
.reply {
	margin-top : -12px;
}
.thread-even *, .thread-odd * {
	color : #ffffff;
}
.commentcount {
	clear : both;
	color : #ffffff;
	display : block;
	float : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	margin-top : -23px;
	padding : 0 !important;
	position : absolute;
	text-align : right;
	width : 485px;
}
.commentcount a {
	color : #ffffff;
}
#commentlist .entry_author_image {
	display : block;
	margin-left : -65px;
	margin-top : -25px;
	position : absolute;
}
#respond {
	border-top : 1px solid #b0b0b0;
	margin-bottom : 7px;
	margin-top : 20px;
	padding : 20px 0;
}
#respond h5 {
	margin-bottom : 20px;
}
#respond input[type="text"],.wpcf7 input[type="text"]{
	border : 1px solid #999;
	color : #000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	padding : 3px;
	width : 250px;
}
#respond textarea,.wpcf7 textarea {
	border : 1px solid #999;
	color : #000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	padding : 3px;
	height : 150px;
}
#respond small {
	color : #666;
	font-weight : bold;
	padding-bottom : 10px;
	text-transform : uppercase;
}
#respond small a {
	color : #ea007b;
	text-decoration : none;
}
.recentcomments a {
	display : inline !important;
	padding : 0 !important;
	margin : 0 !important;
}

/*Social*/

.fb_share{
	position:absolute;
	margin-left:-92px;
	margin-top:5px;
	}
.tweetmeme_button{
	position:absolute;
	margin-top:30px;
	margin-left:-83px!important;
	}
	
	

.wp-paginate .current {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#000 none repeat scroll 0 0!important;
border:0px!important;
color:#FFFFFF;
margin-right:4px;
padding:3px 6px;
}

.wp-paginate a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#DDDDDD none repeat scroll 0 0;
border:0px!important;
color:#000!important;
margin-right:4px;
padding:3px 6px;
text-align:center;
text-decoration:none;
}

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 3px;
	color:#fff;
	background-color:#000;
}

div.wpcf7-mail-sent-ok {
border:none!important;
}

div.wpcf7-mail-sent-ng {
	border:none!important;
}

div.wpcf7-spam-blocked {
	border:none!important;
}

div.wpcf7-validation-errors {
	border:none!important;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background-color: #000!important;
	color:#fff;
	border:none!important;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

