/*
Theme name: Dragonchasers 2
Description: A custom theme for http://dragonchasers.com/.
Version: v1.0
Author: Angela Taylor
Author URI: http://websitetaylor.com/
Tags: brown, green, tan, beige, dragon, fixed width, two columns, widgets, nested comments, threaded comments
*/

/* Gallery styles
.gallery {
	margin: auto;
}
.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
}
.gallery img {
    border: 1px solid #b5a186;
}
.gallery-caption {
	margin-left: 0;
	}
*/

/* CUSTOM FONTS! Whee! */
@font-face {
    font-family: "Museo500";
    src: url('images/Museo500-Regular.otf') format("truetype");
}


/* Tags in alphabetical order */
a, a:link, a:visited, a:hover, a:active {
    color: #932c21;
    text-decoration: none;
    cursor: pointer;
}

a:visited {
    color: #656d19;
}

/*
a[target="_blank"] {
    padding-right: 10px;
    background: url('images/ext-link.png') top right no-repeat;
}
*/

a:hover {
    text-decoration: underline;
}

blockquote {
	margin: 10px 20px 0 20px;
    padding: 1px 15px;
	color: #333;
    background: #c6d697;
	font-weight: normal;
    font-size: 13px;
	line-height: 15px;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    background: #837a6f url('images/tile-center.jpg') top center repeat-y;
    font-weight: normal;
    font-size: 14px;
    font-family: Trebuchet MS, Trebuchet, Helvetica, sans-serif;
    color: #000;
    text-align: center;
}

.tile-top {
    background: url('images/tile-top.jpg') top center repeat-x;
}

.tile-bottom {
    background: url('images/tile-bottom.jpg') bottom center repeat-x;
}

.saddle-top {
    background: url('images/saddle-top.jpg') top center no-repeat;
}

.saddle-bottom {
    padding-bottom: 26px;
    background: url('images/saddle-bottom.jpg') bottom center no-repeat;
}

.body-top {
    padding: 0px;
    margin: 0px auto;
    width: 970px;
    background: url('images/body-top.jpg') 0px 200px no-repeat;
}

.body-bottom {
    background: url('images/body-bottom.jpg') bottom center no-repeat;
    position: relative;
    min-height: 500px;
    /* IE 6/7 height */
    height: auto ! important;
    height: 500px;
}

.dragon-head {
    position: absolute;
    top: 200px;
    left: 0px;
    z-index: 999;
    width: 388px;
    height: 177px;
    background: url('images/dragon-head.png') top left no-repeat;
    pointer-events: none;
}

dl, dt, dt img {
    margin: 0 ! important;
    padding: 0 ! important;
}

dt img {
    border: 1px solid #b5a186 ! important;
}

form {
    margin: 0px;
}

form[target="paypal"] {
    /*display: inline;*/
    text-align: center;
    margin: 0px auto;
    margin-top: -30px;
}

iframe {
    border: 5px solid #b5a186;
    margin: 0px 17px;
}

iframe.alignleft, iframe.floatleft {
	margin: 5px 10px 5px 0px;
}

iframe.alignright, iframe.floatright {
	margin: 5px 0px 5px 10px;
}

img {
    display: inline-block;
}

img.centered, img.aligncenter {
    border: 5px solid #b5a186;
	display: block;
	margin: 0px auto;
    clear: both;
}

img.alignleft, img.floatleft {
    border: 5px solid #b5a186;
	margin: 5px 10px 5px 0px;
}

img.alignright, img.floatright {
    border: 5px solid #b5a186;
	margin: 5px 0px 5px 10px;
}

input, select, textarea {
    background: #fff;
    border: 1px solid #b5a186;
    color: #000;
    font-weight: normal;
    font-size: 13px;
    height: 18px;
}

input, textarea {
    -moz-border-radius: 3px;
    border-radius: 3px;
}

input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    background: #b5a186;
    height: 24px;
	border: 1px solid #5b3c09;
    color: #000;
    padding-bottom: 3px;
    font-weight: normal;
    font-size: 14px;
    font-family: "Museo500";
}

