/*
Theme Name: B&W Photo Gallery
Theme URI: http://blog.minipai.idv.tw
Description: Theme for 1839CG
Version: 1.0
Author: Art Pai
Author URI: http://www.minipai.idv.tw
Tags: White, Photo, Gallery
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: #eee url(images/body.png);
}

p {
	margin-bottom: 1em;
}


a {
	color: #666;
	
}
a:hover{
	color: #000;
}

h3 {
	margin-top: 20px;
}

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

.post li , .entry-content li{
	list-style: square;
	margin-left: 1.5em;
}

/* @end */

#header {
	z-index: 999;
	width: 970px;
	margin: 20px auto 0;
	position: relative;
}

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

}
	
#blog-title  a{
	display: block;
	
	width: 360px;
	height:75px;
	
	margin-left: 0;
	z-index:999;
		
	position: relative;
	background: url(images/logo.png) no-repeat;
	text-indent: -999px;
}	

#blog-description {
	color: #999;
	
}


#menu {
	position: absolute;
	top: 50px;
	left: 360px;
	
}

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

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

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

#menu a {
	display: block;
	color: #666;
	margin-right: 10px;
	padding: 0 10px 0 0;

	text-decoration: none;
}

#menu a:hover {
	color: #333;
}

#main {
	background: #eee  url(images/main.png);
	border: 20px solid #fff;
	color: #333;
	
	width: 930px;
	margin: 30px auto 0;
	overflow: hidden;
}

#content {
	width: 600px;
	margin: 30px 0 30px 30px;
	*margin-left:15px;
	float: left;
	
}
#content img {
	border: 1px solid #666;
}
#content p, #content ul {
	margin: 1em 0 0.5em;
	line-height: 150%;
}
	.entry-title {
	font-size: 30px;
}

	.entry-title a {
	text-decoration: none;
	color: #333;
	
	
}
	.archive .entry-title {
	font-size: 15px;
	margin-top: 10px;
	}

	.page-title {
	font-size: 30px;
	}
	
	.entry-content {
	margin-top: 20px;
	}
	.entry-utility {
	margin-top: 40px;
	}
	.entry-meta, .entry-utility, .comment-meta {
	font-size: 13px;
	color: #999;
}

	.post {
	
}

#comments {
	
	color: #000;
}
.comment-author {
	color: #333;
}

#primary {
	margin: 30px 30px 30px 0;
	float: right;
	width: 240px;
	*margin-right:15px;
	
	font-size: 13px;
	color: #999;
}

#primary a {
	color: #999;
	text-decoration: none;	
}
#primary a:hover {
	text-decoration: underline;
	color: #666;
}

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

#text-3 {
	color: #000;
}

.aside {
	color: #fff;
}
.aside a {
	color: #fff;
}
.aside ul {
	margin: 0 0 20px 0;
}
#footer-wrapper {
	margin-top: 60px;
	background: #666 ;
}
#footer {
	overflow: hidden;
	color: #fff;
	width: 970px;
	margin: 0 auto
	
}

#footer a {
	color: #fff;
}

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

#subsidiary {
}

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

/* @group form */

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

/* @end */

.clear {
	clear: both;
}

