/*
Theme Name: TAO of Medicine
Theme URI: http://www.taoofmedicine.com/
Description: TAO of Medicine Theme.
Version: 1.0
Author: TAO of Medicine
Author URI: http://www.taoofmedicine.com/
Tags: chinese, 3 columns, red, black

	Developed for TAO of Medicine

*/



/* Begin Typography & Colors */
body {
	background-color:#000;
	margin:10px 10;
	padding:3;
	border:0;
	font-family:Georgia;
	font-size:11px;
	color:#000;
                
}
#leaves {
	display:block;
	position:absolute;
	top:10px;
	right:25px;
	background-image:url(images/leaves.gif);
	background-repeat:no-repeat;
	width:95px;
	height:149px;
}
#red {
	display:block;
	height:104px;
	width:100%;
	background-color:#990000;
}
#t_main {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	border:0;


}
#menu {
	background-image:url(images/bck_side.gif);
	background-repeat:repeat-y;
	background-position:right;
}
#items {
	width:180px;
	margin:20px 10px 0 0;
	float:right;
}
#items ul {
	list-style:none;
}
#items ul li {
	margin:15px 0;
}
#items ul li a {
	color:#FFF;
	font-family:Georgia;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
}
#items ul li a:hover {
	text-decoration:underline;
	color:#F00;
}
#main_content {
	width:800px;
	padding:30px 10px;
	display:block;
	clear:both;
	height:auto;
background-image:url(images/bg.gif);
background-repeat:no-repeat;
	background-position:left;

}

#sidebar {
	background-image:url(images/bck_side.gif);
	background-repeat:repeat-y;
	background-position:left;
	padding-top:25px;
	padding-left:5px;
}
#sidebar h2 {
	display:block;
	width:auto;
	background:#990000;
	color:#FFF;
	margin:15px 0 0 0;
	padding:5px;
	text-align:left;
	font-size:14px;
}
#sidebar ul {
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar ul ul {
	background-color:#CCCCCC;
	padding:5px;
}
.clearer {
	clear:both;
}
a img {
	border:none;
}
