/* 
Theme Name: Catalunyasud
Description: Theme personalizado para Catsud
Author: La Charca digital
Author URI: http://web.charcadigital.com
Version: 1.0

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */

body {
	font-size: 11px; /* Resets 1em to 10px */
	font-family: Verdana;
	background-color: #669900;
	color: #000;
	text-align: center;
	margin-top:0px;
	}
	
#superior {
	background-color: #000;
	
	text-align: left;
	}

#page {
	background-color: #FFF;
	text-align: left;
	}

	
#header {
	background-color: #FFF;
	text-align: center;
	}

#content {
	font-size: 1.2em;
	background-color: #FFF;
	color: #000;
	margin: 0px;
	}


.narrowcolumn .entry {
	line-height: 1.4em;
	padding-top:5px;
	}
.narrowcolumn .page {
	line-height: 1.4em;
	padding-top:0;
	}

.narrowcolumn {

	line-height: 1.4em;
	}
	
.narrowcolumn .postmetadata {
	text-align: left;
	}

.alt {
	background-color: #000;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	}

small {
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: bold;
	}



h1 {
	
	font-weight: bold;
	}

h2, h3 {
        font-family: Verdana;
}

h1 {
	font-size: 2.2em;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: .1em;	
	
	}

.description {
	font-size: 1.2em;
	text-align: center;
	letter-spacing: .6em;
	}

h2 {
	font-size: 1.5em;
	color: #000;
font-weight: bold;
	margin: 5px 0 0;
	padding: 5px 0 3px 0;
	
	}

.pagepost h2 {
	font-size: 2em;
	color: #000;
	margin: 10px 0 0;
	padding: 5px 0 3px 0;
	}

h2.pagetitle {
	font-size: 2em;
	color: #000;
	text-align: center;

	}
	
	
#sidebar h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color:#FFF;
	}

h2 a, h2 a:visited {
	color: #000;
	padding: 3px 7px 3px 7px;
	text-decoration: none;
	
	}

h2 a:hover, h3 a:hover, #wp-calendar caption, cite {
	color: #ff6600;
	text-decoration: none;
	}
	
h3 a, h3 a:visited {
	color: #000;
	margin: 10px 0 0;
	padding: 3px 7px 3px 7px;
	text-decoration: none;
	
	}


.entry p a:visited {
	color: #000;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
small, .nocomments, .postmetadata, blockquote, strike {
	color: #000;
	}
	
#sidebar ul ul li, #sidebar ul ol li {
	color: #000;
	}
	
code {
	font: 1.1em ;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
a {
    color: #ff6600;
	text-decoration: none;
	}
a:hover {
color: #669900;
text-decoration: none;
	}
	
#sidebar li a {
        color: #000;
	text-decoration: none;
	}
#sidebar li a:hover{
        color: #ff6600;
	text-decoration: none;
	}

#footer a {
    color: #fff;
	text-decoration: none;
	}
#footer a:hover {
color: #669900;
text-decoration: none;
	}

/* End Typography & Colors */


/* Begin Structure */

body {
	margin: 0;
	padding: 0; 
	}
#superior {
	height: 32px;
	}
#supdentro {
	margin: 0 auto;
	padding: 3px 0 0 30px;
	width: 940px;
	}
#titulo {
	width: 400px;
	float: left;
	}

#page {
	margin: 0 auto;
	padding: 0;
	width: 940px;
	}
	
#header {
	padding: 10px;
	height: 180px;
	}
	
#top {
		width: 920px;
		padding:10px;
		height: 95px;
	}
#logo, #bienvenida {
		float:left;
	}
#logo{
		width: 160px;
	}
#bienvenida{
	width: 300px;
	padding-top:40px;
	text-align:right;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	}
#imagen{
		width: 450px;
		text-align:right;
		float:right;
	}
		
.narrowcolumn {
	float: left;
	width: 560px;
	
	}
	
#content {
	font-size: 1.2em;
	color: #000;
	
	}
	
.pagepost {
	border-top: 1px solid #000;
	}
	
.post {
	text-align: left;
	margin-left: 30px;
	margin-bottom:50px;
	
	}


.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

	
#footer {
	margin: 0 auto;
	width: 100%;
	clear: both;
background-color:#000;
color:#FFF;
	}

#footer p {
	margin: 0;
	padding: 2px;
	text-align: center;
	}

/* End Structure */


/*	Begin Headers */

h1 {
	margin: 0;
	}

h2 {
	text-align: center;
	}


h2.pagetitle {
	margin: 0;
        padding: 20px 0 0 0; 
       
	}

#sidebar h2 {
	color: #000;
	margin: 5px 0 0 0;
	padding: 7px 0 0 0;
	}

	
