/* 
========================================
AcademyTheatre.ca >> Site Layout and Styles
========================================
This CSS cucumber was pickled by:
>> Tom Collver and Kyle Dutka at See Design
>> www.seedesign.ca | info [at] seedesign.ca
------------------------------
*/


/* 
==============================
Layout/Structure
==============================
*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../../images/bgk_img.gif);
	background-repeat:repeat;
	margin: 0px;
	}
	
#wrapper {
	margin: 0 auto;
	width: 850px;
	height: 100%;
	text-align: left;
	}

#header {
	position: relative;
	height: 110px;
	margin: 0px;
	padding-bottom: 0px;
	background: #FFF;
	}

	#logo {
		float: left;
		text-indent: -7777777px;
		width: 240px;
		height: 110px;
		background: url(../../images/at_banner.jpg) top left no-repeat;
		margin: 0;
		padding: 0;
		}
		
	#header p {
		float: left;
		margin: 0;
		padding: 90px 0 0 30px;
		text-align: left;
		}

#main {
	position: relative;
	width: 100%;
	margin: 0px;
	padding-bottom: 15px;
	height: 100%;
	height: auto;
	min-height: 100%;
	background: url(../../images/main_bkg.gif) top left repeat-y #FFF;
	}

#nav {
	position: relative;
	float: left;
	width: 240px;
	height: auto;
	min-height: 100%;
	padding-top: 60px;
	padding-bottom: 0;
	border-top: 10px solid #BE1E2D;
	background-color:#231F20;
	}
	
#sub_nav {
	float: left;
	width: 610px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 10px solid #BE1E2D;
	background-color:#231F20;
	text-transform: uppercase;
	}

#content {
	display: block;
	float: right;
	width: 550px;
	padding: 15px 30px 0 30px;
	margin-bottom: 15px;
	height: 100%;
	}
	
	.column_full {
		display: block;
		float: left;
		width: 100%;
		margin: 0 0 15px 0;
		padding-bottom: 25px;
		background: url(../../images/divider_horiz.gif) bottom left repeat-x;
		}
		
	.column_1 {
		float: left;
		width: 260px;
		margin: 0 0 15px 0;
		padding-bottom: 25px;
		padding-right: 15px;
		background: url(../../images/divider_vert.gif) top right repeat-y;
		}
	
	.column_2 {
		float: left;
		margin: 0 0 15px 0;
		padding-bottom: 25px;
		padding-left: 15px;
		width: 260px;
		}
		
		.no_divider {
			background: none;
			}

#footer {
	display: block;
	clear: both;
	color:#333333;
	font-size: 10px;
	text-align: center;
	margin: 30px 30px 0 270px;
	padding: 15px 0px; 
	background: url(../../images/divider_horiz.gif) top left repeat-x;
	}

	#footer a {
		color: inherit;
		}
	
	
/*Links and images*/

img.border {
	border: 1px solid #FFF ;
	padding: 0px 10px 0px 0px ;
	}

a {
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: #CCC 1px solid;
	color: red;
	}

a:hover {
	text-decoration: none;
	color: #231F20;
	padding-bottom: 2px;
	border-bottom: #CCC 1px solid;
	}
	
/* This removes the annoying dotted line bug in Firefox when a link is clicked */

:focus {
  -moz-outline-style: none;
	}

/* 
==============================
Typography
==============================
*/

p { 
	margin: 0;
	padding-bottom: 8px;
	font-size:11px;
	line-height: 13px;
	color:#414042;
	}


h1 {
	margin-top:0px;
	font-size: 60px;
	line-height: 48px;
	margin-bottom: 5px;
	color: #231F20;
	}

h2 {
	margin-top:0px;
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 0px;
	color: #231F20;
	}

h3 {
	font-size: 20px;
	line-height: 18px;
	margin-top:0px;
	margin-bottom: 5px;
	color: BE1E2D;
	}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	color:#FFFFFF;
	display: inline;
	}
	
.divider {
	color: #999;
	}
	
/* 
==============================
Navigation
==============================
*/
	
ul {
	list-style: none;
	text-indent: 0;
	margin: 0;
	padding: 0;
	}

li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: 0;
	}

