/* @override http://www.wvblog.net/wp-content/themes/blacknwhite/global3.css */

/* 
Main formatting CSS

All globally equal values go in this file
*/

body {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 11.5px;
	line-height: 1.7em;
	padding: 0;
	margin: 0px;
	text-align: center;
	background-color: #FFFFFF;
	color: #4b4b4b;
}

.globalwarming 
{
margin-left: auto;
margin-right: auto;
width: 960px;
text-align: left;
background: url(images/1960grid.png) repeat-y;
}

h1, h2, h3, h4, h5 {
	font-family: Colaborate-Regular, "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
	color: #4b4b4b;
}

/* h1 {
	font-size: 175%;
	font-weight: normal;
}

*/

h1 {
	font: normal 325% Colaborate-Regular, Arial, Helvetica, Geneva, sans-serif;
	color: white;
	display: inline;
}

h1#titledate {
	color: #535353;
}

h1 span {
	color: #bfbfbf;
}

h2 {
	font-size: 164%;
	display: inline;
}

h3 {
	font-size: 225%;
	color: black;
	font-weight: normal;
	margin: 20px 0px 5px 2px;
}

h4 {
	display: inline;
	font-size: 90%;
	color: black;
	margin: 2px 0px 5px 10px;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

a {
	color: #0A50A1;
	text-decoration: none;
	border-bottom: #0A50A1 dotted 1px;
}

a:hover {
	color: #05254D;
	text-decoration: none;
	border-bottom: #05254D dotted 1px;
}

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

/* Extra */

.extra {
	background-color: black;
	padding: 20px;
	margin: 0px 21px;
	color: white;
}

.extra a {
	color: white;
	border-color: gray;
}


/* toppity */

.lagniappe {
	width: 350px;
	float: right;
	color: #dadada;
	margin-bottom: 10px;
	display: inline	;
	font-size: 95%;
}

.lagniappe span {
	color: gray;
}

.lagniappe a {
	color: #dadada;
	border: none;
	border-bottom: #111111 dotted 1px;
}

.lagniappe a:hover {
	color: white;
	border-bottom: white dotted 1px;
}

.bannerbground {
	background-image: url(images/bannertest.jpg);
	height: 200px;
	padding: 0px;
	margin: 0px;
}

.topmenu {
	padding: 7px;
	border-color: #CCCCCC; 
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	background-color: #F2F2F2;
	margin-top: 0px;
	font-size: 95%;
	margin-bottom: 30px;
	text-align: right;
}

.topmenu a {
	margin-right: 20px;
}

.topmenu a {
	color: #4b4b4b;
	border: 0px;
	border-bottom: #F2F2F2 dotted 1px;
}

.topmenu a span, .topmenu span {
	color: #707070;
	border: none;
	border-bottom: #F2F2F2 dotted 1px;
}

.topmenu a {
	text-decoration: none;	
}

.topmenu a:hover {
	color: black;
	border-bottom: black dotted 1px;
}

.topleft {
	position: absolute;
	/*opacity: .75;*/
}

/* featured article etc. on index */

.indexfeature {
	width: 650px;
	border-bottom: #000 1px solid;
	padding-bottom: 5px;
	margin-bottom: 5px;
}


.title {
	text-align: left;
	padding: 0px 0px 0px 0px;
	height: 200px;
	background-image: url(images/bground_black_0001.gif);
	position: relative;
}


#titleleft {
	position: absolute;
	bottom: 0px;
	width: 588px;
	padding: 8px 12px;
}

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

.pd {
	border-bottom: #111111 solid 1px;
	padding: 10px 0;
	text-align: left;
	min-height: 20px;
}

.pd span {
	float: right;
}

.pd a {
	color: black;
}

.pdlist {
	padding: 0px;
	margin: 0px;
	display: inline;
}

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

li.cat {
	background-image: url(images/mini/folder.gif);
}

li.email {
	background-image: url(images/mini/email.gif);
}

