/* General styles */
body {
  margin:0;
  padding:0;
  border:0;			/* This removes the border around the viewport in old versions of IE */
  width:100%;
  background:#fff;
  min-width:600px;    /* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
  font-size:90%;
  font-family: arial;
}
a {
  color:#369;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}
h1, h2, h3 {
  margin:.8em 0 .2em 0;
  padding:0;
}
p {
  margin:.4em 0 .8em 0;
  padding:0;
}
img {
	margin:10px 0 5px;
}
/* Header styles */
#header {
  clear:both;
  float:left;
  width:100%;
  background-color: #000000;
  border-bottom: 5px solid #FF9933;
}
#header p,
#header h1,
#header h2 {
  padding:.4em 15px 0 15px;
  margin:0;
}
#head_left{
  float: left;
  color: #FFFFFF;
}
.sitename{
  font-size: 1.5em;
  font-weight: bold;
}
#head_right{
  float: right;
  width: 300px;
}
#header ul {
  clear:left;
  float:left;
  width:100%;
  list-style:none;
  margin:5px 0 5px 0;
  padding:0;
}
#header ul li {
  display:inline;
  list-style:none;
  margin:0;
  padding:0;
  text-transform: uppercase;
}
#header ul li a {
  display:block;
  float:left;
  margin:0 0 0 1px;
  padding:3px 10px;
  text-align:center;
  background:#000000;
  color:#FFFFFF;
  text-decoration:none;
  position:relative;
  left:15px;
	line-height:1.3em;
}
#header ul li a:hover {
  background:#369;
	color:#fff;
}
#header ul li a.active,
#header ul li a.active:hover {
  color:#fff;
  background:#000;
  font-weight:bold;
}
#header ul li a span {
  display:block;
}
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
  clear:both;
  float:left;
  width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}
/* 2 column right menu settings */
.rightmenu {
  background:#FFCC66;
}
.rightmenu .colleft {
  float:left;
  width:200%;
  margin-left:-300px;
  position:relative;
  right:100%;
  background:#fff;
}
.rightmenu .col1wrap {
  float:left;
  width:50%;
  position:relative;
  left:50%;
  padding-bottom:1em;
}
.rightmenu .col1 {
  margin:0 15px 0 315px;
  overflow:hidden;
}
.rightmenu .col2 {
  float:right;
  width:270px;
  position:relative;
  left:285px;
}
.col1{
  background-image:url(../images/background.jpg);
  background-position:top left;
  background-repeat:no-repeat;
  padding-top: 150px;
}
/* Footer styles */
#footer {
  clear:both;
  float:left;
  width:100%;
	border-top:1px solid #000;
}
#footer p {
  padding:10px;
  margin:0;
}
h1{
  font-size: 150%;
  border-top: 5px solid #FFFFFF;
  border-bottom: 2px solid #FFCC66;
  display: inline;
}
#about p img{
  float: left;
  margin: 0 15px 15px 0;
  border: 1px solid #000000;
  font-size: 70%;
}
#sidebar_links, #sidebar_categories, #sidebar_archive, #feed{
  clear: left;
}
#feed img{
vertical-align: middle;
margin-right: 10px;
}
#sidebar_links ul, #sidebar_links li, #sidebar_categories ul, #sidebar_categories li, #sidebar_archive ul, #sidebar_archive li{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#sidebar_links li, #sidebar_categories li, #sidebar_archive li{
  padding: 5px;
}
#sidebar_links h1, #sidebar_categories h1, #sidebar_archive h1{
  padding: 5px;
  font-size: 110%;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #FFFFFF;
  display: block;
}
#sidebar_links ul li p, #sidebar_categories ul li p, #sidebar_archive ul li p{
  font-size: 90%;
}
#blog h2{
  font-size: 100%;
  padding-top: 10px;
  font-weight: bold;
}
img.left{
float: left;
margin: 0 10px 10px 0;
}
#about{
clear: left;
}
/*form layout*/

fieldset {  
 float: left;  
 clear: left;  
 width: 99%;  
 margin: 0 0 1.5em 0;  
 padding: 0;
 border: none;
}
legend {
  margin-left: 1em;
  color: #000000;
  font-weight: bold;
}
fieldset ol {
 padding: 1em 1em 0 1em;
 list-style-type: none;
}
fieldset li {
 clear: left;
 padding-bottom: 1em;
list-style-type: none;
}
fieldset.submit {  
 float: none;  
 width: auto;  
 border: 0 none #FFF;  
 padding-left: 400px;*/
 text-align: right;
}
label {
 clear: left;
 float: left;  
 width: 250px;  
 margin-right: 1em;  
text-align: right;
}
input.text, textarea.text{
 width: 300px;
}
input.submit{
 cursor: pointer;
}
form p.verification{
  margin-left: 11em;
}
label.error{

color: #FF0000;

width: 100%;

text-align: left;
}
.permalink{
border-top: 1px dotted #999999;
}
.code_block{
border: 1px solid #000000;
background: #999999;
color: #FFFFFF;
}
.cj_image{
width: 1px;
height: 1px;
border: 0;
}
pre {
font-size: 12px;
line-height: 20px;
width: 500px;
overflow: auto;
overflow-y: hidden;
background: url(../images/code_bg.jpg);
margin: 10px 0 20px 0;
} 
pre code { display: block; margin-left: 20px; }
.center{
text-align: center;
}
/* --> */
