/*   
Theme Name: Tanshanomi
Released under the GPL. 
Theme URI: http://www.tanshanomi.com/
Description: My mule theme, not well documented and with hacks upon hacks.
Version: 0.1
Author: Tanshanomi
Author URL: http://www.tanshanomi.com/
*/

/* Color Schemes
   -------------
	Orange: #FFB050
	Brown: #805020

	GreenBlue Dark: #618788
	Green Light: #D4DBD3
	Blue Light: #B6CAD1         */

body {
        background-color: #fff7ec;
        width:1000px;
/*        background-image: url('./images/bg.jpg'); */
        background-repeat: repeat;
        margin: 0 auto;
        text-align: left;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}

#header-img {
	position:relative;
	left:220px;
	top:10px;
	width:780px;
	height:120px;
        text-align:center;
}

#sidebar {
	position:absolute;
	left:5px;
	background-color: #FFB050; 
	top:10px;
	width:200px;
	margin: 5px 5px 5px 5px;
}

#content {
        margin: 0px 0px 10px 220px;
	padding:10px;
        border: 1px solid #805020;
	top:220px;
        text-align: left;
	font-size:.3 em;
        background-color: #ffffff;
}

#banner {
        text-align: center;
	padding: 0px 0px 0px 0px;
}

#footer {
        margin: 10px 0px 0px 0px;
	font-size:.3 em;
	text-align: center;
	color: #333333;
        border: 2px solid #805020;
	background-color: #FFB050;
        padding: 2px 2px 2px 0px;
	width:755px;
}


#footer h6 {
        list-style-type: none;
	font-weight: normal; 
	margin: 0;
	padding: 0px 0px 0px 0px;
}

#note {
        margin: 10px 0px 0px 0px;
	font-size:.3 em;
	text-align: right;
	background-color: #FFE0B0;
        padding: 2px 2px 2px 0px;
	width:360px;
	width:100%;
}

#note h6 {
        list-style-type: none;
	font-weight: normal; 
	margin: 0;
	padding: 0px 0px 0px 0px;
}

.post {
        margin: 5px 10px 5px 10px;
	border-top: 2px #805020 solid;
	padding: 7px 3px 1px 0px;

}

.comments {
        margin: 10px 10px 10px 10px;
        width:730px;
}

/* Text Styles */

h1, h2, h3 {
	font-weight: bold;
        text: #805020;
}
h4, h5, h6 {
	font-weight: normal;
	color: #000000;
}
.post_head {
	margin-top:-19px;
}

.banner {
	font-weight: bold;
	color: #FFB050;
        text-align: center;
}

a:link {
	color: #805020;
        text-decoration: none;

}

a:visited {
	color: #805020;
        text-decoration: none;
	border: none;
}


a:hover {
	color: #805020;
        text-decoration: underline;
}

.pagetitle {
	text-align:center;
}
/* End Typography & Colors */


/* Sidebar Styles 
#sidebar {
	font-size: smaller;
	margin: 8px 3px 8px 3px;
	padding: 0;
}

#sidebar h3 {
	font-size: smaller;
}

/* End Sidebar Styles */


.sidebox {
	margin: 0;
	padding: 10px 10px 10px 10px;
	width: 180px;
	font-size: 100%;
}

.boxhead {	
        margin: 0;
	padding: 0;
	text-align: left;
}

.boxhead h3 {
	margin: 0;
	padding: 10px 0px 3px 0px;
	font-weight: bold; 
	font-size: 1 em; 
	line-height: 1.0em;
}

.boxbody {
	text-align: left;
        color: #000000;
        list-style-type: none;
	font-size: .5 em; 
	padding: 0px 0px 0px 0px;
}

.boxbody h4 {
	color: #000000;
        font-weight: normal; 
	font-size: .5 em;
	margin: 0;
	padding: 0px 0px 0px 0px;
}

#ratingform {
      padding-bottom: 5px;
}



#ratingform input {
      color:#fff;
      font-weight:bold;
      border:1px solid;

      border-top-color:#999;
      border-left-color:#999;
      border-right-color:#666;
      border-bottom-color:#666;
      background-color: rgb(112,147,184);
}


#ratingsuccess {
      clear: both;
      padding: 5px;
      text-align: center;
      padding-top: 5px;
      font-weight: bold;
      text-decoration: blink;
      background-color: rgb(192,211,226);
}

.alignright { 
        margin: 10px 10px 10px 10px;
        float: right; 
}

.aligncenter {
        margin: 10px 10px 10px 10px;
        float: left; 
}