﻿/*
Theme Name: Blue Gray Sunday
Theme URL: http://www.domingoenlamanana.com
Description: Exclusive design for the #DELM site, featuring a minimal design.

Author: Adrian Quevedo
Author URL: http://adrianquevedo.com
Version: 2.0
Created : 31.01.09
.
css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/3.0/deed.es_CO
.


[Table Of Contents] 

	0- Reset
	1- Global
	2- Links
	3- Headings
	4- Header 
	5- Navigation
	6- Middle 
	7- Sidebar
	8- Forms
	9- Extras
	10- Footer 

*/

/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');

/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	line-height: 1;
	font: normal 62.5% Arial, Helvetica, sans-serif;
	vertical-align: top;
	background: url(images/htmlbg.jpg) repeat-x #f2f5f7;
	color: #464646;
}
p{
	margin-bottom:10px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
.hr{
	border-top:1px solid #555;
	width:100%;
	height:2px;
	float:left;
	margin:15px 0px 15px 0px;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.aligncenter {
	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
	}	
.wp-caption img {
	margin: 0 10px;
	padding: 0;
	border: 0 none;
}
/* End Images */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	color: #448ccb;
	text-decoration:underline;
}
a:hover, a:active {
	color: #464646;
}
/*entry title*/
.post-title h1 a:link, .post-title h1 a:visited {
	color: #464646;
	text-decoration:none;
}
.post-title h1 a:hover {
	color: #464646;
	text-decoration:underline;
}
/*categories and friends links*/
.ul-cat li a, .ul-cat li a:visited, .ul-friends li a, .ul-friends li a:visited{
	color: #464646;
	text-decoration: none;
}
.ul-cat li a:hover, .ul-friends li a:hover{
	color: #448ccb;
	text-decoration: none;
}
/*previous and newest entries navigation*/
.navigation a, .navigation a:visited {
	color: #448ccb;
}
.navigation a:hover{
	text-decoration:underline;
}
/* footer links*/
#footer a:link, #footer a:visited {
	color: #6dcff6;
	text-decoration:underline;
}
#footer a:hover, #footer a:active {
	color: #f7f7f7;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1{
	font: normal 2.4em Georgia, "Times New Roman", Times, serif;
	color:#464646;
}
h2 {
	font: normal 2em Georgia, "Times New Roman", Times, serif;
	color:#464646;
}
#footer h2 {
	font: normal 2.5em Georgia, "Times New Roman", Times, serif;
	color:#f7f7f7;
}
h2 em{
	font-size:0.45em;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	color: #448ccb;
	float:left;
	margin-bottom:20px;
}

h3 {
	font: normal 1.2em Georgia, "Times New Roman", Times, serif;
	margin-top:25px;
}
h4 {
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #464646;
	margin-bottom:10px;
}
/* =4 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
div#logo{
	margin-bottom:20px;
	float:left;
}
div#buscador{
	float:right;
	margin:40px 0;
}
div#container {
	width:900px;
	margin:0 auto;
	background: url(images/htmlbg.jpg) repeat-x #f7f7f7;
}
div#eventsPanel{
	float:left;
	margin-bottom:40px;
}
/* featured */
.featured-post {
	height:140px;
	width:180px;
	position:relative;	
	float:left;
	margin:10px 20px 1.2em 0;
}			
.featured-title {
	background:#222 none repeat scroll 0 0;
	bottom:0;
	display:block;
	opacity:0.9;
	position:absolute;
	width:101%;
	z-index:2;
}
	.featured-title h2 {
		border-bottom:0 none;
		font-size:1em;
		line-height:1.4em;
		margin:8px 10px 7px;
		padding-bottom:0;
		text-transform:none;
		font-family:Arial, Helvetica, sans-serif;
	}
		.featured-title h2 a {
			border-bottom:0 none;
			display:block;
			text-decoration:none;
			color:#f7f7f7;
		}
		.featured-title h2 a:hover {
			text-decoration:none;
			color:#448ccb;
		}
.featured-image {
	position:absolute;
	z-index:1;
	border:solid #464646 1px;
}

