@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}
body {
	color: #c4cbce;
 	font-size: 62.5%; 
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align:center;
	background:#000;
}

html {
	background: #000;
	margin:0;
}

p {
	margin:0 0 10px 0;
}
.center {
	text-align:center;
}

ul {
	padding-left:30px;
}

a img{
	border:0;
}

a {
	color: #3687d2;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

h1, h2, h3, h4, h5 {
	color:#1e1e21;
	font-family:Georgia, Garamond, "Palatino Linotype", "Palatino", "Book Antiqua", Times, "Times New Roman", "New York", serif;
	font-weight:bold;
	margin:0;
	padding:0;
	text-align:left;
	font-style:italic;
}
h1 {
	font-size:20px;
	line-height:18px;
	font-weight:normal;
	margin:0 0 10px 0;
	font-size:22px;
}

h2, h3 {
	color:#909090;
	font-family:Georgia, Garamond, "Palatino Linotype", "Palatino", "Book Antiqua", Times, "Times New Roman", "New York", serif;
	font-size:18px;
	font-weight:normal;
	margin:0;
	padding:0;
	text-align:center;
}

h3 {
	font-size:16px;
	margin:5px 0;
}
form.show_join_form, form.show_update_form {
	margin-left: 50px;
}
input, textarea, option, select { 
	background: #e3e3e3; 
	color: #666666; 
	border:2px solid #e3e3e3;
	padding:5px;
	width:120px;
}
option, select {
	padding:0;
}
input.show_join_name_field, input.show_join_email_field, input.show_join_url_field, textarea.show_join_comments_field, input.show_update_old_email_field, input.show_update_email_field, input.show_update_current_password_field, input.show_update_name_field, input.show_update_url_field, input.show_update_favourite_field {
	width:252px;
}
select.show_join_country_field, select.show_join_fave_field, select.show_update_country_field {
	width:259px;
}

blockquote {
	width:70%;
	margin:20px auto;
	padding:15px;
	background:#303033;
}
	blockquote.actual {
		background:transparent url(images/actualquote.png) no-repeat;
		width:95%;
		padding-left:50px;
		border-left:6px solid #3b3b3f;
		font-family: Georgia, Garamond, "Palatino Linotype", "Palatino", "Book Antiqua", Times, "Times New Roman", "New York", serif;
		font-style:italic;
	}

.clear{
	clear:both;
}

p.warning {
	background:#664f53;
	border:1px solid #66333c;
	padding:20px;
	width:80%;
	margin:10px auto;
}

img.inlineimg {
	background-color:#58585a;
	border:1px solid #78787a;
	margin:10px;
	padding:5px;
	float:left;
}

#Container {
	width: 650px;
	text-align:left;
	min-height: 100%; 
	margin: 0 auto; 
	background: #434345 url(images/contentBg.jpg) no-repeat 0 432px;
}

#Navigation {
	float:right;
	width:130px;
	text-align:left;
	margin:0 5px;
	font-family:Georgia, "Bell MT", "Times New Roman", serif;
	padding:0 20px 0 10px;
}
	#Navigation h3 {
		color:#1e1e21;
		font-weight:normal;
		border:0;
		font-size:16px;
		text-align:center;
	}
	#Navigation ul {
		list-style-type:none;
		text-align:left;
		margin:0 0 10px;
		padding:0;
	}
	#Navigation ul li a {
		background:#303033;
		border-bottom:1px solid #4e4e54;
		color:#676767;
		display:block;
		padding:2px 5px;
		text-decoration:none;
		text-transform:lowercase;
		margin:2px 0;
		font-size:11px;
	}
	

	#Navigation a:hover {
		color:#eee;
	}
	
#Header {
	width: 650px;
	margin:0;
	background:url(images/header.jpg) no-repeat;
	height:432px;
}
	#Header .icon {
		border:10px solid white;
		float:left;
		margin:10px;
	}

#Layout {
	padding:20px 10px;
	text-align:justify;
	width:450px;
	font-size:1.4em;
	float:left; 
	margin-left:5px;
}
	#Layout ul {
		list-style-type:none;
		padding-left:10px;
	}
		#Layout ul li {
			background:url(images/bullet.jpg) no-repeat 0px 4px;
			padding-left:15px;
			margin:10px;
			font-weight:normal;
		}
			#Layout ul li ul li, #Layout ol li ul li {
				background:url(images/bulletsm.png) no-repeat 0px 4px;
				font-size:80%;
				margin:10px 0;
				font-weight:normal;
			}

	#Layout img.icon {
		margin:2px;
		border:3px solid #303033; 
	}
#Footer {
	background:url(images/footer.jpg) no-repeat;
	height:199px;
	padding:0;
	font-size:1.1em;
	text-align:center;
}
	#Footer p {
		padding:100px 20px 0;
	}
	
