/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000 url(image/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999;
}

h1, h2, h3 {
}

h1 {
	font-size: 140%;
}

h2 {
	letter-spacing: -1px;
	font-size: 120%;
}

h3 {
	font-size: 100%;
}

p {
	text-indent: 1em;
}

p, ul, ol {
	margin-top: 1.8em;
	line-height: 180%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #dc8;
}

a:hover {
	text-decoration: none;
	color: #fff;
}

a img {
	border: none;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 640px;
	height: 80px;
	margin: 0 auto;
	background: url(image/img02.png);
	color: #fd0;
}

#header h1, #header .description {
	float: left;
	margin: 0;
	text-transform: uppercase;
	text-shadow: 0 0 3px #000;
}

#header h1 {
	padding: 30px 0 0 20px;
	font-size: 140%;
}

#header .description {
	padding: 47px 0 0 8px;
	color: #fff;
}

/* Menu */

#menu {
	width: 640px;
	height: 51px;
	margin: 0 auto;
	background: url(image/img03.png);
	color: #fff;
}

#menu ol {
	margin: 0 0 0 50px;
	padding: 0;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 12px 10px 0 0;
	margin: 0 3em 0 0;
	line-height: 200%;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: -1px;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 600px;
	margin: 0 auto;
	padding: 30px 20px 20px 20px;
	background: url(image/img04.png) no-repeat;
}

/* Content */

#content {

}

.post {
	margin-bottom: 40px;
}

.post .title {
	padding: 2px;
	border-bottom: 1px solid #454545;
	font-size: 120%;
	color: #fd0;
}

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

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

.post .meta {
	height: 20px;
	padding: 15px 20px;
	background: url(image/img05.png) no-repeat;
	line-height: normal;
	color: #fff;
}

.post .meta a {
	text-decoration: none;
	font-weight: bold;
}

.post .meta a:hover {
	text-decoration: underline;
}

.post .meta .byline {
	float: left;
	color: #fd0;
	font-size: large;
	font-weight: bold;
}

.post .meta .comments {
	float: right;
}

.entry .title {
	padding: 2px 10px;
	margin: 2em 0 1em;
	border-bottom: 1px solid #454545;
	font-size: 110%;
	color: #A68C00;
}

.photo {
	width: 280px;
	color: #db0;
	font-size: small;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.photo a img {
	padding: 0 18px 0 0;
	background: url('./image/zoom.gif') transparent no-repeat right bottom;
}

/* Footer */

#footer {
	width: 640px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(./image/img07.gif) no-repeat;
}

#footer p {
	margin: 0;
	font-size: smaller;
	line-height: normal;
	text-align: center;
}

.clearfix: after{
   content: ".";
   display: block;
   height: 0;
   visibility: hidden;
   clear: both;
}

.clearfix{
   display: inline-block;
   min-height: 1%;  /* for IE 7 and MacIE5.5*/
}

/* Hides from IE-mac \*/
*html .clearfix{height: 1%;}
.clearfix{display: block;}
/* for ie5,6*/
