
/*   
Theme Name: vSv_2009
Theme URI: http://www.verbobala.com
Description: 2009_takeover!
Author: Logan Phillips & Adam Cooper-Teran
Author URI: http://www.dirtyverbs.com
Template: vSv_2009
Version: 1.0

*/

/* DIRTYCSS LOGAN PHILLIPS DIRTYVERBS.COM ... STILL LEARNING ... */

body {
	background-image: url(images/bg-notile.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #feb95f;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
	color: #000;
	font-family: "Palantino", Garamond, Georgia, "Times New Roman", serif;
	font-size: 60%;
}

/*-------------------------------------*/
#second-bg {
	background-image: url(images/second-bg-notile.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	min-height: 700px;
	margin: 0;
	padding: 0 0 2px 0;
}

/* INDIVIDUAL PAGE BACKGROUNDS */
.bienvenido-page { 
	background-image: url(images/bg-bienvenido.jpg);
	background-color: #000000;
	}

.news-page { background-image: url(images/bg-news.jpg);  }
.about-page { background-image: url(images/bg-about.jpg); }
.press-page { background-image: url(images/bg-press.jpg); }
.video-page { background-image: url(images/bg-video.jpg); }
.store-page { background-image: url(images/bg-store.jpg); }
.booking-page { background-image: url(images/bg-booking.jpg); }
.contact-page { background-image: url(images/bg-contact.jpg); }
.events-page { background-image: url(images/bg-events.jpg); }
.ow-page { background-image: url(images/bg-ow.jpg); }
.sonidero-page { background-image: url(images/bg-sonidero.jpg); }
.projects-page { background-image: url(images/bg-projects.jpg); }



/*--------------------------------------------------------------------------------------------------*/
/*MAIN STRUCTURE DIVS */
/*MAIN STRUCTURE DIVS */

.twoColFixRt #container {

	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 350px 0 0 250px; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 1.5em;
}

.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	border-right: 2px solid #660000;
	border-bottom: 2px solid #660000;
	border-left: 2px solid #660000;
	background-image: url(images/div-sidebar.jpg);
	background-repeat: no-repeat;
	background-color: #176cb0;
	padding: 0;
	margin: -350px -126px 250px 0;
}


.twoColFixRt #mainContent { 
	background-position: top;
	background-repeat: no-repeat;

	width: 600px;
	border: 2px solid #660000;
 	background-color: #fff;
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 75px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	line-height: 1.4em;
} 


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*-------------------------------------*/

/*-------------------------------------*/

#navbar {

	/*-background-image: url(images/navbar-bg.gif);
	background-position: center;
	background-repeat: no-repeat;*/
	
	font-weight: bold;
    font-size: 1.3em;
	letter-spacing: 0.1em;
	
	width: 100%;
	margin-top: 350px;
	padding-bottom: 10px;
	text-align: left;
}

#navbar a:link, #navbar a:visited {
	color: #ffffff;
	text-decoration: none;
	display: block;

	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 50px;
}

#navbar a:hover {
	background-color: #000000;
}


#events {
	color: #FFFFFF;
	font-size: 1.0em;
	padding-bottom: 30px;
}

#events ul {
	text-align: left;
	padding-left: 50px;
	font-weight: bold;
	font-size: 1.2em;
	list-style-type: none;
	margin: 0;
}

#events ul li {
	letter-spacing: 0.1em;
	margin-top: 30px;
	padding-bottom: 5px; 
}

#events ul ul {
	/** this does everything under the main headline**/
	margin: 0;
	padding: 0 0 0 10px; 
	
	font-variant: normal;
	font-weight: normal;
	font-size: .9em;
	list-style-type: none;
	text-align: left;
}

#events ul ul li {
	margin-top: 0;
	border: 0;
	
	letter-spacing: 0;
	color: #fff;
	font-weight: bold;
}

#events a {
	text-decoration: none;
	font-weight: normal;
	color: #fff;
}

#events a:hover {
	background-color: #000000;
}

#badgebar {
	background-color: #660000;
	padding-left: 45px;

}

#badgebar a img {
	border: solid #660000 5px;	
	
}

#badgebar a:hover img {
	border: solid #000 5px;	
}

/*-------------------------------------*/

#credit-box {
	background-color: #fff;
	
	border: #660000 2px solid;
	margin: 25px 136px 50px 0;
	padding-top: 3px;
	padding-bottom: 10px;
	padding-right: 3px;
	padding-left: 3px;
	
	line-height: normal;
	font-size: .9em;

}

#credit-box p {
	padding-left: 3px;
	padding-bottom: 0;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

#credit-box img {
    float: left;
	margin-right: 5px;
}

#credit-box a {
	text-decoration: none;
	font-weight: bold;
}

#credit-box a:hover {
	text-decoration: underline;
}

