/*

Theme Name: Carrington Blog
Theme URI: http://carringtontheme.com
Description: A developer friendly theme with atomic templates and an elegant override hierarchy.
Version: 1.3
Author: Crowd Favorite
Author URI: http://crowdfavorite.com
Tags: widgets, customizable, 3-column, framework, semantic, white, red, gray, carrington

// This file is part of the Carrington Theme for WordPress
// http://carringtontheme.com
//
// Copyright (c) 2008 Crowd Favorite, Ltd. All rights reserved.
// http://crowdfavorite.com
//
// Released under the GPL license
// http://www.opensource.org/licenses/gpl-license.php
//
// **********************************************************************
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
// **********************************************************************

*/

@import url(css/carrington-blog.css);

/* including for compatibility */

.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.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;
}

/********************************************************/
/* Added by Cesar Gonzalez  */

#header a img { float: left; }
#header #blog-description { font-size: 14px; float:left; margin: 39px 0 0 15px; }
table {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

table td { border: 0; }

ul.ratings {
	margin: 0;
	padding: 0;
}

ul.ratings li {
	list-style: none;
}

.rating_label {
	white-space: nowrap;
	padding: 1px 10px 1px 0;
}

.rating_value {
	white-space: nowrap;
	padding: 1px 0;
}

.rating_value .no_ratings {
}

/* For the gallery at the top of the show pages */
#main-image {
	margin: 0 0 15px 0;
	width: 358px;
	background: white;
}

#main-image img {
	border: 2px solid #DDD;
	width: 354px;
}

.caption {
	display: block;
	margin: -2em 0 0 5px;
	font-style:italic; 
	color: white;
}

.galleria li a {display:none}
.galleria li div {position:absolute;display:none;top:0;left:0}
.galleria li div img {cursor:pointer}
.galleria li.active div img,.galleria li.active div {display:block}
.galleria li img.thumb {cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
* html .galleria li div span {width:358px} /* MSIE bug */

#sidebar .gallery-tango {
	list-style: none;
	width: 358px;
	margin: 0;
}

#sidebar .gallery-tango li {
	display: block;
	float: left;
	width: 65px;
	height: 65px;
	overflow: hidden;
	border: 2px solid #DDD;
	margin: 0 0 3px 3px;
	background: #000;
}

.clearing { clear: both; }

/* Styling for the list of show features on single show page*/
#show-info { 
	width: 380px;
	float: left;
}

#show-info .meta-key { font-weight: bold; }

#show-ratings {
	width: 110px;
	margin-left: 20px;
	float: left; 
}

#price-tag {
	font-weight: bold;
	font-size: 14px;
	margin: 15px 0 0 0;
	color: #5BA454;
}

#show-ratings .reserve-button a,
#show-ratings .no-reservations a,
#show-ratings .use-phone {

	display: block;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	background-color: #A00004;
	color: #FFF;
	padding: 4px 6px;
	margin-top: 10px;
	border: 2px solid #A00004;
	text-decoration: none;
}

#show-ratings .reserve-button a:hover {
	text-decoration: none;
	border-top: 4px solid #333;
	border-left: 4px solid #333;
}

#show-ratings .no-reservations a,
#show-ratings .use-phone {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2;
	background-color: #C06666;
	border: none;
}

#show-ratings .no-reservations a:hover {
	background-color: #A00004;
	text-decoration: none;
}

#show-ratings .reserve-button a { margin-top: 4px; }

/* Styling for the comments / review form. */
#comment-form .ratings {
	float: left;
}

#comment-form p.actions {
	clear: both;
}

#comment-form .ratings .rating_label {
}

/***** Custom Homepage CSS ********/

.home #content, .category #content { width: 723px; }
.home #sidebar, .category #sidebar { width: 173px; }

.wpcf7 table td { padding: 1px 0 3px 0; vertical-align: top; }
.wpcf7 table .labels { width: 75px; }
#customer-name, #customer-email, #customer-date,
#customer-count, #show-selected, #customer-instructions {
	width: 230px;
}
#customer-instructions { height: 35px; }