input[type="checkbox"], input[type="radio"], input[type="image"] {
    cursor: pointer;
    background: none;
    border: none;
    padding: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

input[type="text"], input[type="password"] {
    padding: 2px;
}

object {
    display: block;
    text-align: center;
    margin: 0px auto;
    border: 1px solid #5b3c09;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.postentry p object {
    display: inline;
}

select {
    height: 24px;
    line-height: 24px;
    font-size: 15px;
}

small {
    font-size: 11px;
    color: #8e7554;
}

textarea {
    width: 629px;
    height: 150px;
    margin: 0px;
    padding: 2px;
}

ul.fix {
    overflow: hidden;
}





/* IDs in alphabetical order */
#cat {
}

#commentform {
    margin: 10px 0px;
    position: relative;
}

#commentform p:last-child {
    position: absolute;
    bottom: -12px;
}

#lwp_2_searchbutton {
    margin-top: 2px ! important;
}

iframe.#pocket-button-0 {
    border: none ! important;
    margin: 0px ! important;
}

#recaptcha_area table {
    text-align: center ! important;
    margin: 0px auto ! important;
}

#recaptcha-submit-btn-area {
    text-align: right ! important;
    margin-top: 10px ! important;
}

#searchform {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

#searchform #s {
	width: 200px;
    vertical-align: bottom;
    *vertical-align: text-bottom;
}

#searchform #searchsubmit {
    vertical-align: bottom;
    *vertical-align: text-bottom;
}

#single-2_feedreading_blogroll_ img {
    display: none ! important;
}

#single-2_feedreading_blogroll_ li a {
    margin-left: -0.3em; ! important;
}

#stickers li, #stickers li a, #stickers li a img {
    padding: 0px ! important;
    margin: 0px ! important;
}


/* Classes in alphabetical order */

.alignright, .floatright {
	float: right;
	white-space: nowrap;
	margin-bottom: 5px;
}

.alignleft, .floatleft {
	float: left;
	white-space: nowrap;
	margin-bottom: 5px;
}

.alignfeat {
    margin-top: 10px;
}

.attachment {
    text-align: center;
    margin: 0px auto;
}

.attachment img {
    border: 1px solid #b5a186;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.attachment-thumbnail img {
    border: 1px solid #b5a186;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.bodyfloat {
}
/*
.bodycontent {
    float: left;
    clear: both;
    width: 680px;
    padding: 0px;
    margin: 5px 0px 0px 10px;
}
*/
.bodycontent {
    float: right;
    clear: both;
    width: 670px;
    padding: 0px;
    margin: 5px 10px 0px 0px;
}

.bottom {
    vertical-align: bottom;
}

.center {
    text-align: center;
    margin: 0px auto;
}

.clear {
    clear: both;
    display: block;
    margin: 0px;
}

