/*
      Theme Name: Planetacrisis
      Theme URI: http://www.planetacrisis.com
      Version: 1.0
      Author: Daniel Aguilar
      Author URI: http://www.e-dac.es
*/

/* FIXES */
*, html { 
	margin:0; 
	padding:0;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* END FIXES */
a {
	text-decoration:none;
	color:#FF9D27;
}
a:hover {
	text-decoration:underline;
}

body {
	font-family:"Microsoft Sans Serif", "Lucida Grande", sans-serif;
	font-size:0.9em;
	background:url('images/background.png') repeat-y center #e5e5e5;
}
#header {
	width:900px;
	margin:0px auto;
	border-top:10px solid #FF9D27;
}
	#header h1 {
		width:900px;
		height:204px;
		margin:0px auto 40px auto;
		background:url('images/logo.jpg') no-repeat;
	}
		#header h1 a {
			display:block;
			width:801px;
			height:137px;
			text-indent:-999999px;
		}
	#subheader {
		width:800px;
		margin:0px auto;
	}
		#ads {
			font-size:12px;
			text-align:center;
		}
		#subheader .form {
			width:550px;
			float:left;
			background:url('images/form-background.png') bottom center no-repeat;
			border-right:1px solid #CBCBCB;
			border-bottom:1px solid #CBCBCB;
			border-left:1px solid #CBCBCB;			
			border-top:5px solid #FF9D27;
		}
			#subheader .form .widget-title {
				display:none;
			}
			#subheader .form p {
				margin:15px 0px;
			}
			#subheader .form label {
				float:left;
				width:100px;
				font-weight:normal;
				text-transform:uppercase;
				color:#FF9D27;
				text-align:right;
				margin-right:10px;
				margin-left:15px;
				margin-top:2px;
			}
			#subheader .form input, #subheader .form textarea {
				float:left;
				width:400px;
				border:1px solid #CBCBCB;
				font-size:14px;
				padding:2px;
			}
			#subheader .form input.placeholder, #subheader .form textarea.placeholder {
				color:#aaa;
			}
			
			#subheader .form input#tdomf_form1_send {
				width:77px;
				height:25px;
				background:#FF9D27;
				color:#fff;
				text-transform:uppercase;
				margin-left:454px;
				padding:2px;
				border:0px;
			}
			#subheader .form .logged {
				margin-left:125px;
				font-style:italic;
			}
			#subheader  #tdomf_form1_message {
				margin:10px 20px;
			}
				#subheader  #tdomf_form1_message .ok {
					font-size:15px;
					color:#FF9D26;
					text-align:center;
					padding-top:100px;
					background:url('images/ok.jpg') no-repeat center center;
					width:303px;
					padding-top:200px;
					margin:0px auto 70px auto;
				}
	#subheader #explanation {
		float:right;
		padding:0px 0px;
		width:225px;
	}
		#subheader #explanation h3 {
			font-size:17px;
			color:#FF9D27;
			font-family:Georgia, serif;
			font-style:italic;
			font-weight:normal;
		}
		#subheader #explanation p {
			margin:10px 0px;
			color:#666566;
			font-size:13px;
			line-height:19px;
		}
