/*  
Theme Name: EelTank
Theme URI: http://www.eeltank.com/
Description: EelTank 5.5
Version: 5.5
Author: Scott Bradford
Author URI: http://www.scottbradford.us/

	Copyright (c) 2009-2013, EelTank Creative Enterprises
	All Rights Reserved

*/

body
	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 12px;
	background: #efefef url('./images/bg.png');
	color: #000000;
	line-height: 1.5;
	}

a
	{
	color: #000099;
	text-decoration: Underline;
	font-weight: bold;
	}

a:active
 	{
	color: #660000;
	}

a:hover
 	{
	color: #660000;
	}	

td.toprow
	{
	background: #efefef url('./images/bg-top.png');
	}
td.botrow
	{
	background: #efefef url('./images/bg-bot.png');
	}
td.leftcol
	{
	background: #ffffff url('./images/bg-left.png');
	}
td.rightcol
	{
	background: #ffffff url('./images/bg-right.png');
	}
td.mainbox
	{
	background: #ffffff;
	}
img.foverlay
	{
	position: absolute;
	}
div.titlebox
	{
	width: 100%;
	height: 70px;
	text-align: right;
	}
div.titlebox h1, div.titlebox h2
{
	margin: 0px;
	font-weight: bold;
}
div.titlebox h1 { font-size: 24px; }
div.titlebox h2 { font-size: 18px; }

div.post h2 {
	text-align: center;
	font-size: 18px;
}
hr {
	width: 50%;
	height: 3px;
	margin-top: 14px;
	margin-bottom: 14px;
	border: 0px;
	border-bottom: 1px solid #999999;
	}

p.copywarn {
	font-size: 10px;
	margin-top: 50px;
	text-align: center;
}

/* wordpress specific */
div.entry img {
	border: 0px none;
}

img.alignright {
	float: right;	
}

img.alignleft {
	float: left;	
}

/* feeds and other front page stuff */
table.feedbox, table.feedbox tr, table.feedbox tr td {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
table.feedbox {
	width: 100%;
}
table.feedbox td {
	width: 50%;
}
table.feedbox td p, div.feedbox-half p {
	text-align: center;
}
div.feedbox-half {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}

img {
	border: 0px;
}

.widgettitle, .widget .more, .widget hr { display: none; }

.contentStream { width: 370px; margin: 0 auto; }

.widget ul { padding: 1em; margin: 1em; }