/*
Theme Name: Denken Über
*/
/*--------------------------------------------------------------------------------
									general styles
--------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	background-color: #586252;
}
img {
	border: 0;
}
a:hover {
	text-decoration: none;
}
.cnt {
	width: 860px;
	background: #fff url(images/roundtop.gif) no-repeat 0 0;
	padding: 20px;
	margin: 30px auto 0 auto;
}


/*--------------------------------------------------------------------------------
									main
--------------------------------------------------------------------------------*/
.main {
	width: 860px;
}
/*--------------------------------------------------------------------------------
									content
--------------------------------------------------------------------------------*/
.content {
	width: 531px;
	margin-right: 18px;
	padding-right: 8px;
	float: left;
	border-right:1px dashed #ddd;
}
.content h1 {
	color: #333;
	font-family: Arial, Verdana, sans-serif;
	font-size: 24px;
	letter-spacing: -1px;
	margin-bottom: 4px;
}
.content h1 a {
	text-decoration: none;
	color: #C42B29;
	border:0 !important;
}
.content img.autorimg {
	margin: 0 15px 10px 0;
}
.post_meta {
	margin-bottom: 15px;
	font-family: 'Lucida grande', Verdana, sans-serif;
	font-size: 11px;
	color: #666;
	
}
.post_meta span {
	font-size: 11px;
	color: #666;
	
}
.post_meta a {
	text-decoration: none;
	border-bottom: 1px dotted #ccc !important;
}
.comentarios .post_meta a {
	border:0 !important;
}
.post_meta h2 {
	display: inline;
	font-size: 11px;
	font-weight: normal;
}
.content p {
	font-size: 14px;
	color: #333;
	margin-bottom: 15px;
	line-height: 22px;
	font-family: 'Lucida grande', Verdana, sans-serif;
}
.content a {
	color: #376AB6;
	text-decoration: none;
	border-bottom: 1px solid #EFD33F;
}
.content a:hover {
	border-bottom-color:#376AB6;
}
.content ul, .content ol {
	list-style-position: inside;
	font-size: 14px;
	color: #333;
	line-height: 22px;
	font-family: 'Lucida grande', Verdana, sans-serif;
	margin-bottom: 15px;
}
.content blockquote {
	background: transparent url(images/blockquotebg.gif) no-repeat 0 4px;
	font-style: italic;
	color: #666;
	padding-left: 20px;
}
p.posted {
	font-size: 11px;
	margin-bottom: 25px;
}
p.posted a {
	color: #bc2525;
}
.post {
	margin-bottom: 30px;
	padding-right:10px;
}
html > body .post {
	padding-right:0px;
}
head:first-child+body .post {
	padding-right: 10px;
}

.navigation {
	width: 521px;
	display: block;
	text-align: center;
	margin-bottom: 40px;
}
.alignright {
	float: right;
}

.alignleft {
	float: left
}
h2.pagetitle {
	font-family: Arial, Verdana, sans-serif;
	font-size: 19px;
	color: #333;
	margin-bottom: 15px;
}
.content h3 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 19px;
	color: #333;
	margin: 20px 0 15px;
}

div.commentssplash { 
	 
}


/* MINIPOSTS */
div.minipost { 
	margin-bottom: 50px; 
}
span.minicat { 
	font-variant: small-caps; 
	display: block;
	text-align: right;
	font-size: 10px;
	margin: 0 10px 5px 0;
}
span.minicat a { 
	border: 0;
	font-size: 11px;
}
.minipostcontent {
	border-left: 4px solid #c0daee;
	padding:0px 15px;
	width:485px;
margin:5px 0px;
}
.minipostcontent p { 
	display: inline; 
	font-size: 15px;
color: #444;
}
.minipostcontent a.gotominipost { 
	border: 0 !important; 
	font-weight: bold; 
}
.minipostbottom {
	background:transparent url('images/minipostbottombg.gif') no-repeat center bottom;
	display:block;  
	clear:both;
	height:6px;
	width: 525px;
	position: relative;
	top: 6px; left: -20px;
}

