/* New Wordpress theme */

body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial;
	font-size: 0.8em;
	background-color: #404143;
	background-image: url(images/outer_bg_top.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

div#wrapper {
	margin: 0px;
	padding: 0px;
	margin-bottom: -20px;
	background-image: url(images/outer_bg_bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
}

/* PAGE */
div#page {
	width: 940px;
	margin: 20px auto;
	background-color: #FFFFFF;
}

/* HEADER */
div#header {
/* left header only */
	float: left;
	width: 620px;
/* end of left header only*/
	background-color: #1B2806;
}

div#header div#title {
	color: #FFFFFF;
	background-color: #000000;
	padding: 0px 12px 12px 0px;
}

div#header div#title img {
	border-width: 0px;
}

div#header div#navigation {
	background-image: url(images/wipeboard001.jpg);
/*	background-image: url(images/cloudslikesilk.jpg);*/
	height: 240px;
	margin: 0px;
	padding: 0px;
}

/* HEADER MENU */
ul#menu {
	margin: 0px;
	margin-left: 200px;
	padding: 0px;
	padding-top: 211px;
}

ul#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul#menu li a {
	float: left;
	margin: 0px;
	padding: 4px 8px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-color: #000000;
	opacity: 0.4;
	text-align: center;
	text-decoration: none;
}

ul#menu li a#selected-blog {
	float: left;
	margin: 0px;
	padding: 4px 8px;
	color: #000000;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	opacity: 0.4;
	text-align: center;
	text-decoration: none;
}

ul#menu li a:hover {
	background-color: #000000;
	opacity: 0.8;
}

/* HEADER-RIGHT */
div#header-right {
/* right header only */
	float: right;
	width: 320px;
/* end of right header only */
}

div#header-right div#hr-top {
	background-color: #000000;
	height: 90px;
}

div#header-right div#hr-top div#search{
	color: #FFF;
}

div#header-right div#hr-top  div#search form#searchform input#s {
	width: 250px;
	font-size: 1.0em;
	border: 1px solid #666;
	color: #ddd;
	background-color: #333; /*#BDE;*/
}

div#header-right div#hr-top div#search form#searchform input#searchsubmit {
	font-size: 1.0em;
	border: 1px solid #666;
	color: #FFF;
	background-color: #333;
}

div#header-right div#hr-top div#joinme {
	margin: 0px;
	padding: 6px 0px 0px 12px;
}

div#header-right div#hr-top div#joinme a {
	margin: 0px;
	padding: 0px;
}

div#header-right div#hr-top div#joinme img{
	margin: 0px;
	padding: 0px;
	border: 0px solid #FFF;
	z-index: -10;
}

div#header-right div#hr-bottom {
	margin-top: -15px;
	margin-right: -13px;
	background-image: url(images/twitter.jpg);
	background-repeat: repeat-x;
	height: 255px;
	border: 0px solid #F00;
	/*border-width: 0px 1px 0px 1px;*/
	z-index: 10;
}

div#header-right div#hr-bottom div#tweet {
	padding-top: 32px;
	margin-left: 120px;
	font-family: arial;
	font-size: 9pt;
	text-align: center;
	vertical-align: middle;
	width:170px;
	height: 93px;
	overflow: hidden;
}

/* outlined about box
div#header-right div#hr-bottom div#about{
	padding: 2px 4px;
	margin: 48px 20px 6px 8px;
	font-family: Georgia;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	border: 1px solid #EBA01D;
	width: 294px;
	height: 68px;
	overflow: auto;
}*/

div#header-right div#hr-bottom div#about {
	padding: 2px 4px;
	margin: 70px 20px 6px 8px;
	font-family: Georgia;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	width: 294px;
	height: 68px;
	overflow: auto;
}

div#header-right div#hr-bottom div#about a {
	text-decoration: none;
	color: #000000;
}

/* MAIN */
div#main {
	padding: 16px 8px;
	float: left;
	width: 624px;
	width: 924px;
	margin-right: -316px;
	background-image: url(images/page_top_fade.jpg);
	background-repeat: repeat-x;
	color: #000000;
	/*border: 1px solid #000;*/
}

div#main-inner {
	width: 636px;
}

div#main-inner a:link, div#main-inner a:active, div#main-inner a:visited {
	color: #304EAD;
	text-decoration: none;
}

div#main-inner a:hover {
	color: #304EAD;
	text-decoration: underline;
}

/* MAIN STANDARD TAGS */

div#main-inner h2 {
	font-family: georgia;
	font-size: 1.3em;
	font-weight: bold;
}

/* POSTs */
.post {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #999;
}

.post-title {
	font-family: georgia;
	font-size: medium;
	font-size: 1.2em;
	font-weight: bold;
}

