/* Style sheet for body related items */


/*** General Classes (Redefines) ***/


body {	
	color: white;	
	font-family:"Trebuchet MS", 
	helvetica, sans-serif;	
	font-weight:normal;	
	font-size:1.0em;	
	text-decoration:none;	
	/* text-align: center; /* for centering divs in IE */
	margin:0px;
	background-color: black;
	background-repeat: no-repeat;
	background-position: top center;
	/* background-image: url(/pics/boc-020-blurred.jpg); */
	background-image: url(/pics/boc-020.png);
	/* background-attachment: fixed; */
	/* height: 768px;	 */
}

body#mailinglist {
	background-image: url(/contact/pics/mailinglist_bkgnd.png);
}

a {
	color:#dddddd;
	font-family:trebuchet ms, sans-serif;
	font-weight:normal;
	text-decoration: none;
} 
a:hover { color:#66FFFF; }

a.extlink {
	color:#00CCFF;
	font-family:trebuchet ms, sans-serif;
	font-weight:normal;
	text-decoration: none;
}
a.extlink:hover { color:#66FFFF; }

/* styling for "more..." or "return..." links */
a.more {
	color: #00CCFF;
	font-size: 75%;
	float: right;
	margin-top: 10px;
	margin-right: 1em;
	margin-left: 2em;
	text-decoration: none;
}
a.more:hover { color: #66FFFF; }


h1, h2, h3, .musicbody, .gigtitle, .text_small, .text_xsmall
{
	color:#dddddd;	
	/* font-family:trebuchet ms, sans-serif;	*/
	font-weight:normal;	
	font-size:0.9em;	
	text-decoration:none;
}

/* remove browser default margins, padding, etc */
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
}

h1 {
	font-size:1.6em;
}

h2 {
	font-size:1.4em;	
}
	
h3 {
	font-size:1.2em;	
}


.text_small {
	font-size:0.8em;
}

.text_xsmall {
	font-size:0.7em;
}

/* Superscript & Subscripts - use these in a <span> */
.sups { position:relative; top:-4px; font-size:0.9em; }
.subs { position:relative; top:4px; font-size:0.9em; }
.copyright { position:relative; top:-1px; }



/* HR defns */

/* override default HR defn */
hr {	
	color: #444;
	height: 2px;
	border: none;
	border-bottom: 2px solid #444;
	margin: 0;
	padding: 0;
	clear: both;
}
hr.razor {
	color: #333;
	height: 1px;
	border: none;
	border-bottom: 1px solid #333;
	margin: 0;
	padding: 0;
	clear: both;
}

/* img redefine - remove default border */
img { border:none; }




/**** Main/Fundamental CSS Building blocs/boxes ****/
/* NOTE:	'base' refers to the prep/surface layer above the background image (i.e. shaded or translucent boxes) 
 *			'content' refers to the layer where text & images reside (non-translucent or fully opaque)
 *			These two different layers are needed to go on top of each other in order to support the opacity functionality
 *			b/c all child elements in a tranlucent element are also translucent (same opacity value).
 */		

#mainbox {
	/* position:absolute; */
	border: dashed red 0px;
	z-index: 0;
	width: 1024px;	/* 20px less provides border/margin
	/* min-height: 100%; */
	/* padding: 20px 20px 20px 20px; */
	/* this will center box in all browsers except IE */
	margin-left:auto;	
	margin-right:auto;
}

#popupbox {
	border: dashed red 0px;
	z-index: 0;
	width: 500px;	/* 20px less provides border/margin */
	margin-left:auto;	
	margin-right:auto;
}
	

/* This is the header (logo + navbar) for each page */
#header { 
	border: solid yellow 0px;
	margin-bottom: 30px;	/* whitespace to separate header from main content */
}

#content {
	border: solid green 0px;
	background-color: transparent;
	opacity: 1;
}






