@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
	background: #000000;
	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. */
}

#container { 
	width: 930px;  /* Using no more than 950px width allows for browser chrome and avoids a horizontal scroll bar in virtually all monitors in use (I doubt that anyone I would direct to this Web site, my portfolio, would have an 800x600 monitor). */
	/* Note: Layout extents are in pixels, since graphic elements are of fixed size; but text is in em's, for accessibility, since user may increase font size. */
	margin: 0 auto; /* The auto margins (in conjunction with a width) center the page. */
	text-align: left; /* This overrides the text-align: center on the body element, above. */
}

#submissionpopup {
	font: 100% Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
	background:#C0C0C0;
	width:320px;
	margin:15px;
	text-align:left;
}

#submissionpopuptop {
	width:320px;
	height:10px;
	background-color:#808080;
	background-image:url(../images/rndmdgrytop320x10.JPG);
	background-repeat:no-repeat;
}

#submissionpopuptext {
	margin:10px 15px 5px 15px;
	text-align:left;
}

#submissionpopupbot {
	width:320px;
	height:10px;
	background-image:url(../images/rndltgrybot320x10.JPG);
	background-repeat:no-repeat;
}

/* HEADER */

#header { 
	height: 140px;
	width:100%;
	padding: 0 0; /* By not having padding AND height, the IE Box Model Problem is bypassed. */
	border: 0 0; /* By not having a border AND height, the IE Box Model Problem is bypassed. */
} 

#headercontent {
	margin: 0; /* Zeroing the margin of the last element in the #header div will avoid margin collapse -- an unexplainable space between divs. If the div has a border around it, this is not necessary, as that also avoids the margin collapse bug. */
	padding: 15px 0px 15px 0px;
	position: relative; /* allows absolute positioning of boxes, below */
}

#logotype {
	position:absolute;
	left:115px;
	top:15px;
	width:515px;
	height:57px;
}

#mmc {
	position:absolute;
	right:0px;
	width:310px;
	text-align:left;
	line-height:1.5em;
	top:28px;
}

#navbarholder { /* On narrow displays the nav bar will break up into segments, stacked atop each other and each "casting a shadow." */
	position:absolute;
	left:115px;
	top:89px;
	width:815px;
	height:29px;
	margin:0;
	padding: 0 0; /* By not having padding AND height/width, the IE Box Model Problem is bypassed. */
	border: 0 0; /* By not having a border AND height/width, the IE Box Model Problem is bypassed. */
}

/* HOME PAGE */

#homeleftcol {
	float:left;
	width:270px; /* since this is floated and has text, a width must be given */
	margin:0;  /* Not placing margins on this and the other major floated element below bypasses the double-margin float bug, doubling the margin on the same side of the float, of the first floated element in a row of floats. */
	padding:0; /* By not having padding (on sides) AND width, the IE Box Model Problem is bypassed. */
	border:0; /* By not having a border AND width, the IE Box Model Problem is bypassed. */
	text-align:left;
}

#homemoon {
	margin:15px 0 10px 0;
}

#homerightcol {
	float:right;
	width:630px;
	margin:0;
	padding:15px 0;
	border:0;
	text-align:left;
}

#homerightcolvideo {
	float:left;
	width:350px;
	margin:0;
	padding:20px 0 0 0;
	border:0;
	text-align:left;
}

#homerightcolmusic {
	float:right;
	width:265px;
	margin:0;
	padding:15px 0 0 0;
	border:0;
	text-align:left;
}

*.homemenu {
	margin-bottom:10px;
}

/* QUOTE COLUMN */

#quotecol {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; 
	padding: 0 0; /* By not having padding AND width, the IE Box Model Problem is bypassed. */
	border: 0 0; /* By not having a border AND width, the IE Box Model Problem is bypassed. */
	/* Not placing margins on the floated element bypasses the double-margin float bug, doubling the margin on the same side of the float, of the first floated element in a row of floats. */
}

