/*-----------------------------------------------------------------------------
style.css

version:   1
author:    Muhammad Haris
email:     isharis@gmail.com
website:   http://www.mharis.net
last modified:  20/12/07

-----------------------------------------------------------------------------*/

/* =General */

*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #ffffff url('images/bg.jpg') repeat-x;
	text-align: center;
}

.clear
{
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0;
}

/* =Wrapper */

#page
{
	position: relative;
	width: 940px;
	border-right: 10px solid #898989; border-left: 10px solid #898989;
	margin: 0 auto;
	text-align: left;
}

#wrapper
{
	background: #B9B19E url('images/content.jpg') no-repeat;
	width: 922px;
	padding: 11px 9px 0px 9px;
	position: relative;
}

#faux
{
	width: 100%;
	height: 100%;
	background: #ffffff url('images/contentbg.jpg') repeat-y;
}

/* =Header */

#header
{
	position: relative;
	background: #ffffff url('images/headerbg.jpg');
	height: 122px;
	padding-left: 9px; padding-right: 9px;
}

#header img
{
	border: 0;
	margin-top: 23px; margin-bottom: 11px;
margin-left: -150px;
}

#header ul
{
	float: left;
	list-style: none;
margin-top: 94px;
}

#header li
{
	font-family: Georgia, Arial, "Times New Roman";
	font-weight:bold;
	background: #c8c2b5;
	height: 30px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	margin-right: 3px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}

#header li a
{
	color: #ffffff;
	text-decoration: none;
}

#header form
{
	float: right;
margin-top: 90px;
}

#header form p
{
	float: left;
}

#header form input.txtForm
{
	background: #f4f6f8;
	border: 1px solid #000000;
	color: #b4c3c8;
	padding: 5px;
	width: 222px;
	font-family: Arial, Verdana, Tahoma; font-weight: bold;
	font-size: 12px;
}

#header form input.button
{
	background: #f4f6f8;
	border: 1px solid #000000;
	color: #000000;
	padding: 3px;
	font-weight: bold;
	margin-left: 5px;
}

/* =Content */

#content
{
	padding: 20px 18px 10px 21px;
	width: 590px;
	position: relative;
	float: left;
	background: #f6f6f6;
}

#content a
{
	text-decoration: underline;
	font-family: Georgia, Arial, "Times New Roman";
	color: #000000;
}
#content a:hover
{
	text-decoration: none;
	font-family: Georgia, Arial, "Times New Roman";
	color: #000000;
}

#content .post
{
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #696969;
}
#content .post h2
{
	font-family: Georgia, Arial, "Times New Roman"; font-size: 24px;
	margin-bottom:5px;
}

#content .post h2 a
{
	color: #64a9c2;
	text-decoration: none;
}
#content .post h2 a:hover
{
	color: #64a9c2;
	text-decoration: underline;
}

#content p.postmetadata
{
	font-family: Arial, Verdana, Tahoma; font-size: 11px;
	background: #a0cdd6;
	color: #000000;
	padding: 2px 0px 3px 9px;
	margin-bottom: 10px;
}

#content p.postmetadata a
{
	color: #000000;
}

#content p
{
	font-family: Arial, Verdana, Tahoma; font-size: 11px;
}

#content .navigation
{
	font-size: 12px;
	height: 12px;
	margin-bottom: 10px;
}

#content .alignleft
{
	float: left;
}

#content .alignright
{
	float: right;
}

#content ul, ol
{
	margin-left: 21px;
}

#content li
{
	font-family: Arial, Verdana, Tahoma; font-size: 11px;
}

/* =Sidebar */

#sidebar
{
	width: 254px;
	background: #f6f6f6;
	float: right;
	padding: 16px 16px 26px 0;
	font-size: 11px; font-family: Arial, Verdana, Tahoma;
	position: relative;
}

#sidebar h2
{
	display: block;
	font-family: Georgia, Arial, "Times New Roman"; font-size: 18px; font-weight: normal;
	color: #64a9c2;
	border-bottom: 1px solid #696969;
	width: 254px;
	padding-bottom: 7px;
}

#sidebar ul
{
	list-style: none;
}

#sidebar li
{
	margin-top: 8px;
	margin-left: 4px;
}

#sidebar a
{
	color: #000000;
}

#sidebar li a:hover
{
	background: #a7cfde;
	color: #000000;
}

/* =Footer */

#footer
{
	margin-top: 10px !important;
	margin-top: 20px;
	background: #4b4b4b;
	height: 65px;
	padding-top: 20px; padding-left: 20px; padding-right: 20px;
	font-family: Georgia, Arial, "Times New Roman"; font-size: 12px;
}

#footer ul
{
	float: left;
	list-style: none;
}

#footer li
{
	display: inline;
	color: #ffffff;
}

#footer li a
{
	color: #ffffff;
}

#copyright
{
	float: right;
	color: #ffffff;
}
#copyright a
{
	color: #ffffff;
	text-decoration:none;
}
#comment { width: 450px; }

p { margin-bottom: 13px; }

#footer p {margin-bottom: 0 px; }

#respond { margin-top: 10px; }