/******* Specific Classes **********/
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.center {
	margin: 0px auto;
}
.centertext {
	text-align: center;
}
.floatwrapper { /* W3C hack to extend content area to 'include' floats. Create a final <div> after floats to extend content area.*/
	border: solid cyan 0px;
	clear: both;
	height: 0px;
}
.col820 {
	border: solid red 0px;
	width: 820px;
}
.col470 {
	border: solid red 0px;
	width: 470px;
}
.col520 {
	border: solid red 0px;
	width: 520px;
}
.col370 {
	border: solid blue 0px;
	width: 370px;
}
.margin_pgR {
	margin-right: 30px;
}
.margin_pgL {
	margin-left: 30px;
}
.margin_pgR_big {
	margin-right: 60px;
}
.margin_pgL_big {
	margin-left: 60px;
}
.margin_body {
	margin: 0 10px;
}
.margin_TopBot {
	margin-top: 50px;
	margin-bottom: 50px;
}
.width50 {	/* for defining div width, for use in centering divs */
	width: 50%;
}
.width75 {	/* for defining div width, for use in centering divs */
	width: 70%;
}
.width80 {	/* for defining div width, for use in centering divs */
	width:80%;
}
.width90 {	/* for defining div width, for use in centering divs */
	width: 90%;
}
.footnote {	
	font-size:70%;	
	font-style:italic;
	margin: 5px 10px 0 10px;
}


.box500 {
	border: dashed red 0px;
	width: 500px;
	padding: 0 10px;
	/* NOTE: alpha channel is 70% set in .png */
	background-image:url(/pics/box500.png);
	background-repeat:repeat-y;
}
.box500_top{
	width: 520px;
	height: 20px;
	/* NOTE: alpha channel is 70% set in .png */
	background-image:url(/pics/box500_top.png);
	background-repeat: no-repeat;
}
.box500_bot{
	width: 520px;
	height: 20px;
	/* NOTE: alpha channel is 70% set in .png */
	background-image:url(/pics/box500_bot.png);
	background-repeat: no-repeat;
}

.box450 {
	border: dashed red 0px;
	width: 450px;
	padding: 0 10px;
	/* NOTE: alpha channel is 70% set in .png */
	background-image:url(/pics/box450.png);
	background-repeat:repeat-y;
}
.box450_top{
	width: 470px;
	height: 20px;
	/* NOTE: alpha channel is 70% set in .png */
	background-image:url(/pics/box450_top.png);
	background-repeat: no-repeat;
}
.box450_bot{
	width: 470px;
	height: 20px;
	/* NOTE: alpha channel is 70% set in .png */
	background-image:url(/pics/box450_bot.png);
	background-repeat: no-repeat;
}


.box800 {
	width: 800px;
	padding: 0 10px;
	background-image:url(/pics/box800.png);
	background-repeat:repeat-y;
}
.box800_top {
	width: 820px;
	height: 20px;
	/* NOTE: alpha channel is 70% set in .png */
	background-image:url(/pics/box800_top.png);
	background-repeat:no-repeat;
}
.box800_bot {
	width: 820px;
	height: 20px;
	/* NOTE: alpha channel is 70% set in .png */
	background-image:url(/pics/box800_bot.png);
	background-repeat:no-repeat;
}

.box350 {
	width: 350px;
	padding: 0 10px;
	/* NOTE: alpha channel is 70% set in .png */
	background-image:url(/pics/box350.png);
	background-repeat:repeat-y;
}
.box350_top{
	width: 370px;
	height: 20px;
	/* NOTE: alpha channel is 70% set in .png */
	background-image:url(/pics/box350_top.png);
	background-repeat: no-repeat;
}
.box350_bot{
	width: 370px;
	height: 20px;
	/* NOTE: alpha channel is 70% set in .png */
	background-image:url(/pics/box350_bot.png);
	background-repeat: no-repeat;
}



/* list formatting */
.boxlist ul {	/* clear out default settings */
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: solid white 0px;
}
.boxlist li { 
	margin: 0 0 .2em 0;	/* separate list items with bottom margin */
}
.boxlist a {
	display: block;
	width: 10em;
	padding: .2em .8em;
	text-decoration: none;
	color: #FFF;	
	/* the properties below will change with :hover */
	background-color: transparent;
	background-image: url(/store/pics/box200.png);
	background-repeat: repeat-y;
}
.boxlist a:hover {
	background-color: #1972aa;
}
.boxlist img {
	margin-right: 7px;
	vertical-align: -35%; /* we use % instead of 'middle' so that midpt of img is at midpt of txt (instead of baseline) */
}


