@CHARSET "UTF-8";

body {
	background-color: #FFFFFF;
	background-image: url('../images/body_background.png');
	background-repeat: repeat-x;
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
}

a {
	color: black;	
}

ul {
	width: 130px;
	text-indent: -35px;
}

li {
	list-style-type: none;
	white-space: nowrap;
}

li a {
	text-decoration: none;
	color: black;	
}

li h1 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 3px;
}

li h2 {
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#pageContainer {
	position: relative;
	margin: 0 auto;
	width: 765px;
	background-color: transparent;
	/* border: solid black 2px; */
	/* padding: 2px; */
}

#header {
	position: relative;
	width: 100%;
	height: 131px;
	background-color: transparent;
	background-image: url('../images/header_background.png');
	color: white;
}

#headerLogo {
	width: 269px; 
	height: 102px;
	float: left;
	margin-top: 27px;
	margin-left: 20px;
	background-color: transparent;
	/*background-image: url('../images/header_logo.png');*/
	background-repeat: no-repeat;
}

#topBar {
	width: 100%;
	height: 15px;
}

#main {
	width: 100%;
	padding-top: 10px;
	background-color: #FFFFFF; 
}

#menu {
	position: relative;
	float: left;
	width: 135px;
	/* background-color: yellow; */
}

#rightBar {
	position: relative;
	float: right;
	width: 135px;
	/* background-color: #00dd00; */
	background-color: transparent;
}

#links {
	font-size: 10px;	
}

#mainArea {
	position: relative;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
	width: 475px;
	/* background-color: cyan; */
	background-color: transparent;
}

#footer {
	position: relative;
	float:left;
	width: 100%;
	/* height: 100px; */
	text-align: center;
	display: table;
}

.sidebarHead {
	width: 130px;
	height: 30px;
	background-image: url('../images/link_header.png');
	background-repeat: no-repeat;
	vertical-align: middle;
	display: table;
	margin: 0 auto;
}

.sidebarHeadText {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	font-family: helvetica, arial, sans-serif;
	color: white;
	vertical-align: middle;
	display: table-cell;
}

.storyContainer {
	position: relative;
	float: left;
	width: 100%;
	/* margin-top: 10px; */
	margin-bottom: 25px;
}

.storyDate {
	position: relative;
	float: left;
	width: 100%;
	text-align: left;
	font-family: helvetica, arial, sans-serif;
	font-size: 10px;
	color: #555555;
}

.storySubject {
	position: relative;
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
}

.storySubject a {
	color: black;
	text-decoration: none;
}

.storyMore {
	position: relative;
	float: left;
	font-size:12px;
	/* font-weight: bold; */
	color: #555555;
	background-color: #eeeeee;
	margin-top: 5px;
	width: 100%;
	padding: 5px;
	margin-bottom: 10px;
	/* margin-bottom: 5px; */
}

.storyMore a {
	text-decoration: none;
	color: #555555;
}

.commentList {
	margin: 5px;
}

.commentContainer {
	width: 100%;
	border: 1px solid black;
	margin-bottom: 5px;
	padding: 3px;
}

.commentByAuthorContainer {
	width: 100%;
	/* background-color: #33ddff; */
	background-color: #8eb1fb;
	background-color: #c3d6ff;
	border: 1px solid black;
	margin-bottom: 5px;
	padding: 3px;
}

.commentHeader {
	width: 100%;
	/* border-bottom: 1px solid black; */
	/* background-color: #DDDDDD; */
	background-color: transparent;
}

.commentSubject {
	position: relative;
	float: left;
	width: 100%;
	font-weight: bold;
}

.commentPoster {
	position: relative;
	float: left;
	background-color: transparent;
}

.commentPosted {
	position: relative;
	float: right;
	font-size: 10px;
	margin-right: 5px;
	background-color: transparent;
}

.commentBody {
	margin-top: 5px;
	position: relative;
	float: left;
	width: 100%;
	background-color: transparent;
}

#commentForm {
	margin-top: 10px;
}

.commentFormLine
{
	background-color: white;
	width: 480px;
	position: relative;
}
.commentFormLabel
{
	width: 100px;
	text-align: right;
	padding-right: 5px;
	white-space: nowrap;
	position: relative;
	float: left;
	/* background-color: gray; */
}

.commentFormInput
{
	text-align: left;
	padding-left: 5px;
	width: 300px;
	position: relative;
	float:left;
	/* background-color: yellow; */
}

.commentFormSubmit
{
	width: 100%;
	position: relative;
	float: right;
}

.pagination {
	text-align: center;
	margin-bottom: 10px;
}

.pagination a {
	text-decoration: none;
}

#username {
	width:95%;
}

#passwd {
	width:95%;
}

.userInfo {
	margin: 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

.userFormRow {
	position: relative;
	float: right;
	width: 100%;
	margin-top: 5px;
}

.userFormLabel {
	position: relative;
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 5px;
}

.userFormInput {
	position: relative;
	float: left;
	text-align: left;
}

.latestCommentContainer {
    position: relative;
    float: left;
    font-size: 9px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 2px;
    width: 95%;
}

.latestCommentHead {
    width: 100%;
    text-align: left;
}
.latestCommentHead a {
    text-align: left;
    text-decoration: underline;
}