#container {
	width:820px;
	margin:40px auto;
	padding:5px 40px 40px 40px;
}
	#content {
		width:550px;
		margin-left:10px;
		float:left;
	}
		.maintitle {
			color:#FF9D27;
			font-family:Georgia,serif;
			font-style:italic;
			font-weight:normal;
			margin:0 0 20px;
		}
		.post {
			margin-bottom:30px;
		}
		.title {
			background:url('images/title-background.png') repeat-x;
			height:36px;
			padding:0px 10px;
			position:relative;
			font-weight:normal;
		}
		.title .ltitle {
			background:url('images/next.jpg') 0px 16px no-repeat;
			font-size:15px;
			color:#fff;
			padding:10px 10px 3px 20px;
			position:absolute;
			bottom:0px;
		}
			.title .share {
				position:absolute;
				display:block;
				width:36px;
				height:36px;
				text-indent:-999999px;
				top:-7px;
			}
				.title .twitter {
					right:96px;
					background:url('images/social.png') 0px 1px no-repeat;	
				}
				.title .meneame {
					right:55px;
					background:url('images/social.png') -45px 1px no-repeat;
				}
				.title .buzz {
					right:17px;
					background:url('images/social.png') -87px 1px no-repeat;		
				}
					.title .twitter:hover {
						background:url('images/social.png') 0px -35px no-repeat;	
					}
					.title .meneame:hover {
						background:url('images/social.png') -45px -35px no-repeat;
					}
					.title .buzz:hover {
						background:url('images/social.png') -87px -35px no-repeat;		
					}
			
			.date {
				color:#FF9D27;
				background:url('images/date.png') no-repeat;		
				text-indent:22px;
				margin:20px 7px;
				font-size:15px;
			}
				.date .like {
					float:right;
				}
			.tags {
				color:#FF9D27;
				background:url('images/tags.png') no-repeat;		
				text-indent:22px;
				margin:20px 7px;
				font-size:15px;
				
			}
			.comments {
				color:#FF9D27;
				background:url('images/comments.png') 0px 3px no-repeat;		
				text-indent:22px;
				margin:20px 7px;
				font-size:15px;
				
			}
				.comments a {
					color:#999999;
				}
	.entry {
		margin:0px 32px;
		font-size:13px;
		line-height:19px;
		color:#666566;
	}
	.entry p {
		margin:10px 0px;
	}
	.entry ul, .entry ol {
		margin:10px;
	}
	#sidebar {
		width:225px;
		float:right;
		margin-right:10px;
		margin-top:11px;
	}
		#sidebar .block {
			border-bottom:5px solid #fff;
			padding:20px;
			color:#666566;
			background:#F6F6F6;
			
		}
			#sidebar .block ul li, #sidebar .block ol li {
				list-style:none;
				margin:5px 0px;
			}
				#sidebar .block ul li:last-child, #sidebar .block ol li:last-child {
					margin-bottom:0px;
				}
				
		#sidebar .block .widget-title {
			padding:4px 20px 4px 20px;
			margin:-20px -20px 20px -20px;
			font-weight:normal;
			color:#fff;
			background:#FF9D27;
			font-family:Georgia, serif;
			font-style:italic;
			font-size:15px;
		}
	#comments-title {
		background:url('images/bcomments.jpg') no-repeat;
		height:64px;
		padding-top:1px;
	}
	#comments {
		color:#999999;
		font-style:italic;
		font-weight:normal;
		font-size:22px;
		margin:12px 0px 15px 55px;
		border-bottom:1px dotted #989898;
		padding-bottom:5px;
		font-family:Georgia, serif;
	}
	.commentlist {
		margin:10px 0px 10px 55px;
	}
		.comment {
			border-bottom:1px dotted #989898;
			padding-bottom:20px;
			margin-bottom:20px;
		}
	.comment-author {
		color:#FF9D26;
		margin-bottom:10px;
	}	
		.comment-author cite {
			font-style:normal;
			font-size:15px;
		}
	.comment-text {
		font-size:13px;
		line-height:18px;
		color: #666;
	}
		.comment-text p {
			margin:10px auto;
		}
	#leave_comment {
		color:#999999;
		font-style:italic;
		font-weight:normal;
		font-size:22px;
		border-bottom:1px dotted #989898;
		padding-bottom:5px;
		margin-bottom:15px;
		font-family:Georgia, serif;
	}
	#respond {
		margin:15px 0px 15px 55px;
	}
		#respond p {
			margin:10px 0px;
		}
		#respond label {
			width:150px;
			text-align:right;
			margin-right:10px;
			color:#FF9D26;
			display:block;
			float:left;
		}
		#respond input, #respond textarea {
			width:327px;
			float:left;
			border:1px solid #989898;
			padding:3px;
			font-size:13px;
		}
			#respond input#submit {
				background:#FF9C26;
				color:#fff;
				border:0px;
				margin-left:415px;
				width:80px;
			}
		.navigation {
			height:25px;
			background:#FF9D27;
		}
			.navigation .next {
				float:right;
				padding-top:3px;
				margin-right:10px;
				color:#fff;
				background:url('images/next.jpg') no-repeat right 10px;
				padding-right:20px;
			}
			.navigation .prev {
					float:left;
					padding-top:3px;
					margin-left:10px;
					color:#fff;
					background:url('images/previous.jpg') no-repeat left 10px;
					padding-left:20px;
				
			}
#footer {
	border-bottom:10px solid #FF9C26;
	width:900px;
	margin:0px auto;
}
	#footer p {
		color:#aaa;
		font-size:11px;
		text-align:center;
		margin:5px;
	}

