/* 
Main formatting CSS

All globally equal values go in this file
*/

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	background-color: #FFFFFF;
	color: black;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
	color: black;
	display: inline;
}


h1 {
	font-size: 325%;
}

h1#titledate {
	color: #a3a3a3;
	font-size: 145%;
}

h2 {
	font-size: 164%;
}

h3 {
	font-size: 225%;
}

h4 {
	font-size: 90%;
	text-transform: uppercase;
}

a {
	color: gray;
	text-decoration: underline;
}

h3 a {
	color: black;
	border: none;
}

/* toppity */

.lagniappe, .pdcolleft, .topleft, .pd, .pdlistright, .rightmain, .todo, .comments, .saygoodbye, .screenonly, .topright span {
	display: none;
}

 .topmenu{
	margin-bottom: 13px;
}

.topright a {
	margin-right: 7px;
}

/* featured article etc. on index */


.title {
	display: inline;
}


#titleleft {
	display: inline;
}

.lagniappe {
	position: absolute;
	bottom: 0px;
	width: 338px;
	right: 0;
}

center {
	float: left;
}


/* main post */

.main {
	display: inline;
}

.left {
	float: left;
}

.rightmain {
	
}

.postdate {
	font-weight: bold;
	font-size: 120%;
}


div.thepost > p:first-child
{
font-size: 115%;
text-align: justify;
line-height: 125%;
color: black;
}


div.thepost {
	font-size: 123%;
	line-height: 155%;
}

.synopsis {
	
}

/* post AHEM post */

.todo {
	border: #CCCCCC 1px solid;
	background-color: #F2F2F2;
	padding: 5px;
	margin: 3px 0px;
	text-align: center;
}

.todolist {
	padding: 0px;
	margin: 0px;
}

.todolist .comm {
	margin-left: 15px;
}

.todolist li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 13px;
}

.name {
	border-color: #4b4b4b;
	border-style: solid;
	border-width: 3px 0px 1px 0px;
	padding: 5px 5px 6px 5px;
	font-weight: bold;
}

.thename {
	width: 350px;
	float: left;
}

.name .date {
	text-align: right;
	color: #828282;
	width: 238px;
	float: left;
}


/* righty */

.listtitle {
	border-color: #4b4b4b;
	border-style: solid;
	border-width: 3px 0px 1px 0px;
	padding: 5px 2px;
	margin-top: 13px;
	font-weight: bold;
}

.rightmain ul {
	padding: 0px 0px 13px 0px;
	margin: 0px;
	list-style-type: none;
}

.rightmain li a {
	display: block;
	padding: 5px 2px;
	margin: 0px;
	border-bottom: 1px #CCCCCC solid;
	color: black;
}

.rightmain li a:hover {
	border-bottom: 1px #000000 solid;
	color: white;
	background-color: #111111;
}

.rightmain select {
	margin-top: 8px;
}

/* left right */

.willimg {
	background-image: url(images/will.jpg);
	width: 192px;
	height: 100px;
}

.leftright img {
	margin-top: 13px;
}

/* right right */


.blanket {
	width: 167px;
	float: left;
}

.indexblanket {
	width: 247px;
	float: left;
}

/* header test */

div.spacer {
  clear: both;
}

div.row span.left {
  float: left;
  text-align: left;
  font-weight: bold;
  color: #fff;
  width: 49%;
  }

div.row span.right {
  float: right;
  text-align: right;
  font-weight: bold;
  color: #fff;
  width: 49%;
  }
  
div.row {
  clear: both;
  padding-top: 10px;
  }

.commentdirect {
	background-color: black;
	padding: 8px;
	text-align: center;
	font-size: 90%;
	color: white;
	width: 100%;
	border: 0px;
}

.howdy {
	background-color: #C8D8EA;
	border: solid #7EA4CE 1px;
	text-align: left;
	margin-bottom: 7px;
	color: #49536C;
}

.howdy a {
	color: #49536C;
	border-color: #49536C;
	font-weight: bold;
}

.howdyright {

}

.innerhowdytube {
	padding: 5px;
}

.innerhowdytube ul {
	list-style-position: outside;
	list-style-type: square;
}

.innerhowdytube ul {
	margin-left: -19px;
}
		
/* commented backslash hack v2 hides from IE/MAC \*/
.innerhowdytube ul {
	margin-left: -19px;
}
/* end hack */


.indexleftright {
	background-color: #EAF0CE;
	border: solid #C9D880 1px;
	color: #571619;
}

.indexleftright a {
	color: #571619;
	border-color: #571619;
	font-weight: bold;
}

.footer {
	border-top: 2px #ccc solid;
	padding: 10px;
	clear: both;
	margin-top: 10px;
}


/* archives */

.arcolumn, .arcolumn2 {
	width: 185px;
	float: right;
	margin-bottom: 10px;
	display: inline;
	color: #eaeaea;
}

.arcolumn2 {
	padding: 0px 10px;
	margin: 0px 10px;
}

.archiveindividual {
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
}
