/* ----------------------------- */

a {
	color: #DE5727;
	text-decoration: none;
}

a img {
  	border: none;
}

a:hover {
	color: black;
	border-bottom: 1px solid #DE5727;
}

acronym, abbr {
	border-bottom: 1px dashed #DE5727;
}

acronym, abbr, span.caps {
	cursor: help;
	letter-spacing: .07em;
}

blockquote {
	border-left: 5px solid #DE5727;
	margin-left: 1.5em;
	padding-left: 5px;
}


body {
	font-size: 0.9em;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	margin-left: 10%;
	margin-right: 10%;
	padding: 0px;
	background-color:#ffffff;
}

cite {
	font-style: normal;
}

code {
    font-family: Monaco, Courier, fixed;
    font-size: 0.9em;
    background-color: #fdefc7;
}

h1 {
	font-size: 1.3em;
	color: black;
	background:#F5BD2B url(img/caption.jpg) repeat-x;
	border: 1px solid #DE5727;
	padding-top: 0px;
	margin-top:0px;
}

h2 {
	font-size: 1em;
	font-weight:bold;
	margin:0px;
	margin-top:0.5em;
	letter-spacing: 0em;
	background:#F5BD2B url(img/caption.jpg) repeat-x;
	border: 1px solid #DE5727;
}

h3 {
	font-size: 1em;
	font-weight:bold;
	letter-spacing: 0em;
	background:#F5BD2B url(img/caption.jpg) repeat-x;
	border: 1px solid #DE5727;
	margin:0px;
	margin-top:0.5em;
}


hr {
    margin: 0px;
    background-color: #DE5727;
}

p {
	margin: 0px;
}

pre {
    border: 1px solid #DE5727;
    background-color: #fdefc7;
    padding: 2px;
    font-size: 1.1em;
}

td {
      vertical-align: top;
}                  	

/* -------------------------------------- */
#masthead {
	margin-bottom:25px;
}

#masthead a:hover {
	border-bottom: none;
}

#contentColumn .postbox {
	margin: 0px;
}

.post_box {
    margin-left: 15px;
    width: 604px;
}

.post_content {
	padding-left: 2px;
}

.post_content a {
	border-bottom: none;
}

.post_content p {
	margin-left: 2px;
	margin-bottom: 10px;
}

.post_content ul {
	margin-top: 0px;
	margin-bottom: 10px;
}

.post_footer {
	padding-left: 2px;
	padding-bottom: 2px;
	margin-left: 2px;
	margin-bottom: 5px;
	border: 1px solid #DE5727;
	font-size: 0.8em;
}

.post_prev_next {
	padding-left: 2px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	font-size: 0.8em;
}

.post_prev_next table {
    width: 100%;
}

.post_prev_next td.next {
    text-align: right;
}
.post_content a.more {
    border-bottom: none;
}

.post_content a.more span {
    padding-left:2px;
	color: #DE5727;
	font-size: 0.8em;
}

span.tag1 {
    font-size: 1em;
}
span.tag2 {
    font-size: 1.2em;
}
span.tag3 {
    font-size: 1.4em;
}
span.tag4 {
    font-size: 1.6em;
}

input, textarea {
    border: 1px solid black;
    border-top-color: gray;
    border-left-color: gray;
}

#comment_form label {
    font-size: 0.8em;
    font-weight:bold;
    margin-left:1px;
}

#comment_form h1 {
}

#comment_form ul.errorlist {
	margin: 0px;
	list-style-type: none;
	padding-left: 10px;
	font-size:0.8em;
	font-weight:bold;
    color:#CC2222;
}

#comment_form p.input {
    margin-bottom: 5px;
}


#id_honeypot {
    display:none;
}

.comment_new {
    margin-bottom: 5px;
}
.comment_box {
    border:1px solid #DE5727;
    margin-bottom: 10px;
    background-color: #fdefc7;
}

.comment_meta {
    border-top:1px solid #DE5727;
    font-size: 0.8em;
}

.comment_meta a {
    color: black;
}
/*
menu/sidebar styles
*/

.top_border {
    border-top: 1px solid #DE5727 !important;
}

.vspacer10 {
    height: 10px;
}

#menuColumn{
	border: 1px #DE5727 solid;
	width:150px;
	height:600px;
	margin-left: 2px;
}

#menuColumn .header {
	font-size: 1.3em;
	color: black;
	background:#F5BD2B url(img/caption.jpg) repeat-x;
	border: none;
	border-bottom: 1px solid #DE5727;
	margin:0px;
}

#menuColumn .links {
 	list-style-type: none;
	margin: 0px;
	margin-bottom: 5px;
	padding: 5px;
	padding-left: 10px;
	font-weight: bold;
	font-size:14px;
}

#menuColumn .cloud {
	margin: 0px;
	margin-bottom: 5px;
	padding: 5px;
	padding-left: 10px;
}

#footer {
	border-top: 1px solid #DE5727;
	text-align:center;
	margin-left: 15px;
	width:600px;
}

