/*
Theme Name: daCosta
Theme URI: http://www.dacostatalent.com/
Description: WordPress theme produced by 418QE
Version: 1.0
Author: James Caldwell
Author URI: http://www.418qe.com/
Tags: custom header, fixed width, two columns, widgets

	418QE
	http://www.418QE.com

	This theme was designed and built by James Caldwell,
	whose blog you will find at http://www.418QE.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors & Structure*/
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif, Verdana, 'Lucida Grande';
	background: url('images/background_strip.png');
	color: #333333;
	text-align: left;
	margin: 0 0 30px 0;
	padding: 0;
	}

#page {
	text-align: left;
	background-color: white;
	margin: 15px auto;
	padding: 0px;
	width: 900px;
	/*border: 1px solid #959596;*/
	}

#header {
	background: #000000;
	/*background: #000000 url('images/headers/wof_03.png') no-repeat;*/
	/*background: #000000 url('<?php if (function_exists('generateRandomImgTag')) { generateRandomImgTag(); } ?>') no-repeat;*/
	/*background: #000000 url('<?php echo generateRandomImgTag(); ?>') no-repeat;*/
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 900px;
	}

#headerimg {
	margin: 0px;
	height: 150px;
	width: 750px;
	padding-left: 150px;
	background: #000000;
	}

#logo {
	margin: -150px 0px 0px 0px;
	height: 150px;
	width: 150px;
	background: url(images/dacosta_logo.png) no-repeat;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.2em;
	line-height: 1.4em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Sans-Serif, Verdana, 'Lucida Grande';
	font-weight: normal;
	}

h1 {
	font-size: 2.0em;
	text-align: left;
	letter-spacing: -.025em;
	padding: 12px 0px 0px 0px;
	/*border: #00CC33 solid 1px;*/	
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: left;
	}

h2 {
	font-family: 'arial black', Arial, Sans-Serif, Verdana, 'Lucida Grande';
	font-weight: 900;
	font-size: 1.8em;
	text-align: left;
	letter-spacing: -.05em;
	padding: 15px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #666666;
	/*border: #00CC33 solid 1px*/;	
	}

h2.pagetitle {
	font-size: 1.8em;
	margin-bottom: 30px;
	}

#roster h1 {
	font-family: 'arial black', Arial, Sans-Serif, Verdana, 'Lucida Grande';
	font-weight: 900;
	margin-top: 14px;
	margin-bottom: -10px;
	}

#roster h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 1.55em;
	letter-spacing: -.02em;
	margin-top: 12px;
	margin-bottom: 45px;
	}

#location h2 {
	font-size: 1.75em;
	margin-top: 12px;
	margin-bottom: 45px;
	}

#sidebar h2 {
	font-family: Arial, Sans-Serif, Verdana, 'Lucida Grande';
	font-size: 1.2em;
	text-transform: uppercase;
	font-size: 75%;
	letter-spacing: 0.1em;
	color: #666666;
	font-weight: bold;
	display: inline;
	margin: 0px 0px 0px 0px;
	}

h3 {
	font-weight: bold;
	font-size: 1.4em;
	letter-spacing: -.02em;
	color: #333333;
	padding: 0px;
	margin: 15px 0px -15px 0px;
	}

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

h2 a, h2 a:visited, 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, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #660000;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Sans-Serif, Verdana, 'Lucida Grande';
}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Sans-Serif, Verdana, 'Lucida Grande';
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #666666;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

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

a, h2 a:hover, h3 a:hover {
	color: #AA0000;
	text-decoration: none;
	}

a:hover {
	color: #CC0000;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Sans-Serif, Verdana, 'Lucida Grande';
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.narrowcolumn {
	float: left;
	padding: 15px 30px 15px 30px;
	margin: 0px 0px 0px 0px;
	width: 840px;
	}

.widecolumn {
	padding: 15px 30px 15px 30px;
	margin: 0px 0px 0px 150px;
	width: 690px;
	}

.post {
	margin: 0px 0px 0px 0px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 15px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 900px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 15px 0px 0px 15px;
	text-align: left;
	color: #CCCCCC;
	}
/* End Structure */



/*	Begin Headers */
h2.pagetitle {
	margin-top: 30px;
	text-align: left;
}

#sidebar h2 {
	margin: 8px 0 0;
	padding: 50px 0px 50px 0px;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 15px;
	padding: 0 0 0 0px;
	padding-left: 15px;
	text-indent: 0px;
	list-style-type: square;
	font-size: 120%;
	}

