/* css for edc */
* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b8b0a2;
	background: #eed4bd url("../images/background.png") center repeat-y;
}

p {
	margin: 10px 0 10px 0;
}

a img {
	border: none;
}

h2 {
	font-size: 12px;
}

h2 a,h2 {
	color: #f0c167 !important;
	font-weight: bold;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;  
}

h3 {
	display: block;
	height: 0;
	overflow: hidden;
}

a,a:visited {
	color: #e1b58f;
}

a:hover {
	text-decoration: none;
}

p.error {
	color: #e67438
}

/* page specific */
div#page {
	padding: 64px auto 0 auto;
	width: 918px;
	margin: 0 auto;
}

div#header {
	margin-bottom: 40px;
}

div#headerimg h1 a {
	width: 918px;
	height: 247px;
	display: block;
	overflow: hidden;
	text-indent: -300px;
	margin: 0 auto;
	background: url("../images/title.png") no-repeat;
}

div#headerimg {
}

div#content {
	float: right;
	width: 480px;
	padding: 0 20px;
	border-left: 1px dotted #e6e6e6;
	border-right: 1px dotted #e6e6e6;
	overflow: hidden;
}

div.side {
	width: 160px;
	padding: 0 18px;
	overflow: hidden;	
}

div#footer {
	clear:both;
	width: 918px;
	padding-top: 154px;
	height: 0;
	overflow: hidden;
	background: url("../images/footer.png") no-repeat top;
}

/* posts */

div.post-title, div.entry-details {
	color: #9fa2a3;
	font-size: 9px;
} 

div.post-title {
	height: 48px;
	padding-left: 57px;
	background: url("../images/heading-icon.png") left no-repeat;
	color: #e1b58f;
}

div.post-title h2 {
	border-bottom: #e6e6e6 1px dotted;
	padding: 10px 0 2px 0;
	margin-bottom: 7px;
	letter-spacing: 0.2px;

}
div.post {
	padding-bottom: 25px;
	font-size: 12px;
}

div.entry-details {
	color:#B8B0A2;
	letter-spacing:2px;
	clear: both;
}

div.entry-details a {
	color: #E1B58F !important;
	letter-spacing: normal;
	text-decoration: none;
}

div.entry-comments {
	padding-top: 10px;
	padding-bottom: 20px;
}

div.comments-post {
	border-bottom: 1px dotted #e6e6e6;
}

div.entry-comments a {
	font-size: 18px;
	padding-right: 55px;
	background: url("../images/comments.png") right center no-repeat;
}

div.entry-details a:hover {
	text-decoration: underline;
}

a.readMore {
	display: block;
	overflow: hidden;
	height: 23px;
	width: 120px;
	text-indent: -300px;
	background: url("../images/btn_readmore.png") no-repeat;
}

input#submit {
	background: url("../images/submit.png") no-repeat;
	width: 92px;
	height: 23px;
	cursor: pointer;
	border: none;
}

/* search form */
input#searchsubmit {
	background: url("../images/btn_search.gif") no-repeat;
	width: 25px;
	height: 18px;
	cursor: pointer;
	border: none;
	vertical-align: baseline;
	margin-left: 2px;
}

form#searchform input#s {
	width: 125px;
	border: 1px solid #e6e6e6;
	padding: 2px 0 2px 2px;
	vertical-align: baseline;
	height: 12px;
	font-size: 11px;
}

div.navigation {
	text-align: center;
}

div.navigation img {
	padding: 0 10px;
}

div.navigation a {
	overflow: hidden;
	background-repeat: no-repeat;
	height: 0px;
	display: inline-block;
}

div.navigation span.previous-entries a {
	width: 92px;
	padding-top: 26px;
	background-image: url("../images/older-posts.png");
}

div.navigation span.next-entries a {
	width: 97px;
	padding-top: 26px;
	background-image: url("../images/newer-posts.png");
}

/* sidebar */
div#sidebar {
}

li#description {
	border:medium none !important;
	color:#B8B0A2;
	font-size:11px;
	letter-spacing:1px;
	line-height:16px;
	padding-top:0 !important;
}

li#description a {
	display: block;
	height: 0;
	padding-top: 11px;
	background: url("../images/readmore.png") left top no-repeat;
	overflow: hidden;
}

p#read-more {
	margin: 15px 0 0 0;
}

div#sidebar ul {
	list-style: none;
}

div#sidebar a {
	color: #e1b58f;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: none;
}

div#sidebar a:hover {
	text-decoration: underline;
}

div#sidebar .link-list li {
	padding-bottom: 5px;
	text-transform: lowercase;
}

div#sidebar > ul > li {
	padding: 10px 0;
}

li#search {
	padding-bottom: 25px !important;
}

li#popular-posts {
	padding-top: 15px !important;
}

li#popular-posts a {
	display: block;
	margin-bottom: 8px;
}

