/* STUFF FOR EVERY PAGE----------------------------- */

body
{
background-color: black;
margin: 0px 0px 0px 0px;
background-image: url("http://www.worldinferno.com/stu/images/blackbackground.jpg");
background-repeat: no-repeat;
}





/*==================LINKS=======================*/
body a
{
color: white;
}

body a:hover
{
color: red;
}


body img
{
border: 0px;
}

body img:a
{
border: 0px;
}

.indexwrapper
{
position: absolute;
left: 50%;
width: 1024px;
margin-left: -512px;
}





.indexbody
{
background-image: none;
}


#indextop
{

height: 494px;
background-image: url("/promoNO/images/headers/chandelierheader.png");
width: 800px;
margin: auto;
}

#indexbottom
{
height: 200px;
width: 1024px;
text-align: center;
}


/*need to do this so we don't have borders around our images*/
#indexbottom img
{
border: 0px;
}

#indexphotocredit
{
text-align: center;
font-size: 6px;
text-transform: lowercase;
color: #222222;
}


.menu
{
float: left;
margin-left: 350px;
margin-top: 50px;
text-align: right;
width: 110px;
height: 220px;
display: inline;
}

.content
{
float: left;
width: 300px;
/*width: 33em;*/
margin-left: 40px;
margin-top: 25px;
text-align: justify;
}


.content ul
{
text-align: left;
}

.content ol
{
text-align: left;
}

#newsmenu
{
/*text-align: center;*/
}

#newsmenu img
{
border: 0px;
margin-left: auto;
margin-right: 10px;
}

/*===================================TYPOGRAPHY============*/

body
{
font-family: Verdana;
color: C0C0C0;
color: A5A5A5;
font-size: 76%;
line-height: 150%;
text-align:left;
}



/*===================indent paragraphs*/


h1{
color: white;
font-family: Georgia;
letter-spacing: 2px;
font-size: medium;
line-height: 120%;
}

h2
{
font-family: Georgia;
}

p + p 
{
/*text-indent:1em */
}


.question
{
margin-bottom: .5em;
font-style: italic;
}

.answer
{
margin-bottom: 2em;
padding-bottom: 2em;
border-bottom: 1px solid gray;
}

.blockquote
{
margin:1.5em;
padding: 5px;
font-style: italic;
text-align: left;
}

























.show
{
border-bottom: solid 0px green;
text-transform: lowercase;
font-family: "Georgia";
margin-bottom: 2em;
}

.showheading
{
font-size: 175%;
line-height: 100%;
font-weight: bold;
}



.show p
{
margin-top: 0px;
margin-bottom: 5px;
}






.showdate
{
color: white;
}

.showcity
{
margin-left: 10px;
margin-right: 10px;
font-size: 80%;
}


.venuedetails
{
line-height: 90%;
}

.venuename
{
/*color: white;*/
}


.showdetails
{
font-size: small;
line-break: 50%;
}

















