/*   

Theme Name: Delta Events
Theme URI: http://deltaevents.org/
Author: RUDE
Author URI: http://rudeworks.com
Version: 1.0
Description: CSS básico para theme a una columna.

*/

/* @group Hacks para IE */

/* Si tienes la necesidad de aplicar algún hack para IE6 utiliza este selector: */

* html {
}

/* Si necesitas aplicarlo a IE7 utiliza este:*/

*:first-child+html {
}

/* @end */

/* @group CSS inicial */

/* Elementos que queremos limpiar completamente: */

* {
	margin: 0;
	padding: 0;
	border: none;
}

html {
	font: 62.5% Arial, Helvetica, Geneva, sans-serif;
	text-shadow: #000 0px 0px 0px;/*Elimina el efecto bold en Safari*/
}

ul {
	list-style: none;
	list-style-type: none;
}

ul li {
	margin: 0;
}

/* Ajustes básicos */

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	font-weight: normal;
	margin: 0 0 0.6em 0;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

li, dd, blockquote {
	margin-left: 1em;
}

/*** LINKS: Recuerda utilizar siempre la regla del LoVe-HAte ***/

a, a:link, a:visited, a:hover, a:active {
	/*
	Si quisieramos eliminar la línea de puntos que aparece al pulsar un enlace, aplicaríamos la siguiente propiedad:
	
	outline: 0;
	
	Sin embargo no se recomienda, por temas de accesibilidad para navegación con teclado (lo cual implica temas legales, un tema peliagudo).
	*/
	text-decoration: none;
}

a img {
	border: none;
	text-decoration: none;
}

img {
	border: none;
	text-decoration: none;
	/*Si añades un background aparecerá como fondo de la imagen, útil para imágenes de carga*/
}

/* Formularios */

label, button {
cursor:pointer;
}

input, select, textarea {
	font-size: 100%;
}

input:focus, select:focus, textarea:focus {
	background-color: #FFF;
}

fieldset {
	border: none;
}

/* Clases útiles */

.clear {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* @end */

/* @group HTML > BODY > WRAPPER */

body {
	text-align: center;
	background-color: #000;
}

#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 800px;
}

#info {
	margin-top: 20px;
	color: #888;
	font-size: 1.2em;
	display: block;
	width: 800px;
	height: 20px;
}

#info p.top {
	margin-bottom: 0;
	float: left;
}

#info p.bottom {
	margin-bottom: 0;
	float: right;
}

#info a {
	color: #888;
}



/* @end */

/* @group TIPOGRAFIA */

h2 {
	color: #73dd00;
	font-weight: bold;
	font-size: 3.5em;
	letter-spacing: -2px;
	margin-bottom: 10px;
}

h3 {
	color: #55463a;
	font-weight: bold;
	font-size: 2.5em;
	letter-spacing: -2px;
	margin: 15px 0 5px 0;
}

/* @end */

/* @group MENU */

#menu {
	width: 800px;
	float: left;
	margin: 14px 0;
}

#menu ul.sections {
	font-size: 2.3em;
	font-weight: bold;
	float: left;
	margin: 0;
}

#menu ul.sections li {
	float: left;
	margin: 0 10px 0 0;
}

#menu ul.sections li a {
	background-color: #73dd00;
	color: #fff;
	padding: 4px;
}

#menu ul.sections li a:hover {
	background-color: #fff;
	color: #93D803;
	padding: 4px;
}

#menu ul.corporative {
	font-size: 1.7em;
	float: right;
	margin: 0;
}

#menu ul.corporative li {
	float: left;
	margin: 0 0 0 15px;
	line-height: 1.5em;
}

#menu ul.corporative li a {
	color: #fff;
}

#menu ul.corporative li a:hover {
	color: #93D803;
}

/* @end */

/* @group CONTENT */

#content {
	background-color: #FFF;
	width: 780px;
	min-height: 400px;
	border: 10px solid #93d803;
	float: left;
}

h2#category-name-header {
	margin: 20px 60px 10px 60px;
}

.postblock {
	padding: 10px 60px;
	float: left;
	clear: both;
}

#category-description {
	margin: auto 60px 5px 60px;
}

#category-description p, #category-description ul {
	color: #55463a;
	font-size: 1.4em;
	line-height: 1.3em;
}

#category-description ul li {
	float: left;
	width: 200px;
	margin: 0 20px 3px 0;
}

.postblock p, .postblock ul {
	color: #55463a;
	font-size: 1.4em;
	line-height: 1.3em;
}

.postblock img, #category-description img {
	float: left;
	margin: 0 25px 10px 0;
}

.postblock a.float-right img, .postblock img.float-right {
	float: left;
	margin: 0 0 10px 25px;
}

.postblock h3 a {
	color: #55463a;
}

.postblock h3 a:hover {
	color: #73dd00;
}

.postblock small {
	color: #55463a;
	display: block;
	margin-bottom: 10px;
	font-size: 1.1em;
}

.entry ul {
	float: left;
	width: 205px;
	margin-right: 15px;
}

.gallery {
	margin: 10px 0 0 0;
	padding-bottom: 17px;
	border-bottom: 10px solid #93d803;
}

.separador {
	margin: 15px 0;
	border-bottom: 10px solid #93d803;
}

#category-description .gallery a img {
	margin: 0 3px 3px 0;
}

