/*  
Theme Name: AN_Drafting
Theme URI: http://www.accessnow.com.au/website-design/wp-themes
Description: Very simple custom theme.
Version: 1.0
Author: Martin Phillips
Author URI: http://www.accessnow.com.au/website-design


From: Tutorial at http://www.wpdesigner.com/2007/02/19/so-you-want-to-create-wordpress-themes-huh/
*/

/* -------------------- GENERAL -------------------- */
body, h1, h2, h3, h4, h5, h6, blockquote, p, address, dd, dl, hr, form {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #644123;
	text-align: center;
	background-repeat: repeat;
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 940px;
	background-color: #FFFFFF;
	text-align: left;
	display:block;
	position:relative;
}

h1{	
	font-size: 11px;
	font-weight: normal;
	color: #OOOOOO;
	text-align: center;
	width: 932px;
	background-color: #B5AE95;
	padding: 4px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}

a:link, a:visited{
	text-decoration: underline;
	color: #336699;
}

a:hover{
	text-decoration: none;
}

h1 a#maintitle {
	text-decoration: none;
	color: #000000;
}

p{
	padding: 10px 0 0 0;
}

/* -------------------- SEARCH FORM -------------------- */

#searchform {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	width:161px;
	height:24px;
	background:url(images/searchbox.png) no-repeat;
	position:relative;
}

#s{
	border:1px solid #000;
	float:left;
	border:0;
	width:120px;
	background:none;
	color:#ACACAB;
	margin:4px 0 0 8px;
	font-size: 12px;
}
#go{
	float:right;
	width:25px;
	height:26px;
	background-color:transparent;
	border:0px;
	cursor:pointer;
}

.feedicon{
	background-image:url(images/feed-icon-28x28.png);
	background-position: right 0;
	background-repeat: no-repeat;
	margin-top: 36px;
	height: 22px;
	padding-top: 6px;
	text-align: right;
}

.feedicon a{
	height: 22px;
	padding-right: 32px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

/* -------------------- HEADER -------------------- */

#header{
	float: left;
	width: 940px;
}
.hbanner {
	background-color: #442C1E;
	height: 145px;
	background-image:url(images/header.gif);
	background-repeat: no-repeat;
}
#hcontact {
	float: left;
	margin-top: 113px;
	margin-left: 17px;
	width:265px;
	height:21px;
	position:relative;
}
ul.hnav {
	display: block;
	line-height: 25px;
	height: 37px;
	background-color: #FFFFFF;
	list-style: none;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
} 
.hnav li {
	display: inline;
}
.hnav li a {
	font-size: 12px;
	color: #442C1E;  // #442C1E;
	border: 1px solid #000000;
	text-align: left;
	background-color: #FFFFFF;
	margin-left: 3px;
	margin-right: 3px;
	height: 18px;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat-x;
}
.hnav li a:hover {
	color: #5A131A;
	border: 1px solid #FF9900;
	background-color: #FFFF99;
	background-image: url(images/nav-bg-2.gif);
}

form.wpcf7-form {
	border: 3px dashed #D9D9B3;
	text-align: center;
}
/* -------------------- PAGE CONTENT -------------------- */

#container{
	float: left;
	width: 597px;
	background-color: #FFFFFF;
}

.post{
	padding: 10px;
}

.post h2{
	font-size: 22px;
	color: #442c1e;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #442c1e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-color: #442c1e;
}

.post h2 a {
	padding:2px 10px 2px 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #442c1e;
}

.post h2 a:hover {
	color: #FFFF66;
	background-color: #442c1e;
}

.post h3, .post h4, .post h5, .post h6 {
	padding: 15px 0 0 0;
}

.adminedit{
	font-size:10px;
	background-color: #FFFFCC;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
}

.entry{
	line-height: 18px;
	margin-top: 10px;
}

p.postmetadata{
	border-top: 1px solid #FFFF00;
	border-bottom: 1px solid #FFFF00;
	margin-top: 20px;
	margin-bottom: 40px;
	font-size:10px;
	padding: 0;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.entry .slideshow {
	padding-top: 20px;
	
}

/* -------------------- SIDEBAR -------------------- */
.sidebar{
	float: left;
	width: 320px;
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFF00;
	padding: 0 10px 0 10px;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar h6, .sidebar h6 a, .sidebar h6 a:link {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif; // font-family: Georgia, Sans-serif;
	font-size: 15px;
	background-color:#FFFF99;
	background-image:url(images/nav-bg-2.gif);
	padding: 4px 10px 4px 10px;
	background-repeat: repeat-x;
	text-decoration: none;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;	
}

.sidebar li a {
	color: #644123; // #FF9900
	text-decoration: none;	
}

.sidebar li a:hover {
	color: #999999;
	text-decoration: none;	
}

.sidebar li a img {
	border:0;
	text-align:center;
	margin: 0 auto 0 auto;
}

table#wp-calendar{
	width: 100%;
}
table#wp-calendar th, table#wp-calendar td {
	text-align:center;
	margin: 1px;
	border: 1px dotted #666666;	
}
table#wp-calendar, table#wp-calendar th, table#wp-calendar td {
	text-align:center;
	margin: 1px;
	border: 1px dotted #666666;	
}
table#wp-calendar th {
	background-color:#FFFF99;
}
table#wp-calendar td {
	background-color:#FFFFCC;
}
table#wp-calendar td.pad {
	text-align:center;
	margin: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* -------------------- COMMENTS -------------------- */

.comments-template{
	background-color:#D9D9B3;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #5A131A;
}

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

.comments-template h2, .comments-template h3{
	// font-family: Georgia, Sans-serif;
	font-size: 18px;
}

.commentmetadata{
	font-size: 12px;
	background-color:#FFFF99;
	padding-right: 10px;
	padding-left: 10px;	
}

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

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	width:99%;
}

/* -------------------- FOOTER -------------------- */ 
#footer{
	clear: both;
	/* float: left; */
	display: block;
	width: 940px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #B5AE95;
	margin-bottom: 20px;
}

#footer p{
	line-height: 18px;
	text-align: center;
	font-size:11px;
}

#footer a:link.footnavlink, #footer a:visited.footnavlink {
	text-decoration: underline;
	color: #000000;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #000000;
}

#footer a:hover, #footer a:hover.footnavlink {
	color: #FFFFFF;
}