@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:#f0ebe7;
}


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:bold;
	margin:10px 0;
	padding:0;
	text-align:left;
}
h1 {
	font-size:36px;
	line-height:18px;
	font-weight:bold;
	margin:20px 0 10px 0;
	font-style:italic; 
}

h2, h3 {
	color:#90bdd0;
	font-family:Georgia, Garamond, "Palatino Linotype", "Palatino", "Book Antiqua", Times, "Times New Roman", "New York", serif;
	font-size:30px;
	font-weight:bold;
	margin:0;
	padding:0;
	text-align:center;
	font-style:italic;
}
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 auto;
	padding:15px;
	background:#ebdec5;
}
	blockquote.small {
		background:#eff0eb;
		font-size:80%;
		padding:15px;
		width:60%;
		margin:10px auto;
	}

.clear{
	clear:both;
}

#Container {
	width: 643px;
	text-align:left;
	min-height: 100%; 
	margin: 0 auto; 
	background:#fdfdfd url(images/containerBg.jpg) repeat-y;
}

ul#Navigation {
	list-style-type:none;
	text-align:center;
	margin:0 0 10px;
	padding:0 20px 0 10px;
}
	ul#Navigation li {
		display:inline;
	}
	ul#Navigation li a {
		background-color:transparent;
		border-bottom:0;
		color:#829599;
		display:inline;
		padding:2px 8px;
		text-decoration:none;
		text-transform:lowercase;
		margin:2px 0;
		font-size:14px;
		font-weight:bold;
	}
	

	ul#Navigation a:hover {
		border-bottom:2px solid #5d5552;
	}

#Header {
	background:url(images/header.jpg) no-repeat;
	width: 643px;
	height:230px;
	margin:0;
}

#Content {
	padding:0 10px 10px;
	background:url(images/contentBg.jpg) no-repeat;
	font-size:1.4em;
}

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

img.skin {
	background:#f1ebe7;
	border:1px solid #dadada;
	margin:5px;
	padding:10px;
}

.small {
	font-size:75%;
	padding:3px;
}
