#container {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	width: 900px;
	margin: 0 auto;
}

#header {
	margin: 20px 0 15px 0;
}

#header_left {
	background-image: url(/static/img/header_logo.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 160px;
	width: 175px;
	float: left;
}

#header_right {
	height: 160px;
	width: 720px;
	float: right;
	padding-top: 20px;
}

#header_right_top {

	color: #bbb;
	text-align: right;
	height: 60px;
}

#header_right_bottom {
	text-align: right;
	height: 60px;
}	
/*
#header_right_bottom ul {
	list-style-type: none;
}

#header_right_bottom li {
	display: inline;
	color: white;
	margin: 0 0 0 10px;
	padding: 0;
}
*/

button.menu {
	color: white;
	background-image: url(/static/img/green_button.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 40px;
	text-align: center;
	border: 0;
	margin: 0;
	cursor: pointer;
}

button.selected {
	color: white;
	background-image: url(/static/img/black_button.jpg);
	background-repeat: no-repeat;
	border: 0;
	width: 140px;
	height: 40px;
	cursor: pointer;
}

#footer {
	color: white;
	padding-left: 20px;
	background-image: url(/static/img/footer_background.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 140px;
	padding-top: 12px;
}

#footer_left {
	float: left;
	width: 600px;
}

#footer_right {
	text-align: left;
	float: right;
	width: 300px;
}

#footer p {
	display: inline;
	margin: 0;
	padding: 0; 
}

#footer a {
	color: white;
	text-decoration: none;
}

#tag_cloud {
	width: 900px;
	height: 60px;
	background-image: url(/static/img/cloud_background.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	color: white;
	text-align: justify;
}

#tag_cloud p {
	padding: 10px;
	margin: 0;
}

#tag_cloud a {
	color: white;
}

.word_level_1 {
	font-size: 0.7em;
}

.word_level_2 {
	font-size: 1.1em;
}

.word_level_3 {
	font-size: 1.5em;
}

#gallery {
	width: 900px;
	color: white;
}

#gallery_content {
	background-image: url(/static/img/gallery_background.jpg);
	padding: 20px 10px 0 10px;
}

#gallery_top {
	background-image: url(/static/img/gallery_top.jpg);
	height: 5px;
}

#gallery_bottom {
	background-image: url(/static/img/gallery_bottom.jpg);
	height: 5px;
}

#gallery_menu {
	width: 140px;
	height: 305px;
	overflow: auto;
	float: left;
}

#gallery_menu ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none;
}

#gallery_menu a {
	color: white;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: bold;
}

#gallery_photo {
	width: 520px;
	height: 285px;
	float: left;
}

#gallery_text {
	width: 210px;
	padding: 0 10px 0 0px;
	float: right;
}

#gallery_text p {
	padding: 0 0 0 30px;
}

#gallery_text h1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	padding: 0 0 0 30px;
}

#gallery_title {
	margin-bottom: 10px;
}

#loginbox {
	width: 400px;
	margin: 0 auto;
	font-size: 1.3em;
}

#loginbox .message {
	color: red;
}

/* Posts */

#current_post {
	width: 490px;
	height: 285px;
	padding: 10px;
	color: black;
	background-color: white;
	float: left;
	overflow: auto;
}

#current_post h1 {
	font-size: 1.2em;
	margin-top: 0;
}

#list_posts {
	width: 340px;
	height: 285px;
	overflow: auto;
	padding: 10px;
	color: black;
	margin-left: 10px;
	background-color: white;
	float: left;		
}

.post_list_item {

	padding-bottom: 10px;
	border-bottom: 1px solid black;
	margin-bottom: 10px;
}