/*
Theme Name: MFE@Baruch 
Description: An exclusive MFE@Baruch design (fixed)
Version: fixed
Author: ForumSkin.com
Author URI: http://www.forumskin.com/
*/


html, body{ 
	margin: 0; 
	padding: 0;
}

body{ 
	background: #666;
	font: normal 80% "Verdana";
	color: #333;
}

h1, h2, h3, h4, h5, h6, form{
	margin: 0;
	padding: 0 0 0px;	
}

a:link, a:visited{ text-decoration: none; color: #6D8D23;}
a:hover{ color: #A99200;}

a img{ border: 0;}

.clr{ clear: both;}

a.more-link:link, a.more-link:visited{ color: #2466AA; font-size: 11px;}
a.more-link:hover{ color: #333;}

.alignleft{ float: left}
.alignright{ float: right;}
.aligncenter{ text-align: center;}

.bginput{
	border: 1px solid #999;
	padding: 4px;
}

blockquote{
	margin: 0 20px;
	padding: 10px 20px;
	background: url(images/quote_beg.gif) no-repeat left top;
}

/* ie6 min-width */
#wrapper{
	width: 1000px;
	margin: 0 auto;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	
	background: #868686;
}

* html .min-width{}

* html #page_container{}
/* \ */



.top_bar{
	background: #000733 url(images/top_bar.gif) no-repeat left bottom;
	color: #fff;
	font-size: .8em;
	padding: 10px;
}
	.top_bar a:link, .top_bar a:visited{ color: #a7be5d; }
	.top_bar a:hover{ color: #fff;}
	
	.top_bar .link{
		text-align: right;
	}
	.top_bar span.text{ 
		float: left;		
		padding-left: 110px;
	}
	
	
#header{
	background: #10163c url(images/headerbg.gif) repeat-x bottom left;
}	

	.header_logo_bg{
		background: url(images/header_logo_bg.jpg) no-repeat left bottom;
	}
	.header_logo{ float: left;}
	
.main_nav{
	background: #17478E url(images/main_nav_bg.gif) repeat-x left bottom;
	padding: 0px 10px;
	border-top: 1px solid #2A61A1;
	border-bottom: 1px solid #2A61A1;
}
	.main_nav ul{
		margin: 0;
		padding: 0;	
	}
	.main_nav li{
		list-style: none;
		display: inline;
		float: left;
		padding: 3px 10px;
		
	}
	.main_nav li h4{ font-size: 9.5pt;}
	.main_nav li span{
		font-size: 10pt;	
		color: #fff;
	}
	.main_nav li a:link, .main_nav li a:visited{ color: #CCCC99; }
	.main_nav li a:hover{ color: #a7be5d;}
	
	.main_nav li marquee{
		padding: 0;
		color: #fff;
	}
	.main_nav li.ticker{
		width: 33%;
		margin-right: 10px;
		padding-left: 40px;
		background: url(images/main_nav_item_bg.gif) no-repeat left center;	
	}
	.main_nav li.ticker marquee div{
		font-size: .85em;
		margin-bottom: 5px;
	}
	
.page_column_wrapper{
	padding: 10px 10px 10px 230px;
	background: url(images/page_top_bg.gif) repeat-x top left;
}	
	.page_column_wrapper .left_column{
		width: 225px;
		float: left;
		margin-left: -225px;	
		
		position: relative;
		right: -6px;
		overflow: hidden;
	}
	.page_column_wrapper .right_column{
		float: left;
		width: 100%;
		margin-top: -4px;				
		margin-bottom: 8px;
	}
	
.searchbox{ padding: 10px 0;}	
	.searchinput{
		background: #fff url(images/searchinput.gif) no-repeat right bottom;	
		border: 0;
		padding: 4px;
		width: 150px;
	}		
	.searchfocus{ 
		background: #fff url(images/searchinput_focus.gif) repeat-x left bottom;
		border: 0;
		padding: 4px;
	}
	.searchbox .submit{
		background: url(images/search_small_02.gif) no-repeat center;
		width: 22px;
		height: 22px;
		border: 0;	
	}
	
	
.tabs{ 
	position: relative;
	z-index: 400;
}	
	.tab_top{ background: url(images/tab_top.gif) repeat-x top left;}
	.tab_left{ background: url(images/tab_left.gif) no-repeat top left;}
	.tab_right{ background: url(images/tab_right.gif) no-repeat top right;}

	.tabs ul{ margin: 0; padding: 7px 10px 10px;}
	.tabs li {
		list-style: none;
		display: block;
		position: relative;
		float: left;

		padding: 0 10px;
		text-align: center;
		line-height: 37px;
		background: url(images/tab_border.gif) no-repeat top right;
	}
	.tabs li a:link, .tabs li a:visited{ color: #fff;}
	.tabs li a:hover{}
	

	.tabs li span{
		background: url(images/triangle.png) no-repeat center bottom;
		display: none;
		width: 100%;
		top: 37px;
		left: 0;
		height: 11px;
		position: absolute;
		z-index: 1400 !important;
	}
	
.highlights{
	margin-top: 13px;
	position: relative;
	z-index: 500;
}	
.hilite_list{
	color: #555;	
}	
	.hilite_list h5{
		font-style: italic;
		font-size: 1em;
		padding: 6px 15px 5px;			
		border-bottom: 2px solid #6D8D23;
	}
	.hilite_list ul{
		margin: 0;
		padding: 0px 0px 5px 15px;
	}
		.hilite_list li{
			list-style: none;	
			border-bottom: 1px solid #958E7B;
			font-size: 9pt;
		}
		.hilite_list li a:link, .hilite_list li a:visited{ 
			background: url(images/hilite_bullet.gif) no-repeat left 5px;
			color: #666;
			padding-left: 15px;
			line-height: 25px;
		}
		.hilite_list li a:hover{ color: #fff;}


#footer{
	background: url(images/footer_bg.gif) repeat-x top left;
	text-align: center;	
	color: #fff;
}				
	#footer a:link, #footer a:visited{ color: #C9E2F4;}
	#footer a:hover{ color: #fff;}
	ul.footer_stlink{ margin: 0; padding: 10px;}
	.footer_stlink li{ 
		list-style: none; 
		display: inline;
		font-size: .9em;
	}
	
	#footer .copyright{
		width: 80%;
		margin: 0 auto;
		font-size: .85em;
		padding-bottom: 10px;
	}
	#footer .copyright p{ margin: 0; padding: 5px 0;}
		
		
.headbox{
	margin: 10px 0px 10px 0;
	color: #fff;
	text-align: center;
}		
.headbox h5{
	padding: 5px 0;	
}

.sidebar_sections{ margin-right: 10px;}

.featured_block_content{
	font-size: 11px;
	color: #fff;	
}
	.featured_block_content img{
		border: 1px solid #fff;
		float: left;
		margin-right: 10px;
	}
	.featured_block_content h5{	font-size: 9pt;	}
	.featured_block_content a:link, .featured_block_content a:visited{ color: #C9E2F4;}
	.featured_block_content a:hover{ color: #ffc;}
	
	.featured_block_content p{ margin: 0; padding: 5px 0;}
	.featured_block_item{ 
		border-bottom: 1px solid #C3BEB1; 
		padding: 0;
		margin-bottom: 8px;
	}
	.featured_block_item p{ padding: 0 0 8px;}

.sidelist{}
	.sidelist ul{ margin: 0; padding: 0;}
	.sidelist li{ 
		list-style: none;
		font-size: 11px;
		background: url(images/orange_bullet.gif) no-repeat left 5px;
		padding: 3px 0px 8px 15px;
		color: #fff;
		border-bottom: 1px solid #C3BEB1;
	}
	.sidelist h5{ 
		font-size: 10pt;
		font-style: italic;
	}
	.sidelist li a:link, .sidelist li a:visited{ color: #C9E2F4; }
	.sidelist li a:hover{ color: #ffc;}
	.sidelist p{ margin: 0;}
	.sidelist h5{ font-size: 8pt;}




.content_column_wrapper{ 
	background: #C9E2F4;
	margin-bottom: 5px;
}	
	.page_col_bottom{ background: url(images/page_col_bottom.gif) repeat-x bottom left;}
	.page_col_left{ background: url(images/page_col_left.gif) repeat-y top left;}
	.page_col_right{ background: url(images/page_col_right.gif) repeat-y top right;}
	.page_col_bl{ background: url(images/page_col_bl.gif) no-repeat bottom left;}
	.page_col_br{ 
		background: url(images/page_col_br.gif) no-repeat bottom right; 
		padding-bottom: 6px;
		padding-right: 6px;		
	}		
	
	.page_col_content{
		padding-left: 6px;
		padding-bottom: 6px;
		border-right: 320px solid #fff;
	}
	
	.content_column_wrapper .cc_left{
		float: left;
		width: 100%;		
	}
	.content_column_wrapper .cc_right{
		float: right;
		width: 320px;	
		margin-right: -320px;				
		background: #fff url(images/right_gradient.gif) repeat-x top left;	
	}
	
	.content_column_wrapper .cc_left_content{
		padding: 8px;
	}
	
	.content_column_wrapper .cc_right_content{
		padding: 8px 6px;	
		font-size: 8pt;
	}
		.content_column_wrapper .cc_right_content p{ margin: 0; padding: 5px 0;}
		
	.content_column_wrapper .cc_right_content a:link, .content_column_wrapper .cc_right_content a:visited{ color: #2466AA; }
	.content_column_wrapper .cc_right_content a:hover{ color: #333;}
	.cc_right_section{ margin-bottom: 10px;}
	
	.bordered_heading{
		border-bottom: 1px solid #958E7B;	
		padding-bottom: 5px;
		margin-bottom: 5px;
		font-family: 'Times New Roman';
		font-size: 14px;
		text-transform: uppercase;
		color: #666;
	}
	

.social_icons img{ 
	margin-right: 2px;
}	
	.social_icons .sociable_tagline{ display: none}
	.social_icons .sociable-hovers{ opacity: 1 !important;}
.social_avatars img{ margin: 2px;}
.social_avatars { text-align: center;}
#header .social_icons{ padding-right: 10px;}

.quotables{	
	font: bold 1.1em 'Georgia';
	color: #464646;	
}		
.quote_beg{ background: url(images/quote_beg.gif) no-repeat top left;}
.quote_end{ background: url(images/quote_end.gif) no-repeat bottom right;}
.quotables blockquote{
	background: none;
}


.bullet_right_list{ margin: 0; padding: 0;}
	.bullet_right_list li{
		list-style: none;
		background: url(images/bar_bullet.gif) no-repeat left 7px;
		border-bottom: 1px solid #C3BEB1;	
		padding: 3px 10px 5px 10px;
		font-size: 8.5pt;
		color: #464646;	
	}
	.bullet_right_list li h5 { 
		font-weight: normal; 
		padding-bottom: 3px;
		font-size: 1.1em;
	}
	.bullet_right_list li h5 a{ color: #464646 !important; }
	.bullet_right_list li h5 a:hover{ color: #c00 !important;}

.gallery_pics img{ 
	border: 1px solid #C3BEB1;
	margin: 1px 0;	
}

.announcement_block{
	width: 50%;
	float: left;
}
	.announcement_block img{
		border: 1px solid #CECABF;	
	}
	.announcement_block .annce_message{ padding: 0px 5px 0 0;}
	.announcement_block .annce_message h4{ font-size: 9pt; margin: 3px 0;}


#feature_slider{

	margin: 0 auto;
}	


.feat_content{
	background: #666;
	height: 260px;
	overflow: hidden !important;
	position: relative;
	display: none;
}
	.selected{ display: block;}
	.feat_content img{ }
	.feat_content .feat_description{
		position: absolute;	
		font-size: .85em;
		padding: 5px;
		color: #999;
		width: 100%;
	}
	.feat_content .feat_descbg{
		position: absolute;
		background: #000;
		width: 100%;
	}
	
	.feat_content .feat_description h4{ margin: 0; padding: 0 0 5px 0;	font-size: 9pt;}
	.feat_content .feat_description p{	margin: 0; padding: 0 5px 5px 0;	}
	.feat_content .feat_description h4 a:link, .feat_content .feat_description h4 a:visited{ color: #c9e2f4;}
	.feat_content .feat_description h4 a:hover{ color: #6d8d23;}

.featnav{ background: #35447C url(images/featnav_bg.gif) repeat-x bottom left;}
.featthumbs {
	position: relative;
	z-index: 400;
	width: 365px;
	height: 50px;
	overflow: hidden;
	padding: 10px 0px;
}
	.featthumbs_wrapper{
		position: absolute;
		height: 70px;
		width: 1000px;
		overflow: hidden;
		left: 0;
	}
	.featthumbs_window{
		position: absolute;
		left: 0;
		margin-left: 9px;
	}
	.featthumbs img{ 
		position: relative;
		float: left;
		left: 0;
		border: 1px solid #958E7B;	
		margin: 0 8px 0 0;
	}
	
	
.white_bordered_heading{
	padding-bottom: 4px;
	border-bottom: 1px solid #fff;
}	

.featured_item{
	border-bottom: 1px solid #868686;
	padding: 5px 0;	
}
	.featured_item .title {
		font-size: 1.1em;
		color: #3D6E9F;
		font-style: italic;
		margin-bottom: 5px;
	}
		.featured_item .title a:link, .featured_item .title a:visited{ color: #3D6E9F;}
		.featured_item .title a:hover{ color: #333 !important;}
		
		.featured_item .cat_1 a{ color: red !important;}
		.featured_item .cat_4 a{ color: brown !important;}
		.featured_item .cat_11 a{ color: blue !important;}
		.featured_item .cat_6 a{ color: green !important;}
		
		
	.featured_item .avatar{
		float: left;	
	}
		.featured_item .avatar img{ 
		border: 2px solid #fff;
		margin-right: 8px;
	}
	
	.featured_item .description{
		overflow: hidden;
		font-size: .9em;
	}
	
		.featured_item .description a:link, .featured_item .description a:visited{ color: #6D8D23;}
		.featured_item .description a:hover{ color: #999;}
	
	.featured_item .description p{
		margin: 0;
		padding: 0 0 8px;	
	}
	

.featpagnav{
	padding: 5px 0;
}
	.featpagnav a{
		font-size: .8em;
		font-style: italic;
	}
	.featpagnav a:link, .featpagnav a:visited{ padding: 2px; color: #369; }
	.featpagnav a:hover{ color: #333;}
	

.right_column_footer{}	
	
.brown_bordered_heading{
	padding: 0 0 5px;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #C3BEB1;
}	

	.videos_block{
		width: 33%;	
		float: left;
		border-right: 1px solid #999;
		padding-right: 8px;
		margin-right: 8px;
		margin-left: 10px;
	}
	.feeds_block{
		width: 30%;
		float: left;	
		border-right: 1px solid #999;
		padding-right: 8px;
		margin-right: 8px;
	}
	.logo_block{
		width: 29%;
		float: left;	
	}

.feeds_block a.more-link:link, .feeds_block a.more-link:visited,
.videos_block a.more-link:link, .videos_block a.more-link:visited { color: #C9E2F4; }

.feeds_block a.more-link:hover,
.videos_block a.more-link:hover{ color: #fff; }

.video_item{
	padding: 5px 0;
	color: #fff;
}
	.video_item .thumb img{
		border: 2px solid #999;
		float: left;
		margin-right: 8px;
	}
	.video_item .video_desc{
		overflow: hidden;
	}
	
	.video_item .title{	
		font-size: 9pt;
	}
	.video_item .title a:link, .video_item .title a:visited{ color: #C9E2F4;}
	.video_item .title a:hover{ color: #fff;}
	
	.video_item .views{ font-size: .85em;}
	
	.video_item .author{ 
		font-style: italic; 
		font-size: .85em;
	}
	.video_item .author a:link, .video_item .author a:visited{ color: #0A2972;}
	.video_item .author a:hover{ color: #C9E2F4;}
	
.feeds_block ul li a:link, .feeds_block ul li a:visited{ color: #fff; }
.feeds_block ul li a:hover{ color: #C9E2F4;}
.feeds_block ul{
	margin-bottom: 10px;
}
	.feeds_block li{
		font-size: .85em;
	}
	
.logo_block{ 
	text-align: center; 
	color: #fff;
	font-size: .85em;	
}	
	.logo_block a:link, .logo_block a:visited{ color: #C9E2F4}
	.logo_block a:hover{ color: #fff;}
	

	
/**** box styles ****/		
.box1{
	background: #C3BEB1;	
}	
	.box1_tl{ background: url(images/box1_tl_02.gif) no-repeat top left;}
	.box1_bl{ background: url(images/box1_bl.gif) no-repeat bottom left;}
	.box1_right{ background: url(images/box1_right.gif) repeat-y top right;}
	
	.box1 .box_content{	padding: 8px 15px 8px 0;}
	
	.box1 .box_title{
		margin-left: 10px;	
	}

.headbox_yellow{display:block}
.headbox_yellow *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#A99200}
.headbox_yellow1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #958b4c;
  border-right:1px solid #958b4c;
  background:#a08f21}
.headbox_yellow2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #898778;
  border-right:1px solid #898778;
  background:#a28f19}
.headbox_yellow3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #a28f19;
  border-right:1px solid #a28f19;}
.headbox_yellow4{
  border-left:1px solid #958b4c;
  border-right:1px solid #958b4c}
.headbox_yellow5{
  border-left:1px solid #a08f21;
  border-right:1px solid #a08f21}
.headbox_yellowfg{
  background:#A99200}
  
  
.headbox_orange{display:block}
.headbox_orange *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#B66401}
.headbox_orange1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #9a774c;
  border-right:1px solid #9a774c;
  background:#aa6c22}
.headbox_orange2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #8a8278;
  border-right:1px solid #8a8278;
  background:#ac6a1a}
.headbox_orange3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #ac6a1a;
  border-right:1px solid #ac6a1a;}
.headbox_orange4{
  border-left:1px solid #9a774c;
  border-right:1px solid #9a774c}
.headbox_orange5{
  border-left:1px solid #aa6c22;
  border-right:1px solid #aa6c22}
.headbox_orangefg{
  background:#B66401}  
  

.headbox_green{display:block}
.headbox_green *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#6D8D23}
.headbox_green1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #7b895b;
  border-right:1px solid #7b895b;
  background:#738b3b}
.headbox_green2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #83867c;
  border-right:1px solid #83867c;
  background:#718b35}
.headbox_green3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #718b35;
  border-right:1px solid #718b35;}
.headbox_green4{
  border-left:1px solid #7b895b;
  border-right:1px solid #7b895b}
.headbox_green5{
  border-left:1px solid #738b3b;
  border-right:1px solid #738b3b}
.headbox_greenfg{
  background:#6D8D23}  
  
  
.headbox_blue{display:block}
.headbox_blue *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#0A2972}
.headbox_blue1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #505e7d;
  border-right:1px solid #505e7d;
  background:#294077}
.headbox_blue2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #797c84;
  border-right:1px solid #797c84;
  background:#213a75}
.headbox_blue3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #213a75;
  border-right:1px solid #213a75;}
.headbox_blue4{
  border-left:1px solid #505e7d;
  border-right:1px solid #505e7d}
.headbox_blue5{
  border-left:1px solid #294077;
  border-right:1px solid #294077}
.headbox_bluefg{
  background:#0A2972}  
  
.commentboxouter{display:block}
.commentboxouter *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#aba698}
.commentboxouter1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #dad8d2;
  border-right:1px solid #dad8d2;
  background:#c0bcb1}
.commentboxouter2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f6f6f4;
  border-right:1px solid #f6f6f4;
  background:#bab6ab}
.commentboxouter3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #bab6ab;
  border-right:1px solid #bab6ab;}
.commentboxouter4{
  border-left:1px solid #dad8d2;
  border-right:1px solid #dad8d2}
.commentboxouter5{
  border-left:1px solid #c0bcb1;
  border-right:1px solid #c0bcb1}
.commentboxouterfg{
  background:#aba698}
  
.commentboxinner{display:block}
.commentboxinner *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#ffffff}
.commentboxinner1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #cfccc4;
  border-right:1px solid #cfccc4;
  background:#eae8e5}
.commentboxinner2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #b3aea2;
  border-right:1px solid #b3aea2;
  background:#efeeeb}
.commentboxinner3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #efeeeb;
  border-right:1px solid #efeeeb;}
.commentboxinner4{
  border-left:1px solid #cfccc4;
  border-right:1px solid #cfccc4}
.commentboxinner5{
  border-left:1px solid #eae8e5;
  border-right:1px solid #eae8e5}
.commentboxinnerfg{
  background:#ffffff}  
    
  
  





.subpage_content_column_wrapper{
	background: #fff;
}  
.page_col_content,
.subpage_col_content{
	min-height: 400px;
}

.subpage_col_content{
	padding: 15px 15px 10px;
}


.post{ }
	.post .title{
		margin: 0;
		padding: 0;
		font-size: 1.5em;
		font-style: italic;
	}
		.post .title a:link, .post .title a:visited{ color: #369;}
		.post .title a:hover{ color: #333;}
		
	.post .postmeta{ 
		font-size: 11px; 
		padding: 3px 0 5px;
		border-bottom: 2px solid #999;
	}
	.post .author{
		font-style: italic;
		color: #6d8d23;
	}
		.post .author a:link, .post .author a:visited{ color: #6d8d23; }
		.post .author a:hover{ color: #333;}
		
	.post_options{
		font-size: .85em;
		text-align: right;
	}
		.post_options span{ 
			padding-left: 5px;	
			line-height: 20px;
			vertical-align: middle;
		}
		.post_options span img{ vertical-align: middle;}
			.post_options a:link, .post_options a:visited{ color: #666;}
			.post_options a:hover{ color: #6d8d23; }
			
			
.entry{}
	.entry a:link, .entry a:visited{ color: #c00;}
	.entry a:hover{ color: #333; }

	.entry img.aligncenter{	border: 3px solid #999;	}
	.entry img.alignleft{ 
		float: left;
		border: 3px solid #999;	
		margin-right: 10px;
	}
	.entry img.alignright{
		float: right;
		border: 3px solid #999;
		margin-left: 10px;
	}
	
	.postmetadata{
		color: #999;
	}
	
.post_heading{
	font-size: 9pt;
	color: #698921;
	border-bottom: 2px solid #999;
	margin-bottom: 10px;
	padding-bottom: 3px;
}

.commentbox{ margin-bottom: 8px;}
	.commentboxouter_content{
		padding: 0 3px;
	}
	.commentboxinner_content{
		padding: 0px 7px;
		font-size: .85em;
	}
		.commentboxinner_content p{ margin: 0; padding: 5px 0;}
		.commentboxinner_content a:link, .commentboxinner_content a:visited{ color: #c00;}
		.commentboxinner_content a:hover{ color: #333;}
	
	.commentmetadata{
		font-size: .9em;
		padding: 3px 5px 5px;
		color: #ffc;
	}
		.commentmetadata .author{ font-style: italic; color: #fff;}
		.commentmetadata .author a:link,  .commentmetadata .author a:visited{ color: #fff;}
		.commentmetadata .author a:hover{ color: #ffa;}
		
		.commentmetadata .link a:link, .commentmetadata .link a:visited{ color: #fff}
		.commentmetadata .link a:hover{ color: #ffa;}
		
ol#commentlist{
	margin: 0;
	padding: 0;
}

	#commentlist li { list-style: none;}
	
#commentform{ 
	margin: 0; 
	padding: 0;
	font-size: .85em;
}
	#commentform p{
		margin: 0;
		padding: 3px 0;
	}
	#commentform textarea{
		border: 1px solid #999;
	}
	#commentform .submit{
		border: 0;
		width: 87px;
		height: 34px;
		background: url(images/submit.gif) no-repeat center;
	}
	
#wp-email-popup{
	background: #fff;
}	


.archive-item{
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
	padding-bottom: 5px;
}


#search_submit{
	border: 0;
	width: 87px;
	height: 34px;
	background: url(images/search.gif) no-repeat center;
}


.widget h5{
	text-transform: uppercase;
}
	.widget a:link, .widget a:visited{ color: #c9e2f4;}
	.widget a:hover{ color: #fff;}

.widget h5 a:link, .widget h5 a:visited{ color: #fff;}
.widget h5 a:hover{ color: #369; }

.widget h5 img{ vertical-align: middle; }

.widget ul{
	margin: 0;
	padding: 0;
}
	.widget ul li{
		list-style: none;
		color: #fff;
		border-bottom: 1px solid #c3beb1;
		padding-bottom: 5px;
		margin-bottom: 5px;		
		font-size: .85em;
		background: url(images/orange_bullet.gif) no-repeat left 3px;
		padding-left: 13px;
	}
	
.no_sidebar{
	padding: 10px;
}	
