/* @override http://efca/css/boards.css */

/* @group MESSAGE BOARDS */
.category,
.board						{ position:relative; padding:10px 0; border-bottom:1px solid #2d3541; } 
#primaryContent #feed		{ 
							  background:url(/images/feed_icon.gif) no-repeat left center; padding-left:22px; 
							  position:absolute; top:20px; right:10px;
							}
#primaryContent 			{ position:relative; }
.category h5,
.board h3					{ margin-bottom:.2em; }
#primaryContent .category h5{ font-size:1.4em; } 
#boards .category p			{ margin-top:5px; }
#boards table				{ width:100%; margin:25px auto 0; } 
#boards table th			{ padding:5px 0; background:#8f1f04; color:#fefefd; font-size:1.1em; text-align:left; }
#boards th.title			{ padding-left:5px; }
#boards #primaryContent table td			{ padding:10px 5px; font-size:1.2em; color:#333; border:1px solid #fdfdfc; border-width:0 1px 1px 0; }
#boards table td.title		{ width:120px; padding-left:5px;}
#boards .pagination			{ background:none; color:#6a9745; }
#boards table.pagination td	{ border:0; color:#6a9745; }

.comment						{ padding:10px; margin:25px 0 15px; border-bottom:1px solid #2d3541; }
#primaryContent .comment h5		{ margin:-10px -10px 1.5em; padding:10px; background:#8f1f04; color:#fff; }
#primaryContent .comment h5 a	{ color:#fff; margin-left:25px; }

#boards fieldset				{ margin:0; padding:0; border:0; } 
#boards label					{ display:block; font-size:1.3em; margin-bottom:.5em; font-weight:bold; }
#boards input,
#boards textarea				{ margin-bottom:1.5em; }
/* @end */