/* End Headers */


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul, .entrytext ul, .pagepost ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li, .entrytext li, .pagepost li {
	margin: 5px 0 5px 10px;
	}
	
.entry  {
	text-align: justify;
	}
.entry_photo{
width:450px;
	margin: 0 auto;
	}
.entry img, .page img, .entry_photo img {
	padding: 0;
border: 1px solid #000;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	
	font-size: 1.15em;
	color: #000;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* End Entry Lists */


/* Begin Form Elements */

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 200px;
	padding: 2px;
    color: #fff;
	border: 1px solid #fff;
	}

#sidebar #searchsubmit {
	padding: 1px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2em;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 160px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
        color: #000;	
        background-color: #fff;
        border: 1px solid #000;
	}

#commentform textarea {
	width: 99%;
	padding: 2px;
        background-color: #fff;
        border: 1px solid #000;
        color: #000;
	}

#commentform #submit {
	margin: 0 0 10px 0;
	float: right;
	 color: #000;	
   border: 1px solid #000;
	}

input {
	padding: 2px;
	margin: 5px 5px 1px 0;
        color: #000;	
        border: 1px  solid #000;	}	

/* End Form Elements */


/* Begin Comments*/

.alt {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;	
	}

.commentlist ol {
	padding: 0px;
	text-align: left;
	}

.commentlist li {
	margin-left: -40px;
	padding: 10px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px;
	}

#commentform p {
	margin: 5px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	color:#000000;
	display: block;
	}

/* End Comments */


/* Begin Sidebar */

#sidebar{
	width: 330px;
	float:right;
	margin: 0 10px 0 0;
	}

#sidebar form {
	margin: 0;
	}

#sidebar ul li {
	margin-bottom: 10px;
	}

#event-calendar h2{
	font-size:1.1em;
font-weight: bold;
	}
#event-calendar{
	margin: 5px 45px 5px 45px;
	background-image: url(img/fondo_cal.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 239px;
	width: 252px;
	}
.textwidget{
	margin: 0 10px 0 10px;
	}
#destacado {
	width: 321px;
        float: left;
        margin:0 10px 10px 10px;
}
#destacado #sup{
	width: 321px;
        height: 12px;
	background-image: url(img/dest_arr.jpg);
	background-repeat: no-repeat;	
}
#destacado #int{
	width: 321px;
        float: left;
	background-image: url(img/dest_cen.jpg);
	background-repeat: repeat-y;	
}
#destacado #sub{
	width: 321px;
        height: 12px;
         float: left;
	background-image: url(img/dest_aba.jpg);
	background-repeat: no-repeat;	 
}
#destacado #dentro {
	margin: 0 10px 0 0 ;
        padding: 0 5px 0 5px;
        width: 190px;
        float:left;
        text-align: justify;
	}
#destacado h2 {
	margin: 0 0 5px 0;
        padding: 0; 
        width:310px;
        font-size: 1.4em;
	}
#destacado #dentro p{
	margin: 0;
        padding: 0;
	}
#destacado #imagen  {
	width: 90px;
	margin: 0 10px 0 10px;
	float: left;
}
#destacado img{
        padding: 0;
        border: 1px solid #99cc00;
	}

#enlaces{
	margin: 3px;
	padding: 0;
	background-image: url(img/fondo_dsenl.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 145px;
	width: 159px;
	}
#enlaces #texto{
	margin: 0 0 0 7px;
        padding: 0;
        width: 145px;
float:left;
text-align: center;
	}
#etiquetes {
        padding: 0 5px 0 5px;
        float:left;
        text-align: center;
	}
#pagina{
	margin:0 0 10px 45px;
	padding: 0;
	background-image: url(img/fondo_enl.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 255px;
	}
 #pagina h2{
	margin: 5px;
        padding: 0;
        font-size: 1.3em;
	}
 #enlaces h2{
	margin: 7px 0 2px 0;
        padding: 0;
        font-size: 1.3em;
	}
#enlaces #imagen  {
	width: 90px;
	margin: 5px 10px 3px 30px;
	float: left;
}
#enlaces img{
        margin:5px 0 0 0;
	}
/* End Sidebar */


/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 1px solid #333;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
hr {
	display: none;
	}
 
.center {
	text-align: center;
	}
.left {
	text-align: left;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 15px;

	}

.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
	text-align: left;
	float: left;
        padding: 0 0 10px 10px;
	font-weight: bold;
}

.alignright {
    text-align: right;
    float: right;
	 padding: 2px 10px 2px 2px;
	font-size: 1em;
	font-weight: bold;
}
	
	
.entry img, .entrytext img {
	margin: 0;
	}
	
