/*

	Updated FolderBlog-Theme

	Author: John RS
	Author URI: http://www.semarangan.net/

	Updated for folderblog 3
	http://www.semarangan.net/Masehi/
	This theme was designed and built by John RS,
	whose blog you will find at http://www.semarangan.net/Masehi/
	Updated on: 17.09.2006
	
	The CSS, XHTML and design is released under the GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/

html, body {
	margin: 0; 
	padding: 0; 
	text-align: center;
	background: #8a7736;
}

body {
	padding: 20px 0 20px 0;
	font: 12px "Copperplate Gothic Light", "Trebuchet MS", verdana, arial, times new roman, lucida sans unicode, sans-serif;
	background: #8a7736 url(relaxation/folderblog3.gif) no-repeat top right;
	color: #695f2a;
}

h1, h1 a {
	font: 20px 'Copperplate Gothic Bold', 'Trebuchet MS', 'times new roman', 'georgia', 'lucida sans unicode', sans-serif;
	margin: 20px 0 20px 0;
	padding: 0;
	color: #695f2a;
	text-decoration: none;
}

h2, h2 a {
	font: 16px 'Comic Sans MS', 'Trebuchet MS', 'times new roman', 'georgia', 'lucida sans unicode', sans-serif;
	margin: 0;
	padding: 0;
	color: #695f2a;
	text-decoration: none;
}

img {
	border: none;
}

h3 {
	color: #222;
	font: small "Comic Sans MS", "Trebuchet MS", verdana, arial, times new roman, lucida sans unicode, sans-serif;
}

h4 {
	font: 12px "Comic Sans MS", "Trebuchet MS", verdana, arial, times new roman, lucida sans unicode, sans-serif;
	margin: 0;
	padding: 0;
}

small {
	font-size: 11px;
	line-height: 1.2em;
}

p {
	line-height:1.5em;
	text-align: justify;
}

#page {
	width: 714px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: transparent url(relaxation/middle.gif) repeat-y top center;
}

#page_menu {
	width: 714px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: transparent url(relaxation/middle_menu.gif) repeat-y top center;
}

#top_row {
	background: transparent url(relaxation/top.gif) no-repeat top center;
	height: 30px;
}

#top_row_menu {
	background: transparent url(relaxation/top_menu.gif) no-repeat top center;
	height: 30px;
}

#navigation {
	text-align: right;
	padding: 0 0 3px 0;
}

#content {
	width: 602px;
	padding: 0;
	margin: 0 0 0 50px;
}

#content img {
	border: 1px solid #000;
	margin: 0;
	padding: 0;
}

#content_menu {
	width: 429px;
	padding: 0 0 0 57px;
	margin: 0;
	float: left;
	left: 1px;
}

#content_menu img {
	border: 1px solid #000;
	margin: 10px 38px 10px 0px;
	padding: 0;
}

#sidebar {
	background: transparent;
	border: none;
	color: #443;
	float: right;
	font-size: 11px;
	margin: 0;
	padding: 0 27px 30px 0px;
	text-align: left;
	width: 128px;
}

#sidebar a {
	color: #444433;
}

#sidebar a.fbthiscat {
	color: #a06000;
}

#sidebar a:hover {
	color: #a06000;
}

#sidebar h2 {
	color: #453929;
	font-size: 13px;
	font-family: 'Trebuchet MS', 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif, Verdana, Arial;
	font-weight: bold;
	letter-spacing: 0.3em;
	margin: 20px 0 10px 0;
	padding: 0;
}

#sidebar li {
	line-height: 1.5em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar ul {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}

#footer {
	height: 40px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	background: transparent url(relaxation/bottom.gif) no-repeat bottom center;
	color: #707969;
}

#footer_menu {
	height: 50px;
	margin: 0;
	padding: 20px 55px 0 57px;
	font-size: 11px;
	background: transparent url(relaxation/bottom_menu.gif) no-repeat bottom center;
	color: #707969;
	clear: both;
}

html[xmlns] #footer {
	clear: both;
}

#thumbnails {
	padding: 0;
	margin: 0;
	float: right;
}

#thumbnails img {
	float: left;
	padding: 0;
	margin: 0 0 0 5px;
	border: 1px solid #000;
}

#thumbwrapper {
	width: 602px;
	margin: 0 0 0 57px;
	padding: 5px 0 0 0;
}

#thumbwrapper a {
	color: #a06000;
	text-decoration: none;
}

#thumbwrapper a:hover {
	text-decoration: underline;
}

#comment {
	width: 225px;
	font: 12px "Trebuchet MS", "Comic Sans MS", verdana, arial, times new roman, lucida sans unicode, sans-serif;
	background: transparent;
	color: #336633;
	float: left;
}

.commentbody {
	color: #336633;
	font: 12px "Comic Sans MS", "Trebuchet MS", verdana, arial, times new roman, lucida sans unicode, sans-serif;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #f9f9f5;
	border: 1px solid #f0f0e0;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

a {
	font-size: 12px;
	color: #707969;
	text-decoration: none;
}

a:hover {
	color:#a06000;
	text-decoration: none;
}

form {
	margin: 0;
	padding: 0;
}

textarea, #name, #email, #url, #cookie, #submit, #captcha, #usrpass {
	background: #fff;
	border: 1px solid #d0d9c9;
	font-size: 11px;
}

div.fbpostform {
	margin-bottom: 20px;
}

div.fbpostform strong {
	color: red;
}

input {
	font-size: 12px;
}

.sep {
	color: #c9d0c0;
	padding: 0 5px;
}

.fbpages {
	float:left;
	text-align:left;
}

.fbthispage {
	font-weight: bolder;
}

.caption {
	color : #000;
}

.comments {
	color: #453929;
	font: 13px "Lucida Sans Unicode", "Trebuchet MS", verdana, arial, times new roman, lucida sans unicode, sans-serif;
	font-weight: bold;
}

#info {
	font: 11px "Lucidia Sans Unicode", "Trebuchet MS", verdana, arial, times new roman, lucida sans unicode, sans-serif;
}

#info a {
	font-size: 12px;
	font-weight: bold;
	color: #453929;
}

#info a:hover {
	text-decoration: underline;
}

.gravatar {
	float: left;
	margin: 2px 10px 0 0;
	border: 1px solid #d9e9c9;
	padding: 3px;
	background: #fff;
}