#nav a {
	display: block;
	text-indent: -77777777px;
	padding: 0;
	height: 40px !important; 
	height /**/:40px; /* for IE5/Win only */
	padding-bottom: 0px;
	border-bottom: 0px;
	text-decoration: none;
	}
	
#nav a:hover {
	border: 0;
	display: block;
	padding-bottom: 0px;
	background-position: 0 -40px;
	}

/* Image Replacement */
#nav_home a {
	background:  url(../../images/nav_home.gif) top left no-repeat;
	}

#nav_whats a {
	background:  url(../../images/nav_whats.gif) top left no-repeat;
	}

#nav_tickets a {
	background:  url(../../images/nav_tickets.gif) top left no-repeat;
	}

#nav_contact a {
	background:  url(../../images/nav_contact.gif) top left no-repeat;
	}

#nav_visit a {
	background:  url(../../images/nav_visit.gif) top left no-repeat;
	}
	
#nav_about a {
	background:  url(../../images/nav_about.gif) top left no-repeat;
	}

#nav_sponsors a {
	background:  url(../../images/nav_sponsors.gif) top left no-repeat;
	}
	
#nav_gallery a {
	background:  url(../../images/nav_gallery.gif) top left no-repeat;
	}

/* This will make the current page Nav Link stay gray bkg */

#pageid_home #nav_home a,
#pageid_whats #nav_whats a,
#pageid_tickets #nav_tickets a,
#pageid_contact #nav_contact a,
#pageid_visit #nav_visit a,
#pageid_about #nav_about a,
#pageid_sponsors #nav_sponsors a,
#pageid_gallery #nav_gallery a,
	{
	background-position: 0 -40px;
	cursor: default;
	}
	
#pageid_home #nav_home a:hover,
#pageid_whats #nav_whats a:hover,
#pageid_tickets #nav_tickets a:hover,
#pageid_contact #nav_contact a:hover,
#pageid_visit #nav_visit a:hover,
#pageid_about #nav_about a:hover,
#pageid_sponsors #nav_sponsors a:hover,
#pageid_gallery #nav_gallery a:hover,
#pageid_rent #nav_rent a:hover,
#pageid_dine #nav_dine a:hover,
#pageid_support #nav_support a:hover {
	cursor: pointer;
	}

/* SECONDARY Navigation */

#sub_nav li {
	float: left;
	display: inline;
	}

#sub_nav a {
	display: block;
	border-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 30px 10px 30px;
	color:#FFFFFF;
	text-decoration: none;
	}

#sub_nav a:hover {
	background-color: #414042;
	}

/* This will make the current page Nav Link stay gray bkg */
	#pageid_rent #nav_rent a,
	#pageid_dine #nav_dine a,
	#pageid_support #nav_support a {
		background-color: #414042;
		}

/* 
==============================
Home: Show Box
==============================
*/

.show_box{
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: auto;
	width: 180px;
	margin-right: 3px;
	margin-top: 6px;
	background-color: #231F20;
	}

	.title{
		float: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: white;
		height: 30px;
		width: 160px;
		vertical-align: middle;
		position:relative;
		padding-left: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		background: #3d3c3d;
		}
	
	.date{
		float: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: white;
		height: auto;
		width: 160px;
		padding-left: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-right: 0px;
		background: url(../../images/nav_divider.gif) top left no-repeat #231F20;
		}
	
	.time{
		float: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: white;
		height: auto;
		width: 160px;
		padding-left: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		background: url(../../images/nav_divider.gif) top left no-repeat #231F20;
		}
	
	.buy{
		float: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: white;
		height: auto;
		width: 160px;
		margin-bottom: 10px;
		padding-left: 20px;
		padding-top: 10px;
		background: url(../../images/nav_divider.gif) top left no-repeat #231F20;
		}
	
	.buy a{
		float: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-decoration: none;
		padding-bottom: 2px;
		border-bottom: #333 1px solid;
		color: white;
		}
	
	.buy a:hover{
		float: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: red;
		}
	

/* 
==============================
What's On
==============================
*/

.whats_on {
	font-family: inherit;
	font-size: inherit;
	position: relative;
	background: url(../../images/divider_horiz.gif) top left repeat-x;
	padding: 10px 0 10px 0;
	margin: 10px 0 0 0;
	}

.whats_on .content {
	float: left;
	}

 .whats_on img {
	 float:left;
	 padding-right:15px;
	 }
	 



