/* Contains all general css code for entire site. Artist-specific colors are set in their css files */



/* are these old? If not used, then remove them */
#text  { margin-right: 5px; margin-left: 5px; padding-right: 5px; padding-left: 5px }
#text p   { font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: normal }
#text li  { font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: normal }
#text td { font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: normal }
#text h1             { font-size: 36px; font-family: Arial, Helvetica, sans-serif; font-weight: bold }
#text h2              { font-size: 24px; font-family: Arial, Helvetica, sans-serif; font-weight: bold }
#text h3     { font-size: 18px; font-family: Arial, Helvetica, sans-serif; font-weight: bold }
#text a  { color: #00c; text-decoration: none }
#borderdiv  { padding: 2px; border: solid 1px black }
#indexnav   { font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: bold }
#indexnav a  { color: #333; text-decoration: none }

/* horizontal navigation links */
#horiz_nav_list {
	margin-right: 1em;
	font-size: 80%;
}

#top-nav-ba a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;

}

#news {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#news a {
	color: #000088;
	font-family: Arial, Helvetica, sans-serif;
}

/* title */
#title h3 {
	margin: 1em 0 0 0;
	/* font-size: 80%; */
}

#title h4 {
	margin: 0em 0 0 0;
	/* font-size: 80%; */
}

/* main roster list */
#main_roster_list  {
	font-family: Arial, verdana, Helvetica, sans-serif;
	font-size: 80%;
	width: 45%;
}

/* styles for homepage, about, news, etc. */

#main_roster_list h1 {
	color: #FF0000;
	font-weight: normal;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 100%;
}
#main_roster_list p {
	text-indent: -2em;
	margin-left: 2em;
	margin-top: 0px;
	margin-right: 1em;
	margin-bottom: 0px;
}
#main_roster_list a {
	color: #000000;
	text-decoration: none;
}

#main_roster_list a:hover {
	text-decoration: underline;
}

/* contact box */
#contact_box  {
	font-family: Arial, verdana, Helvetica, sans-serif;
	font-size: 80%;
	width: auto;
	margin-top: 0em;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 0;	/* padding: 1em 0 0 0; */
}

#contact_box h1 {
	font-weight: bold;
	font-size: 100%;
	margin-top: 1em;
	margin-bottom: 0;
}

#contact_box p {
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 0;
}

#contact_box a {
	color: #000000;
	text-decoration: none;
}

#contact_box a:hover {
	text-decoration: underline;
}

/* notes box */

#notes_box p {
	font-size: 60%;
	margin-right: 1em;
}

	
/* Roster Page Styles: are these used at all? If not, remove them*/
#roster       { font-family: Arial, verdana, Helvetica, sans-serif; margin-right: 5px; margin-left: 5px; padding-right: 5px; padding-left: 5px }
.roster-ba      { color: white; font-size: 24px; font-family: Palatino, Times, "Times New Roman", Verdana, serif; font-weight: bold; margin-right: 5px; margin-left: 2px; padding-right: 5px; padding-left: 2px; position: relative }
.roster-date    { color: white; font-size: 16px; font-family: Palatino, Times, "Times New Roman", Verdana, serif; font-weight: bold; margin-top: 5px; margin-left: 5px; position: relative }
.roster-title     { color: black; font-size: 16px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height: 16px; margin-top: 2px; margin-right: 5px; padding-top: 2px; position: relative; top: 2px }
.roster-centertitle      { color: black; font-size: 18px; font-family: Arial, Helvetica, sans-serif; font-weight: bold }
.roster-footnote         { font-size: 9px; font-family: Arial, verdana, Helvetica, sans-serif; font-style: italic; font-weight: normal }
/* #dpk ul     { margin-top: 1px; margin-bottom: 0 }
#dpk li      { font-size: x-small; font-family: Arial, verdana, Helvetica, sans-serif }
#dpk td { font-size: 10px; font-family: Arial, verdana, Helvetica, sans-serif } */

/* Styles for index, about, spevent */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	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 */
	color: #000000;
}


