/*  
Theme Name: Clean
Theme URI: http://www.davidjmiller.org/
Description: Clean is a 3 column theme with one sidebar on the right and one to the left of the content area. Both sidebars are widget ready.
Version: 1.0
Author: David Miller
Author URI: http://www.davidjmiller.org/
*/

/*********************************************
 ******************** Tags *******************
 *********************************************/

*
{
	margin: 0px;
	padding: 0px;
}

body 
{
	font-size: 12px;
	margin: 0px;
	text-align: center;
	background-color: #FFFFFF;
	color: #444;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
}

p
{
	text-indent: 4%;
	padding-top: 5px;
	padding-bottom: 5px;
}

blockquote
{
	margin-right: 5%;
	background-color: #fff;
	font-weight: 500;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 150%;
	margin-left: 5%;
	border: 2px solid #8a0000;
}

blockquote strong {
	font-weight: 900;
	font-size: 110%;
}

hr
{
	display: none;
}

ul
{
	list-style: none;
	margin-bottom: 10px;
	margin-left: 3%;
}

ol
{
	list-style: decimal;
	margin-bottom: 10px;
	margin-left: 5%;
}
ol li
{
	margin-left: 2%;
	margin-bottom: 5px;
}
ol.commentlist
{
	list-style: none;
	margin-bottom: 5px;
}

.entry ul li ul
{
	list-style: disc;
	margin-bottom: 5px;
	margin-left: 4%;
}


/*********************** Links ********************/

a:link
{
	color: #58586e;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom: thin dotted #333;
}

a:visited {
	color: #223355; 
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom: none;
}

a:hover {
	color: #997766;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
}

a img {
	border: 0;
	padding: 1px;
	border-bottom: none;
}

/*********************** Headings**************/

h1 {
	font-size: 28pt;
	padding-bottom: 0;
	margin-top: 10pt;
	margin-bottom: 0;
}

h2 {
	font-size: 12pt;
	margin-bottom: 3px;
}

h3 {
	font-size: 14pt;
	font-weight: bold;
}

h4 {
	font-size: 16pt;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}

h5 {
	font-size: 11pt;
	margin-top: 5pt;
	margin-bottom: 5pt;
}

h6 {
	font-size: 10pt;
	font-weight: bold;
}

h1, h4, h5, h6 {
	text-align: center;
}

h2 a:link, h1 a {
	font-variant: normal;
}

h1 a:hover {
	color: #997766;
}

img 
{	
	border:none;
	padding: 5px;
}

code
{
	display: block;
	margin: 10px 30px 0 30px;
	padding: 2px 10px 5px 10px;
	border-top: 4px solid #798288;
	border-bottom: 4px solid #798288;
	color: #666666;
}
embed
{
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*********************************************
 ******************** Structure **************
 *********************************************/

/*********************** Page **************/

#page {
	width: 95%;
	min-width: 750px;
	margin: auto;
	background-color: #fff;
}

/*********************** Header **************/

#header {
	height: 190px;
}

/******************** Blogtitle **************/

#blogtitle
{
	float: left;
	text-align: left;
	display: block;
	width: 450px;
	background: none;
	margin-top: -104px;
}
#blogtitle h1 a
{
	font-variant: normal;
	color: #ddccaa;
}

/*********************** Container **************/

#container
{
	clear:left;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0;
}

/*********************** Left Sidebar Container *******/

#leftnav
{
	float: left;
	width: 230px;
	margin: 0;
	padding-top: 4px;
	padding-right: 5px;
	margin-top: 0;
	margin-left: 5px;
	text-align: left;
}

/*********************** Right Sidebar Container *******/

#rightnav
{
	float: right;
	width: 15em;
	margin: 0;
	padding-top: 4px;
	padding-left: 5px;
	margin-top: 0;
	margin-right: 5px;
	text-align: left;
}

/*********************** Sidebar Items **************/

#rightnav li, #leftnav li
{
	margin-bottom: 10px;
}

#rightnav li ul li, #leftnav li ul li, #rightnav li img, #leftnav img
{
	border: none;
	margin-bottom: 0;
	padding-left: 3px;
}

