/*
Theme Name: Akira
Theme URI: http://www.fluffypress.com/wordpress/akira-theme/
Description: This theme is dedicated to manga "Akira"
Version: 1.0
Author: Light
Author URI: http://www.fluffypress.com
Tags: red, white, fixed-width, one-column, right-sidebar
*/
body {
	background: #FFFFFF;
	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: #FFFFFF;
}
#akiraLeft {
	width: 348px;
	float: left;
}
#akiraTop {
	background: url(images/01.jpg) no-repeat;
	width: 348px;
	height: 367px;
}
#akiraBottom {
	background: url(images/04.jpg) no-repeat;
	width: 348px;
	height: 537px;
}
#contentArea {
	width: 642px;
	float: right;
}
#mainContent {
	background: url(images/05.jpg) no-repeat left top;
	width: 642px;
}
#masthead {
	background: url(images/02.jpg) no-repeat;
	width: 642px;
	height: 367px;
}
#masthead h1 {
	display: none;
}
#masthead h2 {
	display: none;
}
#nav {
	background: url(images/06.jpg) no-repeat right top;
	float: right;
	width: 194px;
	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: x-small;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#nav ul {
	padding: 0 0 0 50px;
	margin: 0;
	list-style: none;
}
#themeswitcher {
	font-size: x-small;
}
#newsNComments {
	padding: 50px 200px 0 50px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	color: #000000;
}
#newsNComments h2 {
	margin-top: 0;
	color: #CC0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;	
}

#footer {
	clear: both;
	background: #FFFFFF;
	height: 60px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
#footer a{
	text-decoration: none;
	color: #CC0000;
}
#footer a:hover{
	text-decoration: underline;
}
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}`