/* 
Toronto Pinball and Gameroom Show
Author: dave@websherpa.ca 
Editor: wayne@websherpa.ca
Copyright 2009 webSherpa.ca(tm)
www.websherpa.ca

Colours
---------------
Yellow/green: #cccc66
Red: #cccc33
Light blue: #4c81a0
Title Purple: #391074 or #330066

Default Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

html, body, p,
h1, h2, h3, h4, h5, h6,
form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	background-color: #fff;
	background-image: url();
	background-repeat: repeat-y;
	background-position: center;
}

.clearfix {
	margin: 0px;
	height: 0px;
	clear: both;
	visibility: hidden;
}

h1, h2, h3, h4, h5, h6 {
	color: #c33;

}

img {
	border: none;
}

a {
	color: #33c;
}

a:hover {
	color: #66c;
}

.zero {
	padding: 0px;
	margin: 0px;
}

/*																														Core Layout
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

body {
	text-align: center;
}

#main_width {
	width: 980px;
	margin: 0px auto;
	background-color: #fff;
	background-image: url(../images/content_sidebar.gif);
	background-repeat: repeat-y;		
}

#left_column {
	width: 340px;
	float: left;
	background-image: url(../images/sidebar_bg.gif);
	background-position: 0px 344px;
	background-repeat: no-repeat;	
}

#right_column {
	width: 640px;
	float: right;
}


/*																														Header
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#top_navigation {
	background-color: #fff;	
	height: 168px;
	text-align: right;
}

#top_navigation ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#top_navigation li {
	float: left;
	list-style: none;
	padding: 5px 10px;
	margin: 0px;
}

#top_title {
	background-color: #cc6;	
	height: 60px;
	width: 640px;
	text-align:left;
	min-height:60px;
	display: table-cell;
	vertical-align:middle;
	background-position: center 16px;
	background-repeat: no-repeat;
}

#top_title h1 {
	color:#391074;
	padding-left: 20px;
	margin-top: 10px;
	font-size:24pt;
	font-family:Myriad Pro,Helvetica, Arial, sans-serif;

}

#home #top_title {
	background-image: url(../images/logos/The-Toronto-Pinball-Gameroom-Show.gif);
}

#home #top_title h1 {
	font-size: 20pt;
}



#logo {
	
}

/*																														Content
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content {
	background-color: #fff;
	background-image: url(../images/corner-topleft.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 0px 20px;
	text-align: left;
	font-size: 10pt;
}

#countdownarea {
	margin: 0px -20px;
	background-color: #CC3333;
	height: 65px;
}

.contentleft {
	width: 290px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.contentright {
	width: 290px;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

#content p {
	margin: 0px 0px 10px 0px;
	font-size: 10pt;
	line-height: 11pt;		
}

#content li {
	line-height: 11pt;
	padding-bottom: 4px;
}

#content h1 h2 h3 {
		margin:auto;
	}

#content h2 {
	color: #306;
	font-size: 16pt;
	line-height: 18pt;
	text-align: center;
	margin-bottom: 10px;
}

#content h3 {
	font-size: 14pt;
	line-height: 16pt;
	color: #000;
	margin-bottom: 10px;
}

#video_middle {

	font-size: 10pt;
	line-height: normal;
	margin: 20px;
	padding: 10px;
	background:url(../images/video_icon.gif) #FFFFCC no-repeat left ;
	padding-left: 100px;
	border:solid 1px #666666;
}

#hotel_middle {

	font-size: 10pt;
	line-height: normal;
	
	margin: 20px;
	padding: 10px;
	background:url(../images/clip_image002.gif) #FFFFCC no-repeat left ;
	padding-left: 100px;
	border:solid 1px #666666;
}

#googlead {
	margin-top: 20 px;
	}

a.externallink {
	background: url(../images/new_window_icon.gif) no-repeat right;
	padding-right: 18px;
}
a.externallink:hover {
	background: url(../images/new_window_icon_on.gif) no-repeat right;
}

/*																														Sidebar
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

.sidebarunit {
	float: right;
	width: 285px;
	margin: 10px 0px 0px 0px;
	font-size: 9pt;
	background-image: url(../images/sidebar_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}


.sidebarunit ul {
	padding-left: 12px;
	margin-left: 12px;
	}
	
.sidebarunit li {
	font-size: 14px;
	line-height: 20px;
	}

.sidebarunit h3 {
	font-weight: bold;
	margin: 0px;
}

.headerimg {
	display: block; margin: 0px;	
}

.sidebarbg {
	background-color: #f6f7dd;
	margin: 0px 0px 15px 0px;
	text-align: left;
	padding: 12px;
}

.sponsor {
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}

.sponsor a {
	font-size: 8pt;
	text-decoration: none;
}

.morelink {
	text-align: right;
	margin-top: 4px;
}

.disclaimer {
	text-align: right;
	font-size: 8pt;
	font-style:italic;
}

/*																														Footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content_bottom {
	background-image: url(../images/content_bottom.gif);
	background-repeat: no-repeat;
	height: 26px;
	clear: both;
}

#footer {
	clear: both;
	font-size: 9px;
	margin: 0px 0px;
	padding: 10px 0px;
	background-color: #cc6;
}

#footer ul {
	text-align: center;
	margin: 0px 20px;
	padding: 0px;
	float: left;
	font-size: 10px;
}

#footer li {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px 10px 0px 0px;
}

.credit {
	font-size: 9px;
	float: left;
	width: 340px;
	text-align: center;
}
