/**
 * CSS for OFPEC FAQ
 *
 * Created 13 August 2008
 * Updated 09 December 2011
 *
 * @author bedges
 */


@import '/css/OFPEC_depotstyles.css';


#left_column {
	width:588px;
}

#middle_column {
	margin:0 0 0 20px;
}


/*------------------------------{   left column   }------------*/

#left_column .news_item h3 {
}

#left_column h2 {
	margin:20px 0 5px;
}

#left_column .news_item {
	width:566px;
	padding:10px 10px 0;
	background:#fdfcf7;
	border:1px solid #dad8cf;
	border-bottom:1px solid #c2bfb1;
	overflow:hidden;
}

#left_column .news_header {
}

#left_column .news_header h3 {
}

#left_column .news_header p.meta {
	padding:5px 0 0;
}

#left_column .news_content {
	padding:10px 0 0;
}

#left_column .news_content p {
	font-size:100%;
	padding:5px 0 7px;
}

#left_column .news_footer {
	width:566px;
	padding:5px;
}

#left_column .news_footer p {
}


/*------------------------------{   comments   }------------*/

.comment_holder,
.make_comment {
	float:left;
	width:586px;
	margin:5px 0;
	border:1px solid #222;
}

.comment_name {
	float:left;
	width:566px;
	background-color:#c5b69e;
	border-bottom:2px solid #8d8872;
	border-top:1px solid #fcf9ee;
	padding:3px 10px;
	font-weight:bold;
	color:#fcf9ee;
}

.comment_content {
	float:left;
	width:566px;
	padding:10px;
	border-top:1px solid #222;
}

.comment_admin {
	text-align:right;
	padding:0px 10px;
}

/*------------------------------{   'right' column   }------------*/

#middle_column h2 {
	font-size:140%;
}

#archive_container {
	width:279px;
	margin:0 auto;
}

.archive_month {
	float:left;
	width:40px;
	height:38px;
	margin:2px;
	background:#fdfcf7;
	border:1px solid #888;
	text-align:center;
	text-transform:uppercase;
	color:#ccc;
}

.archive_month .no_articles {
	width:30px;
	height:18px;
	padding:10px 5px;
	font-size:140%;
}

.archive_month a {
	display:block;
	width:30px;
	height:18px;
	padding:10px 5px;
	font-size:140%;
}

.archive_month a:hover,
.archive_month a.active,
.archive_month a.active:hover {
	background:#9d7973;
	text-decoration:none;
	color:#f8f4e4;
}

.archive_month .smaller {
	color:#111;
}

.archive_year {
	float:right;
	width:100%;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:140%;
	color:#888;
}

/*----------------------------{   class styles   }------------------*/

.smaller {
	font-size:60%;
}

tr.odd {
	background:#f8f4e4;
}

table.resource_list {
	margin:5px 0 10px;
	border:1px solid #838375;
}

.resource_list th {
	background:#d0bfa6;
	border-top:1px solid #fcf9ee;
	border-bottom:1px solid #67362e;
	text-transform:uppercase;
	font-size:small;
}

#searchtext {
	width:284px;
}

#middle_column .faq_menu ul li,
#middle_column .faq_menu ol li {
	list-style-type:none;
	line-height:normal;
	padding:3px 0 3px 10px;
}

#middle_column .faq_menu li li {
	line-height:95%;
}

.faq_menu ul li a.active {
	font-weight:bold;
}

