/*  File: blogs.css         */
/*  By:   Jeremy Tredway    */
/*  Ver:  2008-02-28        */


/* archive elements */

.archive_title {
	background-color: #eee;
	border: 1px solid #ddd;
	border-top: none;
	color: #777;
	margin-bottom: 1em;
	padding: 10px;
}


/* blog post elements */

.post h1 {
	font: bold 14px/1.0 "Lucida Grande", Arial, Verdana, sans-serif;
	margin: .85em 0;
}

.post {
	border-bottom: 1px solid #ccc;
	margin: 1em 0;
	padding-bottom: 1em;
}

.entry_tags {
	margin: 2em 0 1em 0;
}

.entry_footer {
	border-top: 1px solid #ccc;
	margin: 1em 0 2em 0;
	padding-top: 1em;
	text-align: right;
}

.byline a:link,
.byline a:visited {
	color: #777;
	text-decoration: none;
}
.byline a:hover {
	color: #000;
	text-decoration: underline;
}


/* comment elements */

#comment_list li {
	background: #eee url("/img/comment_hdr.gif") no-repeat top left;
	font-size: 11px;
	list-style: none;
	margin: 0 0 1em 0;
	padding-top: 10px;
}
#comment_list li .comment_entry {
	background: #eee url("/img/comment_ftr.gif") no-repeat bottom left;
	padding: 0 10px 30px 10px;
}
#comment_list li h4 {
	margin-top: 0;
	padding: 0 10px;
}
#comment_list li .date {
	font-weight: normal;
}
.comment_entry p {
	margin: 0 0 .5em 0;
}

#comment_form {
	margin: 2em 0 1em 0;
}
#comment_form legend {
	font: bold 18px/1.0 "Lucida Grande", Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
#comment_form ul {
	list-style: none;
}
#comment_form li {
	clear: both;
	float: none;
	margin: .5em 0;
	padding: 0;
}
#comment_form li label {
	display: block;
	float: left;
	width: 100px;
}
#comment_form li input,
#comment_form li textarea {
	display: block;
	float: left;
	font-size: 11px;
	padding: 1px;
	width: 250px;
}
#comment_form li #submit {
	margin-left: 100px;
	width: auto;
}


/* title elements */

#title_archives { background-image: url("/img/titles/archives.gif"); }
#title_blogs { background-image: url("/img/titles/blogs.gif"); }
#title_blog_authors { background-image: url("/img/titles/blog_authors.gif"); }
#title_blog_post { background-image: url("/img/titles/blog_post.gif"); }
#title_categories { background-image: url("/img/titles/categories.gif"); }
#title_idg_blogs { background-image: url("/img/titles/idg_blogs.gif"); }
#title_monthly_archives { background-image: url("/img/titles/monthly_archives.gif"); }
#title_most_popular { background-image: url("/img/titles/most_popular.gif"); }
#title_most_recent { background-image: url("/img/titles/most_recent.gif"); }
#title_recent_comments { background-image: url("/img/titles/recent_comments.gif"); }
#title_recent_entries { background-image: url("/img/titles/recent_entries.gif"); }

