* {
margin:0;
padding:0;
}

body {
   font: normal 90%/130% Verdana, Geneva, Arial, Helvetica, sans-serif;
   text-align: left;
   background-color: #050505;
   color: #fff;
   margin: 0 1em;
}

div {
   font-size: 100%;
}

p {
   text-align: justify;
   padding: 0 0 1em 0;
}

img {
   border: 0;
}

a,
a:link 
a:active {
   color: white;
   text-decoration: underline;
   background-color: inherit; 
}

a:visited {
   color: white;
   text-decoration: underline;
   background-color: inherit;
}

a:hover {
   color: white;
   text-decoration: none;
   background-color: inherit;
}

.clear {
    clear: both;
    height: 1px;
    width: 100%;
    overflow: hidden;
}

#pagewrapper {
   margin: 0 auto;
   width: 1024px;
   background-color: inherit;
}

#header {
   width: inherit;
   height: 135px;
   background: #505050 url(../images/header_tile.jpg) repeat-x;
}

#logotop {
   background: url(../images/logo_top.jpg) no-repeat 0 0;
   width: 391px;
   height: 135px;
   float: left;
}

#topbar {
   background: url(../images/top_bar.jpg) no-repeat 0 0;
   width: 442px;
   height: 135px;
   margin: -135px 0 0 391px;
   float: left;
   display: inline;
}

#content {
   margin: 0;
}

#sidebarright {
   float: right;
   margin: 11px 0 0 9px;
}

#categories {
  width: 158px;
  background: #151515;
  padding: 13px;
  margin-bottom: 9px;
}

#categories ul {
  list-style-type:none;
}

#newsletter {
   width: 158px;
   height: 134px;
   background: #151515;
   padding: 13px;
}

#subscribe {
   margin-top: 10px;
   text-align: center;
}

#logobottom {
   background: black url(../images/logo_bottom.jpg) no-repeat 0 0;
   width: 391px;
   height: 72px;
   float: left;
   /*position: absolute;
   top: 135px;
   z-index: 1;*/
}

#main {
   width: 831px;
   float: left;
   /*margin-top: -135px;*/
   display: block;
   background: url(../images/sidebartile.jpg) repeat-y left top;
}

#main.wide {
   width: 1024px;
}

#contentbox {
   width: 430px;
   height: 100%;
   float: right;
   margin-top: 10px;
}

#contentbox img {
   border: 3px solid #393939;
   /*margin-bottom: 8px;*/
}

#contentbox.wide {
  width: 623px;
}

#textbox {
   margin: 0 auto 8px auto;
   width: 404px;
   border: 1px solid #151515;
   padding: 10px;
   background: #151515 url(../images/content_tile.jpg) repeat-x;
}

#contentbox #textbox .title {
   color: #0094fe;
   margin-left: 1em;
   font-weight: normal;
}

#contentbox #textbox p {
   padding: 3px 0;
   border: dotted #0b7ed7;
   border-width: 1px 0 1px 0;
   margin-bottom: 1em;
}

#break {
   width: 415px;
   height: 29px;
   background: transparent url(../images/break.jpg) repeat-x 0 50%;
   margin: 0 0 8px 12px;
}

#contentbox #break img {
   border: 0 none transparent;
   float: left;
   margin-left: -22px;
}

#sidebar {
   float: left;
   width: 157px;
   display: inline;  /*FIX IE double margin bug*/
   padding: 0 21px;
   /*background: #393939 url(../images/sidebar_tile.jpg) repeat-y scroll 0 0;*/
}

#phone {
  font: bolder 120%/120% Arial, Helvetica, sans-serif;
  margin: 0.33em 0 0 0;
}

#contact-details p {
  padding: 0;
  margin: 0;
}

#contact-details h6 {
  padding: 0 0 .3em 0;
  margin: 0;
}

#content #main #sidebar h3 {
   font-size: 1.5em;
   line-height: 1.4em;
   margin: 0;
}

#content #main #sidebar h6 {
   margin: 0;
}

#sidebarmenu {
   float: right;
   width: 171px;
   display: inline;
   padding-right: 31px;
}

#footer {
   width: 1024px;
   height: 72px;
   clear: both;
   color: #fff;
   background: #151515 url(../images/footer_tile.jpg) repeat-x;
}

#footer p {
   font-size: 80%;
   padding-top: 20px;
   text-align: center;
   margin: 0;
}

#footer p a {
   color: #fff;
}

