@charset "UTF-8";
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #575757;
}
#container {
	position:relative;
	top:20px;
	width: 920px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font  sizes */
	background-image:url(../images/main_bg.jpg);
	background-repeat:no-repeat;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #cecece;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 177px;
}

#sidebar1 h1{
	color:#e12228;
	font-size:16px;
	font-weight: normal;
}

h3{
	color:#e12228;
	font-weight:normal;
	font-size:16px;
}

#sidebar1 {
	font-size:12px;
	float: left;
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 15px 15px 15px; /* top and bottom padding create visual space within this div */
	margin: -4px 0px 0px 12px;
}

.subsub h4{
	color:#e12228;
	font-size:16px;
	font-weight: normal;
	margin:0px;
}

/* 
.subsub{
	position:absolute;
	top:650px;
	huh
}
 */

#sidebar2 h1{
	color:#e12228;
	font-size:14px;
	font-weight: normal;
}

#sidebar2 {
	font-size:12px;
	float: right;
	width: 130px; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: -8px 35px 0px 0px;
}

#sidebar2 a {
	font-size:14px;
	color:#575757;
	text-decoration:none;
}

#sidebar2 a:hover{
	font-size:14px;
	color:#e12228;
}

#sidebar1 a {
	color:#575757;
	text-decoration:none;
}


a {
	color:#282828;
	text-decoration:none;
}

a:hover{
	color:#e12228;
}

#mainContent h1{
	color:#e12228;
	font-size:26px;
	font-weight: normal;
}

#mainContent h2{
	color:#e12228;
	font-size:14px;
	font-weight: normal;
}

.genericItemTitle h2 {
	color:#e12228;
	font-size:26px;
	font-weight: normal;
} 


#mainContent {
	position:relative;
	margin: 10px 180px 15px 190px;
	top: 0px;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	padding: 0px 20px 0px 20px;
} 
#footer {
	position:relative;
	top:20px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #575757;
	}

#left_center{
	font-size:12px;
}

#right_center{
	font-size:12px;
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Comments */
div.itemComments {background:#f7fafe;border:1px solid #ddd;padding:16px;}
	
	div.itemComments ul.itemCommentsList {margin:0 0 16px;padding:0;list-style:none;}
	div.itemComments ul.itemCommentsList li {padding:4px;margin:0;border-bottom:1px dotted #ddd;}
	div.itemComments ul.itemCommentsList li img {float:left;border:2px solid #777;margin:0 4px 4px 0;padding:0;}
	div.itemComments ul.itemCommentsList li span.commentDate {padding:0 4px 0 0;margin:0 8px 0 0;border-right:1px solid #ccc;font-weight:bold;font-size:14px;}
	div.itemComments ul.itemCommentsList li span.commentAuthorName {font-weight:bold;font-size:14px;}
	div.itemComments ul.itemCommentsList li p {padding:4px 0;}
	div.itemComments ul.itemCommentsList li span.commentAuthorEmail {display:none;}
	div.itemComments ul.itemCommentsList li span.commentLink {float:right;}
	div.itemComments ul.itemCommentsList li span.commentLink a {font-size:11px;color:#999;text-decoration:underline;}
	div.itemComments ul.itemCommentsList li span.commentLink a:hover {font-size:11px;color:#555;text-decoration:underline;}

div.itemCommentsPagination {padding:4px;margin:0 0 24px 0;}
	div.itemCommentsPagination span.pagination {display:block;float:right;clear:both;}

div.itemCommentsForm h4.itemCommentsFormTitle {color:#135CAE;font-size:24px;margin:0 0 8px 0;padding:0;}
	div.itemCommentsForm form {}
	div.itemCommentsForm form label.formComment {display:none;}
	div.itemCommentsForm form label.formName {display:block;margin:12px 0 0 2px;}
	div.itemCommentsForm form label.formEmail {display:block;margin:12px 0 0 2px;}
	div.itemCommentsForm form label.formUrl {display:block;margin:12px 0 0 2px;}
	div.itemCommentsForm form label.formRecaptcha {display:block;margin:12px 0 0 2px;}
	div.itemCommentsForm form textarea.inputbox {display:block;width:350px;height:160px;margin:0;}
	div.itemCommentsForm form input.inputbox {display:block;width:350px;margin:0;}
	div.itemCommentsForm form input.button {margin:12px 0 0 0;padding:4px;border:1px solid #ccc;background:#eee;font-size:16x;}
	div.itemCommentsForm form span#formLog {margin:0 0 0 20px;padding:0 0 0 20px;font-weight:bold;color:#CF1919;}
	div.itemCommentsForm form .formLogLoading {background:url(../images/system/loading.gif) no-repeat left center;}


.itemBackToTop{ display:none }

.itemDateCreated{ display:none }
.catItemDateCreated{ padding-top:20;}
