/* ============================ common ============================== */

html, body{
	width: 100%; height: 100%;
	overflow:hidden;
}
body {
	color: #fff; background: #000 url(../img/loading.gif);
	font: normal 62.5% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Tahoma, Arial, sans-serif; letter-spacing: -1px;
	cursor: default;
}

a{ color: #06c; text-decoration: none; }
a:hover, a:active, a:focus { text-decoration: underline; }

img 	{ display: block; }
a img 	{ border: none; }
a span	{ cursor: pointer; }
strong 	{ font-weight: bold; }
em 		{ font-style: italic; }


.clearfix:after {
	clear: both;
	display: block; visibility: hidden;
	height: 0;
	content: ".";   
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.aural{
	position: absolute;
	left: -2007px;
	font-size: 0;
}

/* ========================== common end ============================ */

/* ============================ layout ============================== */

#bg, #bg table, #bg td, #cont{
	width: 100%; height: 100%;
	overflow: hidden;
}
#bg div{
	position: absolute;
	top: -50%; left: -50%;
	width: 200%; height: 200%;
}
#bg td{
	vertical-align: middle;
	text-align:center;
}
#bg img{
	min-height:50%; min-width:50%;
	margin:0 auto;
}

#cont{
	position: absolute; 
	top: 0; left: 0;
	z-index: 100;
	overflow: auto;
}

#holder{
	position: absolute;
	top: 15px; right: 15px;
	width: 400px;
	padding: 10px;
	background: #000; filter: alpha(opacity=70); -moz-opacity: 0.7; opacity: 0.7;
}

#main{
	padding: 15px 0 5px 0;
}

/* ========================== layout end ============================ */

/* ============================ content ============================= */

h1 a{
	display: block; position: relative;
	width: 291px; height: 49px;
	overflow: hidden;
}
h1 a:hover img,
h1 a:focus img,
h1 a:active img{
	position: relative;
	top: -49px;
}

#nav{ clear: both; font-size: 1.2em; }
#nav .prev{ float: left; }
#nav .next{ float: right; }

h2{
	float: left;
	width: 320px;
	margin: 0 0 10px 0;
	font-weight: bold; font-size: 1.8em;
}
h2 a{ color: #fff; }

#toggle{
	float: right;
	width: 50px;
	font-size: 1.2em; text-align: right;
}

h3{
	font-weight: bold; font-size: 1.4em; 
}

.date{
	display: block;
	margin: 0 0 10px 0;
	font-size: 1.2em;
}

.post p{
	margin: 0 0 10px 0;
	font-size: 1.3em; line-height: 1.4;
}
.post p img{ display: inline; }

.commentlist{
	margin: 10px 0 0 0;
	font-size: 1.2em;
}
.commentlist li{
	margin: 0 0 15px 0;
}
.commentlist li cite{
	font-weight: bold; font-style: normal;
}
.commentlist li p{
	margin: 10px 0 0 0;
}
.commentlist li img{ display: inline; }

#commentform{
	padding: 10px 0 0 0;
	font-size: 1.2em;
}
#commentform p{
	margin: 0 0 10px 0;
}
/* forms */
textarea,
input{
	padding: 2px;
	font: normal 1em "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Tahoma, Arial, sans-serif;
	border: 1px solid #ccc;
}
textarea{ width: 98%; }
textarea:hover,
input:hover{
	border: 1px solid #c03000;
	background: #fdfcdc;
}
textarea:active, textarea:focus, 
input:active, input:focus{ border: 1px solid #c03000; }
input#submit{ 
	padding: 2px 5px 2px 5px; 
	color: #fff; background: #333; 
	border: 1px solid #fff;
	font: normal 1em "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Tahoma, Arial, sans-serif;
}
input#submit:hover{
	border: 1px solid #c03000;
}
input#submit:active, input#submit:focus{ 
	border: 1px solid #c03000;
	color: #fdfcdc;
}

table{
	width: 100%;
	font-size: 1.2em;
	margin: 0 0 5px 0;
}
th{
	width: 40%;
	padding: 5px 0;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
td{
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}


/* ========================== content end =========================== */


