/* CSS Document */
/* MooFX Accordian */
.display {
	height: 19px;
	width: 473px;
	cursor: crosshair;
	background: url(i/title2.gif) no-repeat 50% 50%;
	margin: 5px 0px 5px 5px;
	color: #FFFFFF;
	font: 13px;
}

/* Span Classes */
.desc {
	color:#fff;
	font-size: 9px;
	margin: 0px 10px 0px 13px;
	}
/* Menu Link Classes */
.menu121 {
	float:left;
	width:121px;
	height:36px;
	background: url(link/menu.gif) no-repeat;	
	}
a.menu121:link, a.menu121:visited, a.menu121:active {
	background: url(link/menu.gif) no-repeat;
	}
a.menu121:hover {
	background: url(link/menu_h.gif) no-repeat center center;
	cursor:crosshair;
	}
.menu106 {
	float:left;
	width:106px;
	height:36px;
	background: url(link/menu.gif) no-repeat;	
	}
a.menu106:link, a.menu106:visited, a.menu106:active {
	background: url(link/menu.gif) no-repeat;
	}
a.menu106:hover {
	background: url(link/menu_h.gif) no-repeat center center;
	cursor:crosshair;
	}
.menu132 {
	float:left;
	width:132px;
	height:36px;
	background: url(link/menu.gif) no-repeat;	
	}
a.menu132:link, a.menu131:visited, a.menu131:active {
	background: url(link/menu.gif) no-repeat;
	}
a.menu132:hover {
	background: url(link/menu_h.gif) no-repeat 30% 50%;
	cursor:crosshair;
	}
.menu66 {
	float:left;
	width:66px;
	height:36px;
	background: url(link/menu.gif) no-repeat;	
	}
a.menu66:link, a.menu66:visited, a.menu66:active {
	background: url(link/menu.gif) no-repeat;
	}
a.menu66:hover {
	background: url(link/menu_h.gif) no-repeat center center;
	cursor:crosshair;
	}
	
/* Footer Link Classes */

.spacer {
	float:right;
	width:80px;
	height:1px;
	background: url(link/spacer.gif) repeat;
	}
.del {
	float:right;
	width:22px;
	height:22px;
	background: url(link/del.gif) no-repeat;
	}
a.del:link, a.del:visited, a.del:active {
	background: url(link/del.gif) no-repeat;
	}
a.del:hover {
	background: url(link/del_h.gif) no-repeat;
	cursor:crosshair;
	}
.digg {
	float:right;
	width:22px;
	height:22px;
	background: url(link/digg.gif) no-repeat;
	}
a.digg:link, a.digg:visited, a.digg:active {
	background: url(link/digg.gif) no-repeat;
	}
a.digg:hover {
	background: url(link/digg_h.gif) no-repeat;
	cursor:crosshair;
	}
.tech {
	float:right;
	width:22px;
	height:22px;
	background: url(link/tech.gif) no-repeat;
	}
a.tech:link, a.tech:visited, a.tech:active {
	background: url(link/tech.gif) no-repeat;
	}
a.tech:hover {
	background: url(link/tech_h.gif) no-repeat;
	cursor:crosshair;
	}
.blink {
	float:right;
	width:22px;
	height:22px;
	background: url(link/blink.gif) no-repeat;
	}
a.blink:link, a.blink:visited, a.blink:active {
	background: url(link/blink.gif) no-repeat;
	}
a.blink:hover {
	background: url(link/blink_h.gif) no-repeat;
	cursor:crosshair;
	}
.furl {
	float:right;
	width:22px;
	height:22px;
	background: url(link/furl.gif) no-repeat;
	}
a.furl:link, a.furl:visited, a.furl:active {
	background: url(link/furl.gif) no-repeat;
	}
a.furl:hover {
	background: url(link/furl_h.gif) no-repeat;
	cursor:crosshair;
	}
.reddit {
	float:right;
	width:22px;
	height:22px;
	background: url(link/reddit.gif) no-repeat;
	}
