/*   
Theme Name: Neat Dark Yellow
Theme URI: www.ignorantsoup.com
Description: The Ignorantsoup Version 7
Author: The Ignorantsoup
Author URI: www.ignorantsoup.com
Version: 7.00
.
No copying or modifying. Strictly copyright The Ignorantsoup 2007
.
*/

/* Created by KENNETH */
*::-moz-selection {
	background-color:#FFFFFF;
	color:#000000;
}

#container {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

/*headers*/
h1, h2, h3, h4, h5, h6, h7 {
	font-family:"Century Gothic";
	color:#FFFFFF;
}

h1{
	font-weight:normal;
	font-size:2.38em;
	line-height: 1.12em;
}

body {
	font-family:"Lucida Grande", Lucida Sans Unicode;
	font-size:13px;
	padding:0,0,0,0;
	margin:0;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	background-color:#333333;
	color:#FFFFFF;
}


/* Masthead */
#masthead {
	padding:0;
	margin-top:72px;
}
#masthead p {
	width:590px;
	height:150px;
	font-size:1px;
	text-indent:-999px;
	background-image:url(images/logo.png);
}

/*Nav*/
#nav {
	width:370px;
	font:"Century Gothic";
	font-size:16px;
	margin-top:75px;
}

#nav ul {
	list-style-type:none;
}

#nav ul li{
	padding:1px;
}

#nav a {
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}

#nav a:hover {
	background-color:#333333;
	color:#fff200;
}

/*main body*/
#main {
	width:573px;
	float:left;
	margin-top:10px;
	padding:10px;
}

#main a {
	color:#FFFFFF;
	text-decoration:underline;
}

#main a:hover {
	text-decoration:none;
}

#main h1 a {
	text-decoration:none;
}

#main ul li {
	padding:5px;
	list-style-type:hiragana;
}

#main ul li:hover {
	background-color:#f3f1e9;
	color:#333333;
}

#main ul li:hover a{
	color:#333333;
}
hr {
	color:#FFFFFF;
	border:0;
	background-color: #FFFFFF;
	height:3px;
}

/*side bar*/
#sidebar {
	width:367px;
	float:left;
	margin-top:20px;
}

#sidebar .subcat {
	width:347px;
	padding:10px;
	background-color:#666666;
	margin-top:10px;
	margin-bottom:10px;
}

#sidebar .subcat ul li {
	padding:5px;
	list-style-type:hiragana;
}

#sidebar .subcat ul li:hover {
	background-color:#f3f1e9;
	color:#333333;
}

#sidebar .subcat ul li:hover a{
	color:#333333;
}

#sidebar a {
	color:#FFFFFF;
	text-decoration:underline;
}

#sidebar a:hover {
	text-decoration:none;
}

.clrboth {
	clear:both;
}

.backtotop {
	font-size:9px;
	text-align:right;
}

.backtotop a {
	color:#FFFFFF;
	text-decoration:underline;
}

.backtotop a:hover{
	text-decoration:none;
}

/*footer*/
#footer {
	width:960px;
}

#footer .components {
	width:300px;
	padding:10px;
	float:left;
}

#footer a {
	color:#FFFFFF;
	text-decoration:underline;
}

#footer a:hover {
	text-decoration:none;
}

#footer .components ul li {
	padding:5px;
	list-style-type:hiragana;
}

#footer .components ul li:hover {
	background-color:#f3f1e9;
	color:#333333;
}

#footer .components ul li:hover a{
	color:#333333;
}

/*comments*/
.number {
	font-size:48px;
	color:#FFFFFF;
	font-weight:bold;
	float:right;
}

.odd {
	border:1px solid #666666;
	background-color:#333333;
	margin:10px;
	padding:10px;
}

.even {
	background-color:#666666;
	margin:10px;
	padding:10px;
}

.author {
	border:3px dashed #666666;
	background-color:#333333;
	margin:10px;
	padding:10px;
}

.writtenby {
	font-size:24px;
	font-style:italic;
}

blockquote {
	border:3px dashed #666666;
	background-color:#333333;
	margin:10px;
	padding:10px;
}