div#quote{
	padding-top:5px;
	font: normal 2em Georgia, "Times New Roman", Times, serif;
	color:#464646;
	float:right;
	width:300px;
	text-align:left;
}
/* =5 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/*no hay navegacion para este theme actualmente, ver sidebar/*
			
/* =6 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#evento {
	float: left;
	width: 96%;
	overflow: hidden;
	padding:20px;
	border:1px solid #ccc ;
	background-color:#fff;
	margin-bottom:20px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#evento p{
	font:normal 2em Arial, Helvetica, sans-serif;
}



#content {
	float: left;
	width: 540px;
	overflow: hidden;
	padding:20px;
	border:1px solid #ccc ;
	background-color:#fff;
	min-height:1000px;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
/*post*/
.post {
	clear:both;
	margin-bottom:20px;
}
.entry h2 {
	font: normal 1.5em Arial, Helvetica, sans-serif;
	color:#464646;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}

.post-title {
	float: left;
	margin-left: 10px;
	width: 430px;
}
.entry {
	clear: both;
	padding-top: 10px;
}
.entry li{
	margin-bottom:5px;
	background: url(images/mini-page-arrow.gif) no-repeat left top;
	padding-left: 18px;
	margin-right:10px;
	text-align:left;
	font-size:1.2em;
	
}
.entry p{
	font-size:1.2em;
}
.separator{
	padding:10px;
	background-color:#f7f7f7;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	margin-top:10px;
	margin-bottom:30px;
	font-size:1em;
}

.post-author {
	font-size: 95%;
	color: #999999;
	margin-right:10px;
}
.post-cat {
	background: url(images/mini-category.gif) no-repeat left center;
	padding-left: 18px;
	margin-right:10px;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 18px;
	padding-right:10px;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 18px;
	padding-right:10px;
	font-size: 95%;
	color: #999;
}

.post-content {
	clear: both;
	padding-top: 10px;
}

.listEntries {
	list-style: none;
	margin:10px 0px 15px;
	padding:0px;
	font-size:1.2em;
}
.listEntries li{
	margin: 0px;
	padding: 5px 0px 5px 20px;
	background: url(images/mini-page.gif) no-repeat left center;
}
/*end post*/

.tagSeparator{
	padding:10px;
	background-color:#eee;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	margin:10px 0;
}


/*comments*/
#comments {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 15px;
	margin-top:20px;
}
#comments a{
	background-color:#fff;
	padding:2px;
	border:1px #ccc dotted;
	text-decoration:none;
	font: 0.5em Arial, Helvetica, sans-serif;
	
}
#comments a:hover{
	background-color:#448ccb;
}
.commentlist {
	margin: 10px 0px;
	line-height: 130%;
	background-color:#f7f7f7;
}
.commentlist li{
	padding: 15px 10px;
}
.commentlist li p{
	margin-right:80px;
	font-size: 1.2em;
}
.reply{
	clear:both;
}
.commentlist .avatar {
	border: solid 1px #ededed;
	padding: 1px;
	background: #fff;
	float:right;
	margin-right:10px;
	clear:both;
}
.comment-meta {
	display:none;
}
.vcard{
	margin-bottom:10px;
}
.commentlist .comment-meta {
	margin-bottom:10px;
}
.commentlist .alt {
	background: #fff;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #448ccb;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#respond {
	border-bottom:solid 1px #ccc;
	padding-bottom:5px;	
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px 0;
	margin: 0px;
}
#commentform label{
	color: #464646;
	font-size: 100%;
	display:block;
}
#commentform input{
	width: 250px;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 250px;
	height: 115px;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	font: bold 12px Arial, Helvetica, sans-serif;
	float:left;
	width: 144px;
	height: 29px;
}

#commentingOptions{
	font-size:1.2em;
	background-color:#f2f5f7;
	border:1px solid #ccc;
	float:right;
	width:200px;
	padding:20px;
}
#commentingOptions h3{
	margin:0;
}

#commentingForm{
	float:left;
}
/*end comments*/

