body {
	font-family : sans-serif;
	color : #C3C3C3;
	background : black;
    margin: 0;
}

/* These a styles SHOULD appear in this order to prevent specificity pain
 * See http://www.westciv.com/style_master/academy/css_tutorial/selectors/p_class_selectors.html
 * */
a         { text-decoration: underline; }
a:link    { color: yellow; }
a:visited { color: #FFCC00; }
a:hover   { color: black; background-color: yellow; }
a:active  { color: white; }

p {
    margin-left: 1em;
    margin-right: 1em;
}

h1	{
    font-family:   sans-serif;
    font-size:     160%;
    font-weight:   bold;
    text-align:    center;
	color:	       #E7DF10;
}

h2	{
    font-family:   sans-serif;
    font-size:     140%;
    text-align:    center;
    font-weight:   bold;
	color:	       #E7DF10;
}

/* Add border to images the same color as the background.
 * Can be colored for hover, links etc.
 */
img {
    border: 2px solid black;
}
a img:hover {
    border: 2px solid yellow;
}

.header {
    margin-left: 0;
    margin-right: 0;
}

.pitchlesslogo {
    text-align: center;
    margin-bottom: 0.6em;
}
.pitchlesslogo a img {
    border: 2px solid black;
}
.pitchlesslogo a img:hover {
    border: 2px solid yellow;
}


div.content {
    margin-left: 3em;
    margin-right: 3em;
    border: 23px double #D77F00;
}
/* Use withing content to divide sections */
hr.mainsection {
    border: 4px solid #D77F00;
}

div.footer {
    text-align: right;
    margin-left: 3em;
    margin-right: 3em;
}

.navbar {
    text-align: center;
    margin-top: 0.1em;
    margin-bottom: -0.6em;
    font-weight: bold;
}

.nav ul {
     list-style: none;
     padding: 0;
     margin: 0;
}
.nav li {
     display: inline;
     padding: 0;
     margin: 0;
}
.nav li:before { content: "| "; }
.nav li:first-child:before { content: ""; }


.tagline {
    color:         #E57B00;
    font-family:   sans-serif;
    font-size:     105%;
    font-weight:   bold;
    text-align:    center;
    margin-top:    5px;
    margin-bottom: 5px;
}

.tagline-light {
    color:         #E57B00;
    font-family:   sans-serif;
    font-size:     105%;
    font-weight:   normal;
    text-align:    center;
    margin-top:    5px;
    margin-bottom: 5px;
}

.act-name {
    color:         #E57B00;
    font-family:   sans-serif;
    font-size:     110%;
    text-align:    center;
    margin-top:    5px;
    margin-bottom: 5px;
    text-align: left;
    clear: both;
}

.act-tagline {
    text-align: right;
}

.tagline-light a {
    color:        yellow; 
    text-decoration: underline;
}



p.scamleys-pics {
    text-align: center;
    vertical-align: top;
}

div.gallery-thumbnail {
    margin-top: 0.8em;
    margin-bottom: 0.6em;
    margin-left: 20%;
    margin-right: 20%;
    padding-top: 0.6em;
    padding-bottom: 0.2em;
    padding-left: 0.2em;
    padding-right: 0.2em;
    border-bottom: 1px solid grey;
}
div.gallery-thumbnail:hover {
    background: grey;
}
div.gallery-thumbnail-text {
    float: right;
    text-align: right;
    margin: 0.4em;
}
img.gallery-thumbnail {
    margin: 0.4em;
}

/* The Plot Thickens */
div.plotthickens .info {
    color:         #E57B00;
    font-family:   serif;
    font-size:     105%;
    font-weight:   bold;
    text-align:    center;
    margin-top:    5px;
    margin-bottom: 5px;
}
div.plotthickens h2 {
    font-family:   serif;
    font-size:     160%;
    text-align:    center;
	color:	       #E7DF10;
    margin-top:    0.2em;
    margin-bottom: 0.2em;

}
div.plotthickens .tagline {
    color:         #E57B00;
    font-family:   serif;
    font-size:     100%;
    font-weight:   normal;
    text-align:    center;
    margin-top:    5px;
    margin-bottom: 5px;
}

/* Quick hack! */
div.partytonight {
font-variant: small-caps;
}
h2.partytonight {
    font-size: 240%;
    font-weight: bold;
    border: dashed 3px;
    margin-left: 23px;
    margin-right: 23px;
    margin-top: 4px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: uppercase;
}
p.partynumber {
    font-size: 140%;
    text-align: center;
    font-weight: bold;
    border: dashed 3px;
    margin-left: 23px;
    margin-right: 23px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: uppercase;
    color: yellow;
}
p.partydate {
    font-size: 200%;
    text-align: center;
    font-weight: bold;
    color: white;
}
p.riglist {
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 180%;
    color: white;
}
div.nextparty {
}
p.nextparty {
    font-size: 140%;
    text-align: center;
    font-weight: bold;
    border: dashed 6px;
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 12px;
    margin-bottom: 23px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: uppercase;
    color: yellow;
    border-color: grey;
}