/* Styling for shows lists on the Homepage */
.quickview, .all-reviews {
	width: 100%;
	margin-bottom: 6px; border: 0;
	background-color: #E9E9E9;
}

.quickview td {
	border: 0;
	vertical-align: top;
	height: 75px;
	padding: 8px 10px;
}

.quickview:hover { background-color: #F7F7F7; }

.quickthumb { width: 90px; }
.quickthumb img { }

.quickview h3 { margin-bottom: 4px; }
.quickview p { margin: 0; }
.quickview small { font-style: italic; }

.quickview .star-rating, 
.quickview .star-rating td { margin: 0; padding: 0; border: 0; height: auto; }
.quickview .star-rating { margin: 0 10px 2px 0; }

.quickview .reserve-button a {
	display: block;
	background-color: #FFF;
	line-height: 1;
	padding: 4px 3px 2px 3px;
	margin-top: 5px;
}

.quickview .reserve-button a:hover {
	text-decoration: none;
	background-color: #A00004;
	color: #FFF;
}

.all-reviews td {
	border: 0;
	vertical-align: top;
	font-size: 0.92em;
	padding: 5px 10px;
}

.all-reviews p { margin: 0; }

/* For the jQuery UI Tabs, use the CSS below.  Images removed... */
#show-lists { margin-top: 15px; }

#show-lists .ui-tabs-nav {
	/*resets*/
	margin: 0; padding: 0; 
	line-height: 1.3; text-decoration: none; list-style: none;

	float: left;
	position: relative;
	z-index: 1;
	border-right: 1px solid #d3d3d3;
	bottom: -1px;
}
#show-lists .ui-tabs-nav li {
	/*resets*/
	margin: 0; padding: 0;
	float: left;
	border: 1px solid #d3d3d3;
	border-right: none;
}
#show-lists .ui-tabs-nav li a {
	/*resets*/
	margin: 0; padding: 0;
	float: left;
	padding: .5em 1.7em;
	color: #555555;
	background-color: #e6e6e6;
}
#show-lists .ui-tabs-nav li a:hover {
	background-color: #dadada;
	color: #212121;
}
#show-lists .ui-tabs-nav li.ui-tabs-selected {
	border-bottom-color: #ffffff;
}
#show-lists .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	background-color: #ffffff;
	color: #222222;
}
#show-lists .ui-tabs-panel {
	clear:left;
	border: 1px solid #d3d3d3;
	background-color: #ffffff;
	color: #222222;
	padding: 1.5em 1.7em;	
}
#show-lists .ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}


/***** Search for Shows Form ********/

#search-shows table.form-holder { margin: 0; padding: 0; border: 0; }
#search-shows .form-holder td {
	margin: 0;
	border: 0;
	padding: 0 0 3px 0;
}
#search-shows .checkbox { vertical-align: bottom; }
#search-shows .form-label { 
	width: 80px;
	padding: 0 4px 3px 0;
	text-align: right;
}
#search-shows #show-date {
	background: transparent url(images/calendar_view_month.png) no-repeat right center;
}
#search-shows input, #search-shows button, #search-shows select { width: 100px; }
#search-shows button { margin-top: 5px; }


/* The language switcher functions in the top right corner */
#languages {
	position: absolute;
	top: 10px;
	right: 10px;
}

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

#languages li {
	float: left;
	margin-right: 10px;
}

#languages a:hover { text-decoration: none; opacity: 0.6; }

#en-icon, #es-icon, #br-icon {
	display: block;
	height: 32px;
	width: 32px;
}

#en-icon { background: url(images/en.gif) top left no-repeat; }
#es-icon { background: url(images/es.gif) top left no-repeat; }
#br-icon { background: url(images/br.gif) top left no-repeat; }

#call-us { float: right; font-weight: bold; font-size: 15px; }
#call-us span { color: #A00004; }

/* For the Contact Us page */
#contact-form {
	border: 1px solid #777;
	margin: 15px 0;
	padding: 25px 15px;
	width: 400px;
}

#contact-form label {
	display: block;
	width: 130px;
	float: left;
}

#contact-form input { width: 250px; }
#contact-form textarea { width: 250px; height: 250px; }