/* Define a generic list for image/description items. Specs: 600px wide (two columns) with 150px SQ  
 *	image/icon w/CSS rollover. By default, image is place on the left column and caption/description
 * 	appears to the right.
 */
.itemlist600 {
	width: 600px;
}	
.itemlist600_row {	/* container to hold both elements for a 'row' */
	border: solid yellow 0px;
	margin-bottom: 20px;	/* separation between this element and next item below */
}
.itemlist600 .image {		/* image/icon */
	border: solid red 0px;
	float: left;			/* so the next item clears the prev, and is drawn below instead of beside */
	clear: left;
	width: 150px;
	height: 141px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.itemlist600 .descr { 		/* description */
	border: solid blue 0px;
	float: left;
	margin: 50px 0 0 20px; 	/* use top margin to vertically center text; Left margin to provide spacing */
}

/* Specific List items -i.e. for Brainwash rollover image link on video page */
.itemlist600 a#brainwash_clock {
	display: block;
	border: solid white 0px;
	width: 150px;
	height: 141px;
	margin: 0;	/* reset margin; left margin exists for some reason (inherited?) */
	background-image: url(/video/pics/brainwash_clock_rollover.png);	
	background-position: 0 0 0 0;
	background-repeat: no-repeat;
}
.itemlist600 a#brainwash_clock:hover {
	background-position: -150px;	/* sliding-door method for CSS rollover */
}
/* NOTE: we'll use default a:hover color for caption, so no need to specify here */







/* Classes for Video Clips */
.video_clip {
	border: solid white 0px;
	margin-right: 40px;	/* space between video and text/descr on right */
	float: left;
}
.video_clip_caption {
	display: block;
	border: solid blue 0px;
	/*float: right; */	/* don't float... we want text to flow to right of img */
	padding-top: 100px;	/* use top padding to center vertically wrt to clip (margin only works if floated div) */
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 0.8em;
}



#biotext {
	float: right;
	width: 350px;
	border: solid green 0px;
	padding: 10px;
	margin-right: 50px;
}

#iframebio {
	/* padding: 0.5em 1em 0.5em 1em; */	
	font-family: "verdana";	
	font-size: 0.8em;
}

#biopic {
	border: solid white 0px;
	float: left;
	margin: 60px 60px;
	width: 250px;
	height: 339px;
	background-image:url(/bio/pics/biopic.jpg);
	background-repeat:no-repeat;
}

img#jrussocd {
	position: relative;
	display: block;
	margin: 10px auto;
}

img#ituneslogo {
	position: relative;
	margin: 0 auto;
	border: solid blue 0px; 
}

#brainwash_title {
	border: solid red 0px;
	margin-left: 20px;
}
#brainwash_clock {
	border: solid green 0px;
	margin-left: 30px;
	vertical-align:top;
}




.musicplayer_simple {
	border: solid white 0px;
	width: 312px; /* same as .xml file for wimpy mp3 defn */
}
#musicplayer {
	border: solid blue 0px;
	background-color: transparent;
	width: 171px; /* same as .xml file for wimpy mp3 defn */
	height: 278px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

#albuminfo {
	border: solid green 0px;
	width: 230px;
}
.albuminfopic {
	border: solid white 0px;
	margin-bottom: 10px;
	display: block;
}
#store .albuminfopic { /* used as container div for pic & caption */
	width: 180px;		/* define width so we can properly center caption below */
	border: solid white 0px;
}

#music .button_buy {
	display: block;
	width: 9em;
	margin: 20px auto;
	text-align: center;
	text-transform: uppercase;
	color: white;	
	/* properties below here will change when :hover'ing */
	background-color: #004499;
	border: solid #66ffff 1px;
}
#music .button_buy:hover {
	background-color: #002255;
	border: solid #33aaaa 1px;
}
#store .button_buy {
	display: block;
	width: 5em;
	margin: 0px auto;
	text-align: center;
	text-transform: uppercase;
	color: white;
	/* properties below here will change when :hover'ing */
	background-color: #023874;
	border: solid #2d87bb 1px;
}
#store .button_buy:hover {
	background-color: #1972aa;
	border: solid #002255 1px;
}