/*previous and next entries*/
.navigation {
	clear: both;
	padding: 10px 0px;
	margin-bottom:20px;
	font-size:1.2em;
}
.previous-entries {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}

/* =7 Sidebar
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#sidebar {
	float: right;
	width: 300px;
}

#sidebar h2, #searchform {
	margin-bottom:10px;
}
#sidebar p, #sidebar ul {
	margin-bottom:20px;
	font-size:1.2em;
}
.sidebarPanel{
	border-bottom:1px dotted #ddd ;
	margin-bottom:10px;
}
#useractions{
	text-align:center;
	color:#fff;
	list-style:none;
}
#useractions li{
	display:inline;
	padding:0 10px 10px 0;
	float:left;
	overflow:hidden;
}
#useractions li a{
	display:block;
	width:90px;
	height:20px;
	background:url(images/btn-usuario.jpg) no-repeat top;
	color:#fff;
	text-decoration:none;
	padding-top:5px;
}
#useractions li a:hover{
	background:url(images/btn-usuario.jpg) no-repeat bottom;
}
/* Categories and Friends(Bookmarks) */
.ul-cat, .ul-friends {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
/*	border-bottom: 1px solid #ddd;*/
}
.ul-cat li{
	margin: 0px;
	padding: 5px 0px 5px 20px;
	background: url(images/mini-category.gif) no-repeat left center;
/*	border-top: 1px solid #ddd;*/
}
.ul-friends li{
	margin: 0px;
	padding: 5px 0px 5px 20px;
	background: url(images/mini-blogroll.gif) no-repeat left center;
/*	border-top: 1px solid #ddd;*/
}

div#comingReunions ul{
	list-style-image:url(images/mini-calendar.gif);
	list-style-position:inside;
}
div#comingReunions ul a{
	font-size:1.2em;
}
div#comingReunions ul li{
	margin-top:10px;
}

div#flickrContent a img{
	float:left;
	margin:0 0px 8px 8px;
	background:#7c91a6;
	padding:2px;
	width:72px;
	height:72px;	
}
div#flickrContent #flickrLink{
	margin:10px 0 10px 20px;
	font-size:1.2em;
	float:left;
}
/* =8 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#search{
	background-color:#333;
	padding:6px;
	border:solid 1px #555;
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#searchsubmit{
	background:url(images/btn-buscar.png) repeat top;
	width:20px;
	height:20px;
	border:none;
	text-indent:-9999px;
}
#searchform #s{
	width:260px;
	font-size:1em;
	color:#ccc;
	background:none;
	border:none;
}

#mailform {
	padding: 10px 0;
}
#mailform #m {
	width: 180px;
	height: 22px;
	vertical-align: middle;
	margin-right:10px;
}
#mailSuscribe{
	margin-top:20px;
}
/* =9 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* showcase */
.showcase{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	font-size: 1.2em;
	margin:0pt;
	padding:0pt;
}
	.showcase li {
		margin:0pt;
		overflow:hidden;
		padding:0pt;
	}
		.showcase li a {
			display:block;
			line-height:1.4em;
			overflow:hidden;
			font-style:italic;
			color:#464646;
		}
			.showcase li a:link, .showcase li a:visited {
				text-decoration:none;
			}
			.showcase li a:hover strong {
				color:#448ccb;
			}
			.showcase li a img {
				border:2px solid #f7f7f7;
				display:block;
				float:left;
				margin:2px 10px 0pt 0pt;
			}
			.showcase li a strong {
				display:block;
				padding:0.25em 0pt 0.1em;
				font-style:normal;
				font-size:1.4em;
			}

/* event manager */
#event-map {
    width: 560px !important;
    height: 360px !important;
	border:solid 1px #464646;
}

/* Author Box */
#authorbox{
	padding:15px;
	border-bottom:1px dotted #ccc;
	border-top:1px dotted #ccc;
	background-color:#f2f5f7;
	font-size:1.2em;
}
#authoravatar{
	float:left;
	padding:5px;
	margin:10px 10px 10px 0px;
	background-color:#f7f7f7;
}
#authorbio{
	padding-top:10px;
}

