body {
	background: #598f21;
	line-height: 1.1em;
}

p { margin: 1em 0%; }

ul, ol {
	margin-left:1.5em;
	padding-left: 1.5em;
}

ul { list-style-type : disc; }
ol { list-style : decimal; }

dl { margin: 1em 0%; }
dd { margin-left: 5em; }

blockquote, q { margin-left: 1.5em; }

h1 { font-size: 200%; }

h2 { font-size: 150%; /*padding: 0.3em;*/ line-height: 1.1em; }

h3 { font-size: 120%; /*padding: 0.3em;*/ line-height: 1.1em; }

h4 { font-size: 100%; /*padding: 0.3em;*/ line-height: 1.1em; }

h5 { font-size: 80%; /*padding: 0.3em;*/ line-height: 1.1em; }

h6 { font-size: 70%; /*padding: 0.3em;*/ line-height: 1.1em; }

#wrapper {
	width: 1000px;
	margin: 0 auto;
	background: #fff0cf;
}

#header {
	position: relative; /*for h1 image*/
	z-index: 1; /*for h1 image*/
	background: #e87500;
	height: 90px;
}

#header h1 {
	background: url(images/tarots.png);
	margin-left: -90px;
	height: 148px;
	width: 167px;
	float: left;
}

#header h1 a {
	margin: 30px 0 0 180px;
	display: block;
	height: 50px;
	width: 250px;
	background: url(images/logo.png);
	text-indent: -9999px;
}

#navigation {
	float: right;
	margin-top: 55px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation li {
	float:left;
}

#navigation li > a {
	display: block;
	height: 35px;
	text-indent: -9999px;
/*	-moz-border-radius: 5px 5px 0px 0px;*/
}

#nav51 a {
	background: url(images/navigation_all.png);
	width: 125px;
}

#nav51.active a {
	background-position: 0px -70px;
}

#nav51 a:hover {
	background-position: 0px -35px;
}

#nav52 a {
	background: url(images/navigation_all.png) -126px 0px;
	width: 116px;
}

#nav52.active a {
	background-position: -126px -70px;
}

#nav52 a:hover {
	background-position: -126px -35px;
}

#nav53 a {
	background: url(images/navigation_all.png) -242px 0px;
	width: 108px;
}

#nav53.active a {
	background-position: -242px -70px;
}

#nav53 a:hover {
	background-position: -242px -35px;
}

#nav6 a {
	background: url(images/navigation_all.png) -350px 0px;
	width: 162px;
}

#nav6.active a {
	background-position: -350px -70px;
}

#nav6 a:hover {
	background-position: -350px -35px;
}

#search-box {
	width: 200px;
	height: 24px;
	position: absolute;
	padding: 0px;
	top: 16px;
	margin-left: 810px;
}

#cse-search-box input.input-box {
	width: 126px; /*better width is 18 or 27em?*/
	float: left; /* Aligning an <input> Field with a Button */
	margin-right: 5px;
}

#cse-search-box button {
	width: 50px;
	border: 1px solid #9CA274;
}

#social-icon {
	position: absolute;
	margin-left: 680px;
	top: 16px;
}

#social-icon a {
	float:left;
	display: block;
	height: 32px;
	width: 32px;
	text-indent: -9999px;
}

#social-icon a.youtube {
	background: url(images/youtube_32.png);
}

#social-icon a.youtube:hover {
	background: url(images/youtube_32.png) 0px -32px;
}

#social-icon a.twitter {
	background: url(images/twitter_32.png);
}

#social-icon a.twitter:hover {
	background: url(images/twitter_32.png) 0px -32px;
}

#social-icon a.rss {
	background: url(images/rss_32.png);
}

#social-icon a.rss:hover {
	background: url(images/rss_32.png) 0px -32px;
}

#contents {
	float: left;
	width: 800px;
	margin-left: -77px;
}

#article {
	float: right;
	width: 584px;
	font-size:0.75em;
	padding: 8px;	
}

#article h2, h3, h4, h5, h6{
 	margin: 1em 0%;
}

#article p  {
 	margin-left: 0.5em;
	text-indent: 1em;
}

#article blockquote, q{
	background: #fff;
	font-style:italic;
	padding: 1px 0;
	/*background: url(/images/quote.png);*/
}

#article pre {
	padding: 0.4em;
	border: 2px dotted #643;
	background: #fff;
	overflow: auto;
	margin: 1em 0;
	margin-left: 1.5em;
}

.modify_time {
	text-align: right;
}

#leftcolumn {
	width: 200px;
	float: left;
	font-size:0.75em;
	padding-top: 10px;
}

#rightcolumn {
	float: right;
	width: 200px;
	font-size:0.75em;
}

div.widget {
	background: #8e6541;
	margin: 8px;
}

div.widget > h2 {
	background: url(images/widget_h.png) no-repeat;
	height: 20px;
	padding: 6px;
	padding-left: 34px;
}

#footer {
	background: #652100;
	clear: both;
	padding: 8px 16px;
}

#footer p {
	text-align: center;
	font-size: 0.75em; 
	color: #fff;
	margin: 0%;
	line-height: 1em;
}

#footer a {
	padding-top: 3px;
	padding-left:16px;
	background: url(images/privacy_16.png) no-repeat;
	text-decoration:none;
	color: #fff;
}

/*commons*/
div.center {
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}