/*---------------------------------- compartir ------------------------------------*/


	.compartir {
	background:#FFF9E1 url('images/compartirbg.gif') no-repeat left top;
	padding:6px 0 0 35px;
	width:485px;
	display:block; 
margin-bottom: 50px;
	}     
	         
	.compartir ul{ 
		margin:0 0 4px 20px;
   	}   
	
	.compartir ul li{
		float:left;
		list-style: none inside;
		margin:6px 4px 0 0;
		padding:0 0 0 22px;
		background: url('images/sp-icons.png') no-repeat; 

	}
	   
	.compartirbottom {
	background:#FFF9E1 url('images/compartirbottombg.gif') no-repeat scroll left bottom;
	display:block;  
	clear:both;
	height:6px;
	width:521px;  
	margin-left: -36px;
	}
	      
	.compartir a{
		   font-size:12px;
		   text-decoration:none;
	}    
	
	.compartir a:link{
		color:#1E57A9;
		border-bottom:#D3B457 1px dotted;
	}
	
	.compartir a:hover{
	    color:#AC612F;
		border-bottom:#1E57A9 1px dotted;
	}       
	
	
	/*iconos*/
   .iconMeneame{ background-position: 2px -59px !important; }
   .iconDelicious{ background-position: 0 -103px !important; }     
   .iconFacebook{ background-position: 0 -17px !important; }
   .iconTwitter { background-position: 2px -39px !important;}   
   .iconBuzz {background-position: 0 -125px !important;}
 	                                                              


/* clearfix hack*/
	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
}

.clearfix {display: inline-block;}
    * html .clearfix {height: 1%;}
.clearfix {display: block;}
  	


/*---------------------------------- comentarios ------------------------------------*/

.comentarios h3 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 19px;
	color: #333;
}
ol.commentlist { 
	list-style: none; 
}

.comment { 
	float: left;
}


.commentform {
	background: #d8edcd url(images/commentformbg.gif) no-repeat top left;
	width: 496px;
	padding: 20px 0px 15px 25px;
	float: left;
	position: relative;
}
.cf1 {

}
.cf2 {

}
.commentform p {
	margin-bottom: 6px;
}
.commentform p input {
	width: 225px;
	padding: 3px 5px;
	border: 1px solid #80a9cc;
}
.commentform p textarea {
	width: 465px;
	height: 125px;
	border: 1px solid #80a9cc;
	padding: 3px 5px;
}
.commentform label {
	color: #333;
	font-size: 11px;
	display: block;
}
.commentform label span {
	color: #777;
}
p.commentformenviar {
	background: #d8edcd url(images/commentformenviarbg.gif) no-repeat bottom left;
	width: 501px;
	height: 34px;
	text-align: right;
	padding-right: 20px;
	margin-bottom: 0;
	float: left;
}


