/* BLOG STYLES */

.Blog {
	width:100%
}

#blog .navigation { 
	color: rgb(255,105,0)
	}

#blog-calendar {
	width:231px;
	background-color:silver;
	margin-bottom:10px;
	border:solid silver 2px
}

#blog-calendar .date-header {
	background-color:black;
	color:white
}

#blog-categories {
	margin-bottom:20px;
}
#blog-categories a {
	color:white;
}
#blog-categories p {
	margin:0 0 5px 0;font-weight:bold
}

#blog-comments {
	background-color: black;
	width:400px;
	padding: 20px;
} 

#blog-comments .comment-title {
	font-size: 26px;
	font-weight: normal
} 

.please-login {color:orange}

.Blog_Panel_Enclosure {	/* applied to the blog sidebar */
	border-left:solid #DFDDD5 1px;
	width:200px
} 

.Blog_Panel_Headers {	/* applied to header of each section of the blog sidebar */
	color:Black;
	text-decoration:none
} 

.Blog_Panel_Links {	/* applied to the links in the blog panel */
	color:black
} 

.Blog_Comments {
	background-color: black;
	width:400px;
	padding: 20px;
	color: white;
} 

/* BLOG POST STYLES  */

#blogpost {
	width:615px;
	margin-bottom:10px;
}

#blogpost img {
	float:right;
	margin:10px 0 10px 0
}

#blogpost #blogsummary {
	width:615px;
	color: #FE6700;
	font-weight: bold
}

#blogsummary .post_title, #blogsummary h1 {	/* applied to the title of a blog entry */
	font-size:26px;
	color:#FF6400;
	text-decoration:none;
	font-family:arial,Tahoma;
	margin-bottom:5px;
	font-weight:normal
} 

#blogsummary p {
	margin:0;
	padding:0;
	color: #A1A1A1
}

#blogpost #blogsummary div a, #blogpost #blogsummary div {
	color: #A1A1A1;
	margin:5px 0 5px 0;
	font-size:11px
}

#blogsummary .comment-count {
	background-image: url(http://jamiefoxx.rave7.com/jamiefoxx/images/blog_commentcount.gif);
	background-repeat: no-repeat;
	width: 41px;
	height: 41px;
	display: block;
	float:right;
	margin-top: -25px;
	border: none;
	padding-top:5px;
	color:white;
	font-size: 24px;
	text-decoration: none;
	text-align: center;
}
	
#blogpost #summary {
	margin-top:5px
}

/* blog tags cloud formatting */

#blog-tagcloud a {
	font-family:Helvetica,times;
	text-decoration:none;
	color:whitesmoke
}
#blog-tagcloud .title {
	color:white;
	font-size:18px
}
#tag0 { font-size: 9px; }
#tag1 { font-size: 10px; }
#tag2 { font-size: 11px; }
#tag3 { font-size: 12px; }
#tag4 { font-size: 13px; }
#tag5 { font-size: 14px; }
#tag6 { font-size: 15px; }
#tag7 { font-size: 16px; }
#tag8 { font-size: 17px; }
#tag9 { font-size: 18px; }
