/*
Theme Name: Darby Inventory
Theme URI: http://mydarby.com/
Description: The Darby Inventory theme.
Version: 1.0
Author: Ben Johnson
Author URI: http://mydarby.com/
Tags: darby
*/

/* General styles */
body {
	font-family: Arial;
	font-size:   14px;
}

p {
	margin-top:    0px;
	margin-bottom: 10px;
	font-size:     14px;
	line-height:   24px;
	text-align:    left;
}

h1 {
	font-size:   24px;
	font-weight: bold;
	color:       #3E8CBB;
}

h2 {
	margin-top:    0px;
	margin-bottom: 10px;
	font-size:     20px;
	line-height:   24px;
	text-align:    left;
	color:		   #3E8CBB;
}

h3 {
	font-size:   14px;
	font-weight: bold;
}

li {
	font-size:12px;
	margin-bottom: 10px;
}

ul {
	padding-left:20px;
}

a {
	color:#0000FF;
	text-decoration:none;
}

a:visited {
	color:#0000FF;
}

label {
	display:block;
	font-size:14px;
	margin:20px 0px 4px 0px;
}

/* Classes */
.menu-item {
	width:        131px;
	background:   #92CD6E url(images/menu-hrule.png) no-repeat center right;
	padding-left: 17px;
	cursor:       pointer;
}

.post {
	padding-bottom: 30px;
}

.sidebar-text {
	color: #FFFFFF;
}

.req {
	color:#FF0000;
	font-weight:bold;
}

.error {
	color:#FF0000;
	font-weight:bold;
}

.quote {
	font-family: Trebuchet MS;
	font-size:	 18px;
}

.quote-signature {
	font-family: Trebuchet MS Italic;
	font-size:	 14px;
}


.navigation {
	display: block;
	text-align: center;
	padding-bottom:30px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/* Sections */
#navigation {
	border-top:2px solid white;
	border-bottom:2px solid #764819;
}

#login-menu-item {
	background-color:#7BC143;
}


ul.sidebar li a {
	color:#FFFFFF;
}

h2.sidebar {
	font-size: 16px;
	color:#FFFFFF;
}

li.linkcat a {
	color:#FFFFFF;
}

.archive-item a,
.meta-item a
{
	font-size:   14px;
	color:#FFFFFF;
}