html>body .entry li {
	margin: 0px 0px 5px 0px;
	}

._#sidebar ul ul li:before {
	/*content: "\00BB \0020";*/
	}

._entry ul li:before {
	/*content: "\0020 \00A0 \00A0";*/
	}

.entry ol {
	padding: 0 0 0 0px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	list-style-type: none;
	list-style-image: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 5px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 5px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 5px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 5px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0px auto;
	padding: 0px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 85px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #CC0000;
	}

#sidebar #searchsubmit {
	padding: 3px 3px;
	font-size: 0.6em;
	margin-top: -1px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	vertical-align: middle;
	width: 50px;
	height: 19px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: left;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	font: 1.2em Arial, Sans-Serif, Verdana, 'Lucida Grande';
	padding: 0px 0px 0px 0px;
	margin: -83px 0px 66px 685px;
	width: 150px;
	height: 17px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

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

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 60px;
	width: 300px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 0px;
	margin: 3px;
/*
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
*/
}

.wp-caption img {
	margin: 0;
	padding: 3px;
	border: 1px dotted #333333;
}

.wp-caption img:hover {
	margin: 0;
	padding: 3px;
	border: 1px solid #333333;
}

.wp-caption p.wp-caption-text {
	font-size: 90%;
	line-height: 110%;
	padding: 5px 5px 30px 5px;
	margin: 0px;
	height: 10px;
}

#bestof p.wp-caption-text{
	font-size: 90%;
	line-height: 110%;
	padding: 0px;
	margin: 0px;
	height: 0px;
	background-color: #0F9;
}

.best-names {
	font-size: 11px;
	padding: 3px 0px 11px 0px;
}

.roster-positioning {
	margin-left: -5px;
}

a.top {
	color: #CC0000;
	padding: 0px;
	font-size: 100%;
	font-variant: small-caps;
	margin: 0px 0px 0px 5px;
}

a.topbio {
	color: #CC0000;
	padding: 0px;
	font-size: 100%;
	font-variant: small-caps;
	margin: 0px 0px 0px 0px;
}

/* End captions */



/* Custom for daCosta */

#homepage-wrapper {
	margin: 0px 0px -45px -150px;
}

#featured-performer {
	height: auto;
	width: 900px;
	margin: -15px 0px 0px 0px;
}

#featured-image {
	margin: 0px 0px 0px -30px;
	width: 900px;
}

#featured-layer {
	background-color: #000000;
	/* transparency */
	filter:alpha(opacity=65);
	opacity: 0.65;
	-moz-opacity:0.65;
	margin: -120px 0px 0px -30px;
	width: 900px;
	height: 120px;
}

#featured-info {
	margin: -120px 0px 0px -30px;
	width: 840px;
	height: 90px;
	padding: 15px 30px 15px 30px;
	/* transparency */
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
	z-index: 1000;
	font-weight: normal;
}

.fp-quote {
	font-size: 1.4em;
	line-height: 1.2em;
	letter-spacing: -.025em;
	color: #FFFFFF;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	margin: 10px 0px 0px 0px;
	width: 240px;
}

.fp-name {
	font-size: 4.0em;
	line-height: 1.4em;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: -.025em;
	text-align: left;
	margin: -78px 0px 0px 270px;
}

.fp-name a {
	color: #FFFFFF;
	text-decoration: none;
}

.fp-name a:hover {
	color: #CC0000;
	text-decoration: none;
}

.fp-credit {
	font-size: 1.0em;
	line-height: 1.2em;
	letter-spacing: -.025em;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	margin: -5px 0px 0px 270px;
}

#mission-statement {
	margin: 0px 0px 0px -30px;
	padding: 0px 0px 0px 0px;
	width: 900px;
	height: 45px;
	background-image: url(images/home/mission_statement.png);
}

#rule-top {
	margin: 0px 0px 0px -30px;
	padding: 5px 0px 5px 0px;
	border-top: #000000 1px solid;
	width: 900px;
}

