/*
Theme Name: Darts
Theme URI: http://themey.com/darts-wordpress-theme
Description: Pub sports theme - Darts.
Author: Themey
*/

body {
	background-color: #ffd800;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}


* {
	border: 0px solid black;
	margin: 0px;
	padding: 0px;
}

h2, h3, h3 a, h2 a {
	text-decoration: none;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	position: relative;
	width: 780px;
	left: 50%;
	margin-left: -390px;
}

#content {
	background: url('images/contentbg.png') repeat top left;
}

.clear {
	clear: both;
}

input, textarea {
	border: 1px solid #4b7514;
}

textarea {
	width: 80%;
	padding: 2px;
	margin: 2px;
}

#searchform input[type='text'] {
	width: 110px;
	background-color: #f3ede2;
	margin-right: 5px;
}

input[type='submit'] {
	background-color: #ffd800;
	color: #221d00;
	font-weight: bold;
	font-size: 12px;
	padding: 1px 7px;
}

ol {
	padding-left: 30px;
}

/* header */

#header {
	background: url('images/darts.png') no-repeat top right;
	height: 268px;
	margin-bottom: -180px;
	padding-left: 15px;
	padding-top: 25px;
}

.blog_title {
	margin: 0px;
	font-size: 30px;
}

.blog_desc {
	font-size: 13px;
	margin-left: 15px;
	font-weight: bold;
}

#header-menu {
	position: relative;
	height: 25px;
	bottom: -12px;
	margin-left: -13px;
}

#navigation-top {
	height: 25px;
}

#navigation-top li {
	float: left;
	list-style: none;
	margin-right: 7px;
	background-color: #ffec80;
	height: 25px;
	width: 100px;
	line-height: 2em;
	text-align: center;
	font-weight: bold;
}

#navigation-top li a {
	color: #d5b003;
	display: block;
	border-top: 4px solid #f0c600;
}

/* main */

#main {
	float: left;
	margin-left: 24px;
	width: 515px;
	padding: 25px 0px 15px 0px;
}

.one_post {
	padding-bottom: 15px;
}

.post_title {
	font-size: 18px;
	margin-bottom: 3px;
}

.n_comments, .n_comments a {
	font-size: 12px;
	color: #010101;
}

.post_meta, .post_meta a {
	background-color: #000;
	margin-bottom: 5px;
	padding: 3px;
	color: #f3dc24;
	font-weight: bold;
}

#navigation {
	font-size: 14px;
	color: #6b4506;
	font-weight: bold;
}

#navigation .alignleft {
	float: left;
	width: 50%;
	text-align: left;
}

#navigation .alignright {
	float: right;
	width: 50%;
	text-align: right;
}

.commentlist {
	margin: 10px 30px;
}

.commentlist li {
	margin-bottom: 10px;
}

/* sidebar */

#sidebar {
	float: right;
	margin: 50px 15px 50px 0px;
	width: 185px;
}

#sidebar-ul {
	list-style: none;
	background: url('images/sidebarbg.png') repeat top left;
	padding: 10px 0px 5px 18px;
}

.sidebar_message {
	margin-bottom: 10px;
}

#sidebar-ul h2 {
	font-size: 14px;
	padding: 2px 5px;
	margin-top: 15px;
}

#sidebar-ul ul {
	padding: 3px 5px;
}

#sidebar-ul li li {
	margin-left: 5px;
	margin-bottom: 2px;
	list-style: inside url('images/bullet.png');
}

/* footer */

/* footer */

#footer {
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer p {
	background-color: #ffec80;
	padding: 3px 7px;
	font-weight: bold;
}

.footer-img {
	background: url('images/footer.png') repeat bottom right;
	float: right;
	margin-top: -48px;
	margin-right: 20px;
	width: 172px;
	height: 48px;
}