/* ------ Wordpress styles ------*/

#wp-blog {
	float: left;
	width: 560px;
	padding: 20px;
}

#wp-blog a,
#wp-blog a:visited {
	color: #A0BE37;
}

#side-bar {
	float: right;
	width: 280px;
	padding: 20px;
	text-align: left;
}

#side-bar a,
#side-bar a:visited {
	color: #1C75BC;
}

#nav-above {
	margin: 0 0 20px;
}

.nav-previous {
	text-align: left;
}

.nav-next {
	text-align: right;
}

.post {
	margin: 0 0 20px;
	border-right:thin;
	border-color:#666;
}

.page-title,
.entry-title {
	font-size: 24px;
}

.entry-title a {
	text-decoration: none;
}

#reply-title {
	font-weight: bold;
}

.widget-container {
	margin: 0 0 20px;
	border-left:thick;
	border-color:#666;
	colour:#666;
}

.widget-title {
	margin: 0 0 5px;
	padding: 5px 5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #ffffff;
	background: #666;
}

.entry-meta,
.entry-content,
#commentform p {
	margin: 0 0 10px;
}

#commentform label {
	font-weight: bold;
	margin: 0 20px 0 0;
}

.form-allowed-tags {
	font-style: italic;
}

#commentform input,
.widget_search #s {
	height: 20px;
	width: 250px;
	margin: 0 0 10px;
	border: 1px solid #A0BE37;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#comment {
	height: 100px !important;
	width: 250px;
	margin: 0 0 10px;
	border: 1px solid #A0BE37;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#submit {
	width: 110px !important;
	height: 30px !important;
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #ffffff;
	background: #A0BE37;
}

.clear {
	clear: both;
}

/* ---- form styles ---- */

.formbox {
	height: 20px;
	width: 250px;
	margin: 0 0 10px;
	border: 2px solid #A0BE37;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.sub-button,
#searchsubmit {
	padding: 5px 10px;
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #ffffff;
	background: #A0BE37;
}