@charset "utf-8";


body {
	margin: 0px;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url('http://www.ashleyjohnpigford.com/bgscript/frame-img.php') fixed;

}

#header {
	border-left-width: 0px;
	border-left-color: #CCCCCC;
	background-color: #000000;
        height: 34px;
}

#wrapper {
	width: 900px;
        height: 100%;
	text-align: left;

}
#blackbar {
	width: 100%;
	position: relative;
	height: 30px;
	margin-top: -30px;
	background-color: #000000;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;	
}

.selector {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;	
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-color: #000000;
	border: 1px solid #333333;
	text-decoration: none;

}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-color: #000000;
	border: 1px solid #333333;
	margin-top: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	vertical-align: bottom;
}

option {
	margin-top: 2px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
	vertical-align: bottom;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	color: #cccccc;


}

.optionhighlight {
	color: #000000;
        background-color: #333333;

}
#main #navLink a{
	text-decoration: none;
	color: #68a6c7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;	
}

 #main #contentArea {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	float: left;
 	width: 690px;
	padding-top: 10px;
	margin-right: 10px;
        background-color: #d9d9d1;
}



#main #sideBar {
	float: left;
 	width: 690px;
	padding-top: 10px;
	margin-right: 10px;
        background-color: #d9d9d1;

	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #000000;

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}

#main #sideBar h2{

	font-family: Arial, Helvetica, sans-serif;

	font-weight: normal;

	font-size: 14px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 10px;

	margin-left: 0px;

}

#main #sideBar ul{

	list-style-type: none;
	padding-left: 10px;
	margin-top: 0px;
	margin-left: 0px;

}

#main #sideBar ul li{

	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	background-color: #000000;	

}

#main #sideBar ul li ul{

	padding-left: 0px;

	margin-left: 0px;

}

#main #sideBar ul li ul li{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	line-height: 7px;

	margin-bottom: 3px;

	padding-left: 5px;

	border: none;

}

#main #sideBar ul li ul li a{

	color: #333333;

	text-decoration: none;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	display: block;


}

#main #sideBar ul li ul li.recentcomments a{

	display: inline;

}

html {
		height: 95%;
	}

* html #main #sideBar ul li ul li a{
	width: 190px;
	margin-top: -8px;
}

* html #wrapper {
	height: 100%;
	background-color: #000000;	
}

#main #sideBar ul li ul li a:hover{

	color: #68a23e;
	text-decoration: none;


}

#header #headLeft {

	padding: 10px;

	text-align: left;

	float: left;

	width: 690px;





}

#header /*TITLE AND HEADLINE */

#siteTitle {

	font-family: Arial, Helvetica, sans-serif;

	font-weight: normal;

	color: #999999;

	text-align: left;

	font-size: 10px;

	text-decoration: none;

}

#siteTitle a{

	text-decoration: none;

	color: #999999;

}

#siteTitle a:hover{

	text-decoration: underline;
	color: #68a23e;

}



#header #siteTagLine {

	color: #CCCCCC;

	font-size: 14px;

}

#header #headSpace{
	height: 10px;
}

#header #navigation a{

	color: #777777;
	font-size: 11px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-color: #000000;	
}

#header #navigation a:hover{

	text-decoration: none;
	color: #68a23e;
	display: block;
	background: #111111;

}

#header #navigation ul {

	float:				right;
	list-style:			none;
	width:				200px;
	border-top:			1px solid #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#header #navigation ul li {

	border-bottom:		1px solid #333333;
	line-height: 14px;

}

#header #search {

	float: right;

	width: 80px;

	border-left-width: 1px;

	border-left-style: dashed;

	border-left-color: #ffffff;

	text-align: left;

	height: 40px;



}

#header #search:hover ,

#header #search input#searchsubmit:hover{

	background-color: #EEEEEE;

}

#header #search form{

	margin-top: 15px;

	margin-bottom: 0px;

}

#header #search input.text{

	width: 68px;

	height: 68px;

	margin: 0px;

	padding: 0px;

}