.oneColLiqCtrHdr #container {
	width: 800px;  /* this will create a container 90% of the browser width */
	min-width: 800px;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #ffffff; */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColLiqCtrHdr #header {
	background: #ffffff;
	padding: 0.5em 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #header h1 {
	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 */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

/* Styles for artist pages */
.twoColHybLtHdr #container {
	width: 800px;  /* this will create a container 800px wide */
	min-width: 800px; /* this prevents the layout from going smaller than 800px wide */
	/* width: 90%;  /* this will create a container 90% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 5px solid #cccccc; */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColHybLtHdr #header {
	background: #ffffff;/* padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.twoColHybLtHdr #header h1 {
	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 */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
*/
.twoColHybLtHdr #sidebar1 {
	float: left;
	width: 160px; /* 150px to match size of column in banner graphic */ /* was 12ems since this element is floated, a width must be given */
	padding: 12px 0; /* top and bottom padding create visual space within this div  */
}
.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColHybLtHdr #mainContent {
	margin: 0 20px 0 160px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	padding: 0 0 0 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
}
.twoColHybLtHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
}
.twoColHybLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs *//* padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColHybLtHdr #quote {
	float: right;
	width: 150px; /* 150px is arbitary size, change at will */ /* was 12ems since this element is floated, a width must be given */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
	color: #ffffff;
}
.twoColHybLtHdr #quote p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0 0.75em 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 75%;
}
.twoColHybLtHdr #pullout {
	float: left;
	width: 150px; /* was 12ems since this element is floated, a width must be given */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
}
.twoColHybLtHdr #pullout p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 5px 0 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 150%;
}
/* navigation container styles */
#navcontainer {
	margin: 0
}
#navcontainer ul {
	font-size: 75%; /* set size of list font here */
	font-family: verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin: 0;
	padding: 0
}
#navcontainer ul ul {
	font-size: 100%;/* keeps child lists the same size as parent list */
}
#navcontainer a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 5px 15px 5px 5px;
	width: 140px
}
#navcontainer a.black { /* use for Homepage and Artist Website links */
	color: #b4b9b5;
}
#navcontainer ul ul a {
	padding: 5px 5px 5px 15px;
}



/* DPK Page Styles*/
#dpk {
	font-family: Arial, verdana, Helvetica, sans-serif;
	/* font-weight: bold; */
	/* padding-left: 5px */
}
#dpk h3 {
	margin: 0;
	/* color: black; */
	/* font-size: 0.8em; */
	/* font-family: arial, Helvetica, sans-serif;
	font-weight: bold; 
	line-height: 16px;
	margin-right: 5px;
	position: relative */
}

#dpk ul {
	margin-top: 0em;
	margin-bottom: 0.2em
}
#dpk li {
	font-size: 0.9em;
	font-family: Arial, verdana, Helvetica, sans-serif
}

#dpk div.photo {
float: left;
margin-right: 10px;
width: 100px;
height: 125px;
margin-bottom: 10px;
background-color:#eee;
}

#dpk div.photo p {
text-align: center;
font-size: 0.8em;
}

#dpk img {
border: 0px none;
margin-bottom: 5px;
}

/* Touring Schedule */

div.month_name {
	font-size: 1.25em;
	color: #fff;
	padding: 0.2em 0 0.2em 0.5em;
	font-weight: bold;
	margin: 0;
}

div.month_dates {
font-size: 1em;
color: #000;
padding: 0 0 0.2em 0;
}

div.month_dates p {
margin: 0;
padding: 0 0 0 0.5em;
}




/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.new {
	color: #3366ff;
	line-height: normal;
	position: relative;
	bottom: 0.3em;
	font-size: 90%;
}

.smallnote { /* only used on dpk? */
	font-size: 0.8em;
	/* position: relative;
	bottom: 0.5em; */
}

/* only used on homepage? */
.footnote {
	font-size: 0.75em;
	position: relative;
	bottom: 0.5em;
}

table.top-menu td { 
	padding-top: 10px;
}

