body {
	margin: 0;
	padding: 0;
	background: #000000;
	height: 100%;
	font-family:"Verdana", "Helvetica", sans-serif;
	font-size: 9pt;
	color: black;
}
a {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
h2 {
	padding: 0;
	margin: 0;
	font-family: "Courier-New", monospace;
	font-size: 1.5em;
}
h3 {
	padding: 0;
	margin: 0;
	font-family: "Courier-New", monospace;
	font-size: 1.3em;
}
#page {
	width: 800px;
	margin: 0 auto;
	background: #0d2b5a url(images/banner.jpg) no-repeat;
	height: 100%;
}
#header{
	/*background: #0d2b5a url(images/banner-top.jpg) no-repeat;*/
	margin: 0;
	padding: 0;
	width: 100%;
}
#header a img{
	margin: 0;
	padding: 0;
	border: none;
}
#headerimg{
	visibility: hidden;
	height: 0;
}
#nav{
	visibility: hidden;
	height: 0;
}
#content{
	float: left;
	display: inline;
	margin-left: 10px;
	width: 582px;
	height: 100%;
}
#sidebar{
	float: right;
	display: inline;
	margin-right: 10px;
	padding: 10px;
	/*height: 100%;*/
	width: 168px;
	font-family: "Courier-New", monospace;
	
	background-image: url(images/bg-grey-50.png) !important;  /* Mozilla only */
   	background-color: transparent !important;           /* Mozilla only */
   	background-image: none;                             /* IE only */
   	background-color: #999999;                          /* IE only */
   	/*filter:alpha(opacity=50);*/                           /* IE only */	
}
#sidebar a{
	color: #00ff00;
}
#sidebar a img{
	color: #000000;
	border: none;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-top: 2px;
	vertical-align: bottom;
}
#sidebar #text-376952891 img{
	margin:0;
	padding:1px;
}
#sidebar h2 {
	margin: 0;
	padding: 0;
	margin-top: 0.5em;
}
#sidebar h2 a{
	color: #000000
}
#sidebar a:visited{
	color: #00cc00
}
#sidebar h2 a:visited{
	color: #000000
}
#sidebar a:hover{
	text-decoration: underline;
}
#sidebar ul {
	list-style-type:none;
	list-style-position: outside;
	display: inline;
	padding: 0;
	margin: 0;
}
#sidebar ul ul li:before {
	content: "\0BB";
}

#sidebar ul li a{
	font-size: 1.1em;
}
#sidebar #better-tag-cloud{
	text-align:center;
}
#sidebar #better-tag-cloud h2{
	text-align: left;
}
#searchform{
	width: 183px;
	margin-right: 10px;
	padding-left: 5px;
	float: right;
	display: inline;

	background-color: #000000;
	
}
#searchform #s {
	border:1px solid #000000;
	width: 99px;
	height: 14px;
	padding: 2px 1px 0px 1px;
	border: 1px solid #bed881;
	vertical-align: middle;
}
#searchform #searchsubmit {
	background: #000000 url(images/search-button.jpg) no-repeat;
	border: 1px solid;
	width: 26px;
	height: 28px;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	vertical-align: middle;
}
#searchform #searchsubmit:hover {
	background: #000000 url(images/search-button-red.jpg) no-repeat;
}
#searchform label {
	font-size: 10px;
	color: #ffffff;
}
.post{
	width: 562px;
	margin: 0px auto;
	padding: 10px;
	margin-bottom: 10px;
	background-image: url(images/bg-75.png) !important;  /* Mozilla only */
   	background-color: transparent !important;           /* Mozilla only */
   	background-image: none;                             /* IE only */
   	background-color: #ffffff;                          /* IE only */
   	/*filter:alpha(opacity=75);*/                           /* IE only */

}
.post h3{
	margin: 0;
	padding: 0;
}
.post .subtitle{
	font-size: 0.9em;
	font-style: italic;
}
.post .entry {
	margin-left: 20px;
	margin-right: 20px;
	line-height:16pt;
	width:auto;
	text-align:justify;
	text-justify:newspaper;
}
.post .entry img {
	margin-left: -20px;
}
.post .entry a{
	color:#00dd00;
}
.post .entry a:visited{
	color:#006600;
}
.post-date {
	float:right;
	font-size:0.9em;
	margin:0;
	padding: 0;
}
.post-title {
	margin: 0;
	padding-top: 5px;
}
.post .post-comments{
	text-align: right;
}
.post .entry img {
	max-width: 558px;
	text-align: center;

	border: 2px solid black;
}
.post .entry img.size-thumbnail {
        width: 100px;
        height: 100px;
        margin: 3px;
}
.post .related ul {
	list-style-type:none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	
}
.post .related {
	padding-bottom: 10px;
	padding-top: 5px;
}
.post #respond{
	clear: both;
}
.post .share {
	float: right;
	display: inline;
}
.post .share img{
	border: none;
	vertical-align: bottom;
	
}
.navigation {
	width: 562px;
    height: 15px;
	margin: 0px auto;
	margin-bottom: 10px;
    padding: 10px;
	background: #000000;
	clear: both;
	font-family: "Courier-New", monospace;
}
.navigation a{
	color: #00ff00;
}
.navigation a:visited{
	color: #ff0000;
}
.navigation .previous-entries{
        float: left;
}
.navigation .next-entries{
        float: right;
}
#main{
	margin-left: 10px;
	width: 493px;
}
#footer{
	background: #000033;
	color: #cccccc;
	clear: both;
	width: 780px;
	text-align: center;
	padding:10px;
	clear: both;
}
#footer a{
	color: #999999;
}
#footer div{
	margin-top: 1em;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