li.print {
	background-image: url(images/mini/printer.gif);
}

li.digg {
	background-image: url(images/mini/user.gif);
}

li.comm {
	background-image: url(images/mini/comment.gif);
}

li.rate {
	background-image: url(images/mini/check.gif);
}

li.sub {
	background-image: url(images/mini/add.gif);
	margin-left: 15px;
}

.pdlistright {
	padding: 0px;
	margin: 0px;
	display: inline;
	float: right;
}

.pdlistright li {
	display: inline;
	list-style-type: none;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin-right: 0px;
}

.pdcolleft {
	float: left;
}

.topmenu .pdcolleft {
	/*opacity: .9;*/
}

li.prev {
	background-image: url(images/mini/arrow_l.gif);
	padding-left: 13px;

}

li.next {
	background-image: url(images/mini/arrow_r.gif);
	padding-right: 20px;
	background-position: 69px 2px;
	margin-right: 75px;
	
	
}

/* main post */

.main {
	padding: 0px 0px;
}

.left {
	float: left;
}

.postleft {
	padding-top: 15px;
}

.postright{
	padding-top: 20px;
}

.rightmain {
	float: right;
}

.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 p:first-child + p:first-letter {
	background: #111;
	color: #FFF;
	display: inline;
	float: left;
	font-size: 270%;
	margin: .2em .2em 0 0;
	padding: .4em .5em;
} */

div.thepost > p:first-child + p:first-letter {
	color: #111;
	display: block;
	float: left;
	font-size: 300%;
	padding: 0px 2px 2px 0px;
	vertical-align: text-bottom;
	margin: 10px 0px -15px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

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;
}

.comments .name {
	margin-top: 30px;
}

.comments h3 {
	margin-bottom: -20px;
}

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

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

.willsays {
	border-color: #A22616;
	color: #A22616;
}

.willsays .date {
	color: #C16E63;
}

/* 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 {
	display: block;
	border-bottom: 1px #CCCCCC solid;
	margin: 0;
}

.rightmain li a {
	color: #111111;
	display: block;
	border: none;
	padding: 5px 2px;
}

.rightmain li a:hover {
	border-bottom: none;
	color: white;
	background-color: #111111;
	display: block;
}

.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;
}

.innertube {
	padding: 5px;
}

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

.innertube ul li {
	border-bottom-color: #C9D880;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 10px 0px;
	margin-left: 5px;
}
		
.innertube ul li {
	margin-left: -27px;
}
		
/* commented backslash hack v2 hides from IE/MAC \*/
.innertube ul li {
	margin-left: -37px;
}
/* end hack */

#footer {float: left; min-height:0;}

.saygoodbye {
	border-top: 1px #111111 solid;
	padding: 15px 0px;
	margin-top: 15px;
	float: left;
}
.saygoodbye li {
	margin-left: -15px;
}

.saygoodbye .posts, .saygoodbye .posts2 {
	width: 302px;
	float: right;
	margin-bottom: 10px;
}

.saygoodbye .posts2 {
	padding: 0px 10px;
	border-style: solid;
	border-color:  #CCC;
	border-width: 0px 1px;
	margin: 0px 10px;
}

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



/* index */

#ilatest h2 {
	padding: 0px;
	margin: 0px;
	margin-bottom: .83em;
}

.irecent #ilatest {
	width: 316px;
	float: left;
	background-color: black;
	color: white;
	padding: 7px 0px;
	margin: 0px 3px 0px 0px;
}

.irecent #ilatest {
	background-color: black;
}

.irecent #ilatest {
	background-color: white;
	color: #4b4b4b;
}

/* #ilatest a {
	color: white;
	border-color: white;
	font-weight: bold;
} */

#ilatest p, #irecentdate, #irecentmore {
	line-height: 200%;
	font-size: 120%;
}

#irecentdate {
	margin: 8px 4px 0 0;
	float: left;
	font-weight: bold;
}

