/*
Theme Name: BLNdesign January 2010
Theme URI: http://www.geekgrandma.ca
Author: Bonnie Nilsen
Author URI: http://geekgrandma.ca
Version: 01_january2010
*/

body {
	text-align: center;
	background-color: #000;
	margin: 0;
	padding: 0;
}

img { border: none; }

hr { 
	padding: 0;
	width: 50%;
	color: #333;
}

h1 {
	font-size: 1.1em;
	color: #fff;
	font-family: "Lucida Console", Georgia, "Century Schoolbook";
}

h2 {
	color: #990000;
	font-size: 1.1em;
	font-family: "Lucida Console", Georgia, "Century Schoolbook";
}

#wrapper {
	width: 900px;
	margin: 5px auto 5px auto;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	background-color: #000;
	color: #fff;
}

#header {
	background:#000 url(images/header01.jpg) ;
	width: 900px;
	height: 100px;
}

#content {
	padding: 5px;
	font-family: "Lucida Console", Georgia, "Century Schoolbook";
}

#sidebar {
	font-family: "Lucida Console", Georgia, "Century Schoolbook";
	font-size: .9em;
	float: left;
	width: 150px;
	margin-left: 10px;
	background-color: #000;
	color: #fff;
	padding: 2px;
}

#sidebar ul{
	list-style: none;
	padding: 5px;
	margin-left: 2px;
	margin-bottom: 2px;
	text-align: left;
}

#sidebar li{
	list-style: none;
}

#sidebar a {
	display: block;
	padding: 5px 5%;
	width: 120px;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #333;
	font-weight: bold;
	font-size: .9em;
	background-color: #000;
}

#sidebar a:visited {
	color: #ddd;
	border: 1px solid #ccc;
	background-color: #222;
}

#sidebar a:hover {
	color: #FFFF99;
	border: 1px solid #999;
	background-color: #222;
}

.pagenav {
	font-family: "Lucida Console", Georgia, "Century Schoolbook";
	font-size: .9em;
	color: #ffff99;
	list-style: none;
}

#main 	{
	margin-left: 175px;
	margin-right: 10px;
	margin-top: 25px;
	padding: 5px;
	text-align: left;
	font-family: "Lucida Console", Georgia, "Century Schoolbook";
	font-size: .9em;
	background-color: #000;
	color: #fff;
}

#footer {
	clear: both;
	margin: 1px;
	padding: 1px;
	background-color: #000;
	font-family: "Lucida Console", Georgia, "Century Schoolbook";
	font-size: .75em;
	text-align: center;
	color: #fff;
}

.navigators {
	float: right;
	width: 600px;
}

.navigators ul {
	margin: 0px;
	float: right;
	width: 600px;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.navigators ul li {
	display: inline;
	color: #fff;
	padding: 0px;
	margin: 0px;
}

.navigators ul li a:link, .navigators ul li a:visited {
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	color: #fff;
	font-family: "Lucida Console", Georgia, "Century Schoolbook";
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	background-color: #333;
	line-height: 25px;
	height: 25px;
	font-weight: bold;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #fff;
	width: auto;
	float: left;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}

.navigators ul li a:hover, .navigators ul li a:active {
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	color: #fff;
	font-family: "Lucida Console", Georgia, "Century Schoolbook";
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	background-color: #000;
	line-height: 25px;
	height: 25px;
	font-weight: bold;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFF99;
	width: auto;
	float: left;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}

a:link {
	text-decoration: none;
	color: Yellow;
	font-weight: bold;
	font-size: 1em;
}

a:visited {
	text-decoration: none;
	color: #FFFF99;
	font-weight: bold;
	font-size: 1em;
}

a:hover, a:active {
	text-decoration: none;
	background-color: #999;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
}

#commentform textarea {
	width: 400px;
	height: 150px;
	padding: 1px;
	}

.nocomments {
	color: #000;
}
