/*  
Theme Name: Travel-to-China.org
Theme URI: http://www.travel-to-china.org
Description: Design for www.travel-to-china.org
Version: 1.0
Author: Machi
Author URI: http://www.travel-to-china.org
*/

/* main structure */
* { 
	margin: 0;
	padding: 0;
	font-size: 100.01%;
	}
	
body {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #c4c4ad;
	}

#wrap {
	width: 900px;
	margin: 10px auto 0 auto;
	background-color: #fff;
	}
	
#header-top {
	background: url(img/header-top.png);
	height: 25px;
	text-align: center;
	padding: 9px 0 0 0;
	}
 
#header {
	height: 187px;
	background: url(img/header.jpg) no-repeat;
	padding: 62px 0 0 0;
	}

h1 a {
	display: block;
	background: url(img/h1.png);
	width: 510px;
	height: 68px;
	color: #990000;
	font-weight: normal;
	font-size: 2.5em;
	text-decoration: none;
	padding: 17px 0 0 20px;
	}

a {
	text-decoration: underline;
	color: #666;
	}

a:hover {
	text-decoration: none;
	}
	
#content {
	background: url(img/content.png) left top repeat-y;
	margin: 5px 0;
	}

.cleaner {
	clear: both;
	height: 0;
	line-height: 0;
  	font-size: 0; 
	}
/* main structure */

/* sidebar */	
#side {
	width: 211px;
	float: right;
	font-size: 0.875em;
	}

#side h4 {
	margin: 0;
	padding: 10px 5px 5px 0;
	font-size: 1.125em;
	color: #333;
	}
	
#side ul li.widget_links h4 {
	padding: 0 0 7px 10px;
	}
	
#side ul li.widget_pages h4 {
	display: none;
	}
	
#side ul li.widget_text {
	margin: 0 0 0 6px;
	}
	
#side ul li.widget_weather {
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
	}
	
#side ul li.widget_weather a {
	display: block;
	font-weight: normal;
	background: none;
	padding: 0;
	margin: 0;
	}
	
#side ul li.widget_weather img {
	float: left;
	margin: 0 5px 0 0;
	}
	
#side ul li.widget_weather span {
	display: block;
	font-weight: normal;
	padding: 6px 0 0 0;
	font-size: 1.125em;
	}
	
#side ul li.widget_weather span.temp {
	font-size: 1.5em;
	padding: 10px 0 0 0;
	margin: 0;
	}
	
#side ul li.widget_weather ul li {
	font-size: 0.875em;
	font-weight: bold;
	}

#side li, #side ul {
	list-style-type:none;
	}

#side ul li ul li a {
	background: url(img/miniflag.png) 182px center no-repeat #c4c4ad;
	display: block;
	margin: 0 0 9px 6px;
	color: #333;
	padding: 8px;
	}

#side a {
	color: #333;
	text-decoration: none;
	}
	
#side a:hover {
	text-decoration: underline;
	}
	
#side img {
	padding: 0;
	border: none;
	}
/* sidebar */

/* text */
#text {
	width: 640px;
	float: left;
	color: #666;
	font-size: 0.875em;
	padding: 26px 10px 10px 14px;
	}
	
#text a {
	color: #993300;
	}
	
p {
	padding: 5px 0;
	line-height: 1.5;
	}
	
h2 {
	font-weight: normal;
	color: #990000;
	background: url(img/h2.png) left center no-repeat;
	font-size: 1.375em;
	padding: 0 0 0 25px;
	}

h3 {
	font-weight: normal;
	color: #bf0000;
	background: url(img/h3.png) left center no-repeat;
	font-size: 1.125em;
	padding: 0 0 0 25px;
	margin: 10px 0 0 0;
	}

.post ul li {
	list-style: none;
	background: url(img/bullet_red.png) left no-repeat;
	padding: 4px 0 4px 23px;
	margin: 3px 0 3px 5px;
	}
	
.post ol li {
	margin: 3px 0 3px 28px;
	}

blockquote {
	border-left: 5px solid #990000;
	margin: 10px 15px;
	padding: 0 5px 0 15px;
	color: #666;
	}
		
#text .wp-smiley {
	padding: 0;
	background: none;
	border: none;
	}

#text img {
	padding: 5px;
	border: 1px solid #ccc;
	}
	
#text img.alignleft {
	float: left;
	margin: 5px 15px 5px 0;
	}
	
#text img.alignright {
	float: right;
	margin: 5px 0 5px 15px;
	}
/* text */

/* footer */
#box {
	background: url(img/header-bottom.png) left top no-repeat #c4c4ad;;
	height: 53px;
	text-align: center;
	padding: 9px 0 0 0;
	font-size: 0.760em;
	color: #990000;
	}
	
#box div {
	margin: 0 0 15px 0;
	}
	
#box a {
	color: #fff;
}
/* footer */		

/* other */	
.white {
	color: #fff;
	}
/* other */	