#music_content {	/* general container for all dynamic music content */
	border: solid white 0px;
}
#albumlist { /* we can fit only 3 albums across in list/column */
	border: solid red 0px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 370px;	/* only fit 3 albums across per row */
}
.albumlistitem { 
	border: solid yellow 0px;
	width: 100px;
	margin: 10px;
}
.albumlistitempic {
	display: block;
	padding: 1px;
	margin-bottom: 2px;	/* space between pic & caption */
}
.border_highlight img {
	border: solid black 1px;
}
.border_highlight:hover img {
	border: solid #66ffff 1px;
}                          





/* Table classes */
table#gigslist
{
	border: solid red 0px;
	background-color: transparent;
	width: 97%;
	margin-left: auto;
	margin-right: auto;
	/* font-family: "Trebuchet MS", helvetica, sans-serif;	*/
	font-weight: normal;
	font-size: 0.8em;
}
table#gigslist th {
	text-align: left;
	color: #00CCFF;
	font-size: 120%;
	font-weight: normal;
	text-decoration: underline;
}
table#gigslist td {
	border: 0px solid gray;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: top;
}
	
/* We still use a table layout for brainwash video to avoid rework of old code/section */
table#brainwash_video_table {
	border: solid green 0px;
	background-color: transparent;
	width: 100%;
	margin: 0 auto;
	padding: 1px;
	margin: 1px;
}
table#brainwash_video_table td {
	border: solid white 0px;
}
table#brainwash_video_table td.speed {
	font-size: 0.8em;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #cccccc;
	padding: 0 5px;
}
table#brainwash_video_table td.description {
	padding: 0 20px;
}
table#brainwash_video_table img.vidthumb {
	width: 80px;
	height: 60px;
	margin: 5px;
	padding: 1px;
}






#myspacelogo {
	width: 210px;
	margin: 60px auto 20px auto;
	border: solid blue 0px;	
}
a#myspacelogobutton {
	display: block;
	width: 208px;
	height: 55px;
	background-image: url(/contact/pics/myspace_logo_rollover.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;	
	border: solid red 0px;
}
a#myspacelogobutton:hover {
	background-position: -208px;
}
#facebooklogo {
	width: 163px;
	margin: 0px auto 40px auto;
	border: solid blue 0px;	
}
a#facebooklogobutton {
	display: block;
	width: 161px;
	height: 33px;
	background-image: url(/contact/pics/facebook_logo_rollover.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;	
	border: solid red 0px;
}
a#facebooklogobutton:hover {
	background-position: -161px;
}





/*** Email Form Classes ***/

/*
.boxmainbody {
	width:95%;	
	margin-left:1.0em;	
	margin-right:1.0em;	
	margin-top:1.0em;	
	margin-bottom:0.3em;	
	border:0px solid red;
}
*/
/* General Class to create a button (ie w/blank form) */
form.button {
	margin: 0px;
}
.textfield, .textarea {
	background-color: #222; 
	color: white;				
	opacity: 0.7;				
	filter:alpha(opacity=70);		
	border: 1px inset #aaa;	
	font-family: verdana, helvetica, sans-serif;	
}
.submit,
.reset	 {
	margin: 0.2em;	
	text-transform: uppercase;
	background-color: #555;
	color: white;
	border: solid #666 1px;
} 
.submit:hover,
.reset:hover	 {
	background-color: #888;
	border: solid #333 1px;
}



