/* CSS Document */

/* SideBar Styles */
.fmsidebar{
	padding-left:0px;
}
.fmsidebar a{
	font-size:14px;
	color:#666666;
	font-weight:bold;
}
.fmsidebar a img{
	padding-top:5px;
}

.subscribebar, .subscribebar a{
	font-weight:normal;
	font-size:12px;
}
.subscribebar div{
	margin-left:10px;
	margin-top:5px;
}

a[icon='google'] { 
	padding: 5px 0px 5px 20px;
	background: transparent url(blogger/reader_icons/google.jpg) no-repeat center left;
}
a[icon='bloglines'] { 
	padding: 5px 0px 5px 20px;
	background: transparent url(blogger/reader_icons/bloglines.jpg) no-repeat center left;
}
a[icon='netvibes'] { 
	padding: 5px 0px 5px 20px;
	background: transparent url(blogger/reader_icons/netvibes.jpg) no-repeat center left;
}
a[icon='newsgator'] { 
	padding: 5px 0px 5px 20px;
	background: transparent url(blogger/reader_icons/newsgator.jpg) no-repeat center left;
}
a[icon='yahoo'] { 
	padding: 5px 0px 5px 20px;
	background: transparent url(blogger/reader_icons/yahoo.jpg) no-repeat center left;
}
a[icon='feed'] { 
	padding: 5px 0px 5px 20px;
	background: transparent url(http://img1.blogblog.com/img/icon_feed12.png) no-repeat center left;
}




/* Orange Slice Section Specific */
.orange_slice{
	margin-top:5px;
	margin-bottom:5px;
	padding-bottom:10px;
	background-image:url(../images/dot_vert.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	clear:both;
	vertical-align:top;
}
.orange_slice .orange_slice_content{
/*	float:right;
	text-align:left;
	width:50%;*/
	vertical-align:top;
}
.edit{
	clear:both;
	float:right;
}



/*Layout*/
html, body{
	height:100%;
	background-color:#FF6600;
}

body, td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

#fmfooter{
	clear:both;
	padding-top:15px;
	padding-bottom:15px;
	color:#FFFFFF;	
	text-align:center;
	font-size:11px;

}

#fmfooter a:link, #fmfooter a:active, #fmfooter a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#fmfooter a:hover, #fmfooter a:focus{
	color: #FFFFFF;
	text-decoration: underline;
}

/* Shadow */
.s_tl{width:25px; height:25px; background-image:url(../images/shell/tl.jpg); background-repeat:no-repeat;}
.s_t{height:25px; background-image:url(../images/shell/t.jpg); background-repeat:repeat-x;}
.s_tr{width:25px; height:25px; background-image:url(../images/shell/tr.jpg); background-repeat:no-repeat;}
.s_l{width:25px; background-image:url(../images/shell/l.jpg); background-repeat:repeat-y;}
.s_r{width:25px; background-image:url(../images/shell/r.jpg); background-repeat:repeat-y;}
.s_bl{width:25px; height:25px; background-image:url(../images/shell/bl.jpg); background-repeat:no-repeat;}
.s_b{height:25px; background-image:url(../images/shell/b.jpg); background-repeat:repeat-x;}
.s_br{width:25px; height:25px; background-image:url(../images/shell/br.jpg); background-repeat:no-repeat;}
.s_content{ background-color:#FFFFFF; padding:25px;}