#rightnav li h2, #leftnav li h2
{
	background: #fff;
	padding-left: 3px;
}
#leftnav li ul li.page_item
{
	background: url(img/item.gif) left top no-repeat;
	height: 45px;
	width: 230px;
	padding-top: 12px;
	margin-top: -10px;
}
#leftnav li ul li.page_item a
{
	font_size: 24pt;
	margin-left: 18px;
	color: #fff;
}
#leftnav li ul li.page_item:hover
{
	background: url(img/item_hover.gif) left top no-repeat;
	height: 45px;
	width: 230px;
}
#leftnav li ul li.current_page_item
{
	background: url(img/home.gif) left top no-repeat;
	height: 45px;
	width: 230px;
}
#leftnav li ul li.current_page_item a
{
	color: #36b;
}

/*********************** Content **************/

#content
{
	display: block;
	margin: 0 16em 0 255px;
	padding: 0;
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;
}

#page-content
{
	display: block;
	margin: 0 0 0 255px;
	padding: 0;
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;
}
/*********************** Footer **************/

#footwrap
{
	clear:both;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 1em;
	background: none;
	font-weight: normal;
}

/*********************** Navigation **************/

#navigation {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	width: 90%;
	padding-top:3px;
	height:2.2em;
	line-height:2.2em;
	background: none;
}

#navigation ul {
	margin:0;
	padding:0;
}

#navigation li {
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	white-space:nowrap;
}

#navigation li a {
	display:block;
	padding:0 .2em;
	font-size:0.8em;
	text-transform:uppercase;
	letter-spacing:1px;
	border-bottom:none;
}

* html #navigation a {
	width:1%;
} /* see http://www.positioniseverything.net/explorer/escape-floats.html */

#navigation form {
	float:right;
	height:100%;
	width:164px;
	padding:0 15px;
	border-left:1px solid;
	line-height:0;
}

#navigation form fieldset {
  /* centering the search form could've
  been done way more elegant but IEWin
  and Opera refused to follow the rules */
	margin-top:7px;
	border:0 solid; /* Opera */
}

* html #navigation form fieldset {
	margin-top:7px;
}

#navigation #s {
	height:1.5em;
	width:115px;
	margin:0 5px 0 0;
	padding:0;
	border:1px solid;
	font-size:0.8em;
	vertical-align:middle;
}

#navigation #searchbutton {
	height:2em;
	width:auto;
	padding:0 1px;
	font-size:9px;
	letter-spacing:1px;
	text-align:center;
	vertical-align:middle;
}

/******************Calendar**************/

#wp-calendar 
{
	empty-cells: show;
	margin: 10px auto 0;
	width: 13em;
}

#wp-calendar #next a 
{
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a 
{
	padding-left: 10px;
	text-align: left;
}

#wp-calendar td 
{
	padding: 2px 0;
	text-align: center;
	color: #666;
}

#wp-calendar th 
{
	text-align: center;
	color: #000000;
}

#wp-calendar caption 
{
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
}

/*********************************************
 ******************** Classes ****************
 *********************************************/

/*********************** Post ****************/

.post
{
	display: block;
	overflow:hidden;
	width:98%;
}

.title {
	text-decoration: underline;
}

/*********************** Post Metadata ****************/

.postmetadata
{
	display:block;
	margin: 10px 35px 10px 20px;
	padding: 5px 8px 8px 35px;
	text-align: left;
}

#feed, #feed img a:link, #feed img a:visited
{
	border: none;
}

/********************** Post Metadata1 *************/

.postmetadata1
{
	font-size: 11px;
	width:140px;
	display:block;
	float: right;
	margin: 8px 5px 6px 3px;
	padding: 8px 5px 2px 5px;
	text-align: left;
	background: #fff;
}

#content .postmetadata1
{
	padding-left: 5px;
}

/*.postmetadata1 a:link, .postmetadata1 a:hover, .postmetadata1 a:visited:hover, .postmetadata1 a:visited
{
	border: none;
}*/

/********************** Float Items *****************/
/*********************** Left Sidebar Container *******/

.FloatL
{
	float: left;
	margin: 5px;
}

.FloatR
{
	float: right;
	margin: 5px;
}


/********************** Comments ********************/

.commentlist
{
	padding-left: 40px;
	padding-right: 15px;
}

#comment
{
	width:80%;
}

                          /*Miscellaneous*/
.date
{
	font-size: 18px;
	float: right;
	text-transform: uppercase;
	letter-spacing: -2px;
	padding: 3px 5px 3px 5px;
	margin-top: 17px;
	text-align: center;
}

.entry
{
	margin-bottom: 5px;
}
                         /*Contained Floats Fix*/
/*#searchform {
margin-right: 5px;
	}*/


.credits
{
	margin-top: -25px;
	padding: 0 4px 5px 4px;
	float: right;
}

.alignright {
	float: right;
	text-align: right;
/*	clear: none;*/
}
div.wp-caption.alignright {
	float: right;
	display: block;
	background-color: #fff;
	text-align: center;
}

.alignleft {
	float: left;
	text-align: left;
/*	clear: none;*/
}
img.aligncenter {
	text-align: center;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}

.wp-smiley
{
	padding: 0;
}

/* CSS for Drop Down Menu */
/* Root = Horizontal, Secondary = Vertical */
ul#menu {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 100%; /*For KHTML*/
  list-style: none;
  height: 2em;
  border-top: 3px solid #8a0000;
  border-bottom: 3px solid #8a0000;
}

