/*-----------Block Level Elements--------------*/
a {
    color: #9C5C2C;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body {
    margin: 10px;
    padding: 0;
    font-family: Verdana, Tahoma, sans-serif;
}

ul, ol {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#page {
	width: 750px;
	margin: 0 auto;
    border: 3px solid #D7E841;
    padding: 10px;
}

#header {
    background: #909C2C url(images/logo.png) no-repeat;
    height: 150px;
    margin-bottom: 10px;
}

#headerimg {
    position: relative;
    height: 100%;
}

#headerimg h1 {
    position: absolute;
    top: 15px;
    left: 15px;
    font-weight: bold;
}

#headerimg h1 a {
    color: #E88941;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px dotted #E88941;
}

.description {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #FFF;
}

#wrapper {

}

#content {
    background-color: #F8F8F8;
	float: left;
	width: 71%;
    padding: 10px;
}

#sidebar {
    background: #dfee47 url(images/sidebar.png) repeat-x bottom;
	width: 25%;
	float: right;
}

#footer {
	clear: both;
    background-color: #D7E841;
    margin-top: 10px;
    padding: 5px;
}

/*-------------Headings-------------*/
h1, h2, h3, h4, h5, h6 {
    margin:0;
}

h1 {

}

h2 {
    color: #E88941;
}

h3 {

}

h4 {

}

h5 {

}

/*-------------The Post-------------*/

h2 a:hover, h2 a:visited, h2 a {
    color: #E88941;
    text-decoration: none;
    font-size: 20px;
}

.post {
    font-size: 12px;
    margin-bottom: 10px;
}

.post small.date {
    color: #9C5C2C;
    font-weight: bold;
}

.post p {
    margin: 0;
    margin-bottom: 5px;
}

.post a {

}

.post ul, .post ol {
    margin: 0;
    margin-bottom: 5px;
}

.post ul {
    padding-left: 20px;
    list-style-type: disc;
}

.post ol {
    padding-left: 25px;
    list-style-type: decimal;
}

.post li {
    margin-bottom: 3px;
}

.entry {

}

.postmetadata {
    border: 1px solid #bebebe;
    padding: 3px;
    background-color: #fefefe;
    font-size: 10px;
    color: #9C5C2C;
}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {
    display: block;
    padding-bottom: 15px;
    font-size: 12px;
}

.alignleft {
    float: left;
    margin-right: 5px;
}

.alignright {
    float: right;
    margin-left: 5px;
}

.center {

}

.pagetitle {
    font-size: 110%;
}

blockquote {
    margin: 0;
    padding-left: 30px;
    background: url(images/quote.png) no-repeat 10px 2px;
    font-size: 90%;
    font-style: italic;
}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/

#sidebar ul {
    font-size: 11px;
}

#sidebar ul h2 {
    font-weight: bold;
    color: #9C5C2C;
    border-bottom: 1px solid #697e00;
    padding: 5px 0 5px 10px;
    font-size: 12px;
}

#sidebar ul li {
}

#sidebar ul ul {

}

#sidebar ul ul li {
    border-bottom: 1px solid #697e00;
    margin: 0;
}

#sidebar ul ul ul {

}

#sidebar p {

}

#sidebar a {
    padding: 5px 0 5px 10px;
    display: block;
    text-decoration: none;
    color: #000;
}

#sidebar a:hover {
    background-color: #e6f54e;
    color: #607500;
}

#sidebar a:visited {

}

#sidebar ul ul li.recentcomments {
    padding: 5px 0 5px 10px;
}

#sidebar ul ul li.recentcomments:hover {
    background-color: #e6f54e;
    color: #607500;
}

/*--------------Comments--------------*/

ol.commentlist {
    font-size: 12px;
}

ol.commentlist li {
    margin-bottom: 10px;
    border-bottom: 1px solid #BEBEBE;
}

ol.commentlist li.alt {

}

ol.commentlist a {

}

ol.commentlist cite {
    font-weight: bold;
}

ol.commentlist em {
    color: #FF0000;
}

ol.commentlist p {
    margin: 0;
    margin-bottom: 5px;
}

small.commentmetadata {

}

h3#comments, h3#respond {
    font-size: 16px;
    color: #E88941;
    margin-bottom: 3px;
}

#commentform p {
    margin: 0;
    margin-bottom: 3px;
    font-size: 12px;
}

#commentform #comment {
    width: 95%;
}

#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
    border: 1px solid #AFAFAF;
    background-color: #FEFEFE;
}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {
    padding: 0 5px;
    width: 100%;
}

#wp-calendar th {

}

#wp-calendar td {
    text-align: center;
}

#wp-calendar a {
    padding:0;
    font-weight: bold;
}

#wp-calendar a:hover {
    background-color: transparent;
}

#prev a, #next a {
    padding:0;
}

#wp-calendar caption {

}

/*-------------Footer------------------*/
#footer p {
    margin: 0;
    font-size: 10px;
    font-weight: bold;
}

#footer p.copyleft {
    float: left;
}

#footer p.copyright {
    float: right;
}

/*-------------Images------------------*/




/*-------------Other------------------*/
.clear {
    clear: both;
}


#site_content {position: absolute;left: -10000px;};

p {
        font-size: 1.2em;
        line-height: 2.5em;
	margin-bottom:1.5px;
}
