/*
Theme Name: Seikon no Qwaser
Theme URI: http://plumcity.org/
Description: Default Plum City Theme.
Version: 1.0
Author: Section 9 Designs
Author URI: http://www.section9.ca
*/
body {
	background: #000000;
	margin: 0;
}
a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#centerDiv {
	text-align: center;
}
#container {
	margin: auto;
	text-align: left;
	width: 990px;
	background: url(images/plumcity-qwaser-bg.gif) repeat-y;
}
#aikoLeft {
	width: 348px;
	float: left;
}
#aikoTop {
	background: url(images/plumcity-qwaser-01.jpg) no-repeat;
	width: 348px;
	height: 367px;
}
#aikoBottom {
	background: url(images/plumcity-qwaser-02.jpg) no-repeat;
	width: 348px;
	height: 537px;
}
#contentArea {
	width: 642px;
	float: right;
}
#mainContent {
	background: url(images/plumcity-qwaser-04.jpg) no-repeat left top;
	min-height: 550px;
        width: 642px;
}
#masthead {
	background: url(images/plumcity-qwaser-03.jpg) no-repeat;
	width: 642px;
	height: 367px;
}
#masthead h1 {
	display: none;
}
#masthead h2 {
	display: none;
}
#nav {
	background: url(images/plumcity-qwaser-05.jpg) no-repeat right top;
	float: right;
	width: 211px;
	height: 504px;
	padding: 50px 0 0 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
#nav a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: black;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
	color: #CC0000;
}
#nav ul {
	padding: 0 0 0 50px;
	margin: 0;
	list-style: none;
}
#nav ul li {
	padding: 2px 0 2px 0;
}
#themeswitcher {
	font-size: x-small;
}
#newsNComments {
	padding: 0 225px 0 25px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	color: #000000;

}
#newsNComments h2 {
	margin-top: 0;
	color: #CC0000;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-stretch: wider;
	font-size: 24px;	
}
#footer {
	clear: both;
	background: #000000;
	height: 60px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}
#footer a{
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover{
	text-decoration: underline;
}