ul#menu li {
  margin: 0;
  border: 0 none;
  padding: 0;
/*  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 2em;
}

ul#menu li ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 12em;
  list-style: none;
  display: none;
  position: absolute;
  top: 2em;
  left: 0;
}

ul#menu li ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#menu li ul li {
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  clear: left;
}

/* Root Menu */
ul#menu a {
  padding: 0 10px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: 2.4em !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#menu a:hover,
ul#menu li:hover a,
ul#menu li.iehover a {
  background: #8a0000;
  color: #f9faed;
}

/* 2nd Menu */
ul#menu li:hover li a,
ul#menu li.iehover li a {
  float: none;
  background: #58586e;
  color: #f9faed;
}

/* 2nd Menu Hover Persistence */
ul#menu li:hover li a:hover,
ul#menu li:hover li:hover a,
ul#menu li.iehover li a:hover,
ul#menu li.iehover li.iehover a {
  background: #8a0000;
  color: #f9faed;
}

/* 3rd Menu */
ul#menu li:hover li:hover li a,
ul#menu li.iehover li.iehover li a {
  background: #58586e;
  color: #f9faed;
  margin-left: -1px;
}

/* 3rd Menu Hover Persistence */
ul#menu li:hover li:hover li a:hover,
ul#menu li:hover li:hover li:hover a,
ul#menu li.iehover li.iehover li a:hover,
ul#menu li.iehover li.iehover li.iehover a {
  background: #8a0000;
  color: #f9faed;
}

/* 4th Menu */
ul#menu li:hover li:hover li:hover li a,
ul#menu li.iehover li.iehover li.iehover li a {
  background: #58586e;
  color: #f9faed;
}

/* 4th Menu Hover */
ul#menu li:hover li:hover li:hover li a:hover,
ul#menu li.iehover li.iehover li.iehover li a:hover {
  background: #8a0000;
  color: #f9faed;
}

ul#menu ul ul,
ul#menu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 3.4em;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#menu li:hover ul ul,
ul#menu li:hover ul ul ul,
ul#menu li.iehover ul ul,
ul#menu li.iehover ul ul ul {
  display: none;
}

ul#menu li:hover ul,
ul#menu ul li:hover ul,
ul#menu ul ul li:hover ul,
ul#menu li.iehover ul,
ul#menu ul li.iehover ul,
ul#menu ul ul li.iehover ul {
  display: block;
}
/* END CSS for Drop Down Menu */

.validation, .commentnumber, .avatar {
	display: none;
}
.similarity {
	background-color: #fff;
}
.similarity h6 {
	text-align: left;
	font-size: 13pt;
	text-decoration: underline;
}

#topright {
  color: #222;
  font-size: 10pt;
  float: right;
  text-align: left;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-right: 15px;
  margin-left: 515px;
  min-width: 200px;
  height: 60px;
  display:inline;
  }
#topright a {
  color: #B4B472;
  }