#rule-bottom {
	margin: 0px 0px 0px -30px;
	padding: 5px 0px 5px 0px;
	border-bottom: #000000 1px solid;
	width: 900px;
}

#news {
	background: url(images/home/featured.png) no-repeat;
	margin: 0px 0px 0px -30px;
	width: 900px;
	height: 150px;
	}

#news ul {
	padding: 0px 0px 0px 0px;
	margin: 50px 0px 0px 15px;
	height: 85px;
	width: 885px;
	vertical-align: top;
	float: left;
	/*border: #00DD00 solid 1px;*/
	}

#news ul, #news li {
	list-style-type: none;
	display: inline-block;
}

#news li {
	float: left;
	margin: 0px 15px 0px 15px;
	padding: 0px 0px 0px 0px;
	width: 185px;
	height: 85px;
	color: #FFCCCC;
	vertical-align: top;
	/*border: #009900 dotted 1px;*/
	}

#news ul li {
	list-style-type: none;
	}
	
#news ul li a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	}
	
#news ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	}

.featured-copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

#bottombar {
	margin: 0px 0px 0px -30px;
	background: url(images/home/bottombar.png) no-repeat #000000;
	height: 30px;
	width: 900px;
}

#bb_wrapper {
	margin: -23px 0px 30px 0px;
	width: 900px;
}

#links {
	text-transform: uppercase;
	font-size: 75%;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 0px 0px -15px;
	float: left;
}

#submission {
	text-transform: uppercase;
	font-size: 75%;
	letter-spacing: 0.1em;
	color: #CC0000;
	font-weight: bold;
	color: #FFFFFF;
	display: inline;
	margin: 0px 45px 0px 0px;
	float: right;
}

#page-about{
	background: url(images/page_heads/about.png) no-repeat;
	text-align: left;
	background-color: white;
	margin: 15px auto;
	padding: 0px 0px 30px 0px;
	width: 900px;
}

#page-contact{
	background: url(images/page_heads/contact.png) no-repeat;
	text-align: left;
	background-color: white;
	margin: 15px auto;
	padding: 0px 0px 30px 0px;
	width: 900px;
}

#page-best{
	background: url(images/page_heads/best.png) no-repeat;
	text-align: left;
	background-color: white;
	margin: 15px auto;
	padding: 0px 0px 30px 0px;
	width: 900px;
}

#page-roster{
	background: url(images/page_heads/roster.png) no-repeat;
	text-align: left;
	background-color: white;
	margin: 15px auto;
	padding: 0px 0px 0px 0px;
	width: 900px;
}
#page-roster-toronto{
	background: url(images/page_heads/roster-toronto.png) no-repeat;
	text-align: left;
	background-color: white;
	margin: 15px auto;
	/*padding: 0px 0px 620px 0px;*/
	width: 900px;
}

#page-roster-vancouver{
	background: url(images/page_heads/roster-vancouver.png) no-repeat;
	text-align: left;
	background-color: white;
	margin: 15px auto;
	/*padding: 0px 0px 620px 0px;*/
	width: 900px;
}

#page-roster-adj{
	background: url(images/page_heads/roster-adj.png) no-repeat;
	text-align: left;
	background-color: white;
	margin: 15px auto;
	/*padding: 0px 0px 620px 0px;*/
	width: 900px;
}

#page-roster-chor{
	background: url(images/page_heads/roster-chor.png) no-repeat;
	text-align: left;
	background-color: white;
	margin: 15px auto;
	/*padding: 0px 0px 620px 0px;*/
	width: 900px;
}

#page-roster-dir{
	background: url(images/page_heads/roster-dir.png) no-repeat;
	text-align: left;
	background-color: white;
	margin: 15px auto;
	/* padding: 0px 0px 220px 0px; */
	width: 900px;
}

#page-roster-male{
	background: url(images/page_heads/roster-male.png) no-repeat;
	text-align: left;
	background-color: white;
	margin: 15px auto;
	/*padding: 0px 0px 3200px 0px;*/
	width: 900px;
}

#page-roster-female{
	background: url(images/page_heads/roster-female.png) no-repeat;
	text-align: left;
	background-color: white;
	margin: 15px auto;
	/*padding: 0px 0px 2410px 0px;*/
	width: 900px;
}

