/*
Theme Name: Transparency
Author: ChiQ
Author URI: http://www.wpthemedesigner.com/
*/

.flickrpress-container {
   overflow: auto;
   margin:-22px;
}
.flickrpress-container div {
	margin:0px 5px;
   float: left;
   padding: 2px;
	}
	.flickrpress-container img {
		padding:4px;
	   border:1px solid #CCC;
	}

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	background: url(images/fondo-1.jpg) no-repeat top center #FAFAFA;
}
a {
	outline:none;
	text-decoration:none;
	color: #52ABA5;
	font-size:12px;
	font-weight:bold;
	}
	a:hover{
		text-decoration:underline;	
	}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.hidden {
	display: none;
}
.noimage img {
	display: none;
}

#wrapper {
	width: 900px;
	margin: auto auto;
	text-align: left;
}

/** BEGIN header **/
#header {
	padding-bottom: 15px;
	height:200px;
	position:relative;
}
	#header #participa{
		width:100px;
		height:25px;
		position:absolute;
		bottom:42px;
		right:53px;
		}
		#header #participa a{
			text-indent:-9999px;
			height:100%;
			display:block;	
		}
	#header ul {
		list-style-type: none;
		/*border-bottom: 1px dotted #718288;*/
		height: 37px;
	}
		#header ul li {
			font-size:10px;
			font-family: Tahoma;
			float: left;
		}
		#header ul li a {
			font-size:10px;
			font-family: Tahoma;
			font-weight:normal;
			text-decoration:none;
			text-transform:none;
			color: #CCCCCC;
			display: block;
			padding: 12px;
		}
		#header ul li.here a {
			/*background-color:#1E2424;
			border-left:1px solid #0B0D0D;
			border-right:1px solid #435050;
			border-bottom:1px solid #435050;*/
		}
		#header ul li a:hover {
			color:#FFFFFF;
			background-color:#1E2424;
		}
	#header #subscribe {
		float: right;
		font-weight: normal;
		color: #333333;
		font-size: 0.9em;
		display: block;
		margin-top: -28px;
		padding-right: 80px;
	}
	#logo a{
		float: left;
		text-indent:-9999px;
		background:none;
		margin:22px 0 0 3px;
		width: 160px;
		height:62px;
		padding-top:15px;
	}
	#header h1 {
		text-indent:-9999px;
		font-size: 4em;
	}
		#header h1 a {
			display:block;
			color: #F00;
		}
	#header #description {
		display:none;
		color: #63A6B9;
		font-size: 1.2em;
		font-weight: bold;
		padding-left: 10px;
	}
	#header #about {
		display:none;
		width: 325px;
		float: right;
		padding-top: 20px;
	}
		#header #about img {
			float: right;
			border: 5px solid #527E87;
		}
		#header #about a {
			font-weight: bold;
		}
		#header #about p {
			padding-top: 15px;
		}
/** END header **/

