@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}
body {
	color: #45413f;
 	font-size: 62.5%; 
	font-family: Georgia, Garamond, “Palatino Linotype”, Palatino, “Book Antiqua”, Times, “Times New Roman”, “New York”, serif;
	text-align:center;
	background:#eff1f7;
}


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

ul {
	padding-left:30px;
}
	#Layout ul {
		list-style-type:none;
	}
	#Layout ul li {
		margin: 5px 0;
		background:url(../../images/bullet.png) no-repeat 0px 4px;
		padding-left:15px;
	}

a img{
	border:0;
}

a {
	color: #84a8c3;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

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

h2, h3 {
	color:#9B9595;
	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;
}
form.show_join_form, form.show_update_form {
	margin-left: 50px;
}
input, textarea, option, select { 
	background: #d9d7c4; 
	color: #666666; 
	border:1px solid #d9d7c4;
	padding:3px;
	font-family: Georgia, Garamond, "Palatino Linotype", "Palatino", "Book Antiqua", Times, "Times New Roman", "New York", serif;
}
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 70px;
	padding:15px;
	background:#f0f2f7;
}

.clear{
	clear:both;
}

#Container {
	width: 649px;
	text-align:left;
	min-height: 100%; 
	margin: 0 auto; 
	background:#fdfdfd;
}

#Navigation {
	float:left;
	width:160px;
	text-align:center;
	margin:0 5px;
	font-family:Georgia, "Bell MT", "Times New Roman", serif;
}
	#Navigation h3 {
		color:#d4d4d3;
		font-weight:bold;
		border:0;
		font-size:16px;
		margin:0 0 0 10px;
		text-align:left;
	}
	#Navigation ul {
		list-style-type:none;
		text-align:left;
		margin:0 0 10px;
		padding:0 20px 0 10px;
	}
	#Navigation ul li a {
		background-color:#f0f2f7;
		border-left:6px solid #d4d4d3;
		color:#8babad;
		display:block;
		padding:2px 5px;
		text-decoration:none;
		text-transform:lowercase;
		margin:2px 0;
		font-size:11px;
	}
	

	#Navigation a:hover {
		border-left:6px solid #5d5552;
	}

#Header {
	width: 607px;
	margin:0;
}

#Layout {
	padding:0 10px;
	width:430px;
	font-size:1.2em;
	float:left; 
}

#Footer {
	padding:10px;
	font-size:1.1em;
	margin:10px 0;
	text-align:center;
	font-family:Georgia, "Bell MT", "Times New Roman", serif;
}

img.skin {
	border:5px solid #b4cccc;
	margin:5px;
}

