* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#777;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:none;
}

/* body */
body {
	background:#ffffff;
	color:#555;
	font:0.8em Arial, Helvetica, "bitstream vera sans", sans-serif;
}

/* header */
#header {
	height:80px;
	margin:0 auto;
	width:900px;
}
#header h1 {
	color:#888;
	font-size:300%;
	text-align:left;
	padding:5px;
	margin-bottom:-20px;
}
#header h2 {
	color:#CCC;
	padding:5px;
	font-size:200%;
	text-align:left;
}

#header span {
	float:right;
}

/* navigation */

#navcontainer {
	margin:0 auto;
	width:900px;
	text-align:center;
	padding:5px;
}
#navcontainer ul {
	padding: 0;
	margin: auto 0;
	background: url(../images/menuBackground.gif) repeat-x left top;
	float: left;
	width: 100%;
}
#navcontainer ul li { 
	display: inline;
}
#navcontainer ul li a {
	color: #626161;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	font-size:18px;
	padding:11px 30px;
}
#navcontainer ul li a:hover {
	background: url(../images/menuBackgroundActive.gif) repeat-x left top;
	color: #fff;
}
#navcontainer ul li #current {
	background: url(../images/menuBackgroundActive.gif) repeat-x left top;
	color: #fff;
}

/* content */
#content {
	height:auto;
	margin:0 auto;
	padding:0 0 20px;
	/*width:740px;*/
}

#content p {
	padding:10px 10px 0 0;
	font-size:14px;
}

#footer {
	border-top:1px solid #999; 
	height:50px;
	margin:20px auto;
	padding:10px;
	text-align:center;
	width:900px;
}

#container_index hr {
	border-top:1px solid #999; 
	height:10px;
	margin:20px auto;
	text-align:center;
	width:900px;
}

#mainContent { 
	margin: 60px 250px 20px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 

#mainContent_index { 
	margin: 60px 250px 20px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 

#mainContent_index h2 {
	font-size:200%;
}

#mainContent_index ul {
	margin: 5px 5px 5px 20px;
	font-size:150%;
}

#mainContent_index ul li {
	padding: 10px;
}

/* begin border corners*/
.t {background: #ffffff url(../images/dot.gif) 0 0 repeat-x;}
.b {background:url(../images/dot.gif) 0 100% repeat-x}
.l {background:url(../images/dot.gif) 0 0 repeat-y}
.r {background:url(../images/dot.gif) 100% 0 repeat-y}
.bl {background:url(../images/bl.gif) 0 100% no-repeat}
.br {background:url(../images/br.gif) 100% 100% no-repeat}
.tl {background:url(../images/tl.gif) 0 0 no-repeat}
.tr {background:url(../images/tr.gif) 100% 0 no-repeat; padding:1px 20px} 
/* end border corners*/

/* begin news border corners*/
.n_t {background: #eeeeee url(../images/n_dot.gif) 0 0 repeat-x;}
.n_b {background:url(../images/n_dot.gif) 0 100% repeat-x}
.n_l {background:url(../images/n_dot.gif) 0 0 repeat-y}
.n_r {background:url(../images/n_dot.gif) 100% 0 repeat-y}
.n_bl {background:url(../images/n_bl.gif) 0 100% no-repeat}
.n_br {background:url(../images/n_br.gif) 100% 100% no-repeat}
.n_tl {background:url(../images/n_tl.gif) 0 0 no-repeat}
.n_tr {background:url(../images/n_tr.gif) 100% 0 no-repeat; padding:1px 20px} 
/* end news border corners*/

.postinfo {
	padding-bottom: 16px;
	border-bottom: 1px solid #C8D0CA;
}

.postauthcat {
	background: url('../images/iconcat.gif') no-repeat left center;
	margin-top: 0px;
	padding: 1px 0px 2px 19px;	
}

.postcomment {
	background: url('../images/iconcom.gif') no-repeat left center;
	margin-top: 0px;
	margin-left: 10px;
	padding: 1px 0px 4px 19px;
}

.rocks {
	float: right;
	background: url('../images/rocks.gif') no-repeat left center;
	color:#FFFFFF;
	width: 55px;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	padding: 7px 0px 13px 0px;
	margin: 0px 12px 0px 0px;
}
.rocks span, .sucks span {
	display: block;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.sucks {
	float: right;
	background: url('../images/sucks.gif') no-repeat left center;
	color:#FFFFFF;
	width: 55px;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	padding: 7px 0px 13px 0px;
	margin: 0px 12px 0px 0px;
}

#writecomment {
	margin-top: 20px;
	padding: 10px 10px 10px 15px;
}

#writecomment p {
	margin: 10px;
}

form {
	padding: 0;
	margin: 0;
	font-size:14px;
}


.commentform textarea {
	width: 95%;
	padding: 2px;
	border: 1px solid #444444;
	max-width: 95%;  /*RESTRICT SAFARI RESIZE */
	max-height: 150px; /* RESTRICT SAFARI RESIZE */
	}

.commentform input {
	height: 22px;
	font-size:14px;
	margin: 0px 7px 0px 0px;
	border: 1px solid #444444;
}

.commentform #submit {
	height: 28px;
	background-color: #C8D0CA;
	border: 1px solid #444444;
	color: #444444;
	}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	margin:0px 0 20px 0;
}

.biggerfont {
	font-size: 110%;
}

#sidebar1 ul {
	margin: 5px 5px 5px 20px;	
}

#container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 60px auto; /* the auto margins (in conjunction with a width) center the page */
} 

.validationerror ul{
	color:#CC0000;
	margin: 5px 5px 5px 20px;	
}

.info {
	background-color:#FAD163; 
	padding: 10px 10px 10px 10px; 
	margin: 5px 5px 5px 20px; 
	width:90%;
    color:black; 
	font-weight:bold; 
	font-family: Arial,Verdana,Helvetica,sans-serif; 
	text-align:center;
}
.requiredfield {
	color:#CC0000; 
	font-style:italic; 
	font-size:12px; 
	font-weight:normal;
}