.post-date {
	font-size: x-small;
	font-size: 0.85em;
	color: #666;
}

.post-body {
	font-size: small;
	font-size: 1.0em;
	line-height: 1.4em;
	text-align: justify;
}

.post-metadata {
	font-size: x-small;
	font-size: 0.85em;
}

/* POST NAVIGATION */
div#main-inner .navigation {
	padding-bottom: 12px;
	/* overflow and width required to allow container to encompass both contained floats */
	overflow: auto;
	width: 100%
}

div#main-inner .navigation .alignleft {
	font-size: 0.8em;
	float: left;
}

div#main-inner .navigation .alignright {
	font-size: 0.8em;
	float: right;
	margin-right: 4px; /* stops clicks on 'Newer Entries' in search results from adding a horizontal scrollbar */
}

/* SIDEBAR */
div#sidebar {
	padding: 8px;
	margin: 16px -16px 16px 16px;
	float: right;
	width: 282px;
	color: #FFFFFF;
	background-color: #303030; /*#232121;*/
	border: solid 1px #000000;
}

div#sidebar h2 {
	font-size: 1.3em;
	margin: 10px 0px 4px 0px;
}

div#sidebar ul {
	margin: 0px;
	padding: 0px;
}

div#sidebar li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Page menu entries */
.widget.widget_pages ul li a {
	display: block;
	padding: 2px 4px;
	margin: 1px 0px;
	background-color: #444;
	border: 1px solid #666;
}

.widget.widget_pages ul li a:hover {
	display: block;
	padding: 2px 4px;
	margin: 1px 0px;
	background-color: #222;
	border: 1px solid #708EED;
}
/* End of page menu entries */

/* Recent post entries */
.widget.widget_recent_entries ul li a {
	display: block;
	padding: 2px 4px;
	margin: 1px 0px;
	background-color: #444;
	border: 1px solid #666;
}

.widget.widget_recent_entries ul li a:hover {
	display: block;
	padding: 2px 4px;
	margin: 1px 0px;
	background-color: #222;
	border: 1px solid #708EED;
}
/* End of recent post entries */

div#sidebar a, div#sidebar a:active, div#sidebar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

div#sidebar a:hover {
	color: #708EED;
}

/* Calendar style */
table#wp-calendar {
	width: 100%;
	border: 1px solid #FFFFFF;
	border-collapse: collapse;
}

table#wp-calendar td {
	text-align: center;
	border: 1px solid #888888;
	width: 14.3%;
}

table#wp-calendar td a, table#wp-calendar td a:active, table#wp-calendar td a:visited {
	background-color: #999999;
	color: #000000;
	display: block;
}

table#wp-calendar td a:hover {
	background-color: #708EED;
	color: #000000;
	display: block;
}
/* End of calendar style */

/* FOOTER */
div#footer {
	clear: both;
	padding: 10px 10px 20px 10px;
	margin: 0px;
	color: #000000;
	background-color: #F07A1B;
}

/* OLD STYLES TO BE INTEGRATED */
#regVCodeImg {
	background-color: #8D8D8D;
	position: relative;
	border: 1px solid #8D8D8D;
	margin: 4px 0px -4px 0px;
	padding: 1px 43px;
	width: 120px;
}

code {
	/*background-color: #ececec;*/
	padding: 1px;
	/*border: 1px solid #cccccc;*/
}

pre {
  font-family: "courier new", terminal, courier;
  border: 1px solid #888;
  background-color: #EEEBDB; /*#E0E5EE; #CFD8E7; #FFFFDD;*/
  padding: 5px;
  padding-bottom: 20px;
  overflow-x: auto;
  overflow-y: auto;
  width: 95%;
  max-height: 450px;
  margin: 0px auto 12px auto;
  color: #000000;
  font-size: 1.1em;
}

blockquote {
	background: #F9F9F9;
	border-left: 3px solid #AAAAAA;
	padding-left: 6px;
	margin: 7px 10px 7px 10px;
	font-style: italic;
}

/* TABLE STYLE FOR ASCII PAGE */
.stdtable
{
  margin: 15px auto;
  border: 1px solid #999999;
  border-collapse: collapse;
}

.stdtable TH
{
  text-align: center;
  font-weight: bold;
}

.stdtable TD,TH
{
  border: 1px solid #999999;
  border-collapse: collapse;
  padding: 2px 4px;
}

.stabchar
{
  text-align: center;
  font-weight: bold;
  color: #EE0000;
  background-color: #DDDDFF;
}

.shtabchar
{
  text-align: center;
  font-weight: bold;
  background-color: #DDDDFF;
}

.stabdec
{
  text-align: right;
}

.stabblnk
{
  border-width: 0px;
}

