/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .83em;
	color: #000;
	line-height:125%;
}
body {
	background-color: #FFFFFF;
}
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6699CC;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	font-size: 1.9em;
	font-weight: normal;
	color:#FFFFFF;
	border: 1px dotted #666666;
	margin-top:0px;
	background-color: #666666;
	padding-left: 5px;
	line-height: 1em;
	padding-top: 2px;
	padding-bottom: 2px;
}
h2 {
	font-size: 2.2em;
	font-weight: normal;
	color:#000;
	margin-top:0px;
	margin-bottom:10px;
	line-height: 1em;
	padding-top: 2px;
}
h3 {
	font-size: 1.9em;
	font-weight: normal;
	line-height: 1em;
	margin-top:0px;
	margin-bottom:17px;
}
h4 {
	font-size: 1.5em;
	color:#6f592e;
	font-weight:normal;
	line-height: 1em;
	margin-top:0px;
	margin-bottom:5px;
}
ul {
	margin-left: -29px;
}
li {
	list-style-position: outside;
	list-style-type: none;
	font-weight:bold;
}
#blog {
	z-index:1;
	width:980px;
	text-align:left;
	margin-top: 50px;

}
#column {
	position:relative;
	width:310px;
	float:left;
	margin-top:10px;
	border: thin double #CC9900;
}
#rightside {
	position:absolute;
	left:50%;
	width:348px;
	z-index:1;
	top:100px;
	margin-left: 142px;
	background-color:#fff;
	vertical-align: text-bottom;
}
#leftcolumn {
	width:250px;
	float:left;
	overflow: hidden;
}
#rightcolumn {
	width:250px;
	float:right;
	overflow: hidden;
}
#littlemodules {
	position:relative;
	float:right;
	background-color: #66FFFF;
	padding: 5px;
	margin: 3px;
	min-width:5em;
	max-width:25ex;
}
#blogmodule {
	width: 450px;
	background-color: #fff;
	float: left;
}
#blogposttext {
	padding:11px;
	border: 1px solid #666666;
}
#sitesearch {
	position:relative;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	border: 2px dashed #FF99FF;
	background-color:#fff;
	width: 511px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#linkmodule {
	float: left;
	width: 515px;
	position: relative;
	margin-left: 15px;
	text-align: left;
	margin-top: 15px;
}

#avclubmod {
	position:relative;
	float:left;
	width:145px;
	height:inherit;
	padding:4px;
}
#paypal {
	position:relative;
	float:left;
	width:73px;
	height:44px;
	margin-right:15px;
}
#ffbanner {
	position:relative;
	float:left;
	width:468px;
	height:60px;
	margin-bottom:10px;
}
#adsense {
	position:relative;
	width:inherit;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;}
#photos {
	position:relative;
	float:left;
	padding-bottom:20px;
	text-align: center;
	width: 515px;
}
#redditbox{ 
	width: 250px;
}
#oddbox{ 
}

#avclubbox{ 
	width: 250px;
}
#diggbox{ 
	width: 250px;
}
#stumblebox{ 
	width: 250px;
}
#deliciousbox{ 
	width: 250px;
}
#ynewsbox{ 
}
#photobox{ 
}
#listitem {
	border-bottom: 1px dashed #cccccc;
	padding-bottom:10px;
	margin-top:-2px;
}
#fakebullet {
	background-image: url(http://www.destabilizer.org/images/ace.gif);
	width:7px;
	height:7px;
	position:absolute;
	margin-left:-11px;
	margin-top:5px;
	float:left;
}
#postedby {
border-top: 1px solid #cccccc;
}
div.newsbox {
}
div.newsbox img {
	padding-right:7px;
	padding-top:3px;
}
div.newsbox a {
	font-size: 1.5em;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight:normal;
	line-height: 1.1em;
}
div.newsbox p {
	margin-top:-3px;
}
/*comments*/

.blogkommlink
{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.9em;
	font-weight: normal;
	line-height: 1em;

}