li#press {
	padding-top: 2px !important;
}

/* side bar image links */

li#talk-to-me a {
	display: block;
	height: 0px;
	overflow: hidden;
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

a#twitter {
	padding-top: 15px;
	background-image: url("../images/side-twitter.png");	
}

a#rss {
	padding-top: 20px;
	background-image: url("../images/side-rss.png");
}

a#connect {
	padding-top: 20px;
	background-image: url("../images/side-message.png");
	margin-top: 8px; 
}

a#advertise {
	display: block;
	height: 0px;
	overflow: hidden;
	width: 160px;
	padding-top: 103px;
	background: url("../images/advertise.png") no-repeat top;
	margin-bottom: 15px;
}

a#support {
	display: block;
	height: 0px;
	overflow: hidden;
	width: 160px;
	padding-top: 186px;
	background: url("../images/support.png") no-repeat top;
	margin-top: 15px;
}

/* side bar titles */

div#sidebar h2 {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	height: 0;
	padding-top: 17px;
	background-position: left top;
	background-repeat: no-repeat;
}

li#description h2 {
	background-image: url("../images/side-about.png");
}

li#search h2 {
	background-image: url("../images/side-search.png");	
}

li#categories h2 {
	padding-top: 21px;
	background-image: url("../images/side-categories.png");	
}

li#links h2 {
	padding-top: 23px;
	background-image: url("../images/side-links.png");
}

li#monthly-archives h2 {
	padding-top: 16px;
	background-image: url("../images/side-archive.png");
}

li#popular-posts h2 {
	padding-top: 20px;
	background-image: url("../images/side-popular.png");
}

li#press h2 {
	padding-top: 16px;
	background-image: url("../images/side-press.png");
}

/* diy - freebies */
li#diy-freebies a {
	display: block;
	overflow: hidden;
	height: 0;
	padding-top: 160px;
	background: url("../images/diy-freebies.gif") no-repeat top left;
}

/* post display */

.commentlist {
	padding-top: 10px;
	list-style: none;
	padding-bottom: 77px;
}

.commentlist li {
	padding: 10px 0 3px 0;
	padding-left:57px;
	background:transparent url(../images/comment-icon.png) no-repeat scroll left 10px;
	font-size: 11px;
}

.commentlist li cite, .commentlist span {
	letter-spacing:2px;
}

.commentlist li cite {
	font-style: normal;
	font-weight: bold;
}

.commentlist li .comment-content {
	padding: 6px 0;
	min-height: 30px;
	vertical-align: top;
	background: url("../images/comment-border.png") bottom repeat-x;
	color:#B8B0A2;
	letter-spacing:1px;
	line-height:16px;
}

h3#comments {
	display: block;
	height: 0px;
	overflow: hidden;
	padding-top: 22px;
	margin-top: 15px;
	background: url("../images/you-said.png") no-repeat;
}

h3#respond {
	width: 240px;
	margin: 0 auto;
	padding-top: 75px;
	background: url("../images/leave-comment.png") no-repeat;
}

/* general forms */

form {
	font-size: 11px;
}

/* comment form */

form#commentform {
	display: block;
	padding-top: 30px;
}

form#commentform label.top, div.post-content form label {
	display: block;
	padding: 5px 0 10px 0;
}

form#commentform label, div.post-content form label {
	letter-spacing:2px;
	color:#B8B0A2;
	text-transform: lowercase;
}

/* we assume that a img in a form is a captha */
form img {
	padding: 20px 0 8px 0;
}

input#submit {
	border: none !important;
}

input#formToEmailSubmitButton {
	background:transparent url(../images/submit.png) no-repeat scroll 0 0;
	cursor:pointer;
	height:23px;
	width:92px;
	border: none !important;
	overflow: hidden;
	text-indent: 300px;
	color: transparent;
	text-transform: capitalize;
}

div#content input, div#content textarea {
	border: 1px solid #beb8a8;
}

div#content input.checkbox {
	border: none !important;
	}

textarea#comment {
	width: 410px;
	margin-top: 20px;
}

/* archive */

h3.archive_head {
	padding-bottom: 15px;
}

/* adverts */

div#adverts {
	float: right;
}

h2#sponsors {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	height: 0;
	padding-top: 9px;
	background:  url("../images/sponsors.png") center top no-repeat;	
}

div#google-ads div {
	padding-bottom: 20px;
}

/* add this */

div.addthis {
	float: right;
	padding-top: 22px;
	
}

/* custom-styles for amy */

.smaller-text {
	font-size: 11px;
}

/* link colours */

.blue {
	color: #51d6cf !important; 
}

.pink {
	color: #ef6f93 !important;
}
	
.orange {
	color: #f4824c !important;	
}

.green {
	color: #a5e87d !important;
}

.red {
	color: #fc0527 !important;
}

.yellow {
	color: #f3c340 !important;
}