#quotecolcontent {
	padding: 0px 15px 0px 15px;
	text-align:left;
}

#quotecolimagebox {
	margin-bottom:10px;
}

/* MAINCONTENT & DIV'S */

#maincontent { /* "Note that when all the main elements in a column setup are floats, the worst IE float bugs simply do not happen. Thus using an all-float approach to column design can actually be easier to accomplish, at least within a rigid-width layout." (http://www.positioniseverything.net/easyclearing.html) */
	float: right; /* Since this element is floated, a width must be given. */
	width: 695px; /* 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 */
	padding: 0 0; /* By not having padding AND width, the IE Box Model Problem is bypassed. */
	border: 0 0; /* By not having a border AND width, the IE Box Model Problem is bypassed. */
	margin-bottom:15px;
	background-color:#FFFFFF;
}

#maincontenttop {
	width:695px;
	height:10px;
	background-color:#FFFFFF;
	background-image:url(../images/rndwhttop695x10.JPG);
	background-repeat:no-repeat;
}

#maincontenttextbox { 
	float:left;
	width:460px; /* since this element is floated, a width must be given */
	padding: 0 0; /* By not having padding AND width, the IE Box Model Problem is bypassed. */
	border: 0 0; /* By not having a border AND width, the IE Box Model Problem is bypassed. */
	/* Not placing margins on the floated element bypasses the double-margin float bug, doubling the margin on the same side of the float, of the first floated element in a row of floats. */
}

#maincontenttext {
	margin:5px 15px 5px 15px;
	text-align:left;
}

#mainmediabox {
	width:430px;
	padding:0;
	border:0;
	text-align:left;
}

#mainmediabar {
	width:430px;
	height:46px;
}

#mainmediabarleftend {
	float:left;
	width:5px;
	height:46px;
	background-image:url(../images/mediaendleft.JPG);
}

#mainmediabarcontrols {
	float:left;
	width:420px;
	height:46px;
	background-color:#000000; /* for vertical alignment issues with Firefox */
	vertical-align:text-bottom;
}

#mainmediabarrightend {
	float:left;
	width:5px;
	height:46px;
	background-image:url(../images/mediaendright.JPG);
}

#mainsidebarbox {
	float: right; 
	width: 235px; /* since this element is floated, a width must be given */
	padding: 0 0; /* By not having padding AND width, the IE Box Model Problem is bypassed. */
	border: 0 0; /* By not having a border AND width, the IE Box Model Problem is bypassed. */
	/* Not placing margins on the floated element bypasses the double-margin float bug, doubling the margin on the same side of the float, of the first floated element in a row of floats. */
}

#mainsidebar {
	background-color:#C0C0C0;
	float:left;
	width:220px; /* since this element is floated, a width must be given */
	padding: 0 0; /* By not having padding AND width, the IE Box Model Problem is bypassed. */
	border: 0 0; /* By not having a border AND width, the IE Box Model Problem is bypassed. */
	/* Not placing (side) margins on the floated element bypasses the double-margin float bug, doubling the margin on the same side of the float, of the first floated element in a row of floats. */
	margin-top:5px;
}

#mainsidebartop {
	width:220px;
	height:10px;
	background-color:#808080;
	background-image:url(../images/rndmdgrytop220x10.JPG);
	background-repeat:no-repeat;
}

#mainsidebarmusiclist {
	width:190px;
}

#mainsidebarslideshow {
	margin-bottom:5px;
}

#mainsidebartext {
	margin:10px 15px 5px 15px;
	text-align:left;
}

#mainsidebarbot {
	width:220px;
	height:10px;
	background-image:url(../images/rndltgrybot220x10.JPG);
	background-repeat:no-repeat;
}

#maincontenttextleft { /* For two columns of equal width, as on Contact Us page */
	float:left;
	width:325px;
}

#maincontenttextright { /* For two columns of equal width, as on Contact Us page */
	float:right;
	width:325px;
}

