/*
Theme Name: WordPress For Xanjax
Theme URI: http://xanjax.org/
Description: A special Wordpress Theme intended only for full integration with Xanjax XHR Framework.
Version: 0.1
Author: David Chapman
Author URI: http://xanjax.org/
Tags: ajax, xhr, custom header, flexible width, two columns

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

#contentbox{
	display:block;
	width:95%;
}
#auxpanel {
  display: none;
}
#blogname, #blogfoot {
  position: relative;
	width:100%;
}
#postbox {
  left: 0%;
  margin:0%;
	padding: 0%;
  position: absolute;
	width:68%;
}
.post, .commentlist, #respond, #comment {
  left: 0%;
  margin:0%;
	padding: 0%;
	width:100%;
}
.ptitle{
	margin-top: 5%;
	border-bottom:2px solid gray;
  position: relative;
  width:100%;
}
.ptitle h2 {
  display: inline;
}
.ptitle small {
	bottom: 0%;
  position: absolute;
	right: 0%;
}

#blogpanel {
  display: block;
  float:right;
  font-size: 80%;
  margin: 0%;
	width: 25%;
}
#blogpanel ul{
  display: block;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  left:0%;
	margin: 0%;
	padding: 2% 5% 2%;
  position: relative;
  top: 0%;
	width: 80%;
}
#blogpanel ul li {
	list-style-type:none;
	margin-left:0%;
}
#blogpanel ul li h2 {
  font-size: 110%;
	margin:  0.5em 0% 0.5em 0%;
	padding: 0%;
	text-align: left;
}
#blogpanel ul li ul {
	background-color: #e7f7f7;
	left:0%;
  list-style-type: none;
	margin: 0%;
  padding: 4% 0% 0% 10%;
  top:0%;
  width:90%;
}
#blogpanel a{
  font-size: 100%;
}
#blogpanel p{
  width:85%;
}
.maincontent a {
  color: #006;
  text-decoration: none;
}    
.maincontent a:hover {
  color:  #00f;
  text-decoration: underline;
}    
.page_item a {
  color: #600;
}
.page_item a:hover { 
  color:  #a11;
}
.cat-item a {
  color: #020;
}
.cat-item a:hover { 
}
.blogroll a {
  color: #006;
}
.blogroll a:hover { 
  color:  #00f;
}

#searchform {
	margin: 0% 0% 10% 0%;
  padding: 0%;
	width: 100%;
}
#searchform label {
	visibility:hidden;
}
#s {
	display: inline;
  font-size: 85%;
	float: left;
	position: relative;
  width: 60%;
}
#searchsubmit{
	display: inline;
  font-size: 80%;
	position: relative;
  width: 34%;
}
.maincontent h1 {
  font-size: 140%;
  line-height: 220%;
	text-align: center;
}
.maincontent h2 {
  font-size: 120%;
  font-style: italic;
}
.maincontent h3 {
  font-size: 110%;
	text-align: center;
}
.maincontent h4 {
  font-size: 100%;
  font-style: italic;
  margin-left: 5%;
}
.maincontent h5 {
  font-size: 90%;
	text-align: center;
}
.maincontent h6 {
  font-size: 90%;
  font-style: italic;
}
.maincontent ul {
  font-family: Verdana,Arial,Helvetica,sans-serif;
	list-style-type:square;
}
.maincontent li {
  margin-left: 5%;
  padding-bottom: 0.3em;
}
.maincontent p {
  font-family: Verdana,Arial,Helvetica,sans-serif;
}    

