/*
Original design: andreas05 (v2.5 - Apr 24, 2008) - A free xhtml/css website template by Andreas Viklund.
For more information, see http://andreasviklund.com/templates/andreas05/
*/

/* General tags */

html {
	overflow-y: scroll;
	}
/*  repairs scrollbar jump */	
	
* {
	margin:0; 
	padding:0;
	}

body {
	background:#c00000;
	color:#555555;
	font-family: verdana, tahoma, sans-serif;
	font-size: 80%;
	font-weight: normal;
	}
	
p 	{
	margin:0 10px 10px 5px;
	line-height: 120%;
	}
	
#cancel {
	clear:both;
	color:#c00000;
	font-weight:bold;
	font-size: 130%;
}	

#sold_out {
	clear:both;
	color:#c00000;
	font-weight:bold;
	}

ul, ol {
	margin:0 0 16px 15px; 
	padding-left:5px;
	}

ul ul, ol ol {
	margin:3px 0 0 15px;
	}	
	
li {
	text-decoration: none;
	}		
	
b {
	font-size:1.8em;
	color:#c00000;
	line-height: 105%;
	}

.redletter	{
	font-size:1.8em;
	color:#c00000;
	line-height: 105%;
	}

/* Headers */

h1 {
	color:#fff; 
	font-size:2.25em; 
	letter-spacing:-2px; 
	margin:0; text-align:right; 
	font-variant: small-caps;
	}

h2 {
	font-size:2em;
	font-weight:bold;
	letter-spacing:-1px;
	margin:15px 0 10px;
	padding-top:1px;
	}
	
h3 {
	padding-top:15px;
	padding-bottom:5px;
}

/* Links */

a {
	background-color:inherit;
	color:#c00000; 
	font-weight:bold; 
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}
	
/* Images */

img {
	float:left; 
	margin:0 10px 0px 0;
	border:2px solid #000;
	}
	
.top_picture { 
	margin-top: 15px;
	margin-bottom: 10px; 
	}
/* This keeps the top image even with navigation */	
	
.picture { 
	margin-top: 5px;
	margin-bottom: 10px; 

	}	
/* This image is as wide as the div*/	
	
.images_right {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left:5px;
	float:right; 
	border:0; 
}	

.right {
 	float:right; 
	padding-top: 5px;
	}

.left { 
	float:left;
	margin:10px 10px 5px 0;
	border: none;
	} 
/* This image is smaller floating to the left. */		
	
.no_border {
	border:0;
		}
	
#no_border {
	border:0;
	}	
	
/* Home */	

#jamaica{
	border:none;
	}		

/* Schedule */

.events_schedule table {
        width: 447px;
        border-collapse: collapse;
}
/* Zebra striping */
.events_schedule  tr:nth-of-type(odd) {
        background: #eeeeee;
}
.events_schedule th {
        background: #C00000;
        color: white;
        font-weight: bold;
}
.events_schedule td, th {
        padding: 3px;
        border: 1px solid #ccc;
        text-align: left;
}

/* Press */

#press {
	font-family:"Times New Roman", Times, serif;
	font-size:medium;
	font-weight:bold;
	font-style:italic;
	}

#torontostar {
	font-size: small;
	text-align:right;	
}

/* IDs */

#title {
	margin:15px 5px 5px 15px; 
	width:760px;
	}
	
#title img {
	margin:0 0px 15px 0;
	border:0px solid #000;
	}
	
#container {
	background:#fff url(front2.png) bottom left no-repeat; 
	border:3px solid #000; 
	color:#000; 
	margin:15px auto 15px; 
	padding:10px; 
	width:760px; 
	line-height:1.3em;
	}
	
#sidebar {
	float:left; 
	padding-left:147px;
	width:110px;
	}
	
#sidebar p {
	margin:10px 0 5px 10px;
	text-align:left;
	font-size:0.9em;
	}
	
#sidebar p a {
	font-weight:400;
	}

#saturday {
	padding-top:10px;
	font-weight:bold;
	}

#main {
	float:right; 
	width:450px;
	}

#gallery { 
	float:right; 
	width:450px;
	}
	
#gallery img {
	float:right;
	margin:5px 5px 5px 5px;
	
	}
	
#footer {
	clear:both; 
	color:#aaa;
	}
	
#map{
	width:435px;
	margin:0px 10px 10px 0px;
	border:2px solid #000;
	}
	
/* Menu */

.menu {
	background: url(menu.png); 
	border:0px solid #ffffff; 
	color:#fff; 
	display:block; 
	font-size:1.1em; 
	font-weight:bold; 
	padding:14px 2px 14px 10px; 
	width:110px;
	}
	
.menu:hover {
	background-color:#f8f8f8; 
	border:0px solid #cccccc; 
	color:#333333; 
	text-decoration:none;
	}

/* Various classes */

.credits {
	color:#777; 
	font-size:0.9em; 
	padding-top:15px;
	clear:both;
	}
	
.credits a {
	color:#777;
	}
	
#tickets {
	text-align:center;
	margin-bottom: 10px;
	}

#whosarmy {
float:left;
margin-left:20px;
margin-bottom:10px;
border:#000000 1px solid;
}	

#breakline {
clear:both;
}	

#contact_us {
	padding-top: 15px;
	}	
