/*
Theme Name: Danson House
Theme URI: http://www.bexleyheritagetrust.org.uk/dansonhouse/
Description: Danson House theme
Version: 0.1
Author: David Robinson
Author URI: http://www.malimrobin.co.uk/ 
*/

/* html tags styles ---------------------------------------------------------------------------- */
body {
	position: relative;
	background: #333;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color: #000;
	font-size: 8pt;
	margin:  0px;
	padding: 0;
	text-align: center;
}

img{
	padding: 4px;
	border: 1px solid rgb(204, 204, 204);
	margin-right: 4px;
	clear: none;
}

img:hover{border: 1px solid rgb(165, 0, 77);}

code {
	font-family: Courier New, Verdana;
	text-align:left;
	color:#666;
	font-size: 8pt;
}

input {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 0px;
}

/*h2 {
	color: #666;
	font-size: 14px;
	text-align: left;
}*/

ul {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}

li {
	list-style-type: square;
	margin-left: 20px;
	padding-left: 5px;
}

blockquote, blockquote p {
	text-indent: 0px;
	margin-bottom: 7px;
	color: #666;
}

a, #wp-calendar tfoot a {
	color: rgb(165, 0, 77);
	text-decoration: none;
}

a:visited,
#wp-calendar tfoot a:visited,
#wp-calendar tbody a:visited { color: rgb(165, 78, 120); }
a:hover,
#wp-calendar tfoot a:hover,
#wp-calendar tbody a:vover {color: rgb(235, 0, 114);}

#wp-calendar tbody a {
	color: rgb(165, 0, 77);
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
}

p{
	padding-top: 0;
	margi-top: 0;
}


/* whole site wrapper ----------------------------------------------------------------- */
#wrapper {
	height: 100%;
	margin: 10px;
	background-color: #FFF;
} 

#insideWrapper {
	position: relative;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #fff;
	text-align: left;
}

/* blog header style */
/* div blog header style */
#masthead {
 	height: 115px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	border-bottom: 1px solid;
}
	#masthead img {
		border: none;
		margin: 0px;
		padding: 0px;
	}


/* sidebar - mostly menu, but in the future... who knows ----------------------------------------- */
#sidebar {
	width: 180px;
	position: absolute;
	float: left;
	text-align: left;
	color: #000;
	font-size: 7.5pt;
	line-height: 11pt;
	top: 0px;
	left: 0px;
} 


/* content div ---------------------------------------------------------------------------- */
#content {
	position: relative;
	margin-left: 200px;
	text-align: left;
}

#content:after{
	content: "";
	display: block;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

/* post style -------------------------------------------------------------------------------------- */
.post {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	background-color: #fff;
	text-align: left;
}

	/* post title -------------------------------------------------------------------------------- */
	.title, #wp-calendar caption {
	color: #000;
	}
	
	.post_date, .post_link, .comment_autor{
		font-size: 6pt;
		color: rgb(187, 187, 187);
		text-transform: uppercase;
	}
	
	.post_link{padding-bottom: 40px;}
	.post_date {
		padding-bottom: 5px;
		padding-left: 15px;
		margin-bottom: 5px;
		border-bottom: 2px solid rgb(187, 187, 187);
		background: url('images/arrow.png');
		background-repeat: no-repeat;
		background-position: top left;
	}
	
	a.title {color: #333;}
	a.title:visited {color: #333;}
	a.title:hover {color: #999;}
	
/* div post comments style -------------------------------------------------------------------------------- */
.comments_form input, .comments_form textarea{
	width: 200px;
}
.comments_form textarea{height: 100px;}
.comments_form #submit {width: auto;}

.more_link{
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
}


/* posts separator */
.sep {
	position: relative;
	border-top: 1px dashed rgb(204, 204, 204);
	height: 14px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

/* posts navigation columns -- previous & next posts ------------------------------------------------------- */
.left {
	float: left;
	margin: 0px 10px 0px 10px;
}

.right {
	float: right;
	margin: 0px 10px 0px 10px;
}

/* footer style -------------------------------------------------------------------------------------------- */
/* div footer style */
#footer {
	text-align: center;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
	font-size: 95%;
}

	#footer a {color: #000;}
	#footer a:visited {color: #000;}
	#footer a:hover { color: #77BF17;/*ff3333*/ }
	
	/* footer a link style */
	.footerLink {
		color: #666;
		text-decoration: underline;
	}

	a.footerLink {
		color: #666;
		text-decoration: underline;
	}
	
	a.footerLink:visited {color: #666;}
	a.footerLink:hover {color: #999;}

.commentBox {
	position: relative;
	margin: 0 0 10px 0;
	border: 1px solid rgb(165, 0, 77);
	background-color: rgb(239, 239, 239);
	padding: 10px 5px;

}
	.commentBox p {
		padding: 0;
		margin: 0;
	}

#searchform{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.page_item { ... }
.current_page_item { ... }
