* {
	padding: 0px;
	margin: 0px;
}
/*cip*/
body {
	margin: 2px;
	background-color:#990000;
	font: 12px/14px "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif, "Times New Roman", serif;
	color: #000000;
}

.container{
	background-color:#FFFFFF;
	margin: 0 auto;
	}
	
.header{
	background-image:url(../img/logo.jpg);
	}
	
/*tabs*/
.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
text-align:center;
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
background-color:#009900;
background-repeat:no-repeat;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #81AC00; !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
/*background: black url(media/indentbg2.gif) center center repeat-x;*/
}

/* item */
.item {clear: both;}
.item .date {
	/*background: url(img/bgdate.gif) no-repeat;*/
	color: #FDD;
	float: left;
	height: 40px;
	text-align: center;
	width: 36px;
}
.item .date div {padding-top: 4px;}
.item .date span {font: normal 1.6em serif;}
.item .content {
	padding: 5px;
	float: left;
	width: 635px;
}
.item h1 {
	background: #7AAD30;
	color: #FFF;
	line-height: 40px;
	padding-left: 16px;
}
.item .body {padding: 12px 18px;}

/* main */
.main {float: left;
		background-color:#FFFFFF;
	}

/* navigation */
.navigation {
	background: white;
	float: right;
	margin-top:5px;
	margin-left: 1px;
	margin-right: 4px;
	width: 200px;
}
.navigation h1 {
	background: #7AAD30;
	color: #FFF;
	font-size: 1.3em;
	line-height: 40px;
	padding-left: 12px;
}
.navigation ul {margin: 0; padding: 0;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
.navigation li {
	border-bottom: 1px solid #D5E8AD;
	list-style: none;
	padding: 4px;
}
.navigation li a {
	/*background: #E8F6BF url(img/bgnavigation.gif) repeat-x;	*/
	color: #553;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.navigation li a:hover {
	background: #F0FFC6;
	color: #553;
}

/* footer */
.footer {
	background: url(../img/bgfooter.gif) repeat-x;
	color: #FFF;
	font-size: 1.1em;
	line-height: 29px;
	margin: 0 auto;
	text-align: center;
	width: 620px;
}
.footer a {color: #FFF;}
.footer a:hover {color: #FAFCB0;}
/*------------------------------------------
/*cip*/
/*----------------------------------------*/
#wrapper {
	margin: 0 auto;
	padding: 10px;
	background-color: #FFF;
	width: 800px;
}

/* FORM ELEMENTS */

#entercomment {
	width: 780px;
	margin: 0 auto;
	padding: 5px;
	border-top: 1px solid #777;
	background-color: #FFF;
	
}

#entercomment input, #entercomment textarea {
	border: 1px solid #CCC;
	background-color: #FFF;
	margin: 2px;
	padding: 2px;
}

/* END OF FORM ELEMENTS */




/* NAVIGATION FOR RECORDS */

.prevnext {
	width: 770px;
	padding: 10px;
	font: 11px/14px Verdana, lucida, arial, helvetica, sans-serif, "Times New Roman", serif;
	color: #777;
	text-align: left;
}

.prevnext a {
	color: #777;
}

.prevnext a:hover {
	text-decoration: none;
}

/* END OF NAVIGATION */




/* COMMENT PROPERTIES */

.comment {
	width: 400px;
	margin: 0 auto;
	padding: 0px;
	border: 1px solid #5992C3;
	margin-bottom: 10px;
}

.postertime {
	border: 1px solid #FFF;
	background-color: #5992C3;
	color: #FFF;
	font-size: 14px;
	padding: 2px 0 2px 10px;
}

span.poster a {
	font-size: 14px;
	color: #FFF;
	text-decoration: underline;
}

span.time {
	font-size: 10px;
	color: #EDEDED;
}

span.del a, span.del a:hover {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}

.usercomment {
	padding: 10px;
	width: 769px;
	text-align:left;
}

/* END OF COMMENT PROPERTIES */




/* CREDITS - PLEASE DO NOT REMOVE */

#credits, #credits p, #credits a {
	line-height: 14px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	color: #777;
}

