/* 
	Author: Wade Meredith
	Author URI: http://wademeredith.com
*/

/* Begin CSS Reset Reloaded by Eric Meyer | http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: myriad pro, verdana, arial, san-serif;
	vertical-align: baseline;
	text-decoration: none;
	color: #333;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.2;
	color: #fff;
	background: #000;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End CSS Reset */

#package {
 position: absolute;
 left: 50%;
 background: #000;
 margin: 0 0 0 -320px;
 width: 640px;
 -webkit-text-size-adjust: none;
}

#header {
 background: #000;
 float: left;
 width: 640px;
 height: 126px;
 margin:  5px 0 0 0;
}

.hidden {
 display: none;
}

h2 {
 color: #fff;
 font-size: 24px;
}

h2 a:visted {
 color: #fff;
}

h1 {
 font-size: 36px;
 color: #fff;
}

h1 a {
 font-size: 36px;
 color: #fff;
}

#title a {
 color: #fff;
}

#menu {
 background: #000;
 color: #fff;
 float: left;
 font-size: 14px;
 margin: 5px 0 0 0;
 height: 132px;
 width: 640px;
 text-align: center;
}

#menu a {
 text-decoration: none;
}

#cube1 {
 float: left;
 width: 106px;
 height: 110px;
 margin: 18.3px 9.15px 18.3px 18.3px;
}

#cube2345 {
 float: left;
 width: 106px;
 height: 110px;
 margin: 18.3px 9.15px 18.3px 9.15px;
}

#cube6 {
 float: left;
 width: 106px;
 height: 110px;
 margin: 18.3px 0px 18.3px 9.15px;
}

#about {
 color: #000;
 font-family: verdana, arial, san-serif;
 font-size: 12px;
 height: 200px;
 margin: 25px;
 width: 350;
}

#about a {
 color: #333;
 text-decoration: underline;
}

#about p{
 margin: 0 0 10px 0;
}

#cont {
 float: left;
 font-family: verdana, arial, san-serif;
 font-size: 12px;
 margin: 5px;
 width: 630px;
}

#cont a {
 color: #f90;
 text-decoration: underline;
}

#cont p {
 margin: 0 0 10px 0;
}

.fieldset .textfield {
 border: solid 1 #acbec1;
}

#content {
 width: 640px;
}

#sectitle {
 color: #fff;
 font-family: arial black, san-serif;
 text-align: center;
 margin: 10px;
}

#adsense {
 float: left;
 /*background: #f5f5f5;
 border-top: 1px solid #e5e5e5;
 border-bottom: 1px solid #e5e5e5;*/
 margin: 5px 20px 6px 0px;
 height: 25px;
 width: 525px;
 text-align: center;
 padding: 5px 0 0 0;
}

#feedblock1 {
 float: left;
 margin: 5px;
 letter-spacing: .01cm;
 text-align: left;
 width: 630px;
}

#feedblock_last {
 float: left;
 margin: 5px 0 0 0;
 letter-spacing: .01cm;
 text-align: left;
 width: 630px;
}

#feedtitle {
 color: #fff;
 font-size: 40px;
 font-weight: bold;
 margin: 10px 0 10px 0;
}

#feedtitle a{
 color: #fff;
}

#singletxtfeedwrap {

}

#txtfeeditems {

}

#txtfeeditems li {
 border-top: 1px solid #fff;
 font-size: 30px;
 margin: 0 0 10px 0;
 padding: 9px 0 3px 0;
 width: 624px;
 }

#txtfeeditems li a {
 color: #f90;
 margin: 0 0 0 5px;
}

#txtfeeditems li a:visited {
 color: #999;
}

#txtfeeditems li a:hover,  {
 color: #fff;
}

#footer {
 font-size: 15px;
 color: #fff;
 background: #000;
 border-top: 1px solid #fff;
 clear: both;
 width: 624px;
 margin: 15px 0 15px 0;
}

#footer a {
 color: #f90;
 }

#top {
 font-size: 30px;
 font-weight: bold;
 margin: 5px 0 0 5px;
 float: left;
}

#credit {
 float: right;
 font-size: 24px;
 margin: 5px 0px 20px 0;
 color: #fff;
}

#version {
 clear: both;
 color: #999;
 font-size: 18px;
 text-align: center;
 margin: 0 0 0 0;
 width: 630px;
)

.center {
	text-align: center;
}