/* @override http://localhost/~art/wordpress/wp-content/themes/minipai/style.css */

/*
Theme Name: Soft Green
Theme URI: http://blog.minipai.idv.tw
Description: Default Green Theme for Studio-ii
Version: 1.0
Author: Art Pai
Author URI: http://www.minipai.idv.tw
Tags: Green, Nature, Soft
Template: thematic
*/


/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');


/* @group tag */

body {
	font-family: sans-serif;
	line-height: 1.5;
	font-size: 15px;
	background-color: #e5e5ca;
	background-image: url(images/background.png);
}

p {
	margin: 1em 0;
}


a {
	color: #a1b16b;
	
}

blockquote, code {
	margin: 10px 0;
	padding: 10px;
	font-size: 13px;
	font-style: italic;
	line-height: 1.2;
	color: #a1b16b;
}

.post li , .relate-list li{
	list-style: square;
	margin-left: 2em;
}

/* @end */

#header {
	z-index: 999;
}

#branding {
	width: 960px;
	margin: 120px auto 0;
	position: relative;

}
	
#blog-title  a{
	display: block;
	
	width: 120px;
	height:120px;
	background: #b9d470 url(images/logo.png);
	
	margin-left: 30px;
	z-index:999;
		
	position: relative;
	text-indent: -999em;
}	

#blog-description {
	position: absolute;
	left: 160px;
	top: 90px;
	
	color: #b9d470;
}


#menu {
	position: absolute;
	top: 0;
	left: 0;
	
	width: 100%;
}

	.skip-link {
	position: absolute;
	left: -999em;
}

#menu ul {
	width: 960px;
	margin: 0 auto;
}

#menu li {
	display: block;
	float:left;
	
	
}

#menu a {
	display: block;
	color: #fff;
	width: 130px;
	margin-right: 10px;
	padding: 15px 10px 5px 10px;
	background: #816e06;

	text-decoration: none;
}

#main {
	background: #fcfce7;
	color: #553f1f;
	
	width: 960px;
	margin: -90px auto 0;
	overflow: hidden;
}

#content {
	width: 600px;
	margin: 120px 0 30px 30px;
	float: left;
	
}
#content img {
	border: 1px solid #816e06;
}
	.entry-title {
	font-size: 30px;
}

	.entry-title a {
	text-decoration: none;
}

	.entry-meta, .entry-utility, .comment-meta {
	font-size: 13px;
	color: #999;
}

	.post {
	
	margin-top: 30px;
}

#comments {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #a1b26b;
	
	color: #5d6b3d;
}
.comment-author {
	color: #553f1f;
}

#primary {
	margin: 35px 30px 30px 0;
	float: right;
	width: 270px;
	
	font-size: 13px;
	color: #816e06;
}

#primary a {
	color: #553f1f;
	text-decoration: none;	
}
#primary a:hover {
	text-decoration: underline
}

#primary h3, #primary h3 a{
	color: #553f1f;
	text-decoration: none;
	font-size: 15px;
	padding-top: 10px;
}



.widget_twitter li, .twitter li a {
	color: #816e06;
}
.widget_twitter {
	margin-top: 10px!important;
}
.widget_twitter li {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

	.time-meta {
	color: #999;
	font-size: 11px;
	}
	.from-meta {display: none}

.aside {
	color: #fff;
}
.aside a {
	color: #fff;
}
.aside ul {
	margin: 15px 0;
}
#footer-wrapper {
	margin-top: 60px;
	background: #a1b16b url(images/footer.png) repeat-x;
}
#footer {
	overflow: hidden;
	color: #fff;
	width: 960px;
	margin: 0 auto
	
}

#footer a {
	color: #fff;
}

#siteinfo {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: right;
	border-top: 1px solid #b9d470;
	font-size: 13px;
}

#subsidiary {
	margin-left: 30px;;
}

#subsidiary .aside {
	width: 300px;
	margin:30px 15px 10px 0;
	margin-top: 30px;
	float: left;
	
}
#subsidiary #third{
	margin-right: 0;
}
#siteinfo {
	clear: both;
	
}

.relate-list {
	border-top: 1px solid #a1b26b;
	padding-top: 20px;
	margin-top: 10px;
}
.relate-list h2 {
	font-size: 22px;
	margin-bottom: 10px;
}

/* @group form */

input[type="text"], textarea {
	border: 1px solid #999;
	padding: 5px;
	
}

/* @end */

.clear {
	clear: both;
}

