/*
Theme Name: Sand Burn
Theme URI: http://www.cyber-knowledge.net/blog/
Description: Sleek brown/tan theme
Version: 1.0
Author: Alex Bailey
Author URI: http://www.cyber-knowledge.net/blog/

*/

/************************/
/*     Global Reset     */
/************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/************************/
/*     Global Design    */
/************************/

a {
    text-decoration: none;
    color: #8F793E;
}

a:visited {
    color: #5F4A12;
}

a:hover {
    text-decoration: underline;
    color: #5F4A12;
}

body {
    background-color: #E2D8BF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    line-height: 14px;
}

/************************/
/*     Layout Design    */
/************************/

#container {
    width: 750px;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-top: 15px;
    background: #fff url(images/top.png) no-repeat top;
}

#header {
    height: 100px;
    background: #AF9E72 url(images/header_background.png) no-repeat;
}

#content {
    float: right;
    width: 585px;
    padding: 5px;
    padding-right: 10px;
}

#sidebar {
    float: left;
    width: 135px;
    padding: 5px;
    padding-left: 10px;
}

#footer {
    clear: both;
    padding: 0 10px;
    background: #fff url(images/bottom.png) no-repeat bottom;
}

/************************/
/*     Header Design    */
/************************/

#sitename {
    padding-top: 10px;
    padding-left: 10px;
}

#sitename h1 {
    font-size: 30px;
    line-height: 34px;
}

#sitename .description {
    padding-left: 10px;
}

#searchbar {
    text-align: right;
    padding-right: 10px;
}

#searchbar #s {
    width: 150px;
}
/************************/
/*    Sidebar Design    */
/************************/

#sidebar ul li {
    margin-bottom: 5px;
    font-size: 11px;
}

#sidebar ul li h2 {
    font: bold 14px Arial, sans-serif;
    color: #5F4C17;
}

#sidebar ul li li {
    text-indent: 5px;
    margin-bottom: 0;
}

#sidebar ul li li li {
    text-indent: 10px;
}

/************************/
/*    Content Design    */
/************************/

#content .post {
    margin-bottom: 10px;
}

#content .post h2, #content .post h3 {
    font-size: 20px;
    font-weight: bold;
    font-family: Tahoma;
    line-height: 22px;
}

#content .post small {
    font-size: 10px;
}

#content .post em {
    font-style: italic;
}

#content .post p {
    margin-bottom: 5px;
}

#content .post strong {
    font-weight: bold;
}

#content .post .entry {
    margin: 5px 0;
}

#content .post .entry blockquote {
    background: url(images/quote.png) no-repeat top left;
    margin: 10px;
    padding: 5px;
    font-style: italic;
}

#content .post .entry ul {
    list-style-type: square;
    margin-left: 20px;
}

#content .post .entry ol {
    list-style-type: decimal;
    margin-left: 25px;
}

#content .post .postmetadata {
    font-size: 10px;
}

#content .post .alt {
    padding: 3px;
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
    background-color: #FFFAEF;
}

#content .post .postmetadata .comment {
    font-size: 11px;
    font-weight: bold;
}

#content h2.pagetitle {
    font-size: 20px;
    line-height: 22px;
}

/************************/
/*  Navigation Design   */
/************************/

.navigation {
    display: block;
    padding-bottom: 30px;
}

.navigation .alignleft {
    float: left;
}

.navigation .alignright {
    float: right;
}


/************************/
/*    Comment Design    */
/************************/

#content h3#comments {
    font-weight: bold;
    font-size: 14px;
    margin-top: 20px;
}

#content ol.commentlist {
    margin-bottom: 15px;
}

#content ol.commentlist cite {
    color: #8F793E;
    font-weight: bold;
}

#content ol.commentlist em {
    font-style: italic;
}

#content ol.commentlist p {
    margin-top: 10px;
}

#content ol.commentlist strong {
    font-weight: bold;
}

#content ol.commentlist .count {
    float: right;
    font-style: italic;
    font-size: 20px;
    color: #8F793E;
}

#content ol.commentlist li {
    border: 1px solid #E2D8BF;
    margin-top: 5px;
    padding: 10px;
}

#content ol.commentlist li.alt {
    background-color: #FFF6DF;
}

#content ol.commentlist li .commentmetadata {
    font-size: 10px;
}

#content h3#respond {
    font-size: 14px;
    font-weight: bold;
}

#content #commentform input {
    border: 1px solid #E2D8BF;
    color: #8F793E;
}

#content #commentform #submit {
    background-color: #fff;
}

#content #commentform textarea#comment {
    width: 400px;
    padding: 5px;
    border: 1px solid #E2D8BF;
    color: #8F793E;
    background-color: #FFFAEF;
}

/************************/
/*     Footer Design    */
/************************/

#footer p {
    text-align: center;
    padding: 10px;
}
