/*   
Theme Name: CalmTech
Theme URI: http://www.calmtech.net/
Description: CalmTechのデフォルトテーマ
Author: CalmTech
Author URI: http://www.calmtech.net/
Version: 0.0.1
*/

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

body {
	background: #fff url(images/bg.png) top left repeat-x fixed;
}

#container {
	position: relative;
	width: 768px;
	margin: 0 auto;
	background-color: #fff;
}

#header {
	position: fixed;
	width: 768px;
	height: 48px;
	padding: 12px 0;
	background: #000;
	border-bottom: solid 1px #4d9900;
	z-index: 9999;
}

	#logo {
		float: left;
		width: 264px;
		height: 48px;
	}

	#header .nav {
		float: right;
		margin: 29px 0 0 0;
	}
	
		#header .nav * {
			margin: 0;
			padding: 0;
		}
	
		#header .nav li {
			float: left;
			height: 19px;
			margin: 0 0 0 12px;
			list-style: none;
		}
		
		#header .nav a {
			display: block;
		}

#content {
	clear: both;
	min-height: 480px;
	padding: 84px 0 60px 0;
	line-height: 150%;
	z-index: 1;
}

	h2 {
		margin: 0 0 12px 0;
		padding: 0 8px;
		background: #adff2f url(images/content/bg_h2.png) top left repeat-x;
		border-left: solid 4px #4d9900;
		border-bottom: solid 1px #4d9900;
		font-size: 120%;
	}
	
		h2 .posted-at, h2 .updated-at, h2 .tags {
			color: #4d9900;
			font-size: 70%;
		}
		
	h3 {
		padding: 0 8px 0 0;
		margin: 12px 0;
		border-bottom: dotted 1px #264d00;
		font-size: 100%;
		color: #264d00;
	}

	h4 {
		margin: 0 0 12px 0;
		padding: 0 8px 0 0;
	}

	p {
		margin: 0 0 12px 0;
	}
		
	.entry {
		margin: 0 0 24px 0;
	}
	
	#content ul {
		padding: 16px 8px;
		
	}
	
	#content li {
		margin: 0 0 0 16px;
		list-style-type: square;
		line-height: 200%;
	}
	
	#content dl {
		padding: 16px 0;
		line-height: 200%;
	}
	
	#content dt {
		font-weight: bolder;
	}
	
	#content dd {
		margin: 0 0 0 32px;
	}
	
	#other-posts {
		position: relative;
		width: 576px;
		left: 204px;
		bottom: -24px;
		font-size: 90%;
		text-align: right;
	}
	
		#other-posts .next {
			float: right;
			padding: 0 0 0 12px;
		}
		
		#other-posts .prev {
			float: right;
		}
		
	#respond {
		clear: both;
	}
	
	#respond table {
		margin: 20px 0;
		border-collapse: collapse;
	}
	
	#respond th {
		width: 160px;
		margin: 0;
		padding: 5px;
		font-weight: normal;
		font-size: 90%;
		text-align: left;
	}
	
	#respond td {
		margin: 0;
		padding: 5px;
	}
	
	#respond input {
		width: 320px;
	}
	
	#respond textarea {
		width: 492px;
		height: 120px;
	}
	
	#respond .submit input {
		width: 100%;
		font-size: 120%;
	}
	
	#content object {
		z-index: 5;
	}
	
#footer {
	clear: both;
	position: relative;
	width: 768px;
	padding: 12px 12px 0 0;
	background: #264d00;
	color: #fff;
}
	#tab {
		position: absolute;
		top: -47px;
		left: 0;
		width: 192px;
		height: 48px;
	}
	
	#footer dl {
		float: left;
		margin: 0 0 0 12px;
	}
	
	#footer dt {
		border-bottom: dotted 1px #fff;
		padding: 0 0 4px 0;
	}

	#footer li {
		list-style: none;
		line-height: 150%;
	}
	
	#footer a {
		font-size: 16px;
		color: #fff;
		text-decoration: none;
	}
	
	#footer a:hover {
		color: #fff;
		text-decoration: underline;
	}
	
	#footer a:visited {
		color: #999;
	}
	
	#copyright {
		clear: both;
		padding: 4px 0;
		text-align: right;
		color: #adff2f;
	}

#contact table {
	width: 768px;
	border: solid 1px #4d9900;
	border-collapse: collapse;
}

#contact th {
	width: 176px;
	border: solid 1px #4d9900;
	padding: 8px;
	background: #adff2f;
	text-align: left;
	vertical-align: top;
	font-size: 90%;
}

	#contact th .require {
		color: #f00;	
	}

#contact td {
	width: 560px;
	padding: 8px;
	border: solid 1px #4d9900;
}

#contact td input {
	width: 256px;
}

#contact textarea {
	width: 384px;
	height: 192px;
}

#contact .submit {
	width: 752px;
	padding: 8px;
	text-align: center;
}

	#contact .submit input {
		font-size: 120%;
	}
