a {
	color:#68C;
}

h1, h1 a, h2, h2 a, h3, h4, h5, h6 {
	color:#f00;
}

body {
	background-image: url(/wp-content/themes/flying-machetes/images/back.jpg);
	background-repeat: repeat-x;
	background-color: !transparent;
}


#content{
	border-color:white;

}

#sidebars{
	background:#f0f0f0;
}

#sidebars{
	background-image: url(/wp-content/themes/flying-machetes/images/graygrad.jpg);
	background-repeat: repeat-x;
        background-color: white;
}

#header {
       background-color: transparent !important;
       background-image: url(/wp-content/themes/flying-machetes/images/logo.gif);
       height: 60px;
       background-repeat: no-repeat;
       background-position: 87% 0;
}

#headertitle h1 {
	font:3.3em "trebuchet ms",arial,sans-serif;
}

#headertitle h1 a {
	color:#f00;
}

#headertitle p {
	color:black;
}

.search input {
	border:1px solid #eee;
	background:#68C;
	color:#eee;
	font-size:1em;
}

#hmenu {
	border-top:0.1em solid #226;
	border-bottom:0.1em solid #226;
	background:#68C;
}

#hmenu ul {
	background:#68C;
}

#hmenu ul li a {
	color:white;
}

#hmenu ul li a:hover {
	color:#eee;
}

.sidebar ul h2 {
	color:#f00;
}

#footer { 
	background:#68C;
        border-color: #226;
        border-width: 1px;
}

.sidebar ul ul li {
 border-bottom: 1px dotted #68C;
 padding: .15em 0;
}

.post blockquote {
	border: 1px solid #888;
	line-height:120%;
	margin:10px 8%;
    padding: 10px 10px 5px 10px;
    background-color: #eee;
}

.commentlist h4 a {
	color: #f00;
	text-decoration: underline;
}

pre { border: 1px dotted #ccc; padding: 1em; margin: 10px; font-size: 1.2em}

.output pre {
 background-color: black;
 color: #eee;
 font-weight: bold;
}

pre, pre ol li {
 font-size: 11px !important;
 font-family: "Courier New", Courier, monospace;
}

hr {
 border: none;
 border-bottom: 2px dotted #ddd;
}

.post h2 {

}

.post h2 a {
 color: #68C;
 text-decoration: underline;
 font-weight: normal;
}

.post p {
 letter-spacing: .06mm;
 word-spacing: .06em;
 line-height: 1.6em;
 text-align: left;
 margin-bottom: 1.6em;
}
p img {
	max-width:100%;
padding: 5px;
margin: 10px;
border: 1px solid black;
background-color: #eee;
	}

img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto
	}
	
img.alignright {
	padding:4px;
	margin:0 0 2px 7px;
	display:inline
	}

img.alignleft {
	padding:4px;
	margin:0 7px 2px 0;
	display:inline
	}

.alignright {
	float:right
	}
	
.alignleft {
	float:left
	}


.dp-highlighter
{
	font-family: "Consolas", "Courier New", Courier, mono;
	font-size: 12px;
	background-color: #E7E5DC;
	width: 100%;
	margin: 18px 0 18px 0;
	padding-top: 1px;/* adds a little border on top when controls are hidden */
	overflow: auto;

	/* fixes for IE: "overflow: auto" causes unnecessary vertical bar */
	/* corrects bottom scroll bar overlapping */
	overflow-y: hidden;
	padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);
}


.rsswidget img {
display: none;
}


.wp-caption {
 border: 1px solid #888888;
 background-color: #eee;
 margin: 10px;
}

.alignright {
 margin-right: 0;
}

.alignleft {
 margin-left: 0;
}

.aligncenter {
 margin:10px auto;
}

.wp-caption img {
 border: 1px solid #888;
 margin: 4px;
}

.wp-caption .wp-caption-text {
 margin: 0;
 margin-bottom: 5px;
 padding: .05em;
 font-size: 95%;
 text-align: center;
}