.comment {
    margin: 15px 0px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.commentactionbubble {
    width: 18px;
    height: 18px;
    background: #b5a186;
    line-height: 18px;
    text-align: center;
    font-size: 13px ! important;
    font-weight: normal ! important;
    font-family: "Museo500" ! important;
    color: #fff ! important;
    text-decoration: none ! important;
    z-index: 998;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.commentactionbubble a {
    color: #fff ! important;
}

.comment-action-v {
    position: absolute;
    top: 0px;
    left: -22px;
    text-align: center;
    width: 18px;
    z-index: 999;
}

.comment-action-v .comment-reply, .comment-action-v .comment-edit, .comment-action-v .comment-top {
    margin-bottom: 2px;
}

.comment-author {
    line-height: 37px;
    margin-bottom: -3px;
}

.commentavatar {
    float: left;
    margin: 3px 5px 3px 3px;
}

.commentbody {
    margin: 0px 10px -3px 10px;
    line-height: 5px;
    font-weight: normal;
    font-size: 12px;
}

.commentbuttons {
    text-align: right;
}

.commentdata {
    font-family: Trebuchet MS, Trebuchet, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 1px;
    color: #a78042;
    text-align: left;
    float: right;
}

.commentdiv {
    position: relative;
    padding: 2px;
}

.commentedit {
    white-space: nowrap;
    font-size: 11px;
    text-align: right;
    padding-right: 3px;
    margin-top: -10px;
}

.commentinput {
    margin-bottom: 5px;
}

.commentlist {
    list-style-type: none ! important;
    list-style-image: none ! important;
    padding: 0px ! important;
    margin: 0px ! important;
}

.commentlist .children {
    list-style-type: none ! important;
    list-style-image: none ! important;
    padding-left: 25px ! important;
    margin-right: 2px ! important;
    margin-bottom: 2px ! important;
}

.commentlist .children .comment {
    margin-bottom: 0px ! important;
}

.commentsbkgd {
    margin-top: 35px;
    clear: both;
    position: relative;
    font-weight: normal;
    font-size: 12px;
    padding-top: 8px;
}

.commentsbubble, .commentsbubble2 {
    width: 24px;
    height: 24px;
    background: #5b3c09;
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 24px;
    text-align: center;
    font-size: 16px ! important;
    font-weight: normal ! important;
    font-family: "Museo500" ! important;
    letter-spacing: -1px;
    color: #fff ! important;
    text-decoration: none ! important;
    z-index: 998;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.commentsbubble2 {
    height: 44px;
    padding-top: 1px;
}

.content {
    text-align: left;
}

.csc_post_thumbnail {
    float: left;
    border: 1px solid #b5a186;
	margin: 5px 10px 5px 0px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.csc_post_thumbnail img {
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.csc_post_title {
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
}

.csc_post_date {
    font-size: 12px;
    color: #666;
}

.csc_post_author {
    display: none;
}

.csc_post_category {
    display: none;
}

.csc_post_excerpt {
}

.csc_post_excerpt .price {
    text-align: left;
    margin-bottom: -10px;
}

.csc_post_excerpt form {
    display: none;
}

.csc_post_content {
}

.csc_break {
    clear: both;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align: center;
}

.etsy table {
    margin: 0px auto;
}

.etsyItemTable td a img {
    border: 1px solid #b5a186 ! important;
	padding: 0 ! important;
    -moz-border-radius: 3px ! important;
    border-radius: 3px ! important;
}

.even {
    background: #c6d697 ! important;
}

.footer {
    text-align: center;
    vertical-align: center;
    font-weight: normal;
    font-size: 12px;
    color: #8e7554;
    clear: both;
    padding: 10px 0px 5px 0px;
}

.footerbottom a, .footerbottom a:link, .footerbottom a:visited, .footerbottom a:active {
    color: #756041;
}

.formimgbutton {
    display: inline;
}

.formimgbutton input[type="image"] {
}

.fracden {
    font-size: 50%;
}

.fracnum {
    font-size: 50%;
    vertical-align: .7ex
}

.frblog {
    text-decoration: none;
}

.header {
    background: url('images/header.jpg') top center no-repeat;
    text-align: center;
    height: 200px;
    width: 970px;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.header img {
    display: block;
    margin: 0px auto;
}

.headmenu {
    width: 470px;
    height: 48px;
    position: absolute;
    top: 4px;
    left: 500px;
    text-align: center;
    margin: 0px auto;
    padding: 0px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 30px;
    color: #000000;
}

.left {
    text-align: left;
}

.link1 {
    float: left;
    padding: 0px;
    margin-right: 5px;
}

.link1:hover {
}

.link1 a, .link1 a:link, .link1 a:visited, .link1 a:active {
    color: #fff;
    font-weight: normal;
}

.link2 {
    float: left;
    padding: 0px;
    margin-right: 5px;
}

.link2:hover {
}

.link2 a, .link2 a:link, .link2 a:visited, .link2 a:active {
    color: #fff;
    font-weight: bold;
}

.LTitem a img {
    text-align: center !important;
    margin: 5px auto 0px auto !important;
}

.menubkgd {
    font-weight: normal;
    font-size: 13px;
    padding: 0;
    margin: 0;
    margin-top: 25px;
}

.menucontent {
    padding: 3px 5px;
    overflow: hidden;
    border-top: none;
    margin-right: 10px;
    margin-left: 10px;
}

.menucontent a, .menucontent a:link, .menucontent a:visited, .menucontent a:active {
    /*color: #b5a186;*/
}

.menucontent select {
    width: 214px;
}

.menucontent ul {
    margin: 0px 0px 0px 15px;
    padding: 0px;
}

.menuhead {
    padding: 3px 5px 0px 8px;
    height: 20px;
    line-height: 20px;
font-family: "Museo500";
    font-weight: normal;
    font-size: 20px;
    color: #5b3c09;
    /*border-bottom: 1px solid #5b3c09;*/
}

.menuhead a {
    color: #5b3c09 ! important;
    background: url('images/ext-link.png') center right no-repeat;
    padding-right: 20px;
}

.middle {
    vertical-align: middle;
}

.navigation {
    font-size: 13px;
	display: block;
	margin: 20px 0px;
    padding: 3px 5px 0px 5px;
    clear: both;
}

.navigation .alignleft {
    text-align: left;
    line-height: 14px;
}

.navigation .alignright {
    text-align: right;
    line-height: 14px;
}

.navigation img {
    border: 1px solid #b5a186;
}

.odd {
    background: #fff ! important;
}

.pagetitle {
    font-weight: normal;
    font-size: 20px;
    font-family: "Museo500";
    text-align: center;
    clear: both;
    margin-top: 35px;
}

.post, .comments {
    margin-top: 35px;
    clear: both;
    position: relative;
}

.postbody, .commentsbody {
    padding: 0px;
	text-align: left;
    font-weight: normal;
    font-size: 14px;
    margin-top: -25px;
    position: relative;
    clear: both;
}

.postcats {
    text-align: left;
    font-weight: normal;
    font-size: 11px;
    font-family: "Museo500";
    line-height: 20px;
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 80px;
    height: 20px;
    padding: 0px 5px;
    background: url('images/categories.png') center center no-repeat;
}

.postcats a, .postcats a:link, .postcats a:visited, .postcats a:active {
    color: #fff;
}

.postcats-list {
    text-align: left;
    width: auto;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 90px;
    color: #000;
    background: #c6d697;
    padding: 0px 5px;
    white-space: nowrap;
    z-index: 999;
}

.postcats-list a, .postcats-list a:link, .postcats-list a:visited, .postcats-list a:active {
    color: #000;
}

.postdate {
    font-family: Trebuchet MS, Trebuchet, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 1px;
    color: #a78042;
    text-align: left;
    padding-left: 35px;
}

.postentry, .commentsentry {
    margin: 20px 0px;
    padding: 0px;
    padding-left: 35px;
    overflow: hidden;
}

.commentsentry {
    margin: 10px 0px;
}

.postentry > p:first-child {
    margin-top: 0px;
}

.postentry > p:last-child {
    margin-bottom: 0px;
}

.postentry a {
    text-decoration: underline;
}

.postheader, .commentsheader {
    padding: 0px 0px 10px 0px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: -0.05em;
    overflow: visible;
    text-align: left;
    clear: both;
}

.postheader-title, .commentsheader-title {
    line-height: 26px;
    position: relative;
    font-family: "Museo500";
    font-weight: normal;
    font-size: 26px;
    color: #5b3c09;
}

.postheader-title a, .postheader-title a:link, .postheader-title a:visited, .postheader-title a:hover, .postheader-title a:active, .commentsheader-title a, .commentsheader-title a:link, .commentsheader-title a:visited, .commentsheader-title a:hover, .commentsheader-title a:active {
    color: #5b3c09;
    text-decoration: none;
}

.postheader-title a:hover {
    text-decoration: none;
}

.commentsheader-title a:hover {
    text-decoration: underline;
}

.postinfo {
    margin: 0px;
    padding: 0px 5px;
}

.postlinks {
    padding: 0px 70px 0px 90px;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
}

.postmeta {
    height: 14px;
    text-align: right;
    clear: both;
    padding: 3px 5px;
    position: relative;
    margin-left: 35px;
    margin-top: -20px;
}

.postshare {
    border-top: 1px solid #5b3c09;
    margin: 0px;
    padding: 0px 5px;
    height: 20px;
    text-align: right;
    padding-right: 55px;
}

.posttags {
    text-align: right;
    font-weight: normal;
    font-size: 11px;
    font-family: "Museo500";
    line-height: 20px;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 60px;
    height: 20px;
    padding: 0px 5px;
    background: url('images/tags.png') center center no-repeat;
}

.posttags a, .posttags a:link, .posttags a:visited, .posttags a:active {
    color: #fff;
}

.posttags-list {
    text-align: left;
    width: auto;
    line-height: 20px;
    position: absolute;
    top: 0px;
    right: 70px;
    color: #000;
    background: #c6d697;
    padding: 0px 5px;
    white-space: nowrap;
    z-index: 999;
}

.posttags-list a, .posttags-list a:link, .posttags-list a:visited, .posttags-list a:active {
    color: #000;
}

.posttime {
    float: left;
    font-weight: normal;
    font-size: 11px;
    color: #8490ae;
}

.posttitle, .commentstitle {
    padding-left: 35px;
}

.price {
    font-size: 16px;
    font-weight: bold;
    color: #39559f;
    text-align: center;
    width: 305px;
}

.right {
    text-align: right;
}

.rule {
    height: 1px;
    background: none;
    border-top: 1px solid #b5a186;
    margin: 20px auto;
    clear: both;
}

.share-v {
    position: absolute;
    top: 30px;
    left: 0px;
    text-align: right;
    width: 24px;
    overflow: hidden;
    z-index: 999;
    /*border-right: 1px solid #c8ae8e;
    padding: 3px 0px;*/
}

.share-v .share-google,
.share-v .share-twitter,
.share-v .share-facebook,
.share-v .share-pinterest,
.share-v .share-email,
.share-v .share-rss,
.share-v .share-pocket,
.share-v .share-kindle,
.share-v .kindleWidget {
    margin-bottom: 6px ! important;
}

.subscribe-to-comments label {
    position: relative;
    top: -5px;
}

.fb_iframe_widget, .fb_iframe_widget span {
    padding: 0px ! important;
    margin: 0px auto ! important;
}
/*
.share-twitter, .share-facebook {
    padding-top: 5px;
    border-top: 1px solid #8490ae;
}

.share-facebook {
    padding-left: 6px;
}
*/
.shipping {
    font-size: 12px;
    text-align: center;
    clear: both;
}
/*
.sidebar {
    float: right;
    width: 265px;
    padding: 0px;
	margin: 10px 10px 0px 0px;
	text-align: left;
}
*/
.sidebar {
    float: left;
    width: 265px;
    padding: 0px;
	margin: 100px 0px 0px 10px;
	text-align: left;
}

.sold {
    color: #751b4a;
}

.textwidget iframe {
    margin: 0px auto ! important;
}

.top {
    vertical-align: top;
}

.wp-smiley {
    vertical-align: text-top;
}


/* Begin Typography & Colors */

.alt {
	background-color: #f8f8f8;
	}

#footer {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

code {
	font-size: 1.1em;
    font-family: 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-weight: bold;
    font-size: 1.3em;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
/*	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	*/}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar a {
	display: block;
	height: 22px;
    line-height: 22px;
	background: #b5a186;
	color: #fff ! important;
    font-weight: bold;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	background: none;
	color: #000 ! important;
    font-weight: normal;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	background: none;
	color: #000 ! important;
    font-weight: normal;
	}

#wp-calendar caption {
	text-align: center;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	 }

#calendar_wrap {
    margin-top: -10px;
}

#wp-calendar thead tr th {
    text-align: center;
}

#today {
    font-weight: bold;
    background: #fff;
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	/*border-bottom: 1px dashed #999;*/
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
/* End Various Tags & Classes*/

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */