/******************************************/	
/* CSS powered by imba - www.imbamedia.com */
/******************************************/	

/**
 * main.css
 */
 
html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	height: 100%;
	background-color: #000000;
	/*background-image: url("/images/chain.jpg"); */
	/* background-image: url("/images/brick-wall.png"); */
	/* background-image: url("/images/brick.png"); */
	/* background-image: url("/images/wood-panel.png");*/
	/* background-image: url("/images/plaster.png");*/ 
	/* background-image: url("/images/ground.png");*/
	/* background-image: url("/images/wood.png"); */
	/*background-image: url("/images/wall.png"); */
	/* background-image: url("/images/white-wall.png");*/
	/*background-image: url("/images/bed.jpg");*/
	
	font-family:"Verdana","Lucida Console",Arial,Georgia,Helvetica,sans;
	font-size:13px;
	color: #FFFFFF;
	background-repeat:no-repeat;
	background-position:top left;	
}

.money {
	background-image: url("/images/money.jpg");
}

.chain {
	background-image: url("/images/chain.jpg");
}

.bed {
	background-image: url("/images/bed.jpg");
}

.girl {
	background-image: url("/images/girl.jpg");
}

.golf {
	background-image: url("/images/golf.jpg");
}

.jump {
	background-image: url("/images/jump.jpg");
}

.wall {
	background-image: url("/images/wall.jpg");
}

#container {
	width: 952px;
	padding: 50px 50px 50px 150px;
}

#header {
	margin-bottom:10px;
	width: 900px;
	position: relative;
	clear: both; 
}

#logo {
	position: relative;
	float: left; 
	width: 150px;
}

#logo h1 a {
	display: block;
	background-image: url("/images/trill-logo.png");
	background-repeat: no-repeat;
	height: 55px;
	width: 150px;
}

#logo span {
	display: none;
}

#body-main {
	/*background-image: url("/images/background-container.png");
	background-repeat: repeat-y;*/
	height:auto;
	width: 953px;
	margin: 0;
	min-height: 400px;
}

#main-content h2 {
	color: #c29f60;
	margin: 10px 20px 10px 0;
	font-size: 14px;
	font-family:"Verdana","Lucida Console",Arial,Georgia,Helvetica,sans;
	
}

#main-content p {
	margin-bottom: 10px;
	min-height:100%;
}

#body-top {
	background-image: url("/images/body-top.png");
	background-repeat: no-repeat;
	height: 8px;
	width: 954px;
	margin: 50px 0 0 0;
}

#body-bottom {
	background-image: url("/images/body-bottom.png");
	background-repeat: no-repeat;
	height: 7px;
	width: 954px;
	float: left;
	margin: 0 0 0 0;
}

#h1 {
	margin: 0 20px 20px 20px;
}

/**
 * Navigation
 */
 
#navigation {
	height: 50px;
	width: 740px;
	position: relative;
	left: 100px;
	position: relative;
	/*float: right;*/
}

a {
	color: #c29f60;
}

a:hover {
	color: #fff676;
}

#navigation ul li {
	list-style:none;
	display:inline;
}

#navigation li a  {
	float:left;
	vertical-align: bottom;
	margin: 0 38px 0 0;
	color: #c29f60;
	font-size: 14px;
	text-decoration: none;
	/*border-bottom: 2px #fff676 solid;*/
	padding: 0 5px 10px 5px;
}

#navigation li a:hover {
	color: #fff676;
	padding: 0 5px 10px 5px;
	border-bottom: 2px #fff676 solid;
}

.selected {
	padding: 0 5px 10px 5px;
	border-bottom: 2px #c29f60 solid;
}

#blog-main {
	background-image: url("/images/background-container.png");
	background-repeat: repeat-y;
	width: 954px;
	margin: 0;
	min-height: 250px;
}

#blog {
	margin: 0 20px 0 20px;
	width: 500px;	
	float: left;
}

#intro-main {
	background-image: url("/images/background-container.png");
	background-repeat: repeat-y;
	width: 954px;
	margin: 0;
	min-height: 400px;
}

#intro {
	margin: 0 20px 0 20px;
	width: 880px;	
	float: left;
}

#home-image {
	margin: 10px 10px 10px 10px;
	width: 300px;	
	float: left;
}

#promotions-main {
	background-image: url("/images/background-container.png");
	background-repeat: repeat-y;
	width: 954px;
	margin: 0;
	min-height: 350px;
}

#promotions {
	margin: 5px 20px 0 20px;
	width: 880px;	
	float: left;
}

#links-main {
	background-image: url("/images/background-container.png");
	background-repeat: repeat-y;
	width: 954px;
	margin: 0;
	min-height: 250px;
}

#links {
	margin: 5px 20px 0 20px;
	width: 880px;	
	float: left;
}

#events-main {
	background-image: url("/images/background-container.png");
	background-repeat: repeat-y;
	width: 954px;
	margin: 0;
	min-height: 250px;
}

#events {
	margin: 5px 20px 0 20px;
	width: 880px;
	float: left;	
}

#club-nights-main {
	background-image: url("/images/background-container.png");
	background-repeat: repeat-y;
	width: 954px;
	margin: 0;
	min-height: 800px;
}

#club-nights {
	margin: 5px 20px 0 20px;
	width: 880px;
	float: left;
	height: 100%; 
  	overflow: auto; 
}

#club-nights-image {
    float: right; 
    margin: 4px; 
}

#trill-team-image {
    float: right; 
    margin: 10px 0 10px 10px; 
}
span {
 color: #c29f60;	
}

.trill-header {
	font-size: 120%;
}

/**
 * footer
 */
#footer {
	background-image: url("/images/footer.png");
	background-repeat: no-repeat;
	width: 1400px;
	height: 282px;
	margin-top: 30px;
	padding: 150px 0 0 50px;
	float: left;
	position: relative;
}

#footer h2 {
	display: none;
}
#footer ul {
}
#footer li {
	display: inline;
	font-size: 11px;
}
#footer li a {
	color: #c29f60;
	font-weight: bold;
}
#footer ul.footer-links li a {
	padding: 0px 3px 0px 3px;
}