a.reddit:link, a.reddit:visited, a.reddit:active {
	background: url(link/reddit.gif) no-repeat;
	}
a.reddit:hover {
	background: url(link/reddit_h.gif) no-repeat;
	cursor:crosshair;
	}
.contact {
	float:right;
	width:144px;
	height:22px;
	background: url(link/contact.gif) no-repeat;
	}
a.contact:link, a.contact:visited, a.contact:active {
	background: url(link/contact.gif) no-repeat;
	}
a.contact:hover {
	background: url(link/contact_h.gif) no-repeat;
	cursor:crosshair;
	}
/* Basic Elements */

h1 {
	font: italic normal 16pt Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #fff;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	}
h2 {
	font: normal 13pt Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0px 0px 5px 10px;
	}
h3 {
	font: normal 11pt Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 5px 15px 5px 10px;
	}
a {
	color:#FFFFFF;text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	cursor:crosshair;
	}
a:visited {
	color: #DADADA;
	}

html,body{padding:0}
body{
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	background:url(bak/logo.gif);
	background-repeat: no-repeat;
	background-position: 5% 50%;
	color: #fff;
	}
p{
	margin:7px 10px 0px;
	color: #EAEAEA;
	line-height: 1.1em;
}

/* Dividers */

div#container{
	width:719px;
	margin:0px auto 0px auto;
	padding: 0px 15px 0px 15px;
	}
div#everything_right{
	width: 510px;
	float: right;
	}
div#head{
	height:87px;
	background:url(bak/head.gif);
	clear: both;
	}
div#menubar{
	height:42px;
	background:url(bak/menubar.gif);
	width: 510px;
	padding: 8px 0px 0px 0px;
	}
div#titlebar{
	height:36px;
	background:url(bak/titlebar.gif);
	}
div#main{
	background:url(bak/main.gif) no-repeat;
	padding: 10px 20px 0px 4px;
	width: 486px;
	color: #FFFFFF;
	}
div#footer{
	height:36px;
	background:url(bak/footer.gif);
	padding: 28px 28px 0px 0px;
	}
div#right_tail{
	height:86px;
	background:url(bak/right_tail.gif);
	}
div#everything_left{
	width: 209px;
	float: left;
	}
div#joinme{
	position: relative;
	height:50px;
	background:url(bak/joinme.gif);
	}
div#feedmain{
	position: relative;
	height:464px;
	background:url(bak/feedmain.gif);
	padding: 9px 6px 0px 12px;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	overflow: hidden;

	}
div#left_longtail{
	position: relative;
	height:195px;
	background:url(bak/left_longtail.gif);
	}
div#left_tail{
	position: static;
	height:48px;
	background:url(bak/left_tail.gif);
	}
div#left_space{
	position: relative;
	height:86px;
	}
	
/* Wordpress Styles */
.post {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.storytitle {
	font:15px;
	text-align:center;
	margin-bottom: 0px
	}
.meta {
	color:#fff;
	font-size: 9px;
	margin: 0px 0px 0px 13px;
	}
.feedback {
	text-align:right;
	margin-right: 13px;
	}
.textbox {
	background-color:#000032;
	color:white;
	border: 1px dashed;
	}


/* Feed Style */

.rss_box {
	}
.rss_items {
	margin-top:0px;
	padding:0.2em;
	}
p.rss_title {padding:0.5em;}
.rss_title {
	text-decoration: none;
	font-family: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	font-size: 12px;
	color:#fff;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
	}
.rss_title a{color:#fff;}
.rss_item  {
 	 font-family: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
 	 font-size: 12px;
 	 color:#111111;
 	 font-weight : normal;
 	 list-style:none;
 	 padding-bottom:1em;
	 line-height:7px;
	}
.rss_item a{
	text-decoration : none;
	color: #fff;
	line-height:10px;
	font-size: 12px;
	font-weight:lighter;
	font-family:small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	}
.rss_item a:visited {
	color:#bf4110;
	}
.rss_date {
	font-size: 7px;
	color: #fff;
	margin-left:20px;
	}