#page-roster-youth{
	background: url(images/page_heads/roster-youth.png) no-repeat;
	text-align: left;
	background-color: white;
	margin: 15px auto;
	/*padding: 0px 0px 1000px 0px;*/
	width: 900px;
}

#page-dacosta{
	background: url(images/page_heads/roster-dacosta.png) no-repeat;
	text-align: left;
	background-color: white;
	margin: 0px 0px 0px -180px;
	padding: 0px 0px 0px 0px;
	width: 900px;
	height: auto;
}

#page-sub{
	background: url(images/page_heads/sub.png) no-repeat;
	text-align: left;
	background-color: white;
	margin: 15px auto;
	padding: 0px 0px 0px 0px;
	width: 900px;
}


#tr_left {
	float: left;
	width: 250px;
	padding-left: 150px;
	font-size: 100%;
	padding-top: 0px;
	margin-top: 0px;
}

#tr_img {
	/*border-top: #666666 solid 5px;*/
	padding: 15px 0px 15px 0px;
	margin-top: 15px;
	height: auto;
	width: 250px;
}

#tr_wrapper {
	padding-top: 0px;
	margin-left: 415px;
	display: block;
	width: 410px;
	height: 100%;
	padding-left: 15px;
	border-left: #666666 dotted 1px;
	margin-bottom: 15px;
	margin-top: 15px;
}

#tr_name {
	font: Arial, Helvetica, sans-serif;
	font-size: 3.4em;
	line-height: 100%;
	color: #333333;
	font-weight: bold;
	letter-spacing: -0.07em;
	padding: 28px 0px 3px 0px;
}

#tr_talent {
	/*border-top: #CCCCCC solid 5px;*/
	padding: 0px 0px 3px 0px;
	font-weight: bold;
}

#tr_membership {
	padding-bottom: 30px;
	font-style: inherit;
	font-variant: small-caps;
}

#tr_quote {
	padding-top: 10px;
	padding-bottom: 5px;
	text-indent: 15px;
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 150%;
	line-height: 150%;
	letter-spacing: -.01em;
	border-top: #CC0000 solid 2px;
}

#tr_quoter {
	padding-bottom: 15px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	font-variant: small-caps;
	font-style: italic;
	text-indent: 30px;
	color: #999999;
	line-height: 120%;
}

#tr_bio {
	font-size: 100%;
	color: #333333;
	border-top: #CC0000 solid 7px;
	padding-bottom: 15px;
}

#tr_links {
	font-size: 100%;
	text-align: right;
	padding-top: 0px;
	margin-top: 33px;
	padding-bottom: 41px;
}


/* Gallery */
.gallery a, h3 {
	color:#BB0000;
	text-decoration:none;
	font-weight: normal;
	}
.gallery a:hover {
	color:#FF0000;
	text-decoration:none;
	}
.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	}
.gallery .gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
	width: 630px;
	height: 210px;
	}
.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	text-align: center;
	list-style: none;
	padding: 0;
	}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
	max-width: 100%;
	height: auto;
	padding: 3px;
	margin: 0 auto;
	border: #333333 dotted 1px;
	/* transparency */
	filter:alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity: 1.0;
	}
.gallery .gallery-item img:hover, .gallery .gallery-item img.thumbnail:hover {
	border: #333333 solid 1px;
	/* transparency */
	filter:alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity:1.0;
	}
.gallery-caption {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
	padding: 7px 9px 0px 9px;
	text-align: center;
	font-size: 95%;
	line-height: 110%;
	}
/* End Gallery */


/* Slider */
.hackadelic-sliderPanel {
	padding: 0px;
}

a.hackadelic-sliderButton {
	color: #CC0000;
	padding: 0px;
	font-size: 85%;
	font-variant: small-caps;
}
a.hackadelic-sliderButton:hover {
	color: #FF0000;
}
.entry .hackadelic-sliderPanel {
	background-color: #FFFFFF;
	font-size: 85%;
	margin-top: 0px;
}
.textwidget .hackadelic-sliderButton {
	display: block;
	text-align: center;
	margin: 0px;
}
.textwidget .hackadelic-sliderPanel {
}
/* END Slider */

/* Label rid */
label.screen-reader-text {
display: none;
}
/* END Label rid */