#maincontentbot {
	width:695px;
	height:10px;
	background-color:#FFFFFF;
	background-image:url(../images/rndwhtbot695x10.JPG);
	background-repeat:no-repeat;
}

/* FLOATS */

*.fltrt { 
	float: right;
	text-align: right;
	margin:0;
	padding:0;
}
*.fltlft { 
	float: left;
	text-align: left;
	margin:0;
	padding:0;
}

/* Beware: Not placing margins on a floated element bypasses the double-margin float bug, doubling the margin on the same side of the float, of the first floated element in a row of floats. */

*.fltlftmargined15 { /* for images within maincontent */
	float: left;
	margin-right: 15px;
	margin-bottom: 0px;
}

*.floating-dropcap {
	float:left;
	position:relative;
	top:5px;
	margin-left:0px;
	margin-right:5px;
	margin-bottom:0px;
	width:23px;
	height:35px;
	line-height:35px;
	text-align:right;
	font-size:2em;
	font-weight:normal;
	color:#C0C0C0;
}

*.floating-dropcap span {
	position:absolute;
	width:23px;
	height:35px;
	left:2px;
	top:-1px;
	margin:0;
	background-image:url(../images/e26.JPG);
	background-repeat:no-repeat;
}

*.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. */
	display:block;
	clear:both;
    height:1px; /* Specifying a height and line-height prevents IE 6 from expanding the height. */
    font-size: 1px;
    line-height:1px;
	margin:0;
}

/* TEXT */

*.text {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.83em; /* 10pt if 1em=12pt */
	font-weight:normal;
	font-style:normal;
	line-height: 1.4em;
	color: #000000;
	margin: 0 0;
	text-align:left;
}

*.textsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.83em; /* 10pt if 1em=12pt */
	font-weight:normal;
	font-style:normal;
	line-height: 1.4em;
	color: #000000;
	margin: 0 0;
	text-align:left;
}

*.textbackground {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em; /* 12pt if 1em=12pt */
	font-weight:normal;
	font-style:normal;
	line-height: 1.4em;
	color: #C0C0C0;
	margin: 0 0;
	text-align:left; /* quotecol etc.? */
}

*.textbackgroundsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.83em; /* 10pt if 1em=12pt */
	font-weight:normal;
	font-style:normal;
	line-height: 1.4em;
	text-align:left;
	color: #C0C0C0;
	margin: 0 0;
}

*.textfooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.83em; /* 10pt if 1em=12pt */
	font-weight:normal;
	font-style:normal;
	line-height: 1.4em;
	text-align:center;
	color: #808080;
	margin: 0;
}

*.textbackgroundselected {
	color:#FFFFFF;
}

*.texteclatdef {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.83em; /* 10pt if 1em=12pt */
	font-weight:normal;
	font-style:italic;
	line-height: 1.4em;
	text-align:center;
	color: #C0C0C0;
	margin: 0 0 20px 0;
}

*.textwhite {
	color:#FFFFFF;
}

*.textbold {
	font-weight:bold;
}

*.textitalic {
	font-style:italic;
}

/* HEADERS */

h1 { /* Main Content Header */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em; /* 18pt if 1em=12pt */
	line-height: 1em;
	font-weight: normal;
	color: #000000;
	margin:0 0 0.83em 0;
	text-align:left;
}

h2 { /* Main Content Subheader */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.17em; /* 14pt if 1em=12pt */
	line-height: 1.17em;
	font-weight: normal;
	color: #000000;
	margin: 0 0;
	text-align:left;
}

h3 { /* Mainsidebar Header */
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.17em; /* 14pt if 1em=12pt */
	line-height: 1.17em;
	font-weight:normal;
	color:#FFFFFF;
	background-color:#808080;
	padding: 0 15px 10px 15px;
	margin:0 0;
}

