/* NDE Designs February 2010
http://wpthemes.ndedesigns.com/
Free WP Layouts CSS */
/*
Theme Name: Simplistic
Theme URI: http://wpthemes.ndedesigns.com/
Description: A wordpess theme designed and coded by <a href="http://wpthemes.ndedesigns.com/">NDE Designs</a> and given out free on his blog.
Version: 1.0
Author: Nicholas Edwards
Author URI: http://www.ndedesigns.com/
*/

* {
	margin:0px;
	padding:0px;
}

body
	{
	background-color:#272727;
	font-family:Verdana, Arial, sans-serif;
	color:#000000;
	font-size:11px;
	text-align:justify;
	background-image:url(images/background.png);
	background-repeat:repeat-y;
	background-position:top center;
}

.clear {
	clear:both;
}

img, a img {
	border:0px;
}

img.left {
	float:left;
	padding-right:10px;
}

img.right {
	float:right;
}

p {
	margin-bottom:16px;
}

.center {
	text-align:center;
}

hr {
	margin-bottom:8px;
}

.bold {
	font-weight:bold;
}

.null {
	margin:0px;
	padding:0px;
}

#regtable {
	width:400px;
	margin:auto;
}

#regtable td {
	width:200px;
}

input#register {
	width:100px;
}

#products {
	width:100%;
}

.w600 {
	width:555px;
}

.w555 {
	width:555px;
}

.w45 {
	width:90px;
}

.w210 {
	width:210px;
}

/* Headers */

h1 {
	color:#000000;
	font-size:18px;
	padding-left:25px;
	padding-top:23px;
	margin-bottom:2px;
	font-family: trebuchet MS, Verdana, Helvetica, sans-serif;
}

h2 {
	font-size:16px;
	color:#000000;
	margin-bottom:14px;
	font-family: trebuchet MS, Verdana, Helvetica, sans-serif;
}

h2#tagline {
	font-size:13px;
	color:#000000;
	padding-left:40px;
	margin-bottom:0px;
	font-family: trebuchet MS, Verdana, Helvetica, sans-serif;
}

#left-sidebar h2 {
	background-image:url(images/header-bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	height:27px;
	color:#000000;
	padding-top:3px;
	text-align:center;
	margin-bottom:0px;
}

h3 {
	font-size:12px;
	color:#000000;
	margin-bottom:10px;
	font-family: trebuchet MS, Verdana, Helvetica, sans-serif;
}

h4, h5, h6 {
	color:#000000;
	font-family: trebuchet MS, Verdana, Helvetica, sans-serif;
}

/* Divs */

#wrapper {
	width:916px;
	background-color:#FFFFFF;
	margin:auto;
}

#header {
	background-image:url(images/banner-bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	height:100px;
}

#menu {
	background-image:url(images/menu-bg.png);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:transparent;
	height:51px;
}

#left-sidebar {
	float:left;
	width:230px;
	padding:10px;
}

#main {
	float:left;
	padding:10px;
	width:645px;
}

#footer {
	background-color:#4d829f;
	color:#FFFFFF;
	font-size:10px;
	height:17px;
	padding-top:3px;
}

/* lists */

#left-sidebar li {
	list-style:none;
	text-align:center;
}

#left-sidebar li a, #left-sidebar li a:active, #left-sidebar li a:link, #left-sidebar li a:visited {
	height:17px;
	display:block;
	background-color:#b3cee1;
	color:#000000;
	padding-left:10px;
	padding-top:3px;
	font-weight:bold;
}

#left-sidebar li a:hover {
	color:#FFFFFF;
	text-indent:5px;
	background-color:#4d829f;
}

form {
	padding:5px;
}

input#search {
	width:200px;
}

input#submit {
	width:200px;
}

/* Links */

a, a:link, a:active, a:visited {
	color:#cf3d03;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color:#b3cee1;
	font-weight:bold;
	text-decoration:none;
}

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

/* Listmenu */

ul#listmenu {
float:left;
}

ul#listmenu li {
	list-style:none;
	float:left;
}

ul#listmenu li a, ul#listmenu li a:link, ul#listmenu li a:active, ul#listmenu li a:visited {
	display:block;
	width:100px;
	height: 42px;
	background-color:transparent;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding-top:9px;
}

ul#listmenu li a:hover {
	background-color:transparent;
	background-image:url(images/menu-hover.png);
	background-position:top left;
	background-repeat:repeat-x;
	color:#cf3d03;
	text-decoration:underline;
}

.widget {
	border:1px solid #4d829f;
	margin-bottom:10px;
}

/* Comments */

.comments-template{
	margin: 10px 0 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 20px 0 20px;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-size: 1.2em;
}

.comments-template p.nocomments{
	padding: 0;
}

.postmetadata {
	margin-top:-13px;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   padding:7px;
}

.alignright {
   float: right;
   padding:7px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.comment-body .comment-container {
	background-image:;
	background-position:top left;
	background-repeat:no-repeat;
}

.alt .comment-container {
	background-image:;
}

/* Gravatar */

img.avatar {
	float:left; margin-right:5px;
}
