/* 
Theme Name: Syuhai.net
Theme URI: http://www.syuhai.net
Description: A theme by <a href="http://www.hikosha.jp">HIKOSHA Inc.</a>
Version: 0.9
Author: Hendry Lee
AUTHOR URI: http://www.syuhai.net
Tags: simple, clean, widgets, widget ready, two columns, fixed width, valid CSS, valid XHTML
*/

body, div, dl, dt, dd, ul, ol, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin: 0em; padding: 0em; }

/*-------- GENERAL --------*/
body {
	margin: 0;
	background: #fff url(images/bg.jpg) repeat-x left top;
	color: #333;
	font-size: 12px;
}

#container { 
	width: 836px;
	margin: 0 auto;
	padding: 12px;
	border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;
	background-color:#FFF;
}

/*-------- TYPEOGRAPHY --------*/
		
h1 {
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	color: #777;
}

h2 { 

}
		
h3 {}
	
h4 {}

p {
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 12px;
}

a:link, a:visited, a:active {
	color: #666;
	text-decoration: none;
}

a:hover {

}
		
/*///////// HEADERS --------*/
#header {
	width: 858px;
	margin: 0 auto;
	height: 118px;
	border-left:solid 1px #E7E7E7;
	border-right:solid 1px #E7E7E7;
}
*html #header {
	width: 860px;
	margin-bottom:-12px;
}

	.header-left{
		float: left;
		width:150px;
	}

	.header-right {
		float:right;
		width:690px;
	}

	#header h1 {
		height:16px;
		margin-left:5px;
		line-height:16px;
		font-size:12px;
		color:#FFF;
	}

	#logo {
		float: left;
		margin-left:5px;
	}

	#header .call {
		float:right;
		width:288px;
		height:58px;
		margin-right:5px;
		padding-bottom:12px;
	}

	#header .subcopy h2 {
		float:left;
		padding:20px 10px 0 0;
		font-size:12px;
		line-height:14px;
		font-weight:normal;
	}



/*-------- NAV --------*/

#top_navlist ul {
	clear:both;
	height:30px;
	margin: 0 2px 0 130px;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
	*html #top_navlist ul {
		margin-top: -3px;
	}

#top_navlist ul li { 
	float: left; 
}

#top_navlist ul li a {
	text-decoration: none;
	background: url('images/navbar.jpg') no-repeat top left;
	float: left;
	margin: 0 2px 0 0;
	padding-top: 9px;
	width: 90px;
	height: 35px;
}

#top_navlist ul li.current_page_item a {
	background-position: -90px 0;
	width: 90px;
	height: 35px;	
}

#top_navlist ul li a, #top_navlist ul li a:visited {
	font-size: 12px;
	color: #000;
	font-weight: normal;
}

#top_navlist ul li a:hover, #top_navlist ul li.current_page_item a {
	font-weight: bold;
}

/*-------- TOP PAGE --------*/

.top-btn {
		margin:0;
}

	.top-btn ul li {
		display:block;
		float:left;
		width:193px;
		height:100px;
		margin:15px 4px 20px 0;
		list-style-type: none;
	}

	.top-btn ul li a {
		display:block;
		font-size:10px;
		line-height:14px;
		padding:44px 10px 10px 10px;
	}

	.btn-01 {
		background: url('images/top_btn_01.jpg') no-repeat top left;
	}
	.btn-02 {
		background: url('images/top_btn_02.jpg') no-repeat top left;
	}
	.btn-03 {
		background: url('images/top_btn_03.jpg') no-repeat top left;
	}
	.btn-04 {
		background: url('images/top_btn_04.jpg') no-repeat top left;
	}

#top-content .info {
	width:788px;
}

#top-content .info .post {
	width:770px;
	height:40px;
	padding-left:16px;
	border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;
	background: url('images/top_info_li_bg.gif') no-repeat top center;
}

#top-content .info .post p {
	padding:12px 0 0 25px;
}

#top-content .info .post a {
	padding-left:10px;
	text-decoration:underline;
}


/*-------- CONTENT --------*/
#content,#top-content {
	margin: 24px 24px 0 24px;
}

#content h1, #content h1 {
	display:block;
	width:778px;
	height:32px;
	padding-bottom:24px;
	background: url('images/content_h1_bg.jpg') no-repeat top left;
	border-left:solid 1px #E7E7E7;
	border-right:solid 1px #E7E7E7;
}

#content h1, #content h1 a {
	color: #333;
	padding:12px 0 0 10px;
}

