@charset "utf-8";
/* 
'' Attempt to handle weird standards
'' Mode... God I love standards
*/
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	height: 100%;
	width: 100%;
	margin:0;
	background:url(../imgs/bg3.jpg) fixed repeat-x top;
	/*background:url(../imgs/bg2.jpg);*/
}

#main {
	width:1000px;
	border:10px solid white;
	min-height:300px;
	/*position:absolute;
	left:50%;
	margin-left:-510px;*/
	margin: 0 auto;
	background:#FFF;
}

/* Begin Header Information */
#header {
	width:1000px;
	height:473px;
}

/* The Header Title Strip */
#titlebar {
	height:46px;
	color:#FFF;
	line-height:46px;
	padding-left:15px;
}

#titlebar a, #titlebar a:link, #titlebar a:visited, #titlebar a:active{
	color:#CCC;
	padding-left:15px;
	text-decoration:none;
}

#titlebar a:hover {
	color:#999;
}


/* The main part of the header */
#headbar {
	height:388px;	
}

/* Add a fill to adjust inner content levels*/
#headfil {
	height:190px;
	line-height:35px;
	padding:0 15px;
	color:#FFF;
	text-align:right;
}
#learnbar {
	color:#FFF;
	line-height:26px;
}
#learnbar h3 {
	display:inline;
	padding:0 40px 0 120px;
}

#headstuf {
	height:165px;
}
#what {
	width:410px;
	color:#FFF;
}

/* Seach Bars */
#searchbar {
	padding:43px 0px 0px 55px;	
}
#searcher {
	height:35px;
	border:0;
	background:none;
	color:#999;
	width:275px;
	line-height:35px;
}
#submiter {
	width:80px;
	height:40px;
	color:#666;
	line-height:35px;
}
#submiter:hover {
	color:#000;
}

/* Links part of the header */
#linkbar {
	height:37px;
	padding:0px 15px 0 15px;
}
#linkbar>ul, #linkbar>ul>li{ 
	display:inline-block;
	list-style:none;              /* Default the inline list */
	height:34px;
	margin:0;
	padding:0;
	float:left;
}
#linkbar>ul>li{
	padding:10px 7px 0px 7px;	  /* Adjust the padding =P */
}

#linkbar>ul>li:hover>ul {
	display:inherit;
}
#linkbar>ul>li>ul {
	background: white;
	border:#666 solid 3px;
	padding: 5px;
	padding-top: 0;
	display:none;
	position: absolute;
	float: none;
	z-index: 3;
}
#linkbar>ul>li>ul>li {
	padding-top: 7px;
	display: block;
	float: none;
}

#linkbar a, #linkbar a:link, #linkbar a:visited, #linkbar a:active {
	padding:3px 0 5px 0;
	display:block;
	border-bottom:none;
	cursor:pointer;
	color:#666;
	text-decoration:none;
}
#linkbar a:hover {
	color:#999;
}

/* side bar styles */
#sidebar {
	padding-left:0px;
	max-width:375px;
	float:right
}

#sidebar a {
	color:#999;
	text-decoration:none;
}

#sidebar a:hover {
	color:#666;
}

.sideword {
	width:375px;
	clear:both;
}

/* Main Body Wrapper */

#content {
	padding-top:10px;
	padding-bottom:25px;
	margin-bottom:25px;
}

#footer {
	clear:both;
	padding: 25px 0 20px 0px;
	color:#999;
	font-size:12px;
}

#footer a {
	color:#666;
	text-decoration:none;
	border-bottom:0px dotted #666;
}
#footer a:hover {
	color:#999;
}

#footer #slide {
	background:url(../imgs/slide.jpg) repeat-x top left;
	height:16px;
	border:1px solid #eeeeee;
	padding:5px;
	color:#999;
	margin-bottom:10px;
}

#display {
	width:600px;
	margin-right:0px
}

/* Determine left or right float */
.left {
	float: left;
}

.right {
	float: right;
}

/* network menu */
#network {
	padding-right:15px;
	display:block;
	cursor:pointer;
}
/* titles */
h3.story_head {
	margin:0 0 5px 0;
	padding:0;
	font-size:24px;
}
h3.story_head a, h3.story_head a:link, h3.story_head a:visited, h3.story_head a:active {
	text-decoration:none;
	color:#333;
	display:block;
}
h3.story_head a:hover {
	color:#666;
}
.story_info {
	padding-left:20px;
	background:url(../imgs/calendar.png) center left no-repeat;
}
.story_info, .story_by {
	font-size:12px;
	color:#CCC;
	margin-bottom:10px;
}
.story_write {
	margin:10px 0;
	font-size:12px;
	line-height:18px;
}
.story_write a, .story_write a:link, .story_write a:visited, .story_write a:active {
	text-decoration:none;
	border-bottom: 0px dotted;
}
.post_info span {
	padding-left:20px;
	font-size:12px;
	color:#999;
}
.post_info span a, .post_info span a:link, .post_info span a:visited, .post_info span a:active {
	color:#666;
	text-decoration:none;
	border-bottom:1px dotted #999;
}
.post_info span a:hover {
	color:#999;
}
.story_tags {
	background:url(../imgs/notebook.png) center left no-repeat;
}
.story_comments{
	background:url(../imgs/balloon.png) center left no-repeat;
}
.story_archive {
	background:url(../imgs/archive.png) center left no-repeat;
}
.story_by a, .story_by a:link, .story_by a:visited, .story_by a:active {
	color:#666;
	text-decoration:none;
}
.story_by a:hover {
	color:#333;
}
.story {
	margin: 15px 0 0 0;
	padding: 0 0 25px 0;
	border-bottom: 1px dotted #ccc;
}
/* Default advertising styles */
.advert {
	background:#FeFeFe;
	border:#E8E8E8 1px solid;
	margin-bottom:10px;
}
.advert a.ad, .advert a.ad:link, .advert a.ad:visited, .advert a.ad:active {
	padding:25px;
	display:block;
	color:#999;
	text-decoration:none;
	border:1px solid white;
}
.advert a.ad:hover {
	color:#666;
}

.smallad {
	background:#FeFeFe;
	margin:0 0 10px 0;
	float:left;
	text-align:center;
}

.smallad a.ad, .smallad a.ad:link, .smallad a.ad:visited, .smallad a.ad:active {
	padding:14px;
	display:block;
	color:#999;
	text-decoration:none;
	border:#E8E8E8 1px solid;
	width:95px;
	height:95px; 
}
.smallad a.ad:hover {
	color:#666;
}

.adspace {
	clear:right;
}

.totop {
	padding-right:20px;
	background:url(../imgs/top.png) no-repeat;
}

.comments a, .comments a:link, .comments a:visited, .comments a:active, .comments a:hover {
	text-decoration:none;
}

.side_tags ul, .side_tags ul li {
	list-style:none;
	margin:0;
	padding:0;
}

#sidebar h3 {
	margin:10px 0 5px 0;
}

.lilblock {
	width:50%;
}

table a {
	color:#333;
	text-decoration:none;
}