/** BEGIN body **/
#body {
	clear: both;
	border-bottom: 1px dashed #999999;
}
	#body #latest {
		/*background-color: #252D2F;*/
		margin-bottom: 10px;
		padding-bottom: 10px;
		/*border-top: 1px dashed #CCCCCC;*/
		border-bottom: 1px dashed #999999;
	}
		a.more-link{
			color:#898989;	
			}
			a.more-link:hover{
				color:#000;
			}
		#body #latest .l {
			float: left;
			width: 300px;
			padding: 15px 20px;
		}
		#body #latest h3 {
			font-size: 0.9em;
			text-transform: uppercase;
			margin-bottom: 10px;
		}
		#body #latest img {
			border: 6px solid #EDEDED;
		}
		#body #latest .post {
			float: right;
			width: 560px;
			padding-top: 20px;
		}
			#body #latest .post h2 {
				font-size: 27px;
				letter-spacing:-1px;
				margin-top:12px;
			}
			#body #latest .post h2 a {
				text-decoration:none;
				font-weight:normal;
				text-transform:none;
				font-size: 27px;
				color: #52ABA5;
				}
				#body #latest .post h2 a:hover {
					background:#52ABA5;
					color:#FFF;
				}
			#body #latest .post p {
				margin-bottom: 10px;
				padding-right: 40px;
				line-height:20px;
			}
			#body #latest .post .readmore {
				color:#F00;
			}
	#body #content {
		float: left;
		width: 554px;
		/*border-right: 1px solid #67A3BB;*/
	}
		#body #content .post {
			border-bottom: 1px dashed #CCCCCC;
		}
			#body #content .post {
				padding-top: 10px;
			}
			#body #content .post span.l a {
				font-family:Tahoma, Geneva, sans-serif;
				float: left;
				font-size: 10px;
				color: #898989;
				width: 282px;
			}
			#body #content .post span.r a {
				font-family:Tahoma, Geneva, sans-serif;
				float: right;
				font-size: 10px;
				color: #898989;
				padding-right: 20px;
				width: 252px;
				text-align: right;
			}
			#body #content .post h2 {
				padding: 10px 15px 0 0;
				line-height: normal;
				font-size: 27px;
				letter-spacing:-1px;
				clear: both;
				margin-bottom: 10px;
				/*height: 24px;*/
			}
			#body #content .post h2 a {
				font-size: 27px;
				font-weight:normal;
				text-transform:none;
				color: #52ABA5;
				}
				#body #content .post h2 a:hover {
					background:#52ABA5;
					color:#FFFFFF;
				}
			#body #content .post p {
				padding-right: 20px;
				margin-bottom: 10px;
				line-height: 20px;
			}
			#body #content .post .details {
				font-family:Tahoma, Geneva, sans-serif;
				font-size:10px;
				clear: both;
				border-top: 1px dashed #CCCCCC;
				padding: 5px 20px 0 0;
				margin-top: 40px;
				height: 20px;
			}
			#body #content .post .details a {
				color: #52ABA5;
				font-size:10px;
			}
			#body #content .post .details .l {
				float: left;
			}
			#body #content .post .details .r {
				float: right;
			}
		#body #content #postnav {
			clear: both;
			padding: 20px 10px;
			font-size: 0.9em;
		}
			#body #content #postnav strong {
				padding: 5px;
				/*border: 1px solid #66A2BE;*/
				font-weight: normal;
			}
			#body #content #postnav a {
				padding: 5px;
				/*border: 1px solid #66A2BE;*/
				color: #333333;
			}
	#body #sidebar {
		float: right;
		width: 300px;
		/*border-left: 1px solid #67A3BB;*/
		margin-left: -1px;
	}
		#body #sidebar div {
			/*border-bottom: 1px dotted #718288;*/
			padding: 10px 0 10px 10px;
			}
			#body #sidebar a {
				color: #333333;
				font-weight:normal;
				text-decoration:none;
				text-transform:none;
			}
			#body #sidebar a:hover {
			}
			#body #sidebar h2 {
				color:#FFFFFF;
				background:#00F0D5;
				padding:5px;
				font-family:Tahoma, Geneva, sans-serif;
				font-size: 12px;
				/*text-transform: uppercase;*/
				margin: 10px 0;
			}
			#body #sidebar ul {
				list-style-type: none;
			}
			#body #sidebar ul li {
				padding: 0 0 5px 18px;
				background: url(images/bullet-2.jpg) no-repeat 0 1px;
			}
			#body #sidebar  ul li a:hover {
				color: #FFFFFF;
				background:#00F0D5;
				padding:3px;
				
			}
		#body #sidebar .l {
			/*border-right:1px dotted #718288;*/
			float: left;
			width: 140px;
			padding: 10px 10px 10px 0;
		}
			#body #sidebar .l h2 {
				color:#FFFFFF;
				background:#00F0D5;
				padding:5px;
				font-family:Tahoma, Geneva, sans-serif;
				font-size: 12px;
			}
			#body #sidebar .l ul {
				list-style-type: none;
				padding: 5px 0 20px;
			}
			#body #sidebar .l ul li {
				padding: 0 0 5px 18px;
				background: url(images/bullet-2.jpg) no-repeat 0 1px;
			}
			#body #sidebar .l ul li a {
				text-decoration:none;
				text-transform:none;
				font-weight:normal;
			}
			#body #sidebar .l ul li a:hover {
				color: #FFFFFF;
				background:#00F0D5;
				padding:3px;
			}
		#body #sidebar .r {
			float: right;
			width: 130px;
			padding: 10px 0 10px 20px;
			/*border-left: 1px dotted #718288;*/
			margin-left: -1px;
		}
			#body #sidebar .r h2 {
				color:#FFFFFF;
				background:#00F0D5;
				padding:5px;
				font-family:Tahoma, Geneva, sans-serif;
				font-size: 12px;
			}
			#body #sidebar .r ul {
				list-style-type: none;
				padding: 5px 0 20px;
			}
			#body #sidebar .r ul li {
				padding: 0 0 5px 18px;
				background: url(images/bullet-2.jpg) no-repeat 0 1px;
			}
			#body #sidebar .r ul li a {
				text-decoration:none;
				text-transform:none;
				font-weight:normal;
			}
			#body #sidebar .r ul li a:hover {
				color: #FFFFFF;
				background:#00F0D5;
				padding:3px;
			}
