/*
Theme Name: SAFARI LIVING
Theme URI: http://www.safariliving.com/
Description: Safari Living Theme by Alter.
Version: 1.0
Author: Thai To
Author URI: http://www.mondothingo.com/
Tags: left fixed navigation pane, right content pane.
*/


/******************GENERIC STUFF ***************/
html
{
	height: 100%
}

body
{
	margin-top: 30px;
	margin-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666;
}

p, h1, h2, h3 
{
	padding: 0;
	margin-top: 0;
	margin-bottom: 10px;
	
}

a:active, a:link, a:visited
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #808080;
	text-decoration:none;
}

a:hover
{
		color: #000;
		text-decoration:none;
}
/************ CONTAINERS *****************/
#leftPane
{
	z-index: 999;
	position: fixed;
	width: 160px;
	clear: both;
}

#leftPaneWide
{
	z-index: 999;
	position: fixed;
	width: 270px;
	clear: both;
}

#navigationPane
{
	margin-top: 30px;	
}

#rightPane
{
	float: left;
	clear: right;
	margin-top: 75px;
	margin-left: 165px;
	width: 690px;
	
}

#rightPaneWide
{
	float: left;
	clear: right;
	margin-top: 75px;
	margin-left: 275px;
	width: 690px;
	
}

#rightPane_narrow
{
	float: left;
	clear: right;
	margin-top: 75px;
	margin-left: 165px;
	width: 500px;
	
}

#respond
{
	width: 500px;	
}

/************ NAVIGATION *****************/
td.page_item_spacer 
{
	width: 5px;
}

td.page_item_cell 
{
	height: 15px;
}

a.page_item
{
	background-color: #FFF;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 1px;
	text-decoration: none;
	color: #666;	
}

a.page_item:hover
{	
	background-color: #FFF685;	
}

a.page_item_on
{
	background-color: #FFF685;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 1px;	
	text-decoration: none;
	color: #666;		
}

/************ POST *****************/
#postPane
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666;

	float: left;
	margin-top: 75px;
	margin-left: 165px;
	width: 500px;	
}

#postPane h3 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666;
	font-weight: bold;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}

#postPane .divider 
{
	padding-top: 5px;
	padding-bottom: 15px;
	clear: both;
}
/************ ARCHIVE *****************/
#archivePane
{
	z-index: 998;
	position: fixed;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666;

	float: left;
	margin-top: 75px;
	margin-left: 950px;
	width: 180px;	
}

#sidebar  ul  {
	padding: 0;
	margin: 0;
	list-style: none;
}

#sidebar  ul li {
	padding: 0;
	margin: 0;	
	list-style: none;
}

#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 0;
	margin-bottom: 5px;	
}

#sidebar .searchtext  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666;
	border: 1px solid #999;
	background-color: #fff;	
	width: 100px;
	height: 16px;		

}

#sidebar #searchsubmit
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666;
	background-color: #fff;	
	height: 19px;
	border: 0;
}