#irecentmore {
	display: block;
	margin-top: -20px;
	width: 68px;
}

#ilatest h3 {
	margin-top: 10px;
}

#ilatest h4 {
	margin: 15px 0 0 0;
	display: block;
}

.istale h2 {
	margin-bottom: 5px;
}

.istale h3, .istale2 h3 {
	font-size: 160%;
	line-height: 1.2em;
	color: #4b4b4b;
}

.irecent .istale {
	width: 137px;
	float: right;
	padding: 0px 10px 10px 10px;
	border-left: 1px solid #CCC;
	margin: 20px 0px 0px 0px;
}

.irecent .istale2 {
	width: 137px;
	float: right;
	padding: 0px 0px 10px 10px;
	border-left: 1px solid #CCC;
	margin: 20px 0px 0px 0px;
}

#iadvert {
	float: right;
	/*margin-top: 17px;
	padding-top: 17px;
	border-top: 1px solid #CCC;*/
	color: #AAA;
	display: inline;
	width: 465px;
}

#iadvert #ad {
	margin: 17px 0px;
	padding: 17px 0px;
	border: 1px solid #CCC;
}


#iadvert ul, .saygoodbye ul, .arcolumn ul, .arcolumn2 ul {
	list-style-type: circle;
	color: #aaa;
}

.ifooter {
	clear: both;
}

.notandquo {
	background-color: #fff;
	border-left: 1px solid #CCC;
	padding: 7px;
	margin: 20px 0px 7px 7px;
	width: 138px;
	float: right;
	color: #4b4b4b;

}

.notandquo h4 {
	margin: 0px;
}

.notandquo h3 {
	color: #3A3B35;
	font-size: 160%;
	line-height: 1.2em;
}

.notandquo ul {
	padding: 7px 0px;
	margin: 0px;
	list-style-type: none;
	color: #4b4b4b;
}

.notandquo li {
	display: block;
	padding: 5px 2px;
	margin: 0px;
	border-bottom: 1px #DDD solid;
	color: #4b4b4b;
}

.imainleft {
	float: left;
	width: 790px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.pd select {
	width: 250px;
	margin: 0px 10px;
}

.rules {
	float:right;
	padding: 5px 0px 20px 0px;
	margin: 0px 10px;
	text-align: right;
}


/* archives */

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

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

.arcolumn2 li, .arcolumn li {
	margin-left: -20px;
}

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

/* form */

textarea, input {
	border: 1px solid #CCC;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.7em;
	color: #4b4b4b;
}

/*input {
	border: 0;
	border-bottom: 1px dotted #333;
	color: #333;
	padding: 2px;
} */

.rightmain textarea {
	width: 333px;
}

.left textarea {
	width: 575px;
}

input.submit {
	text-transform: capitalize;
	font-size: 10px;
	background-color: #eaeaea;
}

.printonly {
	display: none;
}

.excerptdate {
	float: left;
	padding: 0 5px 0 0;
	display: block;
}

#akst_social a, #akst_social a:hover {
	border: none;
}

.warning {
	border: 1px solid #C27A7A;
	background-color: #ffdede;
	padding: 5px;
	margin: 3px 0px;
}

.inthepost {
	font-size: 90%;
	text-align: center;
}

#homead {
	margin: 12px 0px;
	padding: 12px 0px;
	border: 1px solid #CCC;
	border-width: 1px 0px;
}

blockquote {
	margin: 7px 35px 7px 60px;
	font: 125%/140% Georgia, "Times New Roman", Times, serif;
	padding-left: 7px;
	clear: both;
	border-left: #CCC 2px solid;
}


blockquote div, blockquote script {
	display: none;
	visibility: hidden;
	height: 1px;
	width: 1px;
}

.authorcomment, .authorcomment .thename a, .authorcomment .thename a:visited {
	border-color: #7A0008;
	color: #7A0008;
}

.authorcomment .date {
	color: #C28C89;
}

.authorcomment .thename {
	color: #7A0008;
}