/*Box with the form elements*/
div.blogkbox
    {
    border-style:dashed; 
    border-width:1px; 
    padding:5px; 
    background:#EAEAEA;
	margin-left:2px; 
	margin-right:2px; 
	margin-top:20px; 
	margin-bottom:2px
}
/*Box around the comments*/
div.blogkcomments
    {
    border-style:dashed; 
    border-width:1px; 
    padding:5px; 
    background:#F6F6F6;
    color:#000;
    margin: 15px 2px 15px 2px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    }
div.dashedwrapper
    {
    border-style:dashed; 
    border-width:1px; 
    padding:5px; 

    background:#F9F9F9;
    color:#000;
    padding: 15px;
    }


/*Box around the recent comments sidebar*/     
div.blogkcommentsrecent
    {
    padding:5px; 
    border-style:dashed; 
    border-width:1px; 
    padding:5px; 
	background:#D8D8D8;
	color:#666666;
	margin:0.4em 25px;   
    }
span.blogkommlinks
   {
   /*empty for special link effect*/
   }
div.blogkLinks
   {
   /*empty for adjusting the [x comments]-link*/
   }
/*
 now handling tableless forms
 you don't have to edit from here 
 this goes back to an article at
 http://www.alistapart.com/articles/practicalcss/ 
 describing a code concept by eric meyer.

*/

div.blogkrow
	{
	clear: both;
  	padding:5px;
	}

div.blogkrow span.blogkLeftClmn
    {
    padding-top: 5px;
    float: left;
    width: 30%;
    text-align: right;
    }

div.blogkrow span.blogkRightClmn
   {
   padding-top: 5px;
   padding-left: 5px;
   float: left;
   width: 60%;

   }
.littletext {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-transform: uppercase;
}
.rsscontainer{
	margin-bottom: 5px;
}

.rsscontainer .rsstitle{ /*Style for .rsstitle DIV*/
	font-weight: bold;
}
.rsscontainer .rssdescription{ /*Style for .rsstitle DIV*/
	font-weight: normal;
}
.rssdescription {
	padding-top:5px;
}
.rsscontainer .rssdate{ /*Style for .rssdate DIV*/
	font-color: gray;
	font-size: 90%;
}
.rsspaginate{ /*Style for Pagination DIV*/
	text-align: left;
	padding: 2px 0;
	margin: 10px 0;
}
.rsspaginate form{ /*Style for Pagination DIV's form element*/
	margin: 0;
}
.rsspaginate .paginateselect{ /*Style for Pagination DIV's drop down menu*/
	border: 1px solid navy;
	margin: 0 10px;
}
.rsspaginate a{ /*Pagination links*/
	padding: 0 5px;
	text-decoration: none;
	border: 1px solid #FF99FF;
	color: navy;
	background-color: white;
}
.rsspaginate a:hover, .rsspaginate a.selected{
	color: #000;
	border: 1px dotted #0066FF;
}
 /*
-----------------------------------------------
Quick Edit and Delete Comment Icons
----------------------------------------------- */

/* Hide it now, show it later with dynamically-generated CSS */
.item-control {
   display:none;
}

.item-control a, .item-action a {
   text-decoration:none !important;
}

.widget-item-control {
  float: right;
}

.quick-edit-icon {
   background: url("http://www2.blogger.com/img/icon18_edit_allbkg.gif") no-repeat left;

   /* makes an 16x16 box */
   padding:8px;
   margin-left:7px;
   margin-bottom:2px;


}

.widget-item-control .quick-edit-icon { 
  background: url("http://www2.blogger.com/img/icon18_wrench_allbkg.gif") no-repeat left;
}

.delete-comment-icon {
   background: url("http://www2.blogger.com/img/icon_delete13.gif") no-repeat left;

   /* makes a 14x14 box */
   padding:7px;
}

.email-post-icon { 
	position:relative;
	top:-2px;
   background: url("http://www2.blogger.com/img/icon18_email.gif") no-repeat left;

   /* makes an 16x16 box */
   padding:8px;


}
