/* Blog Style Sheet Document */

/*--------------------------------------------------------------------------------------------------------------
Version: 	1.0 (Standard browsers - IE6+)
Author:		Mlaforest (Connetik Interactive)
Email: 		info@connetik.com
Website:	http://www.connetik.com
Legend:		:TODO: Remember to remove this rule before the site goes live
			:KLUDGE: I managed to fix this problem in IE by setting a small negative margin
			:BUG: Rule breaks in IE6
--------------------------------------------------------------------------------------------------------------*/


/* Nav CSS
---------------------------------------------------------------*/
#blog_nav ul, #blog_nav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#blog_nav li {
	background-color: #040c0f;
	border-bottom: 1px solid #3a3a3a;
	line-height: 25px;
	padding-left: 5px;
	text-align: left;
}
#blog_nav ul {
	border-top: 1px solid #3a3a3a;
	border-left: 1px solid #3a3a3a;
	border-right: 1px solid #3a3a3a;
	margin-left: 0px;
	margin-top: 5px; 
	margin-bottom: 0px; 
	list-style-image: url(/images/spacer.gif);
}
#blog_nav span {
	color: #fdc57f; 
	cursor: pointer; 
	font-size: 16px; 
	font-weight: bold;
}
li.blog_curr_month  {
	background-color: #0f1e23 !important;
	font-weight: bold !important;
}
a.blog_curr_month_link {
	font-weight: bold;	
}