#content ul {
	list-style-type: square;
}

#content ul li, #content ol li {
	margin: 0 0 12px 24px;
}

#content .postmetadata, #content .postmetadata2 {
	font-size: 0.9em;
	margin-bottom: 2em;
}

#content .postmetadata2 {
	border-top: double #C0C0C0;
}

.entry {
	padding:10px;

}

	.entry h2{
		border-left:solid 2px #FF0000;
		border-bottom:dotted 1px #CCC;
		padding:5px 0 5px 8px;
		margin-bottom:15px;
		font-size:14px;
		color:#FF6600;
	}

	.entry h3{
		padding:0 0 10px 0;
		font-size:12px;
	}

	.entry h4{
		font-size:14px;
		color:#FF3300;
		margin-bottom:20px;
		
	}

	.entry h5{
		padding:10px;
		margin:15px 0;
		border:solid 1px #CCC;
		font-size:12px;
		font-weight:normal;
		color:#666;
		background-color:#E7E7E7;
		
	}

	.entry p{
		padding:0 0 0 10px;
		margin-bottom:30px;
		border-left:solid 1px #CCC;
	}

	.entry .space{
		padding:0 0 20px 0;
	}



h1.pagetitle {
	margin-bottom: 12px;
}

h2 a:link, h2 a:visited, h2 a:active {
	text-transform: none;
	color: #777;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-size: 150%;
}

code {
	font-family: 'Courier New', Courier, Monospace;
	font-size: 1.1em;
	padding: 1em 0 1em 0;
}

blockquote {
	margin: 0 0 1em 1em;
	padding: 1em 1em 0 1em;
	border: 1px solid #eee;
	background-color: #F9FDFF;
	width: 90%;
}

.outline {
	width:740px;
	margin:0 0 30px 0;
}

.outline tr td {
	padding:10px;
}

.outline tr td.shead {
	vertical-align:top;
	width:100px;
	border-bottom:solid 1px #CCC;
}

.outline tr td.contents {
	vertical-align:top;
	border-bottom:dotted 1px #CCC;
	border-left:solid 2px #CCC;
}
		
/*-------- FORMS --------*/
form#searchform { 
	margin-bottom: 1em;
}

form#searchform input {
	padding: 0.2em;
	background-color: rgb(245, 245, 245);
	color: #777;
	width: 17.5em;
	font-size: 1.25em;
}

form#searchform input:hover, form#search input:focus {
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
}

/*-------- FOOTER --------*/
#footer-container {
	clear: both;
	background: url('images/bg-footer.jpg') repeat-x left top;
	font-size: 12px;
	text-align: center;
	padding-bottom: 12px;
}

#footer {
	width:844px;
	margin: 0 auto 0;
	padding: 8px;
	color: #507699;
	font-size: 12px;
	text-align: left;
	color:#666;
}



#footerleft {
	float:left;
}
	#footerleft h2 a {
		font-size:14px;
	}
	#footerleft p {
		padding-top:5px;
		font-size: 10px;
		line-height:12px;
	}

#footerright {
	float:right;
	text-align:right;
}
	#footerright .copyright {
		color:#666;

	}


.banner-space {
	padding:20px 20px 0 20px;
}

	.banner-space .midashi {
		float:left;
		padding:10px 20px 0 0;
	}
	.banner-space .banner {
		float:left;
		padding:0 10px 10px 0;
	} 



/*-------- IMAGES --------*/		
img {
	border: none;
}

img.avatar {
	float: right;
	margin-right: 1em;
}

.alignright {
	float: right;
	clear: right;
	margin: 0 0 5px 10px;
	background: #fff;
 }
 
.alignleft { 
	float: left;
	clear: left;
	margin: 0 10px 5px 0px;
	background: #fff;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
	float: none;
	clear: both;
}

.wp-caption {
	 border: 1px solid #ddd;
	 text-align: center;
	 background-color: #f3f3f3;
	 padding-top: 4px;
	 margin: 10px;
	 /* optional rounded corners for browsers that support it */
	 -moz-border-radius: 3px;
	 -khtml-border-radius: 3px;
	 -webkit-border-radius: 3px;
	 border-radius: 3px;
}

.wp-caption img {
	 margin: 0;
	 padding: 0;
	 border: 0 none;
}

.wp-caption p.wp-caption-text {
	 font-size: 11px;
	 line-height: 17px;
	 padding: 0 4px 5px;
	 margin: 0;
}
