@charset "utf-8";
/*----------------basic styling--------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #CDD9B1;
	text-align: center;
	font-family: Tahoma, Arial, Georgia;
	font-size: 75%;
	}
#container {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color:#FFFFFF;
	}
#clear {
	clear: both;
	}
/*-------------------position container elements-----------------*/

#header {
	position: relative;
	background-color: #FFFFFF;
	height: 251px;
	background: url(../images/header.jpg) no-repeat;
	}
#header h1 {
	margin-left: -9000px;
}
		
/*------Navigation Styles------*/
#header ul {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	bottom: 13px;
	list-style: none;
	background: url(../images/menu_bg.jpg) repeat-x top left;
	}
#header ul li.selected {
	background: url(../images/menu_selected.jpg) repeat-x top left;
	}
#header ul li {
	float: left;
	}
#header ul li a {
	padding: 0 1.445em;
	font-size: 15px;
	line-height: 33px;
	text-decoration: none;
	color: #FFFFFF;
	float: left;
	display: block;
	background: url(../images/menu_sep.jpg) no-repeat left top;
	}
#header ul li a.first {
	background: none;
	}
#header ul li a:hover {
	color: #999999;
	}	

/*--------Main content styles-------*/			
#content {
	position:relative;
	float: right;
	width: 595px;
	padding-top: 10px;
	padding-right: 40px;
	}
#content h1 {
	font-family:Tahoma, Arial, Georgia;
	color: #404040;
	font-weight: normal;
	font-size: 19px;
	line-height: 2em;
	margin-bottom: 5px;
	padding-left: 15px;
	background: url(../images/start_image.gif) no-repeat left;
	}
#content p {
	color:#333333;
	line-height: 1.2em;
	margin-bottom: 10px;
	text-align: justify;
	}
#sidebar {
	float: left;
	width: 255px;
	}
#user_login_top {
	width: 251px;
	height: 15px;
	background: url(../images/login_top.jpg) no-repeat;
	}
#user_login {
	background:url(../images/login_repeat.jpg) repeat-y;
	color:#CCCCCC;
	font-weight: bold;
	width :251px;
	text-align: center;
	}
#user_login_bottom {
	background: url(../images/login_bottom.jpg) no-repeat;
	width: 251px;
	height: 19px
	}
#user_login a {
	color: #666666;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	}
#user_login a:hover {
	text-decoration:none;
	color: #FFFFFF;
	}
/*------------sidebar---------*/
#sidebar #part1 {
	position:relative;
	width: 241px;
	height: 158px;
	background:url(../images/my_one_world.jpg)  no-repeat;
	}
#sidebar #part2 {
	position:relative;
	width: 243px;
	height: 162px;
	background: url(../images/my_drop_ocean.jpg) no-repeat;
	}
#sidebar #part1 div, #sidebar #part2 div {
	position:absolute;
	bottom: 0px;
	left: 20px;
	font:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;	
	}
#sidebar #part1 div a, #sidebar #part2 div a{
	color:#000000;
	font-size:14px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	}
#sidebar #part1 div a:hover, #sidebar #part2 div a:hover{
	text-decoration: none;
	}
/*---------------------------*/	
#footer {
	background-color:#F0F1ED;
	color: #817F7F;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	}	
#footer a {
	font-size: 11px;
	text-decoration: none;
	color:#817F7F;
	}
#footer a:hover {
	text-decoration: underline;
	}	
/*----------styles for each post------------*/
#content #table_post #post_content {
	text-align: justify;
	}
#content #table_post #posted_by {
	color: #47474E;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-indent: 180px;
	}	
.datestyle {
	color: #666666;
	font-weight: normal;
}
