/*
Theme Name: Boat Building Plans
Description: Boat Building Plans custom theme.
Author: Top Web Design
Author URI: http://www.topwebdesign.co.za/

WARNING: Distribution of this theme on thirdparty sites without my permission is strictly prohibited.
Any violation will result in a DMCA filed againt the site involved . 
*/
body {
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #04175B;
}
body, td, th {
	color: #FFF;
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
}
a, a:link, a:visited {
	color: #D2DC5F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {border: none}

h1 {
 	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
#top {
	margin: 0 auto;
	width: 906px;
}
#wrapper {
	background: url(images/bg_wrapper.png) repeat-y left top;
	padding: 1px 8px;
}
#sidebar {
	float: left;
	width: 200px;
	margin-top: 5px;
}
#sidebar h2 {
	color: #257EB7;
	text-align: center;
}

.clear {
	clear: both;
}
#main {
	float: right;
	width: 670px;
	margin: 5px 5px 0 0;
}
#navigation {
	font-size: 80%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 200px;
	margin-bottom: 10px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li a {
	text-decoration: none;
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
}

#navigation li a:link, #navigation li a:visited {
	color: #777;
	display: block;
	background: url(images/nav.gif);
	padding: 8px 0 0 20px;
}

#navigation li a:hover, #navigation li #current {
	color: #257EB7;
	background: url(images/nav.gif) 0 -32px;
	padding: 8px 0 0 25px;
}

#navigation li a:active {
	color: #fff;
	background: url(images/nav.gif) 0 -64px;
	padding: 8px 0 0 25px;
}
h1, h2, h3, h4, h5, h6 {
	color: #C4D865;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0 0 10px 5px;
	padding: 0;
}
#footer {
	background: url(images/bg_footer.png) no-repeat left top;
	height: 38px;
	width: 876px;
	margin: 0 auto;
	padding: 12px 15px 0 15px;
}
#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}
#wordpresstheme {
	float: right;
}

/* Wordpress Modifications */
/* Widgets */

.widget {
	list-style: none;
}
.widget h2 {
	text-align: center;
}
.widget ul {
	margin: 10px 10px 10px 25px;
	padding: 0px;
	list-style-type: none;
}
.widget li a:hover, .category a:hover {
	font-weight: bold;
	color: #fff468;
	text-decoration: none;
}

/* Items */

.items {
	margin: 0;
	padding: 0 0 10px 0;
}
.itemheading {
	padding: 0;
}
.itemheading h1, .itemheading h2, .itemheading h3 {
	margin: 0;
	padding: 0;
}
.itemtitle {
	float: left;
	padding: 0 0 0 6px;
}
.itemtitle h2 {
	color: #fff468;
}
.itemtitle h2 a,
.itemtitle h2 a:hover, 
.itemtitle h2 a:visited  {
	color: #fff468;
	background-color: transparent;
	text-decoration: none;
}
.itemtitle h2 a:hover {
	text-decoration: underline;
}
.photo {
	float: Left;
	width: 60px;
	height: 54px;
	margin-top: 3px;
}
.author {
	color: #fff468;
	text-align: left;
	background:url(images/user.gif) no-repeat left top;
	padding: 0 0 0 20px;
	margin-bottom: 2px;
	font: bold 10px "Trebuchet Ms", "century gothic", Arial, verdana, sans-serif;
}
.commentlink {
	padding: 0 0 0 20px;
	background: url(images/comments.gif) no-repeat;
	
}
.itemexcerpt {
	margin-top: 10px;
}
.itemexcerpt h1 {
	margin: 0;
	background-color: #DDDDDD;
	border-bottom: 1px solid #888888;
}
.itemexcerpt p {
	padding: 0;
	margin: 0;
}
.itemtags {
	margin-top: 10px;
	padding: 0 5px;
	color: #fff468;
	font: bold 11px "Trebuchet Ms", "century gothic", Arial, verdana, sans-serif;
	height: 25px;
}
.bookmark {
	float: left;
	margin-top: 3px;
}
.itemmetadata {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.clock{
	color: #fff468;
	background: url(images/calendar.gif) no-repeat;
	text-align: left;
	padding-left: 20px;
	font: bold 10px "Trebuchet Ms", "century gothic", Arial, verdana, sans-serif;
}	
.category {
	color: #fff468;
	text-align: left;
	padding: 0 0 2px 20px;
	background: url(images/category.gif) no-repeat left top;
}
.category span {
	color: #fff468;
}
#navigation {
	margin: 3px 0 5px 0;
}

.alignleft {
	float: left;
}

.alignleft a {
	color: #fff468;
	text-decoration: none;
}
.alignleft a:hover {
	font-weight: bold;
}
.alignright {
	float: right;
}
.alignright a {
	color: #fff468;
	text-decoration: none;
}
.alignright a:hover {
	font-weight: bold;
}

/* comments */

.nocomments {
/*	width: 690px; */
}
.comments {
	border-top: 1px solid #AAAAAA;
	margin: 0 0 5px 0;
}
.comment-meta a,
.comment-author a,
.comment-author{
	color: #fff468;
	text-decoration: none;
}
.comment-meta a:hover,
.comment-author a:hover {
	font-weight: bold;
}
#respondheading {
	font:18px "Trebuchet Ms", "century gothic", Arial, verdana, sans-serif;
	margin: 0;
}
#comments small {
	font-size: 10px;
}
.commentbody {
	padding: 1px 10px;
	border: none;
}
.commentheading {
	margin-top: 5px;
}
.commentheading h3 {
	color: #fff468;
}
.commentwrapper {
	border-bottom: 1px solid #888888;
}
.commentwrapper ol {
	margin: 0;
}
.commentlist p {
	clear: both;
}
.children li {
	list-style: none;
}
.children .odd {
/*	background-color: #125b0c;
	border: 1px solid #888888;
*/
	padding: 5px 5px 0 5px;
	margin-bottom: 5px;
}
.children .even {
/*
	background-color: #0A4C03;
	border: 1px solid #888888;
*/
	padding: 5px 5px 0 5px;
	margin-bottom: 5px;
}
.reply {
	margin-bottom: 5px;
}
.reply a {
	color: #fff468;	
	text-decoration: none;
}
.reply a:hover {
	font-weight: bold;
}
#respond {
}
#respond form p {
	margin-top: 5px;
}
#comment {
	width: 99%;
}
.vcard img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#submit {
	margin-bottom: 5px;
	margin-left: 10px;
}
.cancel-comment-reply {
	padding: 0;
	margin-top: -5px;
}
.cancel-comment-reply a {
	color: #fff468;
	text-decoration: none;
}
.cancel-comment-reply a:hover {
	font-weight: bold;
}
.commentform {
	margin-top: 5px;
}
#commentform a {
	color: #fff468;
	text-decoration: none;
}
#commentform a:hover {
	font-weight: bold;
}
/* Archive */

#archiveheader {
	padding-left: 3px;
	padding-bottom: 5px;
	text-align: center;
}
#archiveheader h1 {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
}

/* Calendar */

#calendar_wrap{
	margin-left: 25px;
}
#calendar_wrap table th,
#calendar_wrap table caption {
	color: #fff468;
}
#wp-calendar tfoot tr td a:hover,
#wp-calendar tbody tr td a:hover {
	font-weight: bold;
 	color: #D2DC5F;
}

/* Search */

#searchform {
	margin-left: 25px;
}