/* Author Profile */
#authorProfile{
	padding:10px 0px 20px 0px;
	margin-bottom:10px;
	border-bottom:1px #ccc dotted;	
}
#authorProfile img{
	float:right;
	padding:2px;
	background-color:#464646;
	margin-left:10px;
}
#authorProfile dl dd a{
	background-color:#fff;
	float:left;
	padding:10px;
	margin:10px 0px 10px 0px;
	border:1px #ccc dotted;
	text-decoration:none;
}
#authorProfile dl dd a:hover{
	background-color:#448ccb;
	float:left;
	padding:10px;
	margin:10px 0px 10px 0px;
	border:1px #ccc dotted;
	text-decoration:none;
	color:#f7f7f7;
}

/* Reunion Panel */
#reunionPanel{
	padding:20px 10px 10px 30px;
	background-color:#464646;
	margin-top:20px;
	border-top:1px #000 solid;
	border-bottom:1px #000 solid;
	color:#f7f7f7;
}
#reunionPanel h2{
	text-decoration:none;
	color:#f7f7f7;
	margin-bottom:20px;
}
/* Invitation Panel */
.invitation{
	float:left;
	width:458px;
	background-color:#f7f7f7;
	color:#464646;
	border:1px dotted #ddd;
	padding:20px;
}
/*.invitation a{
	float:right;
	margin-top:10px;
	padding:5px 30px;
	background:#fff;
	border:1px solid #eee;
	text-decoration:none;
}
.invitation a:hover{
	background:#448ccb;
}*/

/* Intouch Form*/
#intouchform #usermessage{
	font-weight:bold;
}

/*JUITTER PLUGIN CSS*/
#juitterContainer{} /*Juitter container*/
#juitterContainer .twittList{margin:0;padding:0;} /* UL that will contain the list of tweets */
/* Bellow the list of tweets "<li>" */
#juitterContainer .twittLI{list-style:none;background:#fff;border:1px solid #CCCCCC;margin:5px 0;overflow:hidden;padding:10px 5px;clear:both;} 
#juitterContainer .twittList a{} /*Links inside the tweets list */
/* Bellow the CSS for the avatar image  */
#juitterContainer .juitterAvatar{float:left;border:solid 1px #D3EECA;background:#FFF;margin-right:5px;padding:2px;width:48px;;height:48px;}
#juitterContainer .JRM{display:none;} /*read it on twitter link*/
#juitterContainer .extLink{} /*CSS for the external links*/
#juitterContainer .hashLink{} /*CSS for the hash links*/
/*end of Juitter CSS*/
/* =10 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
div#footer{
	width:100%;
	background: #222;
	border-top:1px solid #fff;
	padding-bottom:10px;
}

div#footer-container {
	width:900px;
	margin:0 auto;
	color:#FFFFFF;
	font-size:1.1em;
}

#lema{
	float:left;	
	font-size:1.5em;
	margin-top:20px;
}

#credits{
	text-indent:-99999px;
}

#cccredit, #wpcredit, #aqcredit, #clabcredit {
	margin-left:15px;
	display:block;
	height:40px;
	text-indent:-9999px;
	float:right;
}

#cccredit{
	background:url(images/cc-icon.jpg) top no-repeat;
	width:168px;
}
#wpcredit, #aqcredit, #clabcredit{
	width:40px;
}
#wpcredit{
	background:url(images/wordpress-icon.jpg) top no-repeat;
}
#aqcredit{
	background:url(images/aq-icon.jpg) top no-repeat;
}
#clabcredit{
	background:url(images/clab-icon.jpg) top no-repeat;
}

#cccredit:hover{
	background:url(images/cc-icon.jpg) bottom no-repeat;
}
#wpcredit:hover{
	background:url(images/wordpress-icon.jpg) bottom no-repeat;
}
#aqcredit:hover{
	background:url(images/aq-icon.jpg) bottom no-repeat;
}
#clabcredit:hover{
	background:url(images/clab-icon.jpg) bottom no-repeat;
}