#search {
   float: right;
   width: 27em;
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0;
   font-size: 90%;
   margin: 0 1em;
   border-bottom: 1px dotted #000;
}

div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}

div.left49 {
  width: 49%;
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}



/* entry */
/*************************************/
.entrytitle {
        padding-bottom: 10px;
        border-bottom: 1px dotted #0B7ED7;
        margin: 8px 0 1em 0;
}

.title {
        margin: 0 0 4px;
        font-size: 150%;
        line-height: 110%;
        font-weight: normal;
        font-family: arial;
}
.title a {
 	color: #0094fe;
    text-decoration: none;
}

.title a:hover, active, visited {
        text-decoration: underline;
}

.date {
        font-size: 1.1em;
        line-height: 1.3em;
        margin: 0 0 4px;
        font-weight: normal;
        color: #ccc;
}

.entry {
   margin: 0 auto 8px auto;
   width: 404px;
   border: 1px solid #151515;
   padding: 10px;
   background: #151515 url(../images/content_tile.jpg) repeat-x;
}
.entrybody {
  border-bottom: 1px dotted #0B7ED7;
  padding: 0 0 .5em 0;
}

.entrybody a img {
   margin: .5em 0 1em 0;
}

.entrybody img {
   margin: .5em 0 1em 0;
}

.entrymeta1 {
    margin: 9px 0 0 0;
	font-size: 100%;
    color: #7a7a7a;
}
.entrymeta2 {
	font-size: 10pt;
	padding-bottom: .5em;
}

.readmore {
	margin-bottom: 8px;
}

/* sidebar */
/*************************************/
#sidebar h2 {
	color: #555;
	font-size: 14pt;
}
#sidebar ul {
	list-style-type: none;
	margin: 0 0 4em 0;
	padding: 0;
}
#sidebar ul li {
	border-bottom: 2px dotted #333;
	margin-bottom: 0.3em;
	padding: 4px 12px;
/*	text-align: right;*/
}
#sidebar ul li.head {
  font-size: 14pt;
	background: url(../images/bg-header.png) bottom repeat-x;
}

#sform {
  margin-bottom: 3em;
}
#sform input {
	color: #999;
	padding: 2px 4px;
	font-size: 11pt;
	border: 2px solid #555;
	background-color: #222;
}
#sform input:focus {
	color: #999;
	border: 2px solid #777;
	background-color: #333;
}

/* comments */
/*************************************/
.commentsblock {
}
.commentsblock textarea {
	width: 420px;
}
.commentsblock input, .commentsblock textarea {
        font-family: Verdana, sans-serif;
        font-size: 11pt;
        padding: 2px 4px;
        color: #999;
        border: 2px solid #555;
        background-color: #222;
}
.commentsblock textarea:focus, .commentsblock input:focus {
	color: #999;
	border: 2px solid #777;
	background-color: #333;
}
.commentauthor {
	display: block;
/*	font-size: 1.2em;*/
}
ol.commentlist {
	color: #555;
/*	font-size: 1em;*/
	list-style-type: none;
	margin: 1.5em 0;
	padding: 0;
}
.commentlist li {
	margin-bottom: 0.5em;
	padding: 0.5em 1em;
}

.odd {
	background-color: #151515;
	border: 1px solid #222;
	padding: 0.5em;
}

.even {
	background-color: #010101;
	border: 1px solid #111;
	padding: 0.5em;
}

h3#comments {
/*	color: #a4b23B;*/
 	color: #0094FE;
/*  font-size: 1.3em;*/
}
h3#respond {
/* 	color: #E87830;*/
	color: #0094FE;
/*  font-size: 1.3em;*/
}

#content h1 {
   font-size: 2em;
   line-height: 1em;
   margin: 0;
}

#content h2 {
   font-size: 1.5em;
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}

#content h3 {
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}

#content h4 {
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

h6 {
   font-size: 1em;
   line-height: 1.1em;
   margin: 0 0 0.25em 0;
}

p {
   font-size: 1em;
   margin: .5em 0 1em 0;
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
   font-weight: bold;
}
em, i {
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;
}

div.templatecode {
  margin: 0 0 2.5em;
}

#main ul,
#main ol,
#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 0.25em 0;
}

#main ul li,
#main ol li {
   margin: 0 0 0.25em 0;
}

#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}

#main dl dd {
   margin: 0 0 1em 1em;
}

#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}

#comment-email {
   display: none;
}

#comment-errors {
  list-style: none;
  color: #f00;
}

.entrybody br {
}