/*  

Theme Name: Camel
Author: Jayme Blackmon
Author URI: http://www.jaymeblackmon.com/
Description: camel!

*/


body {
	font-size: 12px;
	font-family: Verdana, Sans-Serif;
	color: #000;
	background: #BDA171;
	}	

a:link, a:visited {
	color: #db7300;
	text-decoration: underline;
	font-weight: bold;
	}	

a:hover, a:active {
	color: #000;
	text-decoration: underline;
	}

h1 {
        font-family: Trebuchet MS, Sans-Serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 8px 0 0px 0;
	padding: 0;
	color: #db7300;
        display:inline;
	}

h1 a:link, h1 a:visited {
        color: #db7300;
        text-decoration: none;
}

h1 a:hover, h1 a:active {
        text-decoration: underline;
}

h2 {
	font-family: Trebuchet MS, Sans-Serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0px 0 8px 0;
	padding: 0;
	color: #333;
	}

h2 a:link, h2 a:visited {
        color: #333;
        text-decoration: none;
        font-weight: normal;
}

h2 a:hover, h2 a:active {
        text-decoration: underline;
        background: none;
        color: #000;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 8px 12px;
	padding: 0;
	color: #333333;
	}
	
h3.comments {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 8px 0px;
	padding: 0;
	color: #000;
	}
	
h4 {
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	margin: 0;
	padding: 0;
	color: #335555;
	}	

#container {
	width: 90%;
	margin: 0px auto;
}

#header {
	margin: 0 0 0 0;
	padding: 0 0 0 24px;
}

#navbar {
	width: 100%;
	height: 20px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	background: url(images/navbar-bkground.jpg) repeat-x top left;
}

#navbarlist {
	width: 100%;
	height: 20px;
	float: left;
	margin: 0px;
	padding: 3px 0 0 10px;
	font: bold 12px Verdana, Sans-Serif;
	letter-spacing: -1px;
	list-style: none;
}

#navbarlist li {
	display: inline;
	margin: 0px;
	padding: 0 10px 0 0;
}

#navbarlist a:link, #navbarlist a:visited {
	color: #fff;
	text-decoration: none;
}

#navbarlist a:hover, #navbarlist a:active {
	text-decoration: underline;
}

#left-corner {
	float: left;
	height: 20px;
	width: 7px;
	background: url(images/left-corner.gif) no-repeat top left;
}

#right-corner {
	float: right;
	height: 20px;
	width: 7px;
	background: url(images/right-corner.gif) no-repeat top left;
}

.bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; padding: 20px; padding-bottom: 40px;}

#footer {
	margin: 0px;
	padding: 0px 0 50px 0;
	color: #797979;
}

#footer ul {
	margin: 0px;
	padding: 15px 0 0 0px;
	font: 11px Verdana, Sans-Serif;
	letter-spacing: -1px;
	list-style: none;
	text-align: center;
}

#footer ul li {
	display: inline;
	margin: 0px;
	padding: 0 15px 0 0;
}

#footer a:link, #footer a:visited {
	color: #797979;
	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	color: #000;
	text-decoration: underline;
}

#content {
	margin: 0px 0 0px 0px;
	padding: 10px;
	line-height: 16px;
	border: 1px solid #CCCCCC;
	background: #f1f1f1;
	}

.pagenav { list-style:none; }

.blog {
	margin: 0 0 0px 0;
	padding: 10px;
	}

.article {
	margin: 0px 0 0px 0;
	padding: 10px;
	border-bottom: 1px solid #e7e7e7;
	}

.article p {
	margin: 2px 0 10px 0;
	padding: 10px;
	}

.postmetadata {
	font-family: verdana, arial, sans-serif; 
	font-size: 9px;
	margin: 0px 0 0px 0;
	padding: 0px 0 0px 0px;
	}

.sidenav {
	font-size: 11px;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #CCCCCC;
	background: #f1f1f1;
	}

	
#loginbox {
	font-size: 11px;
	padding: 0px;
	margin: 0px 0 15px 0;
	}