/* Blog-specific styling (to be used in addition to general styling) */

ul.error li { color: #ff0000;}

/* blog sidebar (rounded corners) stuff */
.blogSidebar {
	float:left;
	padding:0px;
	margin:7px 0 0 0;
}

.blogSidebar dl {
	width: 265px;
	margin: 0;
	padding: 0;
	background: #e5e4e4 url(../img/blogSidebarBottom.gif) no-repeat bottom left;
}
.blogSidebar dt {
	margin: 0;
	padding: 5px;
	/*font-size: 130%;*/
	background: #e5e4e4 url(../img/blogSidebarTop.gif) no-repeat top left;
}

.blogSidebar dd {
	margin: 0;
	padding: 0 5px 2px 8px;
	indent: none;
}

.blogSidebar form {
	padding: 0 0 10px 15px;	
	margin:0px;
}


#postContentList .item {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 8px;
}
#postContentList .title {
	color: #006f3a;
	font-weight: bold;
	font-size: 130%;
}
#postContentList .dateAdded {
	font-size: 80%;	
	border: 1px dotted #fff;
}
#postContentList .content {

}













.userCheckboxList, .categoryCheckboxList {
	padding: 3px;
	margin: 0;
}

.userCheckboxList li {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}
.categoryCheckboxList li {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

.formCategoryCheckboxList {
	
}

.categoryListForm {
	font-size: 90%;
}

.categoryAddForm .formElement {
	background-color: #fff;
	border: 0;
}


.categoryCheckboxList {
	float: left;
	
}
.clear {
	clear: both;
}


/* For displaying a list of content */
.contentList { }
.contentList .item { }
.contentList .item .title { }
.contentList .item .dateAdded { }
.contentList .item .permalink { }



.commentList .comment {
	margin-bottom: 7px;
}




/* For displaying a single article */
.article { 
	margin-bottom: 20px;
}
.article .title { 
	color: #e86a10;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.3em;
	margin-top:10px;
}
.article .dateAndCategory { 
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
}
.article .author { 
	color: #000;
	font-weight: bold;
	font-size: 1em;
}
.article .content {
	margin: 20px 0 20px 0;
}
.article .permalink { }





/* For displaying an article list on the site */
.publicArticleList {
	margin-top: 20px;
}
.publicArticleList .item {
	margin-bottom: 20px;
}
.publicArticleList .item .title {
	font-size: 1.3em;
	color: #e86a10;	
}
.publicArticleList .item .dateAdded {
	font-size: 1.1em;
	color: #000;
	font-weight: bold;
}
.publicArticleList .item .content {
	font-size: 1.1em;
	font-weight: normal;
	color: #000;
}



.commentForm {
	border: 1px solid #cccccc;
	font-size: 1em;
	font-weight: bold;
	padding: 13px;
}

#articleOptions {
	border-collapse:collapse;
	border-bottom: 1px solid #e86a10;
	margin-bottom: 7px;
	
}

#articleOptions .commentFormHeader {
	color: #e86a10;
	font-weight: bold;
	font-size: 1.2em;
	margin: 3px 0 10px 0;
}

.commentHeader {
	color: #e86a10;
	font-weight: bold;
	font-size: 1.3em;
}

.comment .dateSubmitted {
	color: #000;
	font-weight: bold;
	display: inline;
}
.comment .posterName {
	color: #000;
	font-weight: bold;
	display: inline;
}
.comment .content {
	font-weight: normal;
	color: #857c6b;
	display: inline;
	
}

input, textarea {
	background-color: #efefef;
}






/* Sidebar stuff. ARCHIVE WILL BE DEPRECATED. */

.sidebarArticleList {
	margin:0;
	padding:15px;
	list-style-type:none;
}
	
.sidebarArticleList  li {
	background: url(../images/arrow.gif) left 2px no-repeat;
	padding-left: 15px;
	margin-bottom: 10px;
} 

.sidebarArticleList  a { 
	color:#e86a10; 
	margin-top:3px; 
}

.sidebarArticleList a:link { 
	font-weight: normal;
	color: #000;
	text-decoration: none;	
}
.sidebarArticleList a:visited { 
	font-weight: normal;
	color: #000;
	text-decoration: none;	
}
.sidebarArticleList a:hover{
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background-color:#ccc;   
	border-bottom: 1px #e86a10 dotted;
}
.sidebarArticleList a:active { 
	font-weight: normal;
	color: #000;
	text-decoration: none;	
}

a {
	
	color: #E86A10;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	
}

.plainLink:hover{ border:none; background-color:#ccc; }

.writtenBy_cell {
	
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
	width: 102px;
	background-color: #f8d8c1;
	line-height: 1.1em;
	
}

.writtenBy {
	
}
