*{
    margin: 0;
	padding: 0;
}

body {
	background-color: #000; 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}

input:focus{
	border: 1px solid #414141;
}

a.nopurple:link { color: #FFF; }
a.nopurple:active { color: #FFF; }
a.nopurple:visited { color: #FFF; }
a.friend:visited { color: red; }
a.friend:link { color: red; }

#header {
	width: 980px;
	margin: 0px auto;
	height: 195px;
	background: url(../images/header.gif) #414141;
}

#header ul{
    padding-top:20px;
	list-style: none;
	float:left;
}

#header ul li {
	display: inline;
	float:left;
}

#header a {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 5px 15px 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
}

#accounts {
	font-size: 12px;
}

ul#menu2{
  float:right;
}

#page {
	width: 980px;
	margin: 0 auto;
	background: url(../images/page_bg.gif) repeat-y #005bff;
}

#content {
	float: left;
	width: 610px;
	background: url(../images/header_b.gif) no-repeat #005bff;
	padding-top:60px;
}

#generated_links{
	width: 99%;
	min-height: 50px;
	background-color: #FFF;
	border-style: solid;
	border-width: 1px;
	color: #000;
	font-size: 10px;
	padding-left: 2px;
	line-height:110%;
}

.post {
	padding-bottom: 15px;
	line-height: 200%;
}
.post h1 {
	font-weight: normal;
}

 .title {
	margin: 0;
	padding: 10px 0 0 20px;
	font-weight: normal;
}

.byline {
	border-bottom: 2px solid #000000;
	margin: -10px 20px 20px 20px;
}

.entry {
	padding: 0 0 0 0;
	background:  #001a49;
	width:600px;
	margin:0 auto;
}

/* Sidebars */

#sidebar1 {
	float: left;
}

#sidebar2 {
	float: right;
}

#sidebar2 p {
	margin-left: 2px;
}

.sidebar {
	float: left;
	width: 185px;
	min-height: 800px;
	padding: 0;
	font-size: 12px;
	background-color: #c9d5ec;
	color: #000;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 10px 0;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0 20px 0 5px;
	padding: 8px 0px;
	border-bottom: 1px #423525 dashed;
	color: #000;
}

#filehost_priority li {
	width: 200px;
	list-style: none;
	margin: 0 0 4px 0;
	padding: 10px;
	background-color:#00CCCC;
	border: #CCCCCC solid 1px;
	color:#fff;
}

#filehost_order{
float: right;
visibility: hidden;
}

#paypalbutton{
	margin: 0 20px 0 0px;
	padding: 8px 0px;
	border-bottom: 1px #423525 dashed;
	color: #000;
}

.sidebar li h2 {
	margin: 0 0 0 0;
	padding: 10px 15px;
	background-color: #001a49;
	font-size: 13px;
	color: #FFF;
}

.sidebar a {
	color: #8C0209;
}

#footer {
	width: 980px;
	height: 55px;
	margin: 0 auto;
	background: #001a49;
}

#footer p {
	margin: 0;
	font-size: smaller;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
	

}

#footer a {
	color: #FFFFFF;
}

#footer .rights {
	text-align:left;
	float:left;
}

#footer .disclaimer {
	text-align:center;
	float:left;
	padding-left:50px;
	font-size:large;
	color:#fff;
}
#footer .privacy {
	text-align:center;
	float:right;
}

/* tables */
table.tablesorter {
	color: #3D3D3D;
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
table.tablesorter thead tr th.nosort {
	background-image: #000;
	cursor: default;
}
