/* 
Theme Name: mandaria
Theme URI: Mandaria.net
Description: Bryan Denny's supper awesome Mandaria.net theme
Version: 0.2
Author: Bryan Denny
Author URI: http://www.mandaria.net

	
 */
/* <!-- */
/* General styles */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;    	/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	font-family: tahoma,verdana,arial,sans-serif;
}
.alt
{
	background-color: #EAEAEA;
}
.authcomment 
{
	background-color: #F7FFB3 !important;
} 
a {
	color: #002C5A;/*color:#369;*/
}
a:link {
	color: #002C5A;
}
a:visited {
	color: #002C5A;
}
a:hover {
	color: #3299cc;
	text-decoration: none;
}
a:active {
	color:#3299cc;
}
h1, h2, h3, h4 {
	margin:.8em 0 .2em 0;
	padding:0;
	border-bottom: 1px solid #003063;
	color: #003063;
	width: 600px;
	text-align: left;
}
p {
	/*margin:.4em 0 .8em 0;*/
	padding:0;
}
img {
	/*margin:10px 0 5px;*/
}
#facebook {
	/*position: absolute;
	left: 420px;
	top: 180px;
	width: 50%;*/
	margin-top: 12px;
	font-size: 13px;
	font-family: tahoma,verdana,arial,sans-serif;
}
#fb_time
{
	font-size: 9px;
	color: #666666;
	font-family: tahoma,verdana,arial,sans-serif;
}
#fb_image
{
	vertical-align: bottom;
}
#unc 
{
	position: absolute;
	top: 0px;
	right: 16px;
	z-index: 0;
}
#rss {
	position: absolute;
	top: 149px;
	right: 203px;
	z-index: 1;
}
#search_box
{
	position: absolute;
	top: 170px;
	right: 200px;
	z-index: 1;
}
#categories
{
	color: #003063;
	font-weight: bold;
	border-bottom: 1px solid #003063;
	margin-top: 12px;
}
#post_header
{
	background-color: #C6D3DE;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-top: 3px;
	padding-bottom: 2px;
	margin-top: 18px;
}
#post_time
{
	font-size: 9px;
	color: #666666;
}
#contact_address
{
	font-size: 12px;
}
/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
	background-color:#C2D3D9;
	height: 200px;
}
#header {
	border-bottom:1px solid #000;
}
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}
#header ul li a:hover {
	background:#369;
	color:#fff;
}
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}
/* 2 column right menu settings */
.rightmenu {
	background:#eee;		/* right column background colour */
}
.rightmenu .colleft {
	float:left;
	width:200%;
	margin-left:-200px;
	position:relative;
	right:100%;
	background:#fff;		/* left column background colour */
}
.rightmenu .col1wrap {
	float:left;
	width:50%;
	position:relative;
	left:50%;
	padding-bottom:1em;
}
.rightmenu .col1 {
	margin:0 15px 0 215px;
	overflow:hidden;
}
.rightmenu .col2 {
	float:right;
	width:170px;
	position:relative;
	left:185px;
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
	background-color: #C2D3D9;
}
#footer p {
	padding:10px;
	margin:0;
}
/* --> */
/* Old CSS stuff */
hr {
color: #003063;
background-color: #003063;
height: 1px;
/*color: #3299cc;
background-color: #3299cc;*/
border: 0;
}
#main_page {
float: left;
margin-left: 0;
text-align: left;
padding-left: 0;
}
#main_page h2{
/*border-width: thin;
border-color: #3299CC;*/
}
#main_page hr{
color: #003063;
background-color: #003063;
height: 1px;
/*color: #3299cc;
background-color: #3299cc;
height: 8px;*/
margin-top: 12px;/*margin-top: 25px;*/

}
#bar_under_post_title hr {
color: #3299cc;
background-color: #3299cc;
margin-top: -5px;
/*margin-bottom: -10px;*/
height: 2px;
}
/*----------------sidebar list---------------------*/
/*rightsidebar test*/

#right_sidebar {
float: left;
text-align: left;
margin-left: 0;
padding-left: 0;
}
#right_sidebar ul {
		list-style-type: none;
		text-align: left;
		padding-left: 0;
		margin-left: 0;

}
#right_sidebar li {
		list-style-type: none;
		text-align: left;
		padding-left: 0;
		margin-left: 0;
}
#right_sidebar ul li {
		list-style-type: none;
		text-align: left;
		padding-left: 0;
		margin-left: 0;
}		
#right_sidebar ul ul li {
		list-style-type: none;
}
#right_sidebar ul ul ul li {
		list-style-type: none;
}
#random_pictures
{
height:160px;
}