/** END body **/

/** BEGIN footer **/
#footer {
	clear: both;
	padding: 20px 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 10px;
}
	#footer p {
		margin-bottom: 10px;
	}
/** END footer **/

/** BEGIN misc **/
#body #content .post h3 {
	margin-bottom: 5px;
}
#body #content .post ul {
	padding-left: 15px;
	margin-bottom: 10px;
}
#body #content .post ul li {
	padding: 2px 0;
}
#body #content .post ol {
	padding-left: 20px;
	margin-bottom: 10px;
}
#body #content .post ol li {
	padding: 2px 0;
}
#body #content .post blockquote {
	padding-left: 10px;
	/*border-left: 2px solid #333333;*/
	font-style: italic;
	margin-left: 2px;
}
#body #content .post img {
	border: 6px solid #EDEDED;
}

.single {
	border-top: 1px dashed #CCCCCC;
	margin: 10px 0;
}
#comments {
	background-color: #FFFFFF;
	margin:10px auto;
	width:450px;
	padding: 0 20px 10px 15px;
	font-size:11px;
	border:1px solid #DFE0E0;
}
	#comments input, #comments textarea{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#333;
		background:#FAFAFA;
		border:1px solid #DFE0E0;
		margin-bottom:10px;
	}
	#comments h2 {
		font-weight: normal;
		font-size: 18px;
		letter-spacing:-1px;
		padding-top: 25px;
		margin-bottom: 20px;
	}
	#comments p {
		margin-bottom: 10px;
	}
	#comments form p {
		margin-bottom: 5px;
	}
	.commentdetails {
		margin-top: 20px;
	}
	.commentauthor {
		text-transform: uppercase;
		font-weight: bold;
		margin-bottom: 2px !important;
	}
	.commentdate {
		font-size: 0.9em;
		margin-bottom: 5px;
	}
	.required {
		color: #8AC921;
	}
/** END misc **/

/** BEGIN wp page numbers **/
#page {
	padding: 20px 10px;
}
	#wp_page_numbers ul {
		list-style-type: none;
	}
	#wp_page_numbers ul li {
		float: left;
		padding: 5px;
		border: 1px solid #66A2BE;
		margin: 2px;
		font-size: 0.9em;
	}
	#wp_page_numbers ul li a {
		color: #333333;
	}
/** END wp page numbers **/
