/* BLOG */
	#blog_menu {
		width:100%;
		height:30px;
		margin:0 0 10px 0;
		padding:0;
		background-image:url("http://chocolatespooncafe.com/blog/images/tbl_gradient.gif");
		background-repeat:repeat-x;
		border-top:1px #000000 solid;
		display:block;
		float:left;
	}
	#blog_menu a {
		margin:0;
		padding:2px 15px 2px 15px;
		font-size:12px;
		font-weight:bold;
		float:left;
	}
	#blog_menu a:link, #blog_menu a:visited {
		text-decoration:none;
	}
	#blog_menu a:hover {
		color:#000000;
		text-decoration:none;
		cursor:pointer;
		float:left;
	}
	#blog_search {
		width:750px;
		height:34px;
		margin:10px 0 0 0;
		padding:0;
		text-align:right;
	}
	#blog_search #searchBox {
		width:155px;
		height:34px;
		margin:0;
		padding:0;
		text-align:left;
		float:right;
	}
	
	/* BLOG CONTENT */
	#blog_content {
		width:100%;
		margin:0;
		padding:0;
		display:block;
		float:left;
	}
	#blog_middle {
		width:520px;
		margin:0;
		padding:0;
		display:block;
		float:left;
	}
	#blog_right {
		width:200px;
		margin:0 0 0 10px;
		padding:0;
		display:block;
		float:left;
	}
	
	h3.blog {
		margin:5px 0 2px 0;
		padding:0;
		font-size:12px;
		font-weight:bold;
		border-bottom:1px #666666 dashed;
		cursor:default;
	}
	table.blog {
		font-size:12px;
	}
	table.blog th {
		margin:0;
		padding:2px;
		vertical-align:middle;
		border-bottom:1px solid #999999;
		border-top:1px solid #999999;
		background-image:url("http://chocolatespooncafe.com/blog/images/tbl_gradient.gif");
		background-repeat:repeat-x;
		cursor:default;
	}
	table.blog td {
		margin:0;
		padding:2px 0 2px 2px;
		height:14px;
		vertical-align:top;
	}
	.blogTags {
		font-size:10px;
		/*color:#999999;*/
	}
	a.tagLink {
		color:#0000FF;
		text-decoration:underline;
		cursor:pointer;
	}
	
	/* Alert Messages */
	#alert_red {
		background-image:url("http://chocolatespooncafe.com/blog/images/alert_red.gif");
	}
	#alert_green {
		background-image:url("http://chocolatespooncafe.com/blog/images/alert_green.gif");
	}
	#alert_red, #alert_green {
		width:600px;
		height:40px;
		padding:12px 5px 5px 15px;
		margin:10px 5px 5px 10px;
		background-repeat:no-repeat;
		font-weight:bold;		
	}
	#alert_red a:visited, #alert_red a:link {
		text-decoration:underline;
		font-weight:bold;
		color:#FFFFFF;
	}
	#alert_red a:hover {
		text-decoration:underline;
		font-weight:bold;
		color:#000000;
	}