/* @group YUI */

* {
margin:0;
padding:0;
}
html {
background:#fff none repeat scroll 0 0;
color:#000;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
margin:0;
padding:0;
}
table {
border-collapse:collapse;
border-spacing:0;
}
fieldset, img {
border:0 none;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
font-style:inherit;
font-weight:inherit;
}
del, ins {
text-decoration:none;
}
li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
caption, th {
text-align:left;
}
h1, h2, h3, h4, h5, h6 {
font-size:100%;
font-weight:normal;
}
q:before, q:after {
content:'';
}
abbr, acronym {
border:0 none;
font-variant:normal;
}
sup {
vertical-align:baseline;
}
sub {
vertical-align:baseline;
}
legend {
color:#000000;
}
input, button, textarea, select, optgroup, option {
font-family:inherit;
font-size:inherit;
font-style:inherit;
font-weight:inherit;
}
input, button, textarea, select {
}

/* @end */

html, body{ 
 text-align:center; 
}

.bold{
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #971e18;
} 

a:hover {
	text-decoration: underline;
	color: #971e18;
}



/* @group Containers */

#pagewidth{ 
 width:860px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
} 
 
#leftcol{
 width:215px; 
 float:left; 
 position:relative; 
 background-color: transparent;
 margin-top: 75px;
}
 
#twocols{
 width:645px; 
 float:right; 
 position:relative;
  }
 
#rightcol{
 width:150px;
 float:right; 
 position:relative; 
 background-color:#E2E3E3;
 text-align: right;
 }
 	
	#rightcol ul{
		text-transform: uppercase;
		text-align: right;
	}
	
 	#rightcol ul li{
		color: #87888C;
		font: .8em/14px Arial, Helvetica, sans-serif;
		margin: 5px;
		text-decoration: none;
		list-style-type: none;
		width: 140px;
	}
	
	#rightcol ul li ul li{
		border-bottom: 1px solid #b6b6b6;
		padding: 0 0 2px 0;
		width: 130px;
	}
 
	#rightcol a {
		text-decoration: none;
		color: #87888C;
	} 
 
 	#rightcol a:hover {
		text-decoration: none;
		color: #971e18;
	}
	
 
 
#maincol{
 background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:450px;
 margin-top: 75px;
 margin-left: 10px;
 color: #87888C;
 font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

	#maincol h1, #schedule h1 {
		font-size: 1em;
		line-height: 1.2em;
		text-transform: uppercase;
		padding-bottom: 5px;
		font-weight: bold;
	}

	#maincol h2, #schedule h2 {
		font-size: 1em;
		line-height: 1.2em;
		margin: 12px 0 5px 0;
		font-weight: bold;
	}

	#maincol h3, #schedule h3 {
		font-size: .9em;
		line-height: 1.2em;
		margin: 12px 0 5px 0;
		font-weight: bold;
	}

	
	#maincol p, #schedule p{
		font-size: .8em;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 1.2em;
	}


#footer_home,#footer_games,#footer_comics,#footer_about,#footer_thoughts,#footer_events{ height:60px; clear: both;}

#footer_home{background: transparent url(../images/footer_home.gif) no-repeat 0 0;}
 
#footer_games{background: transparent url(../images/footer_games.gif) no-repeat 0 0;}

#footer_comics{background: transparent url(../images/footer_comics.gif) no-repeat 0 0;}

#footer_thoughts{background: transparent url(../images/footer_thoughts.gif) no-repeat 0 0;}

#footer_about{background: transparent url(../images/footer_about.gif) no-repeat 0 0;}

#footer_events{background: transparent url(../images/footer_events.gif) no-repeat 0 0;}

 
 #footer_notices{
	margin-top: 5px;
	color: #c3c4ca;
	text-align: left;
	font: .7em Arial, Helvetica, sans-serif;
}

#grant {
	position: relative;
	height: 269px;
}

#hours{
	position: relative;
	float: right;
	text-align: right;
	margin: 30px 5px 0 0;
	color: #87888C;
	font: .8em/14px Arial, Helvetica, sans-serif;
}

#hours p{
	padding-bottom: 5px;
}

#schedule{
	position: relative;
	float: left;
}



/* @end */

/* @group Carousel Thumbs */
  /* the thumbnails */
  #triggers {
  	text-align:center;
  	border:1px solid #E2E3E3;
  	background-color:#E2E3E3;
  	-moz-border-radius:4px;
  	-webkit-border-radius:4px;
  }

  #triggers img {
  	background-color:#fff;
  	padding:3px;
  	border:2px solid #ccc;
  	margin:18px 10px 15px 2px;
  	-moz-border-radius:4px;
  	-webkit-border-radius:4px;
  }

  /* the active thumbnail */
  #triggers a.active img {
  	outline:1px solid #000;
  	/* show on top of the expose mask */
  	z-index:9999;
  	position:relative;
  }


/* @end */



 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
