/*
=============================================
 Development By: Infinity Arts Interactive, LLC - www.InfinityArts.com, © Copyright 2008 - All rights reserved.
 Description: Blog CSS Styles
 Date: 4/9/2008
=============================================
*/

/* =================================== BLOG STYLES  =================================== */

	#DIVblogPost p {
		margin-bottom:15px;
		line-height: 18px;
	}
	
	.linkBlog {
		font-size: 11px;
		font-weight: bold;
		color: #972f08;
	}
	
	.linkBlogAlt {
		font-size: 11px;
		font-weight: bold;
		color: #888;
	}

	#DIVBlogRoll {
		width:168px;
		height: auto;
		border-top:1px #a3a3a3 solid;
		border-bottom:1px #a3a3a3 solid;
		margin: 0 0 25px 0;
	}
		#DIVBlogRoll ul {
			margin: 0;
			padding: 0;
		}
		#DIVBlogRoll ul li {
			margin: 3px 0 3px 15px;
			padding: 0;
			font-size: 13px;
			list-style-type: none;
		}
		#DIVBlogRoll ul li a {
			color: #DD6D00;
		}


	
/* =================================== CALENDAR DEFINITIONS =================================== */
	
	#ULcategory li {
		margin:5px 0 5px 10px;
	}
	
	#DIVcalendar {
		width:168px;
		
		font-family: tahoma, arial, helvetica;
		text-align: left;
	}
	
	#DIVcalendarDates {
		background-color: #bbbeb8;
	}
	
	.calLoad {
		padding-top:3px;
		
		font-size: 11px;
		font-weight: bold;
		color: #81837f;
	}
	
	.calDate, .calDateOn, .calDateOff, .calDateNone, .calDatePost, .calDateToday {
		border:1px #fff solid;
		background-color: #fff;
		margin: 0;
		padding: 0;
		width: 24px;
		height: 18px;
		
		font-size: 11px;
		color: #4b4d49;
		text-align: center;
	}
	.calDateOn {
		background-color: #76d0e3;
		font-weight: bold;
		
		cursor: pointer;
	}
	.calDateOff {
		color: #a5a6a4;
	}
	.calDateNone {
		background-color: #f5f7f2;
	}
	.calDatePost {
		background-color: #add179;
		font-weight: bold;
		
		cursor: pointer;
	}
	.calDateToday {
		background-color: #ffc116;
		font-weight: bold;
	}
	
	.calDay, .calDayOn {
		background-color: #e8ebe5;
		margin: 0;
		padding: 0;
		width: 24px;
		height: 17px;
		display: inline;
		
		font-size: 11px;
		font-weight: bold;
		color: #81837f;
		text-align: center;
	}
	.calDayOn {
		color: #4b4d49;
	}
	
	.calMonth {
		font-size: 11px;
		font-weight: bold;
		color: #81837f;
	}