#header #search input#searchsubmit{

	background-color: #F7F7F7;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #CCCCCC;

	font-weight: bold;

	text-transform: uppercase;

	letter-spacing: 1px;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

	margin-top: 12px;

}

#header #rss {

	float: right;

	width: 80px;

	border-right-width: 1px;

	border-left-width: 1px;

	border-right-style: dashed;

	border-left-style: dashed;

	border-right-color: #CCCCCC;

	border-left-color: #CCCCCC;

	margin-right: 10px;

	text-align: left;

	background-image: url(images/rssbg.gif);

}

#header #rss a{

	display: block;

	height: 20px;

	padding-top: 10px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	text-decoration: none;

	color: #CCCCCC;

	font-weight: bold;

	text-transform: uppercase;

	letter-spacing: 1px;

}

#header #rss a:hover{
	background-image: url(images/rssbghover.gif);
}

.post {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	padding: 10px;
	padding-right: 60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
}



.post .entry {

	text-align: left;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #cccccc;
        line-height: 18px;
}

img {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;

        border: solid;
        border-color: #ffffff;
        border-width: 1px;

}



a:hover img { 

        border: dashed;
        border-color: #68a23e;
        border-width: 1px;

}



.post a{

	text-decoration: none;

	color: #68a23e;

}

.post a:hover{

	text-decoration: underline;

}



.post .posttitle {

	text-decoration: none;


	font-style: italic;


	font-size: 18px;

	color: #333333;

	display: block;

	font-family: Georgia, "Times New Roman", Times, serif;

	padding-bottom: 10px;

}



.post .posttitle a {

	text-decoration: none;

	font-weight: bold;

	font-size: 16px;

	color: #68a23e;

	display: block;

	font-family: Arial, Helvetica, sans-serif;

}



.post .posttitle a:hover {

	background-color: #ffffff;

}

.post .post-info, .post .postmetadata {

	font-size: 10px;

}

#footer{

	width: 670px;
	clear: left;
	height: 24px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding: 10px;
	background-color: #000000;
}

#footer, #footer a{

	text-decoration: none;

	color: #999999;

	font-family: Arial, Helvetica, sans-serif;


}

#footer #themeData {

	float: right;

	font-size: 9px;

	padding-top: 2px;

}

#footer  #copyright {

	font-size: 9px;

}

#footer  #copyright a:hover {

	text-decoration: underline;

	color: #68a23e;



}


#commentDiv{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding:10px;

}

#commentDiv a{
	color: #68a23e;
	text-decoration: none;
}

#commentDiv #commentform textarea#comment{
	width: 670px;
}

#commentDiv #comments, #respond{
	margin: 0;
	padding:1em 0 0 0;
}

#commentDiv #commentform {

}

#commentDiv .commentnum {
	font-size:1.5em;
	font-weight:bold;	
	margin:0 5px 0 0;
}

#commentDiv .commentlist {
	margin: 1em 0;
	padding: 0;		

}

#commentDiv .commentlist li {
	list-style:none;
	margin: 0;
	padding: 0.5em 0.5em 2em;	
	background-color: #d3d3c7;	
        margin-bottom: 6px;
}

#commentDiv .commentlist li.alt {
	background-color: #d3d3c7;
	margin-bottom: 6px;
}

#commentDiv .commentlist li.authorcomment {

}

#commentDiv .commentlist li .cmtinfo {
	font-size:1em;			
}

#commentDiv .commentlist li cite {
	font-style:normal;
	font-weight:bold;
}

#commentDiv .commentlist li .cmtinfo em {
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
}
.captionText {
	font-size: 10px;
	line-height: 16px;
        color: #666666;
}

.captionTable {
	font-size: 10px;
	line-height: 20px;
        color: #666666;
	padding-right: 20px;
	left: 10px;	
	padding-top: 10px;
	padding-bottom: 10px;
}
.captionTable td{
	padding-right: 16px;
}

.newsTable {
	font-size: 11px;
	line-height: 16px;
        color: #333333;
	padding-right: 20px;
	left: 10px;	
	padding-top: 10px;
	padding-bottom: 10px;
}