/* @override http://cureuphoria.com/site/wp-content/themes/cureuphoria/css/plugins.css */

/*	INDEX
	=============================================================
	1.GIGPRESS............... ()
	2.WP-PAGENAVI............ ()
	3.WP-PAGERATINGS......... ()
	4.WP-POLLS............... ()
	5.SOCIABLE............... ()
	6.TUBEPRESS.............. ()
 */

/* 1.GIGPRESS
============================================================= */
/* Meet the table that displays our shows */
.gigpress-table { width: 100%; }

.gigpress-table a { color: #000; text-decoration: underline; }

/* This is for the main header cells containing the column labels */
tr.gigpress-header th { background-color: #666; font-weight: bold; color: #fff; }

/* Generic class for the table header cells */
.gigpress-table th { padding: 6px 8px; vertical-align: middle; text-align: left; border-bottom: 1px solid #CCC; }

/* This is for the tour name header cells */
th.gigpress-heading { background: #F3F3F3; border-bottom: 1px solid #CCC; }

/* This is for the tour name headings, whichever one you're using */
th.gigpress-heading h1, th.gigpress-heading h2, th.gigpress-heading h3, th.gigpress-heading h4, th.gigpress-heading h5 { font-size: 1.3em; }

/* Applies to all cells in the table */
.gigpress-table td { padding: 6px 8px; vertical-align: middle; text-align: left; }

/* Rows */
.gigpress-row {  }

/* Some subtle hover effects */
.gigpress-row:hover, 
.gigpress-info:hover { background: none;}

/* Applies to the first row of each show listing */
.gigpress-row td { background: #FCFCFC; }

/* To set an alternating row style */
tr.gigpress-alt { }

/* Individual classes for the label header cells that start the table */
th.gigpress-date { border-right: 1px solid #fff; }
th.gigpress-city { border-right: 1px solid #fff; }
th.gigpress-venue { border-right: 1px solid #fff; }
th.gigpress-country { text-align: center; }

/* Likewise, individual classes for the content cells */
td.gigpress-date { }
td.gigpress-city { }
td.gigpress-venue { }
td.gigpress-country { text-align: center; font-size: 0.8em; }

tr.gigpress-info td { font-size: 90%; color: #333; border-bottom: 1px solid #CCC; }

tr.gigpress-row.cancelled, tr.gigpress-info.cancelled, tr.cancelled span.gigpress-info-label, tr.cancelled span.gigpress-info-item { color: #999; }

/* This wraps each of the address, admission, etc spans in the "info" cell */
span.gigpress-info-item { }

/* For the labels for address, admission, etc in the "info" cell */
span.gigpress-info-label { color: #666; }

/* For the spacer cell that goes in-between tours */
td.gigpress-empty { }

/* In case you want to style the "Buy Tickets" link */
a.buy-tickets { font-weight: bold; }

/* Notices for Cancelled or Sold Out shows */
strong.gigpress-cancelled, strong.gigpress-soldout { text-transform: uppercase; font-weight: bold; color: red; }

/* In case you want to style the Googlefied address link */
a.gigpress-address { }

/* This is for the RSS link */
td.gigpress-rss a { padding-left: 14px; background: transparent url(../images/feed-icon-10x10.png) no-repeat left center; }

/* ********** These styles are for the sidebar listing **********  */

/* Tour & Individual Shows Headings */
span.gigpress-list-heading { color: #660000; font-size: 1.3em; display: block; }

/* Date */
span.gigpress-date { font-weight: normal; color: #000; text-decoration: underline; display: block; padding-top: 15px; margin-bottom: 3px; }

/* This is the unordered list that holds the dates */
ul.gigpress-listing { }

/* Generic styles for the list items within */
ul.gigpress-listing li ul li { color: #555; font-size: 1.0em; }

/* Links */
ul.gigpress-listing li ul li a 			{ font-weight: bold; color: #555; }
ul.gigpress-listing li ul li a:hover 	{ color: #333; }

/* View all */
.gigpress-list-more  		{ margin-top: 10px; }
.gigpress-list-more a 		{ color: #660000;  }
.gigpress-list-more a:hover { color: #000; }

/* So if you like you can syle the first list item differently */
li.gigpress-list-first { }

/* So if you like you can syle the last list item differently */
li.gigpress-list-last { margin-bottom: 20px; }

/* So if you like you can syle each alternating list item differently */
li.gigpress-alt { }

/* Sold Out shows in the sidebar */
ul.gigpress-listing strong.gigpress-soldout { display: block; }

/* Add a feed icon to the RSS link */
li.gigpress-list-rss a { padding-left: 14px; background: transparent url(../images/feed-icon-10x10.png) no-repeat left center; }

/* The Show Info list */
.gigpress-related-heading 	{ margin: 20px 0 5px 0; }
ul.gigpress-related-show 	{ background-color: #ffffdd; border: 1px solid #ffff77; margin: 0 0 20px; list-style: none; padding: 10px; }
ul.gigpress-related-show li { margin-bottom: 5px;}

.gigpress-related-label { font-weight: bold; }

/* This is just to include data dor hcalendar support, but hide it from view */
span.hide { display: none; }

/* Stop Firefox from underlining our abbreviated dates */
abbr { border: none; text-decoration: none; font-size: 100%; }


/* 2.WP-PAGENAVI
============================================================= */
.wp-pagenavi { text-align: center; margin-top: 20px; }

.wp-pagenavi a, 
.wp-pagenavi a:link, 
.wp-pagenavi a:visited, 
.wp-pagenavi span.pages,
.wp-pagenavi span.current,
.wp-pagenavi span.extend 	{ padding: 4px; }

.wp-pagenavi a, 
.wp-pagenavi a:link,		
.wp-pagenavi a:visited 		{ margin: 2px; text-decoration: none; border: 1px solid silver; color: #555; }

.wp-pagenavi a:hover 		{ border: 1px solid #000; color: #000; }
.wp-pagenavi a:active 		{ margin: 2px; text-decoration: none; border: 1px solid silver; }

/* Page 1 of … */
.wp-pagenavi span.pages 	{ margin: 2px 10px 2px 2px; color: silver; }

/* Current */
.wp-pagenavi span.current 	{ margin: 2px; font-weight: bold; color: #fff; background-color: #555; }

/* ... */
.wp-pagenavi span.extend 	{ margin: 2px; color: #555; }


/* 3.WP-POSTRATINGS
============================================================= */
.post-ratings {
	width:100%;
	height: 30px;
	font-size: 0.9em;
	color: #aaa;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	/* background-color: #ffffff; */
}
.post-ratings-loading { display: none; height: 16px; text-align: left; }
.post-ratings-image { border: 0px; }
.post-ratings IMG, .post-ratings-loading IMG, .post-ratings-image IMG { border: 0px; padding: 0px; margin: 0px; }
.post-ratings-text { }
.post-ratings-comment-author { font-weight: normal; font-style: italic; }


/* 4.WP-POLLS
============================================================= */
#polls-wdgt input 	{  }
#polls-wdgt label, #polls-wdgt li { font: 12px Helvetica, Arial, sans-serif; }
#polls li a 		{ }
#polls .results a 	{ color: #660000; }
#polls .results a:hover { text-decoration: none; }
	
#poll_archive_link a { color: red; }
	
.wp-polls-archive { /* background-color: #ffffff; */ }

.wp-polls-archive h3 { font-size: 1.3em; margin-bottom: 30px; }

.wp-polls, 
.wp-polls-form { margin-bottom: 2px; }

#polls .wp-polls ul li, 
#polls wp-polls-ul li, 
#polls .wp-polls-ans ul li { }

.wp-polls ul, 
.wp-polls-ul, 
.wp-polls-ans ul  		{ }

.wp-polls ul li:before, 
wp-polls-ul li, 
.wp-polls-ans ul li:before, 
#sidebar ul ul li:before { content: ''; }

.wp-polls IMG, 
.wp-polls LABEL, 
.wp-polls INPUT, 
.wp-polls-loading IMG, 
.wp-polls-image IMG 	{ display: inline; border: 0; }

#content .wp-polls ul	{ margin-bottom: 40px; }
.wp-polls-ans 			{ width:100%; filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1; /* background-color: #ffffff; */ }
.wp-polls-loading 		{ text-align: center; height: 16px; line-height: 16px; }
.wp-polls-image 		{ border: 0; }
.wp-polls .Buttons 		{ border:1px solid #c8c8c8; background-color: #efe7a3; margin: 10px; padding: 3px; }

/* Polls Archive Paging */
.wp-polls-paging a, 
.wp-polls-paging a:link 
{ padding: 2px 4px 2px 4px; margin: 2px; text-decoration: none; border: 1px solid #0066cc; color: #0066cc; background-color: #FFFFFF; }

.wp-polls-paging a:visited 
{ padding: 2px 4px 2px 4px; margin: 2px; text-decoration: none; border: 1px solid #0066cc; color: #0066cc; background-color: #FFFFFF; }

.wp-polls-paging a:hover 
{ border: 1px solid #000000; color: #000000; background-color: #FFFFFF; }

.wp-polls-paging a:active 
{ padding: 2px 4px 2px 4px; margin: 2px; text-decoration: none; border: 1px solid #0066cc; color: #0066cc; background-color: #FFFFFF; }

.wp-polls-paging span.pages 
{ padding: 2px 4px 2px 4px; margin: 2px 2px 2px 2px; color: #000000; border: 1px solid #000000; background-color: #FFFFFF; }

.wp-polls-paging span.current 
{ padding: 2px 4px 2px 4px; margin: 2px; font-weight: bold; border: 1px solid #000000; color: #000000; background-color: #FFFFFF; }

.wp-polls-paging span.extend 
{ padding: 2px 4px 2px 4px;  margin: 2px;	 border: 1px solid #000000; color: #000000; background-color: #FFFFFF; }

/* Styles Used In WP-Admin */
#wp-polls-pollbar-bg 		{ width: 25px; height: 25px; border: 1px solid #000000; }
#wp-polls-pollbar-border 	{ width: 25px; height: 25px; border: 1px solid #000000; }


/* 5.SOCIABLE
============================================================= */
div.sociable { margin: 16px 0; border-top: 1px solid #ddd; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/* 6.TUBEPRESS
============================================================= */
.tubepress_container img { background-color: #fff; padding: 5px; border: 1px solid #ccc; margin-bottom: 10px; }

.tubepress_meta_group { text-align: left; }

.tubepress_normal_embedded_wrapper { text-align: center; }

.tubepress_normal_embedded_wrapper .tubepress_normal_embedded_inner {
    text-align: left;
    margin: auto;
}

.tubepress_normal_embedded_wrapper .tubepress_normal_embedded_inner .tubepress_embedded_title {
    font-weight: bold;
    font-size: larger;
    margin-bottom: .3em;
}

.tubepress_meta { color: #666; font-style: italic; }


.tubepress_meta_runtime {
    font-size: 11px;
    color: #000;
    font-weight: bold;
}

#content .tubepress_thumb {
    float: left;
    width: 32%;
    line-height: 1.1em;
    font-size: 11px;
    height: 185px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
}

.tubepress_thumb a {
	cursor: pointer;	
}

.tubepress_meta_title, 
.tubepress_meta_title a { font-size: 12px; color: #660000;font-weight: bold; }

.tubepress_meta_title a:hover { text-decoration: underline; }

.tubepress_thumb_inner { margin: auto; }

.tubepress_thumbs {
    clear:both;
    padding: 0 0 0 5px;
    padding-top: 1em;
}

div.pagination {
    padding: 3px;
    margin: 3px;
    text-align:center;
    clear: both;
}

#content div.pagination a {
    border: 1px solid #dedfde;
    margin-right: 3px;
    padding:2px 6px;
    background-position:bottom;
    text-decoration: none;
    color: #555;        
}

#content div.pagination a:hover, 
#content div.meneame a:active {
    border: 1px solid #555;
    background-image: none;
    background-color: transparent;
    color: #555;
}
#content div.pagination span.current { margin: 2px; font-weight: bold; color: #fff; background-color: #555; }

div.pagination span.disabled {
    margin-right:3px;
    padding:2px 6px;
    color: #adaaad;
}

.tubepress_thumb_widget {
	width: 100%;
	text-align: left;
	margin-top: 1em;
	height: auto;
}

.tubepress_thumb_widget a {
	cursor: pointer;	
}

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */
.jqmWindow{display:none;position:fixed;top:17%;left:50%;margin-left:-300px;background-color:#EEE;color:#333;border:1px solid black;padding:12px;}.jqmOverlay{background-color:#000;}* iframe.jqm{position:absolute;top:0;left:0;z-index:-1;width:expression(this.parentNode.offsetWidth+'px');height:expression(this.parentNode.offsetHeight+'px');}
* html .jqmWindow{position:absolute;top:expression((document.documentElement.scrollTop || document.body.scrollTop)+Math.round(17 *(document.documentElement.offsetHeight || document.body.clientHeight) / 100)+'px');}

#sb-container,#sb-wrapper{text-align:left;}#sb-container,#sb-overlay{position:absolute;top:0;left:0;width:100%;margin:0;padding:0;}#sb-container{height:100%;display:none;visibility:hidden;z-index:999;}body>#sb-container{position:fixed;}#sb-overlay{height:expression(document.documentElement.clientHeight+'px');}#sb-container>#sb-overlay{height:100%;}#sb-wrapper{position:relative;}#sb-wrapper img{border:none;}#sb-body{position:relative;margin:0;padding:0;overflow:hidden;border:1px solid #303030;}#sb-body-inner{position:relative;height:100%;}#sb-content.html{height:100%;overflow:hidden}#sb-loading{position:absolute;top:0;width:100%;height:100%;text-align:center;padding-top:10px;}#sb-body,#sb-loading{background-color:#060606;}#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}#sb-title-inner,#sb-info-inner{position:relative;font-family:'Lucida Grande',Tahoma,sans-serif;line-height:16px;}#sb-title,#sb-title-inner{height:26px;}#sb-title-inner{font-size:16px;padding:5px 0;color:#fff;}#sb-info,#sb-info-inner{height:20px;}#sb-info-inner{font-size:12px;color:#fff;}#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;}#sb-nav-close{background-image:url(resources/close.png);background-repeat:no-repeat;}#sb-nav-next{background-image:url(resources/next.png);background-repeat:no-repeat;}#sb-nav-previous{background-image:url(resources/previous.png);background-repeat:no-repeat;}#sb-nav-play{background-image:url(resources/play.png);background-repeat:no-repeat;}#sb-nav-pause{background-image:url(resources/pause.png);background-repeat:no-repeat;}#sb-counter{float:left;padding:2px 0;width:45%;}#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}#sb-counter a.sb-counter-current{text-decoration:underline;}div.sb-message{font-family:'Lucida Grande',Tahoma,sans-serif;font-size:12px;padding:10px;text-align:center;}div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}
