/* @override 
	http://localhost:8888/css/common.css
*/

body {
	background-image: url('../images/swirl.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #000000;
	padding: 0px;
	margin: 0px;
}

/* ###### Body ###### */
#body {
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 5px;
	width: 730px;
	background-color: rgba(255, 255, 255, 0.8);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

a {
	color: #606060;
}

h1 {
	font-family: "Andale Mono";
	font-size: 50px;
	text-align: center;
	margin-top: 0px;
	padding-top: 20px;
}

/* End of body */

/* ###### Post ###### */
div.post {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 15px;
	line-height: 1.1em;
}

div.post p {
	font-family: sans-serif;
	font-size: 12px;
}

div.post li {
	font-family: sans-serif;
	font-size: 12px;
}

h3.title {
	font-family: sans-serif;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
}

h3.title a {
	color: black;
}

a {
	text-decoration: none;
}

h4.date {
	font-family: sans-serif;
	font-weight: bold;
	margin-top: 0px;
	font-size: 10px;
}

div.post img.hr {
	height: 1px;
	width: 730px;
}

/* End of post */

/* ##### Sidebar ##### */
#sidebar {
	top: 20px;
	position: fixed;
	left: 774px;
}

/* ##### About ##### */
#about {
	width: 250px;
	margin-bottom: 20px;
	height: 117px;
	font-family: sans-serif;
	font-size: 11px;
	background-color: rgba(255, 255, 255, 0.8);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
}

#about img {
	float: left;
	margin-right: 10px;
}

#about h2 {
	margin-top: 3px;
	font-size: 20px;
}

/* End of about */

/* ##### Twitter ##### */
#twitter {
	margin-bottom: 20px;
	font-family: sans-serif;
	width: 250px;
	background-color: rgba(255, 255, 255, 0.8);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	overflow: hidden;
}

#twitter h2 {
	margin-top: 3px;
	font-size: 20px;
}

#twitter ul {
	list-style-type: none;
	padding-left: 0px;
	font-size: 12px
}

#twitter a#twitter-link {
	font-size: 14px;
}

#twitter li {
	margin-bottom: 10px;
}

/* End of Twitter */

/* ##### Copyright ##### */
#copyright {
	font-family: sans-serif;
	width: 250px;
	background-color: rgba(255, 255, 255, 0.8);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
}

#copyright p {
	font-size: 10px;
}

/* ##### Post list ##### */
#post_list {
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	width: 730px;
	background-color: rgba(255, 255, 255, 0.8);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-family: sans-serif;
}

/* ##### Post editor ##### */
#post_editor {
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	width: 730px;
	background-color: rgba(255, 255, 255, 0.8);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-family: sans-serif;
}
