/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #EEF4FF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-color: #191919;
	background-image: url(/images/toph.gif);
	background-repeat: repeat-x;
}

h1, h2 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-color: #191919;
	font-size: 19px;
}

h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-color: #191919;
	}

a {
	color: #31519B;
}

a:hover {
	text-decoration: none;
}

#container {
width: 904px;
border-left: 1px solid #C7D9ED;
border-right: 1px solid #C7D9ED;
border-bottom: 1px solid #C7D9ED;
background: #FFFFFF;
padding: 0px;
margin: 18px 0 0 0;
margin-left: auto;
margin-right: auto;
} 


/* Header */

#header {
	background: #FFFFFF url(images/backgr.gif) repeat-x;
	width: 904px;
	height: 155px;
	margin: 0 auto;
	padding: 0 0 0 0;
}

/* Logo */

#editor {
	float: right;
	width: 221px;
	height: 139px;
	margin-top: 10px;
	padding: 0 8px 0 0;
	background: url(images/editor.gif) no-repeat;
}

#editor h2 {
	text-align: right;
	margin-top: 118px;
	padding-right: 10px;
	letter-spacing: 1px;
	font-size: 12px;
}

#editor a {
	text-decoration: none;
	color: #191919;
}

#editor a:hover {
}

#reallogo {
	height: 130px;
	float: left;
	padding: 27px 0 0 14px;
}

/* Menu */
#menu {
	position: absolute;
	width: 650px;
	top: 115px;
	padding: 0 0 0 0;
}

#menu ul {
	height: 27px;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 27px;
	padding: 5px 15px 0 15px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 14px;
	color: #000000;
}

#menu a:hover, #menu .active a {
	background: url(images/buttonblue.gif) repeat-x;
	color: #FFFFFF;
}

/* Content */

#content {
	width: 904px;
}

/* Posts */

hr {height:0;border:0;border-top:1px solid #BBBBBB;}


#posts {
	float: left;
	width: 647px;
	padding: 0 14px 0 14px;
	font-size: 13px;
}


.post {
	padding-bottom: 1em;
}

.post h2 {
	clear: both;
	font-weight: normal;
	text-transform: uppercase;
}

.post h2 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
}




.post .date {
	height: 20px;
	border-bottom: 1px solid #D1D9ED;
	font-size: 12px;
	font-weight: normal;
}

.post .story {
	padding: 0;
	line-height: 1.6em;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.post .meta {
	padding: 0;
	font-size: x-small;
}

.post .meta span {
}

.post .meta p {
	margin: 0;
}

.post .meta a {
}

.post .meta a:hover {
}

.post .category {
}

.post .comments {
}

/* Bar */

#bar {
	float: left;
	width: 219px;
}

/* results page */

.bottomresults {
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #EDF0F8;
}

/* Box Style */

.boxed {
	border: 1px solid #F2E6D6;
	margin-bottom: 20px;
	background: #FFF8F3;
}

.boxed h3 {
	clear: both;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	height: 24px;
	margin: 0 0 2px 0;
	padding: 10px 0 0 10px;
	background: url(images/orangeb.gif) repeat-x;
}

.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxed li {
	padding: 10px;
	font-size: small;
}

.boxed a {
	text-decoration: none;
	font-weight: bold;
	color: #EB850C;
}

.boxed a:hover {
	color: #DC6E1D;
}

.boxed .active, .boxed .active a {
	background: #9CF04A;
	color: #FFFFFF;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 0 20px 0;
	text-align: center;
	font-size: x-small;
	color: #191919;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #191919;
}

#copy {
}

#feed {