.boxform_small {	
	width:auto;	
	/* height:20em; */
	padding:0em;
	padding-bottom: 1em;
	border: 0px solid white;	
	color:#CCCCCC;	
	/* background-color:#1F1F1F;	*/
	/* background-color:#3399CC; */
	/* background-color: #111111; */
	/* opacity: 0.9; */
	font-size:0.8em;	
	text-align:left;	
	margin-left:3.0em;	
	margin-right:3.0em;
}
.boxform_small .formheader {	
	width:100%;	
	/* color:#CCCCCC;	*/
	/* background-color: #111; */
	font-size: 2.0em;	
	text-transform: lowercase;	
	font-weight: bold;	
	letter-spacing: -1px;
	/* text-indent: 0.3em; */
}
.boxform_small .formbody {
	border: dashed blue 0px;
}
.boxform_small label {
	width: 6em;	
	float: left;	
	margin-bottom: 0.0em;	
	font-weight: normal;	
	font-size: 0.9em;	
	letter-spacing: 0em;	
	text-decoration: none;	
	text-align: right;	
	text-transform: uppercase;	
	border: 0px dashed red;	
	clear: both;
}
/* add left spacing margin for left-most drop-down box */
.boxform_small .dropdownboxL {
	margin-left: 1em;	
}
.boxform_small select {
	margin-bottom: 0.5em;
	font-size: 0.9em;
}



.boxcontactinfo {	
	width:14.5em;	
	border: 0px solid white;	
	padding:0.5em;	
	color:#CCCCCC;	
	background-color:transparent;	
	font-size:0.8em;	
	text-align:left;	
	margin-left:auto;	
	margin-right:auto;
	opacity: 1;
}

.boxcontactform2 {	
	width:25em;	
	position:relative;	
	border: 0px dashed white;
}
.boxcontactform2 .footnote {	
	margin-left:3.0em;		/* use same margins as .boxcontactform */
	margin-right:3.0em;		/* so that text will align with right */
	text-align:right;		/* edge of box */
}


#boxcontactform .textfield,
#boxemaillist .textfield {	
	margin-left: 1em;	
	margin-bottom: 0.3em;
	width: 60%;	
	font-size: 0.8em;
}	
#boxcontactform .textarea {
	margin-left:1em;	
	/* margin-top:0.3em;	*/
	height:8em;	
	width:70%;	
	/* background:#333333;		
	color: white; 
	border: 0px;
	font-family:verdana, helvetica, sans-serif;	*/
	font-size:0.8em;
	overflow: auto; /* to initially hide scrollbars in IE (already done automatically in Safari/Firefox) */
}
#boxcontactform .submit {
	width: 7em;	
	position: relative;	
	left: 7em;	
	top: 3px;	
	font: 0.8em;	
} 

/*
.boxemaillist label {
	margin-top: 0.5em;
}*/
#boxemaillist {
	border: dashed green 0px;
}
#boxemaillist .textfield {
	/* NOTE: inherits some props from #boxcontactform above */
	height: 1.6em;
	margin-left: 3em;
	font-size: 0.9em;
}
#boxemaillist .submit {
	position: relative;
	left: 2em;
}


.boxaddshowform label {
	margin: 0.4em 0em 0em 0.5em;
}
.boxaddshowform .textfield {
	/* border: solid #555 1px;	*/
	margin-left: 1em;	
	margin-bottom: 0.5em;
	width: 60%;	
	font-size: 0.9em;
}
/* NOTE: add spacing to buttons from form above. Add to Submit button; clear will follow automatically */
.boxaddshowform .submit {
	width: 6em;
	margin-left: 30%;
	margin-top: 2em;
	font: 0.8em;	
} 


.boxfiltershowform label {
	width: 10em;	
	margin: 0.4em 0em 0em 0.5em;
}
.boxfiltershowform .submit {
	width: 6em;
	margin-left: 38%;
	margin-top: 2em;
	font: 0.8em;	
} 

.hr_emailform {
	margin-left:2.4em;	
	margin-right:2.4em;
	padding:0em;
	margin-top:0.3em;
	margin-bottom:0.3em;
	color: #666666;	/* define this for IE */
	background-color: #666666;
	height: 2px;
	border: none;
}

.hr_footer {
	margin-left:auto;	
	margin-right:auto;
	padding:0em;
	margin-top:0.3em;
	margin-bottom:0.3em;
	width:auto;
}