.comment_bottom {
	background: transparent url(images/commentbottombg.gif) no-repeat;
	width: 521px;
	height: 6px;
	display: block;
	float: left;
	margin-bottom: 15px;
}
ol.commentlist div.comment_meta { position: relative; height: 34px;  min-height: 1%; }
ol.commentlist div.comment_meta a{ text-decoration: none; border: 0; }
ol.commentlist div.comment_meta .avatar { 
	position: absolute; 
	border:  4px solid #c0daee;
	border-bottom: 0;
	left: 14px;
}
ol.commentlist div.comment_meta p { display: inline; position: absolute; left: 62px; top: 7px; }
ol.commentlist div.comment_meta span.comment_date { color: #666; font-size: 11px; }
ol.commentlist span.comment_reply {  position: absolute; top: 9px; right: 15px; padding-left: 14px; background: transparent url(images/bullet.gif) no-repeat scroll 0px 8px; }
ol.commentlist span.comment_reply a { font-size: 11px; }

.comment_box {
	background: transparent url(images/commentbg.gif) no-repeat top left;
	width: 491px;
	padding: 15px 15px 0;
	float: left;
}
.comment_box p { margin-bottom: 10px; }

ol.commentlist li ul.children { clear: both; list-style:none; margin:0; padding-bottom: 5px;  }
ol.commentlist li ul.children div.comment_meta .avatar { border: 0;
top: 10px; border: 3px solid #CCCCCC;  }
ol.commentlist li ul.children li {list-style:none; }
ol.commentlist li ul.children .comment_box { background: none;  padding: 0; width: 100%; }
ol.commentlist li ul.children .comment_box p { line-height: 17px; margin: 0 0 0 60px; font-size: 11px; position: relative; top: -3px; }

ol.commentlist li ul.children .comment_bottom { background: none; margin-bottom: 10px; }


ol.commentlist li ul.children li.depth-2 {  margin:0 0 0 20px; width: 500px; }
ol.commentlist li ul.children li.depth-3 {  margin:0 0 0 60px; width: 440px; }


ol.commentlist li.pingback { border-bottom:1px dotted #666; padding:1em; }


.fbc_connect_button_area { 
	border: 0 !important;	margin: 0 !important; padding: 0 !important; 
	position: absolute;
	right: 25px;
	top: 39px;
	width: 210px;
}
.fbc_connect_button_area a { 
	text-decoration: none;
 	border: 0;
}
.fbc_connect_button_area span.fb_txt {
	font-size: 14px;
	text-align: justify;
	color: #333;
}
.fbc_connect_button_area div.dark {
	margin-top: 5px;
}

.fbc_profile_header { 
	width: 210px !important;
	border: 0 !important;
}
.fbc_profile_header a { 
	font-weight: bold; 
	color: #376AB6; 
	text-decoration: none; 
}
.cancel-comment-reply { 
	position: absolute;
	right: 18px;
	top: 172px;
}
.cancel-comment-reply a { 
border: 0;
color: #f7f7f7;
background: #65B637;
-moz-border-radius: 3px;
padding: 3px 8px;
}
.cancel-comment-reply a:hover {
	color: #fff; 
} 


ol.pingback { 
	margin-left: 20px;

}
ol.pingback li { 
	 font-size: 10px;
	 list-style: none;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: 4px solid #c0daee;
}
ol.pingback li a { 
	 font-size: 12px;
	 border: 0;
}
ol.pingback p { 
	margin: 0 !important; 
}
ol.pingback li span.pingback_date { 
	 
}

/*--------------------------------------------------------------------------------
									sidebar
--------------------------------------------------------------------------------*/
.sidebar {
	width: 300px;
	float: left;
}
.sidebar p {
	color: #333;
	margin-bottom: 15px;
	line-height: 17px;
}
.sidebar a {
	color: #000;
	text-decoration:none;
	border-bottom:1px solid #ccc;
}
.logo a {
	border:0;
}

.sidebar .logo a:hover { border: 0; }

.bloque {
	width: 300px;
	margin-bottom: 20px;
	overflow: hidden;
}
.bloque h3, .publicidad h3 {
	font-family: 'Lucida Grande', Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #65B637; 
	margin-bottom: 5px;
	padding:3px 6px 3px 0;
}
.bloque p, .bloque ul {
	margin-bottom: 0;
	line-height: 18px;
	font-size: 11px;
	color:#555;
	padding:0 6px 0 7px;
}
.buscarbox {
	width: 300px;
	height: 63px;
	background: transparent url(images/searchbg.gif) no-repeat;
	float: left;
	display: block;
	margin-bottom: 15px;
}
.buscarbox p {
	padding: 17px 0 0 15px;
}
.buscarbox input {
	vertical-align: middle;
}
.buscarbox input.buscartext {
	width: 170px;
	height: 20px;
	margin-right: 8px;
	border: 0;
}

.destacadasbox { 
	background:url('images/destacadas_bg.gif') no-repeat left top;
	padding: 15px 10px 5px;
}
.destacadasbox ul li { 
	margin-bottom: 8px !important; 
}
.destacadasbox a { 
	color: #003b00; 
}
.destacadasboxbottom { 
	background:url('images/destacadasbottom_bg.png') no-repeat scroll left bottom;
	display:block;  
	clear:both;
	height:11px;
	width:300px;  
}






.publicidad {
	margin-bottom: 25px;
}
.bloque ul {
	list-style-type: none;
}
.bloque ul li {
	background: transparent url(images/bullet.gif) no-repeat 1px 6px;
	padding-left: 14px;
	margin-bottom: 3px;
}
#cats {
	
}
#cats ul {
	float:left;
	margin-bottom:25px;
}
#cats ul li {
	display:block;
	float: left;
	width: 128px;
}
.sidebar a:hover {
	border-bottom:1px solid #000;
}




#q-ad-container {
	font: normal 1em/1.55em "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #999;
	height: 110px;
	background: #f1f1f1;
	padding: 6px;
	margin: 10px 0;
}

#q-ad-container img { border: 1px solid #d1d1d1; float: left; padding: 4px; margin: 0 7px 0 0;}
#q-ad-container .q-ad-desc {margin-top: 8px; border: none; display: block; float: none;}

/*FIX*/
html a.fb_share_link { 
	background: none !important; 
	padding: 0 !important;
}

/*--------------------------------------------------------------------------------
									clearfix
--------------------------------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both;
    visibility: hidden;
}