/* @end */

/* @group FOOTER */

#footer {
	text-align: center;
	color: #888;
	font-size: 1.2em;
	margin: 20px 0;
}

#footer p.top {
	margin: 0;
}

/* @end */

/* @group SmoothGallery */

#myGallery {
	width: 800px;
	height: 150px;
	z-index: 5;
	display: none;
	border: 1px solid #000;
}

.jdGallery {
	overflow: hidden;
	position: relative;
}

.jdGallery img {
	border: 0;
	margin: 0;
}

.jdGallery .slideElement {
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
}

.jdGallery .loadingElement {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .slideInfoZone {
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

* html .jdGallery .slideInfoZone {
	bottom: -1px;
}

.jdGallery .slideInfoZone h2 {
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdGallery .slideInfoZone p {
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}

.jdGallery div.carouselContainer {
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

.jdGallery a.carouselBtn {
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	

/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
}

.jdGallery .carousel {
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselWrapper {
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner {
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail {
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

.jdGallery .carousel .label {
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.jdGallery .carousel .label .number {
	color: #b5b5b5;
}

.jdGallery a {
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left {
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index: 10;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdGallery a.right, * html .jdGallery a.left {
	filter: alpha(opacity=50);
}

.jdGallery a.right:hover, .jdGallery a.left:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdGallery a.left {
	left: 0;
	top: 0;
	background: url('img/fleche1.png') no-repeat center left;
}

* html .jdGallery a.left {
	background: url('img/fleche1.gif') no-repeat center left;
}

.jdGallery a.right {
	right: 0;
	top: 0;
	background: url('img/fleche2.png') no-repeat center right;
}

* html .jdGallery a.right {
	background: url('img/fleche2.gif') no-repeat center right;
}

.jdGallery a.open {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open {
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.withArrows a.open:hover {
	background: url('img/open.png') no-repeat center center;
}

* html .withArrows a.open:hover {
	background: url('img/open.gif') no-repeat center center;
	filter: alpha(opacity=80);
}



/* @end */

/* @group cforms */

/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */

.cform { 
	margin:10px auto 0 auto; 
	width: 660px; 
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 15px 0; 
	border:1px solid #93D803;
	background: #fff; }

.cform legend { 
	margin-left:10px;
	padding: 0 2px; 
	font: bold 20px Arial, Helvetica, Geneva, sans-serif;
	color: #55463a;
}

ol.cf-ol { 
	margin:0; 
	padding:0; 
}
ol.cf-ol li	{ 
	margin:7px 0!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none; 
	text-align:left;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	padding:3px 0; 
	text-align:center;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:150px; 
	margin:2px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:right;
	vertical-align:top;
}
.cform label span {
	width:150px; /* must be the same as above!*/
	display:block;
	font-size: 1.4em;
	color: #55463a;
}

label.cf-before {
	margin:0 10px 0 0; 
}

label.cf-after 	{
	margin:0 0 0 6px;
	width:200px;
	text-align:left;
}

label.cf-after span {
	width:200px;
	display:block;
}

label.cf-group-after {
	margin:0 0 0 2px;
	width:60px;
	text-align:left;
}
label.cf-group-after span {
	width:60px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:1px 3px;
	background: #f9f9f9; 
	border: 1px solid #66594D;
	font-size: 1.3em;
	color: #55463a;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#CEDDDF; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#F3F8F8; 
}

.cform textarea,
.cform input {
	width: 330px;
}

.cform select {
	width: 338px; /* attempt to have equal length */
}

input#cf_field_10.default {
	width: 50px;
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	overflow:auto;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	margin:3px 5px 0 0;
	font-size:1.2em;
	display: -moz-inline-box; 
	vertical-align:top;
	color: #55463a;
}


/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	padding-left:160px; /* check with label 'width' incl. */
	font-size: 1.4em;
	color: #55463a;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:2px 0 0 0; 
	width:16px; 
	border:none; 
}

input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 160px; 
} 


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	margin: 0;
}
.cform input.sendbutton	{ 
	width:100px;  
	padding:2px; 
	margin: 10px 0 0 280px;
	font-size:1.5em;
	background:url(../images/button-bg.gif) repeat-x; 
	border:1px solid #66594D!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
	color: #55463a;
}


/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */

.cform .error 		{ color:red!important; border:1px solid #FF0000!important; padding:1px 3px; }
.cform .errortxt    	{ color:red!important; }


/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.seccap {
	margin-top: 6px;
}
label.secq,
label.secq span {
	margin-top: 2px;
	width:194px;
}
input.secinput {
	width:45px;
	margin: 3px 0 0 0;
	vertical-align:top;
}

#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
}

img.captcha	{
	margin:0 0 0 10px;
	padding:0;
	border:none;
}


/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

p.info 		{
	margin:10px 0;
	text-align:center;
}
p.success 	{
	color:green;
}
p.failure 	{
	color:red;
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload  {
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	margin:0 0 10px 0!important;
	padding:0!important;	
	text-align:center;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
	display: none;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;  /*for ie6*/
}
*+html .cform label,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html img.captcha	{
	margin-top:1px;
}
*+html input.cf-box-a,
*+html input.cf-box-b,
* html input.cf-box-a,
* html input.cf-box-b { 
	margin-top:0;
}




/* @end */