#credit-box a:visited {
	color: #330000;
}

#credit-box a img {
	border: none;
	}
	
#credit-box a:hover img {
border: none;

}

/*-------------------------------------*/

/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	font-size: 4em;
	text-align: center;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 0 0 0;
	font-size: 1.6em;
	}

h2.pagetitle {

}

h3 {
	padding: 0;
	margin: 30px 0 0;
	font-size: 1.3em;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}


h1, h2, h3 {
	font-weight: bold;
	}

h2.pagetitle {
	font-size: 1.6em;
	}


h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #660000;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #660000;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
	}
	
	/* End Headers */
	
	/*Begin CLASSES AND CORE STYLE8*/

.post {
	
	text-align: justify;
	}

.entry p a:visited {
	color: #660000;
	}
	
	.read-more {
	background-color: #660000;
	display: block;
	text-align: right;
	margin: 0 -20px 0 350px;
	padding: 0 20px 0 0;
}

.read-more a {
	color: #fff;
	font-weight: bold;
}

.read-more a:visited {
	color: #fff;
	font-weight: bold;
	}
	
.read-more a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}



.navigation {
	background-color: #660000;
	color: #fff;
	display: block;
	text-align: right;
	font-weight: bold;
	font-size: 1.3em;
	margin: 0 -20px -20px -20px;
	padding: 0 20px 0 0;
	}
	
	.navigation a {
	color: #fff;
}

.navigation a:visited {
	color: #fff;
	}
	
.navigation a:hover {
	color: #fff;
	text-decoration: none;
}
	

.alt {
	background-color: #000;
	}
	
.description {
	font-size: 1.2em;
	text-align: center;
	}

a, h2 a:hover, h3 a:hover {
	color: #660000;
	text-decoration: underline;
	}

a:hover {
	color: #660000;
	text-decoration: none;
	}

img {
	border: solid #660000 2px;
}
	
a img {
	border: 2px solid #660000;
	}
	
	a:hover img {
	border: 2px solid #fff;

}
	
	.metadata {
	
	}
	
	

	
.metadata img {
	border: 0;
	
	}
	
	.metadata a:hover img {
	border: 0;
	}
	
/* Begin Various Tags */

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

small, .nocomments, .postmetadata, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Monospace, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 30px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px dotted #777;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}


hr {
	display: none;
	}
	
	.language {
		font-size: 0.9em;
		margin-left: -35px;
		margin-top: -77px;
		margin-bottom: 65px;
	
	}
	
	.language ul {
    display: inline;
	list-style-type: none;
	margin: 0;
	padding-left: 20px;
	}
	
	.language li {
		padding-left: 15px;
	display: inline;	
	}
	
	.language a {
		color: #FFF;
		
	}
	
	.language img {
	padding-right: 10px;	
		
	}
	
	.sonidero-page .language { padding-bottom: 140px; } /*add extra room for big sonidero title */
	
	.image_left img {
	border: solid #660000 2px;
	margin: -5px 15px 5px -5px;
	display: block;
	float: left;
	}
	
		.image_left_padded img {
	border: solid #660000 2px;
	margin: -5px 30px 5px -5px;
	display: block;
	float: left;
	}
	
		.image_noborder img {
	border: none;
	}
	
			.image_noborder a img {
	border: none;
	}
	
	/* Specific Pages */
	
	

/* Begin Calendar */
#wp-calendar table {
	border: 3px solid #000000;
	empty-cells: show;
	font-size: 24px;
	width: 740px;
	}

#wp-calendar table #next a {
	padding-right: 1px;
	text-align: center;
	}

#wp-calendar table #prev a {
	padding-left: 1px;
	text-align: center;
	}

#wp-calendar table a {
	display: block;
	text-decoration: none;
	background-color: #CC9933;
	color: #660033;
	width: 100%;
	}

#wp-calendar table a:hover {
	color: #333;
	}

#wp-calendar table caption {
	color: #CC9933;
	font-size: 1em;
	text-align: center;
	padding-bottom: 2px;
	padding-left: 2px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC9933;
	}

#wp-calendar table td {
	color: #000000;
	font: normal 11px Verdana, Geneva, sans-serif;
	padding: 0px;
	text-align: center;
	width: 100px;
	height: 50px;
	border: 1px solid #CCCCCC;
	vertical-align: top;
	margin-right: -5px;
	margin-left: -5px;
	}

#wp-calendar table td.pad:hover {
	background: #fff;
	}

#wp-calendar table #today {
	background: url(http://www.dianelebow.com/images/today.gif);
	color: #666;
	}

#wp-calendar table th {
	color: #CC9933;
	font-style: normal;
	text-transform: capitalize;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .5em;
	text-align: center;
	vertical-align: middle;
	}
#wp-calendar a.eventday {
	color:#FFFFFF;
	}
/* End Calendar */

