/*
Theme Name: Aurora Gen 1
Theme URI: http://piaw.tehcpeng.net/
Description: The WordPress theme for Piaw's Blog.
Version: 1.0
Author: Piaw
Author URI: http://piaw.tehcpeng.net/
Tags: aurora, fixed width, single columns

	Aurora Gen 1
	 http://piaw.tehcpeng.net/

	This theme was designed and built by Piaw,
	whose blog you will find at http://piaw.tehcpeng.net/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	background-color: #000;
	background-image: url(images/background0.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-top: 0px;
	text-align: center;
}
#page {
	width: 999px;
	margin: 0 auto;
}
#nav-bar {
	background-image: url(images/nav-bar.png);
	background-repeat: repeat-x;
	height: 50px;
}
#title {
	padding: 50px;
}
#content {
	text-align: left;
	color: #FFF;
	font-size: 14px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.post {
	padding-right: 20px;
	padding-left: 20px;
	background-position: center;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
	padding-top: 6px;
	text-transform: none;
	letter-spacing: -1px;
margin: 0;
}
#post-head {
	background-image: url(images/post-title.png);
	height: 48px;
	background-repeat: no-repeat;
}
a {
	text-decoration: none;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #0CF;
}
.date {
	color: #999;
	text-transform: lowercase;
}
#post-body {
	background-image: url(images/post-background.png);
	background-repeat: repeat-y;
}
#post-body p {
margin: 0;
}
#post-body img {
padding: 20px;
border: 0;
}
.post-link {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
#post-foot {
	background-image: url(images/post-foot.png);
	background-repeat: no-repeat;
	height: 48px;
	font-size: 12px;
	color: #CCC;
}
#footer {
	background-image: url(images/background1.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 220px;
	height: 400px;
}
#links {
	float: left;
	width: 299px;
	color: #CCC;
	background-image: url(images/links-background.png);
	height: 380px;
	background-repeat: no-repeat;
        font-size: 14px;
}
#links li {
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #FFF;
list-style-type: none;
padding: 5px 10px 5px 10px;
}
#links a {
	text-decoration: none;
}
#links a:link {
	color: #FFF;
}
#links a:visited {
	color: #FFF;
}
#links a:hover {
	color: #3CF;
}
#posts {
	width: 299px;
	margin-left: 25px;
	float: left;
}
#chat {
	width: 299px;
	margin-right: 25px;
	margin-left: 25px;
	float: left;
}
#end {
	font-size: 10px;
	color: #999;
}
