/* ---------- STRUCTURE --------- */

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

/* ---------- GLOBAL --------- */	
body {
	background-image: url(/theme/images/body-bg.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #000000;
	
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: white;
}

img {
	display: block;
}

hr {
	height: 10px;
	margin: 20px 0;
	background-color: white;
	border: 0;
	}
	
a {
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	}

p {
	margin-bottom: 10px;
	}
	
a:hover {
	text-decoration: underline;
	}	

a.continue {
	color: #F31D7F;
	margin-top: 5px;
	display: block;
	}

#page {
	padding: 0 20px;
	height: 100%;
	background-image: url(/theme/images/page-bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: transparent;
}

#container .wrapper {
	background-image: url(/theme/images/content-bg.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	}

/* ---------- GENERAL RULES --------- */

.text {
	padding: 20px;
	line-height: 130%;
	}

/* ---------- ALL COLUMNS --------- */	

li.pink {
	color: white;
	background-color: #F31D7F;
	}

li.image {
	font-size: 0;
	line-height: 0;
	}

li.block {
	list-style: none;
	border-bottom: 10px solid white;
	}

li.headline {
	border-bottom: 2px solid white;
	}	
	
li.last {
	border-bottom: none;
	}	
	
li.spacer {
	background-color: black;
	}
	
li.spacer img {
	height: 40px;
	}
	
li.spacer h1 {
	border: 0;
	color: black;
	}

/* ---------- MAIN-COLUMN --------- */	

.main-column {
	width: 600px;
	border-right: 10px solid white;
	font-size: 16px;
	}	
	
	.main-column ul {
		list-style: none;
	}

	.main-column h2 {
		font-size: 22px;
		}
		
/* ---------- location listing --------- */	

	li.locations {
		padding: 15px;
		font-size: 12px;
		}
		
	li.locations h2{
		font-size: 13px;
		}

/* ---------- SIDE-COLUMN --------- */

.side-column {
	width: 330px;
	border-left: 10px solid white;
	border-right: 10px solid white;
	}
	
	.side-column ul {
		list-style: none;
		}
	
	.side-column ul ul {
		margin-top: 10px;
		list-style: none;
		}	

	.side-column h2 {
		font-size: 16px;
		}
		
	.side-column li.poll {
		font-size: 13px;
		line-height: normal;
		padding: 20px;
		line-height: 140%;	
		}				

/* ---------- UNSORTED --------- */

.form {
	padding: 20px;
	color: black;
	background-color: #FFF0F0;
}	

h1 {
	margin-bottom: 5px;
	padding-bottom: 4px;
	border-bottom: 1px solid white;
	
	font-family: "Arial Black";
	font-size: 22px;
	text-transform: uppercase;
	line-height: 140%;
	}
	
h1 a {
	text-decoration: none;
	color: white;
	}
	
h1 a:hover {
	text-decoration: underline;
	}		
	
h2 {
	margin-bottom: 5px;
	padding-bottom: 4px;
	font-family: "Arial Black";

	text-transform: uppercase;
	line-height: 110%;
	}	

h2 a {
	text-decoration: none;
	color: white;
	}		
	
h2.left {
	text-align: left;
	}	


.pink a {
	color: white;
	}
	
small {
	font-size: 11px;
	line-height: 80%;
}

small a {
	color: white;
	text-transform: none;
	}