h4 { /* Background Header */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em; /* 18pt if 1em=12pt */
	line-height: 1em; 
	color: #C0C0C0;
	text-align:left;
	font-weight: normal;
	margin:15px 0 0 0;
}

h5 { /* Background Subheader */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.17em; /* 14pt if 1em=12pt */
	line-height: 1.17em;
	color: #C0C0C0;
	text-align:left;
	font-weight: normal;
	margin:15px 0 15px 0;
}

h6 { /* Submission Header  */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.17em; /* 14pt if 1em=12pt  */
	line-height: 1.4em;
	color: #FFFFFF;
	background-color:#000000;
	text-align:center;
	font-weight: normal;
	margin:15px 15px 0.5em 15px;
}

/* LINKS */

a:link, a:visited {
	text-decoration: none;
	color: #FF0000; /* red */
}

a:hover, a:active  {
	text-decoration: underline;
	color: #FF0000;
}

#mainsidebar a:link, #mainsidebar a:visited, #submissionpopuptext a:link, #submissionpopuptext a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #800000; /* maroon, helps contrast with background, as for two forms of red-green colorblindness, affecting a total of two to three percent of the male population */
}

#mainsidebar a:hover, #mainsidebar a:active, #submissionpopuptext a:hover, #submissionpopuptext a:active {
	text-decoration: underline;
	font-weight:bold;
	color: #800000; /* maroon */
}

#mainsidebarmusiclist a:link, #mainsidebarmusiclist a:visited {
	text-decoration:none;
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	font-style:italic;
	background-color:#800000;
	border-top:1px solid #808080;
	border-left:1px solid #808080;
	border-bottom:1px solid #E1E1E1; /* 88% gray, halfway between 75% and white */
	border-right:1px solid #E1E1E1;
	padding:5px 10px;
	margin:0 0 7px 0;
}

#mainsidebarmusiclist a:hover, #mainsidebarmusiclist a:active {
	text-decoration:none;
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	font-style:italic;
	background-color:#FF0000;
	border-top:1px solid #808080;
	border-left:1px solid #808080;
	border-bottom:1px solid #E1E1E1;
	border-right:1px solid #E1E1E1;
	padding:5px 10px;
	margin:0 0 7px 0;
}

/* removes borders from linked images */
a img,
:link img,
:visited img {
	border:none;
	text-decoration: none;
}

/* LISTS */

ul { /* Normalizing Lists; browsers vary in how they implement the 40-pixel-standard indent */
	margin-left:0;
	padding-left:0;
}

ul li {
	margin: 0px 0px 0px 17px; /* I prefer no indent on lists, beyond what is required for marker; 17px works with smallest and largest text sizes as well as medium text size, in IE 7. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.83em;
	font-weight:normal;
	font-style:normal;
	line-height: 1.4em;
	color: #000000;
	text-align:left;
}

ul li li {
	margin: 0px 0px 0px 17px; /* I prefer no indent on lists, beyond what is required for marker; 17px works with smallest and largest text sizes as well as medium text size, in IE 7. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em; /* even if ul li weren't 1em, use 1em here to keep (inherited) font-size the same */
	font-weight:normal;
	font-style:normal;
	line-height: 1.4em;
	color: #000000;
	text-align:left;
}

#mainsidebar ul li {
	margin: 0px 0px 0px 17px; /* I prefer no indent on lists, beyond what is required for marker; 17px works with smallest and largest text sizes as well as medium text size, in IE 7. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.83em; /* 10pt if 1em=12pt */
	font-weight:normal;
	font-style:normal;
	line-height: 1.4em;
	color: #000000;
	text-align:left;
}

#mainsidebar ul li li {
	margin: 0px 0px 0px 17px; /* I prefer no indent on lists, beyond what is required for marker; 17px works with smallest and largest text sizes as well as medium text size, in IE 7. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em; /* same as (inherited) font-size of ul li */
	font-weight:normal;
	font-style:normal;
	line-height: 1.4em;
	color: #000000;
	text-align:left;
}

