/*
Theme Name: Guillem Cardona
Theme URI: http://www.gcardona.com
Version: 0.1
Author: Ruben Pozo
Author URI: http://www.chicoespina.com
Template: hybrid
*/

/* Get base CSS */
@import url('../hybrid/library/css/21px.css');

/* Get default Hybrid CSS */
@import url('../hybrid/library/css/screen.css');

/* Get the plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Todas las CSS de Hybrid */
@import url('../hybrid/library/css/reset.css');
@import url('../hybrid/library/css/drop-downs.css');





/* ESTILS GCARDONA */

a { color:#000; }
a:visited { color:#000; }
a:hover { text-decoration: none; color:#000; font-weight: 800; }
body { font-family:Verdana,Geneva,Tahoma,Arial; margin-bottom: 35px; }
h3 { font-family:Helvetica, Arial; font-size: 61px; margin-bottom: 2px; }
h3:hover {  }

h3.ui-accordion-header { width:700px; height:68px; background-repeat: no-repeat; background:0px 0px; } 
h3.ui-state-hover { background:0px 204px; }
h3.ui-state-active { background:0px 136px; }
h3.ui-state-active:hover { background:0px 68px; }

#idiomas { position: absolute; right:2px; height:68px; width:90px; font-family:Verdana,Geneva,Tahoma,Arial; font-size:11px; line-height:15px; font-weight:100; margin-top: 4px; z-index: 100; position: absolute; background-color: #FFF; }
#idiomas ul { margin:0; background-color: #FFFFFF; }
#idiomas li { list-style-type:none; }
#idiomas li a { color:#000; text-decoration:none; }
#idiomas li a:hover { color:#000; font-weight: bold; }
#idiomas li.active a { color:#000; font-weight: bold; }

#menucardona { position: absolute; right:120px; height:68px; width:90px; font-family:Verdana,Geneva,Tahoma,Arial; font-size:11px; line-height:15px; font-weight:100; margin-top: 4px; z-index: 99; position: absolute; background-color: #FFF; }
#menucardona ul { margin:0; background-color: #FFFFFF; }
#menucardona li { list-style-type:none; }
#menucardona li a { color:#000; text-decoration:none; }
#menucardona li a:hover { color:#000; font-weight: bold; }
#menucardona li.active a { color:#000; font-weight: bold; }

#contenido { font-family:Verdana,Geneva,Tahoma,Arial; font-size:11px; line-height:15px; margin:23px 0px 0px 26px; *margin:23px 0px 0px 26px; min-width:900px; *min-width:700px;  position: relative; z-index: 10000; }

.contenido { font-family:Verdana,Geneva,Tahoma,Arial; font-size:11px; line-height:15px; margin:23px 0px 0px 26px; *margin:0px 0px 0px 26px; min-width:900px; *min-width:700px;  position: relative; z-index: 10;  }

.contenido div { margin:3px 0px 0px 0px 3px; }

.guillem { margin-bottom: 20px; width:700px; }

.guillem img {  }

.guillem p { margin:0px 0px 15px 5px;}

.info { margin-top:-60px; margin-bottom:60px; }

.info p { margin:15px 0px 15px 5px; padding-top:7px; }

.ui-state-active a { background:url(img/fletxa.gif); background-position:right; background-repeat: no-repeat; padding-right: 52px; }

.current-cat a { color:#000; font-weight: 800; }

#idiomas li.current-cat a { color:#000; }

.contenido h3 a { font-size: 61px; line-height: 61px; font-weight:100; color:#000; letter-spacing:-2.2px; width:700px; height:68px; }
.contenido h3 a:hover { font-weight:600; }
.contenido h3 a:active { font-weight:600; }

.catcardona h1 { font-family: Helvetiker; font-size: 20px; line-height: 30px; font-weight:600; color:#000; margin:0px 0px 0px 38px; }

h1.category-title { color:#999; font-weight:100; }

#newsletter_cardona { margin:30px 0px 0px 30px; width:900px; font-family:Verdana,Geneva,Tahoma,Arial,_sans; font-size:11px; line-height:15px; }

#newsletter_cardona p { margin:0px 0px 15px 0px; }

.postingut { margin:-10px 0px 40px 5px; }
.postingut a { border-bottom: 1px dotted #000; }
.postingut a:hover { border-bottom: 1px solid #000; }
.postingut p { background-color: #FFF; margin-top: 7px; }
.postingut img { margin-left: -4px; margin-bottom: -5px; }
.postingut object { background-color: #FFF; margin-left: -4px; margin-bottom:-5px; height: 455px; }

.fons { background: no-repeat 5px bottom; position: relative; margin-bottom: 50px; min-height: 500px; }

.qtrans_language_chooser .active { display: none; }

.rsscardona { background-image: url(img/rss.gif); background-repeat: no-repeat; padding-left: 17px; background-position: left center; }

#menucardona ul { margin-bottom: 12px; }



/* PAGINACIO */

#elpaginador { font-size:11px; margin-left:25px; margin-top:10px; }

.postTabs { bottom:-30px; left: 0px; position: absolute; }

.postTabs_divs{
	padding: 0px 4px 0px 4px; background-color:#FFFFFF; width:650px;
}

.postTabs_divs img{ margin-top: 5px; }


.postTabs_titles{
	display:none;	
}

ul.postTabs
	{
	margin:0;
	padding: 0;
	border-bottom: 1px solid <?php echo $postTabs_options["line"]; ?> !important;
	font-size: 11px;
	list-style-type: none !important;
	line-height:normal;
	text-align: <?php echo $postTabs_options["align"]; ?>;
	display: block !important;
	background: none;
	}

ul.postTabs li
	{	
	display: inline !important;
	font-size: 11px;
	line-height:normal;
	background: none;
	padding: 0px;
	margin: 0px;
	}
  
ul.postTabs li:before{
content: none;	
}  
  	
ul.postTabs li a
	{
	text-decoration: none;
	background: <?php echo $postTabs_options["inactive_bg"]; ?>;
	border: 1px solid <?php echo $postTabs_options["line"]; ?>  !important;
	padding: 0.2em 0.4em !important;
	color: <?php echo $postTabs_options["inactive_font"]; ?> !important;
	outline:none;	
	cursor: pointer;
	border-bottom:none;
	}
	
ul.postTabs li.postTabs_curr a{
	border-bottom: 1px solid <?php echo $postTabs_options["active_bg"]; ?>  !important;
	background: <?php echo $postTabs_options["active_bg"]; ?>;
	color: #000; font-weight: bold;
	text-decoration: none;
	
	}

ul.postTabs li a:hover
	{
	color: #000; font-weight: bold;
	background: <?php echo $postTabs_options["over_bg"]; ?>;
	text-decoration: none;
	
	}

.postTabsNavigation{
	display: block !important;
	overflow:hidden;
}

.postTabs_nav_next{
	float:right;
}

.postTabs_nav_prev{
	float:left;
}


/* NEWSLETTER */

#newscardona { width:500px; }
#newscardona input { font-family:Verdana,Geneva,Tahoma,Arial; font-size: 11px; margin-bottom: 5px;  padding:1px 2px 1px 2px; }

