@import "reset.css";

/* HOME PAGE STYLES */

.bigbox {
	width: 720px;
	height: 140px;
	background-color: rgba(0,0,0,0.3);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 5px 10px 5px;
	margin: 0 0 20px 0;
	
}

.bigbox img {
	float:left;
	width:170px;
	height:120px;
	margin:0 5px 0 5px;
}

.bigboxcontent {
	float:left;
	width:170px;
	margin: 5px 5px 0 5px;
	font-size:11px;
}

.content-home {
	float:left;
	width:720px;
}

.content-home-left {
	float:left;
	width:340px;
	margin:0 10px 0 10px;
}

.content-home-right {
	float:left;
	width:340px;
	margin:0 10px 0 10px;
}

#notices { float: left; padding: 10px; background: #5b6b71; margin: 0 0 20px 0; }
#notices p { color: #CCC; }

/* FONT STYLES */

li, a {
	text-decoration:none;
}

h2 {
	margin:0 0 5px 0;
}


body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#cccccc;
	background: url(/images/bg.jpg) center top no-repeat #131313;
}

.header {
	width:960px;
	margin: 64px 0 54px 0;
}

.wrapper{
	width:960px;
	margin: 0px auto;
}

.contentwrapper{
	width: 960px;
	float:left;
}

.logo {
	float:left;
	background:url(../images/ttc-logo.png) right no-repeat;
	width: 170px;
	height: 49px;
	display:block;
}

.logo h1 {
	display:block;
	text-indent: -10000px;
}

.menu{
	float:left;
	width:170px;
	margin: 20px 0 0 0;
}

.main {
	position:relative;
	float:left;
	width: 480px;
	margin: 20px 0 20px 60px;
}

.main-home {
	float:left;
	width: 730px;
	margin: 66px 0 20px 60px;
}


.heading {
	position:relative;
	width: 730px;
	float:right;
	margin: 0 0 0 0;
}

.content{
	width: 480px;
	float:left;
	margin: 0 0 30px 0;
}

p{
	line-height:14px;
	text-decoration:none;
	color:#999;
	margin: 10px 0 20px 0;
}

.content a{
	color:#CCC;
}

.sidebar{
	float:left;
	width:170px;
	margin:20px 0 0 60px;
	font-size:11px;
}

.content-right{
	margin: 0 0 15px 0;
	color:#666666;
}

.content-right a{
	color:#aaaaaa;
}

.content-right p{
	margin: 0 0 10px 0;
}

.footer {
	float:right;
	position:relative;
	margin: 20px 0 20px 0;
	padding-bottom: 20px;
	width: 960px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
}
/* Facilities CSS */

.content imwg {
	float:left;
	background:#CCC;
	border: #FFF 3px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 14px 14px 0;
}

/* Gallery CSS */

.galleryimage {
	float:left;
	background:#CCC;
	border: #FFF 3px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 14px 14px 0;
	width: 100px;
	height: 100px;
	text-align: center;
	display: inline;
}

.galleryimage a {
	display:block;
	width: 100px;
	height: 100px;
	text-indent: -9999px;
	outline: 0;
}

/* Paginator */

.content#images {
	height:360px;
}

#images_counter {
	width: 460px;
}
			
#images_counter .qp_prev {
/*	margin-right: 30px;*/
	display: block;
	float: right;
	font-family:Tahoma, Geneva, sans-serif;
	color:#CCC;
	text-decoration:none;
}
			
#images_counter .qp_next {
	display: block;
	float: left;
	font-family:Tahoma, Geneva, sans-serif;
	color:#CCC;
	text-decoration:none;
}

/* events Styles */

.event-detail {
	position:relative;
	float:left;
	clear:left;
}

.date {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	clear: left;
	background: #222;
	margin: 0 10px 20px 0;
	padding: 0;
	width: 36px;
}

.date p.year {
	font-family:Tahoma, Geneva, sans-serif;
	color: #fff;
	text-align: center;
	font-size: 11px;
	margin: 2px;
}

.date p.month {
	text-transform: uppercase;
	font-family:Tahoma, Geneva, sans-serif;
	color: #fff;
	text-align: center;
	font-size: 12px;
	margin: 2px;
}

.date p.day {
	font-family:Tahoma, Geneva, sans-serif;
	color: #fff;
	text-align: center;
	font-size: 24px;
	margin: 2px;
}

/* Footer Styles */

div.footer .copyright {
	float: left;
	width: 200px;
}

div.footer .logos {
	width: 350px;
	float:right;
}

div.footer .logos img {
	margin: 0 0 0 10px;
	float:right;
}
