/*
Theme Name: FEN Default
Theme URI: http://freeexpression.org/
Description: The Free Expression Network WordPress theme.
Version: 2.1
Author: Ira Sher
Author URI: http://www.freeexpression.org/
Tags: custom header, fixed width, two columns

	FEN v2.1
	 http://www.freeexpression.org/

	This theme was built by Ira Sher

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body,html{
	background-color: #bdbdc0;
	padding:0;
	margin: 0;
	font:13px georgia;
	color: #333;
	height: 100%;
}
a{ 
	text-decoration:none;
	color: #000000;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}
#container{
	text-align:left;
	margin: 0 auto 0 auto;
	width: 751px;
	background-color: #fff;
	min-height: 100%;
}
#header{
	height: 130px;
	width: 751px;
}
#footer{
	position: relative;
	text-align: center;
	margin: -21px auto 0 auto;
	bottom: 0px;
	width: 751px;
	height: 16px;
	color: #666;
	font: 11px arial;
}
#content{
	text-align:left;
	padding-bottom: 25px;
}
/* NAV-RELATED CONTENT */
#nav{
	margin-top: 14px;
	height:16px;
	background-color: #bdbdc0;
	width: 751px;
	color: #fff;
	font: 11px arial;
	line-height: 12px;
}
#nav a{
	color: #fff;
}
#nav a:hover{
	color: #5d6a6b;
}
#nav ul{
	list-style-type: none;
	margin: 0 0 0 6px;
	padding: 0;
}
#nav ul li{
	float: left;
	margin-right: 16px;
	margin-left: 36px;
	list-style-type: none;
}
#nav ul li a{
	display: block;
	height:17px;
	text-decoration: none;
	padding: 16px 0 0 0;
	height: 0px !important;
	overflow: hidden;
}
#nav li a:hover{
	background-position: 0 -16px;
}
#nav li a.selected{
	background-position: 0 -16px;
}
#n_back,#na_back{
	width: 78px;
}
#na_back{
	background: url("images/nav_back.gif");
}
#n_memb,#na_memb{
	width: 93px;
}
#na_memb{
	background: url("images/nav_orga.gif");
}
#n_link,#na_link{
	width: 33px;
}
#na_link{
	background: url("images/nav_link.gif");
}
#n_cont,#na_cont{
	width: 52px;
}
#na_cont{
	background: url("images/nav_cont.gif");
}
#nav_search_box{
	float: right;
	width: 87px;
	height:15px;
	margin-top: 1px;
	padding-right:38px;
}
#nav_login_box{
	float: right;
	width: 111px;
	height:14px;
	line-height:15px;
	overflow:hidden;
}
#nav_search{
	width:87px;
	height: 12px;
	border:0px;
	background-color: #fff;
	text-align: right;
	font-size: 10px;
	line-height:10px;
	color: #bdbdc0;
}
/* END NAV-RELATED CONTENT */
#central{
	width: 361px;
	margin: 20px 195px 0 195px;
}
#col1{
	float: left;
	width: 195px;
	margin-left:-195px;
}
#col3{
	float: right;
	width: 195px;
	margin-right: -195px;
}
.clear_all{
	clear:both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}
.clear_all_footer{
	clear:both;
	height: 20px;
	line-height: 20px;
	font-size: 20px;
}
/* END NAV STYLES */
/* CENTRAL CONTENT STYLES */
#central .main_story_box{
	border-top:0px;
	color: #515050;
	margin-bottom: 16px;
}
#central .main_story{
	padding:0px 15px 20px 15px;
}
#central .main_story ul{
	list-style-type: square;
	padding-left: 20px;
}
/* END CENTRAL CONTENT STYLES */
/* SIDEBAR CONTENT STYLES */
#col1 .section_head,#col3 .section_head{
	width:195px;
	margin: 0;
	background: #fff;
	border-bottom:5px solid #bdbdc0;
}
#col1 .top{
	padding-right: 1px;
	padding-top: 15px;
}
#col3 .tall, #col1 .tall{
	margin-top: 27px;
}
#col1 img{
	float: right;
	margin-bottom: 0px;
}
#col3 .section_head{
	width:195px;
	margin: 0;
}
#col3 .top{
	width:196px;
	margin-left: -1px;
	padding-top: 15px;
}
#col3 img{
	float: left;
	margin-bottom: 0px;
}
#col1 .sidebar_content, #col3 .sidebar_content{
	padding: 5px 10px 10px 15px;
	text-align: left;
}
#col3 .sidebar_content{
	text-align: right;
	padding: 5px 15px 10px 10px;
}
#col1 .sidebar_content ul, #col3 .sidebar_content ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
}
#col1 .sidebar_content li, #col3 .sidebar_content li{
	list-style-type: none;
	padding: 0 0 8px 0;
	margin: 0;
}
#col1 p, #col3 p{
	margin: 0 0 3px 0;
}
#col1 p img, #col3 p img{
	margin: 0 0 10px 0;
	float: none;
	margin-bottom: 10px;
}
.a11{
	font-size: 11px;
}
/* END SIDEBAR-RELATED STYLES */

/* STORY-RELATED STYLES */
.main_story .headline{
	font: bold 26px arial;
	line-height: 24px;
	margin: 0 0 6px 0;
}
.main_story .headline_small{
	font: bold 18px arial;
	line-height: 20px;
	margin: 0 0 6px 0;
}
.main_story .headline a, .main_story .headline_small a{
	color: #e91b23;
}
.main_story .source{
	margin: 6px 0 0 0;
	font-size: 13px;
	line-height: 16px;
	font-style: italic;
}
.main_story .date{
	margin: 0 0 6px 0;
	font-size: 20px;
}
.main_story .story{
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	color: #666;
	text-align: justify;
}