.gravatar img {
	float:right;
	margin-top:-15px;
}


.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* End Various Tags & Classes*/

/* Begin menu and top*/
#menu{
	white-space: nowrap;
	font-size: 1.5em;
	font-weight: normal;
	
	text-align: left;
	padding: 4px 0 0 0;
	
	width: 940px;
	height:25px;
	background-color: #c0fd09;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	padding: 0 20px 0 50px;
}

#menu li a {
	color: #000;
	font-weight: bold;
}

#menu li a:hover{
color:#ff6600;
text-decoration:none;
}

#submenu{
	white-space: nowrap;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding: 4px 0 0 0;
        margin: 10px 0 20px 0;
        
	width: 560px;
	
}
#submenu ul {
	margin: 0px;
	padding: 0px;

}
#submenu li {
	display: inline;
	padding: 0 10px 0 19px;
}

#submenu li a {
	color:#669900;
	font-weight: bold;
}

#submenu li a:hover{
color:#ff6600;
text-decoration:none;
}

#cimy_div_id {
		width: 920px;
		height: 180px;
	}

#banderas {
	width: 300px;
	padding: 5px 25px 0 10px;
	float: right;
	text-align: right;
}

#banderas img {
	border: solid 1px #FFF;
	margin: 0 2px 0 0;
}
/* End menu and top*/

/* Begin actividades*/
#actividad {
	width: 545px;
 float: left;
        margin:0 -5px 15px -5px;
	background-color: #FFFFFF;
}
#actividad #sup{
	width: 545px;
        height: 14px;
	background-image: url(img/p_verde_arr.jpg);
	background-repeat: no-repeat;	
}
#actividad #int{
	width: 545px;
        float: left;
	background-image: url(img/p_verde_cen.jpg);
	background-repeat: repeat-y;	
}
#actividad #sub{
	width: 545px;
        height: 14px;
         float: left;
	background-image: url(img/p_verde_aba.jpg);
	background-repeat: no-repeat;	
       
}
#actividad #imagen {
        width:150px;
	margin: 15px 0 0 0;
	float: left;
}
#actividad img {
        border: 2px solid #ff9900;
}
#actividad #dentro {
	width: 350px;
        margin: 0;
	float: right;
}

#actividad #texto p{
	width: 340px;
        margin:5px 20px 5px 0;
	float: right;
        text-align: justify;

}
#actividad #mas {
	width:113px;
	height:26px;
	float: right;
	background-image: url(img/fondo_mas.jpg);
	background-repeat: no-repeat;
	margin: 0 30px -3px 0;
	padding: 4px 0 0 0;
	text-align:center;
       
}
#actividad #mas a{
	font-size: 1em;
        font-weight: bold;
}
#actividad a:hover {
	text-decoration: none;		
}
#actividad h2 {
	font-size:1.4em;
        padding: 0 30px 0 0;
}
#actividad h3 {
	text-align: right;
	padding: 0 25px 0 0;
        margin:0 0 10px 0;
       
}

#actividad a {
	text-align: left;
	color: #000000;		
}
#actividad a:hover {
	color: #ff9900;		
}

/* End actividades*/
/* Arreglos posts */
.post img{
margin: 5px 0 5px 20px;		
}
.post .entry_photo img{
	margin: 5px 0 0 0;	
}
#title-post{
	
	padding-top: 8px;
	vertical-align: text-bottom;
	
}
/* End Arreglos posts */

/* excerpts  */

.excerpt{
width:98%;
margin: 10px 0 30px 20px ;
}
.excerpt .text-excerpt{
margin: 10px 0 0 0 ;
}

.excerpt_event{
width:98%;
background-color: #e1ff68;
border: 2px solid #ff9900;
margin: 10px 0 0 25px ;
}
.excerpt_event_dest{
width:98%;
background-color: #ffff99;
border: 2px solid #99cc00;
margin: 10px 0 0 25px ;
}

#title-excerpt h2{
padding: 0;
margin: 7px 0 5px 0;
font-size:1.3em;
line-height:1em;
}
#date-excerpt{
background-color: #ff9900;
padding:0 0 2px 10px ;
}
.excerpt_event_dest #date-excerpt{
background-color: #99cc00;
padding:0 0 2px 10px ;
}
.text-excerpt p{
padding:0 10px 2px 10px ;
margin: 0;
text-align: justify;
}
#leer {
text-align: right;
}
#leer a{
color: #000;
font-weight: bold;
}
#leer a:hover{
color: #ff6600;
}
#breadcrumb{
margin: -10px 0 25px 15px;
height: 10px;
width: 540px;
}
