/* 
-----------------------------------------------
Resist V2.0 - Coming Soon Stylesheet
Author:   Beth Dean
Author Email: beth@resistmedia.net
Author URL: resistmedia.net
Last Modified:  03.11.2009
----------------------------------------------- */

body {
	background-color: #000;
	background-image: url(../img/79578_3184.jpg);

	background-repeat: no-repeat;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font: Futura;
	font-size: 15px;
}

h1, h2, h3, h4, h5 {
	margin: 20px 0;
}

h1 {
	font-size: 50px;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 25px;
	margin: 10px 0;
}

h4 {
	color: #999;
	font-size: 20px;
	margin: 10px 0;
}

h5 {
	color: #964F51;
	font-size: 20px;
	margin: 20px 0 10px 0;
}

p {
	color: #333;
	font-size: 15px;
	font-style: italic;
	margin: 5px 0;
}

#content {
	background-image: url(../img/bg_transparent.png);
	margin: 50px;
	padding: 20px;
	width: 650px;
}

ul {
	display: inline;
	list-style: disc;
	list-style: circle;
	margin: 5px 0;
}

ul li {
	display: inline;
	margin: 0 5px;
}

li.first {
	margin: 0 5px 0 0;
}

a, a:visited {
	background: #304D5F;
	color: #fff;
	padding: 5px;
	text-decoration: none;
}

a:hover {
	background-color: #000;
	border-bottom: 1px dotted #304D5F;
	color: #304D5F;
}

ul li a {
	padding: 5px 5px 3px 5px;
}




