@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}
body {
	color: #8d7940;
 	font-size: 62.5%; 
	font-family: Georgia, Garamond, "Book Antiqua", Times, "Times New Roman", "New York", serif;
	text-align:center;
}

html {
	background: #f0e2b4;
	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:#b8b1a2;
	font-family:"Goudy Old Style", "Palatino Linotype", "Palatino", Georgia, Garamond, "Book Antiqua", Times, "Times New Roman", "New York", serif;
	font-weight:bold;
	margin:0;
	padding:0;
	text-align:center;
}
h1 {
	font-size:20px;
	line-height:18px;
	font-weight:normal;
	margin:0 0 10px 0;
	font-size:22px;
	text-transform:uppercase;
}

h2, h3 {
	color:#a7812b;
	font-size:18px;
	font-weight:normal;
	margin:0;
	padding:0;
	text-align:right;
	text-transform:uppercase;
}
h2 {
	background:url(images/h2.png) no-repeat center right;
	padding-right:50px;
	line-height:35px;
	margin:20px 0;
}

h3 {
	font-size:16px;
	margin:5px 0;
}
form.show_join_form, form.show_update_form {
	margin-left: 50px;
}
input.text, input.password, textarea, option, select { 
	background: #f0ede6; 
	color: #666666; 
	border:2px solid #f0ede6;
	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:258px;
}
select.show_join_country_field, select.show_join_fave_field, select.show_update_country_field {
	width:271px;
}

.show_join_email_settings_field, .show_join_send_account_info_field {
	width:auto;
}

blockquote {
	width:60%;
	margin:20px auto;
	padding:15px 100px 15px 15px;
	background:#f5f0e3 url(images/blockquotebg.jpg) no-repeat right center;
}
	blockquote.actual {
		background:transparent url(images/actualquote.png) no-repeat;
		padding-left:50px;
		width:80%;
		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: 649px;
	text-align:left;
	min-height: 100%; 
	margin: 0 auto; 
	background: url(images/container.png) repeat-y top left;
}

#Navigation {
	float:left;
	width:150px;
	text-align:left;
	margin:0px 5px 0;
	font-family:Georgia, "Bell MT", "Times New Roman", serif;
	padding:35px 10px 0 10px;
	background:url(images/menutop.png) top center no-repeat;
}
	#Navigation ul {
		list-style-type:none;
		text-align:left;
		margin:0 0 10px;
		padding:0 0 35px;
		background:url(images/menubottom.png) bottom center no-repeat;
	}
	#Navigation ul li a {
		font-size:1.3em;
		color:#FFFFFF;
		display:block;
		text-transform:uppercase;
		line-height:100%;
		padding:0;
		margin:3px 0; 
		text-align:center;
		text-decoration:none;
	}
	

	#Navigation a:hover {
		color:#a7812b;
	}
	
#Header {
	width: 660px;
	margin:0 auto;
	height:385px;
	display:block;
	text-decoration:none;
	background:url(images/header.jpg) no-repeat top left;
}

#Layout {
	padding:20px;
	text-align:justify;
	width:420px;
	font-size:1.4em;
	float:right; 
	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.png) no-repeat bottom left;
	height:199px;
	padding:0 0 20px;
	font-size:1.1em;
	text-align:center;
	margin:0;
}
	#Footer p {
		padding:100px 20px 0;
	}
	
.codesBlock {
	text-align:center; 
}

#show-codes ol {
	margin-left:60px;
}
	
