/* NDE Designs September 2008
http://wpthemes.ndedesigns.com/
Free WP Layouts CSS */
/*
Theme Name: NDE Designs v1
Theme URI: http://wpthemes.ndedesigns.com/
Description: A wordpess theme designed and coded by <a href="http://wpthemes.ndedesigns.com/">NDE Designs</a> for use on his site, should not be used by anyone else.
Author: Nicholas Edwards
Author URI: http://www.ndedesigns.com/
*/

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

body
	{
	background-color:#fcfbf9;
	font-family:Verdana, Arial, sans-serif;
	color:#000000;
	font-size:12px;
	text-align:justify;
}

img, a img {
	border:0px;
}

p {
	margin-bottom:14px;
}

.right {
	text-align:right;
}

center {
	text-align:center;
}

hr {
	background-color:#d6d6d6;
	margin-bottom:2px;
	height:2px;
	border:0px;
}

.bold {
	font-weight:bold;
}

.clear {
	clear:both;
}

ul, ol {
	margin-bottom:12px;
}

#sidebar ul ul, #sidebar ul ol {
	margin:0;
}

blockquote {
	margin-left: 15px;
	margin-bottom:12px;
}

/* Headers */

h1 {
	font-size:20px;
	font-family: trebuchet MS, Verdana, Helvetica, sans-serif;
}

h2 {
	font-size:18px;
	margin-bottom: 18px;
	font-family: trebuchet MS, Verdana, Helvetica, sans-serif;
}

.posttitle {
	margin:0px;
}

h2#tagline {
	font-size:12px;
	text-indent:20px;
}

#sidebar ul h2 {
	font-size:15px;
	height:22px;
	color:#000000;
	margin-bottom:2px;
	text-align:center;
	background-color:#ebedf0;
	background-image:url(images/side-header.png);
	background-position:top left;
	background-repeat:no-repeat;
}

h3 {
	font-size:16px;
	margin-bottom:18px;
	font-family: trebuchet MS, Verdana, Helvetica, sans-serif;
}

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

h5, h6 {
	font-size:12px;
	margin-bottom:14px;
	font-family: trebuchet MS, Verdana, Helvetica, sans-serif;
}

/* Divs */

#bar {
	background-image:url(images/bar.png);
	background-position:top left;
	background-repeat:repeat-x;
	position: absolute;
	top: 92px;
	left:0px;
	width:100%;
	height:32px;
	z-index:1;
}

#ad468 {
	width:468px;
	height:60px;
	float:left;
}

#header {
	height:140px;
	width:800px;
	margin:auto;
}

#logo {
	float:left;
	padding-right:20px;
}

#top-menu {
	width:425px;
	float:left;
	margin-top:32px;
	position:relative;
	z-index:2;
}

#content {
	width:780px;
	margin:auto;
}

#main {
	float:left;
	width:550px;
}

.post {
	width:550px;
}

#sidebar {
	float:left;
	width:200px;
	margin-top:5px;
	margin-left:10px;
}

#sidebar ul ul {
	border:1px solid #bfcbd8;
	background-color: #ebedf0;
	text-align:center;
	margin-bottom:10px;
}

#footer {
	width:100%;
	height:25px;
	font-size:13px;
	padding-top:8px;
	text-align:center;
	background-image:url(images/footer-bg.png);
	background-position:top left;
	background-repeat:repeat-x;
}

/* Floating List Menu */

ul#listmenu {
	width:306px;
	margin:auto;
	text-align:center;
}

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;
	font-weight:bold;
	text-decoration:none;
	height:28px;
	width:102px;
	background-image:url(images/page-link-bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#ebedf0;
	color:#000000;
	padding-top:10px;
}

ul#listmenu li a:hover {
	color:#ffffff;
	text-decoration:underline;
	background-image:url(images/page-link-hover.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#bbbbbb;
}

/* Links */

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

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

#sidebar ul a, #sidebar ul a:link, #sidebar ul a:active, #sidebar ul a:visited {
	color:#0072bc;
	font-weight:bold;
	padding-left:5px;
	display:block;
	height:16px;
}

#sidebar ul a:hover {
	background-color:#bbbbbb;
	color:#ffffff;
	text-decoration:underline;
	text-indent:5px;
}

#sidebar ul li, #sidebar li {
	list-style:none;
}

/* Comments */

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
	width:530px;
	text-align:justify;
}

.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;
}

.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 {
	background-image:;
	background-position:top left;
	background-repeat:no-repeat;
}

/* Gravatar */

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