
#blogMain {
	float: left;
	width: 73%;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #ccc;
	}
	
#blogCats {
	float: left;
	width: 19%;
	}
	

.blog-title {
	border-bottom: 1px solid #9d4d75;
	}
	
.content .blog-title h1 {
	border-bottom: 0px !important; 
	}
	
.content .blog-title p {
	margin: 26px 0 0 0;
	}

#blogMain p.fl-left {
	margin-left: 10px !important;
	}

#blogMain p.fl-right {
	margin-right: 10px !important;
	}


	
#blogCats h4 {
	color:#886999;
	border-bottom: 1px solid #886999;
	margin-bottom: 3px;
	font-weight:bold;
	}
	
#blogCats ul {
	margin: 0 !important;
	padding : 0 !important;
	list-style: none !important;
	}
	
#blogCats ul li {
	background: none;
	padding: 0;
	margin: 3px 0;
	}

#blogCats ul ul {
	margin-left: 15px !important;
	}

#blogCats ul ul li {
	font-size: 100%;
	}
	
	
.blogLogin,
.blogEdit {
	border: 1px solid #999;
	background: #f3f0f5;
	padding: 4px;
	}

.blogLogin {
	margin: 32px 0 20px 0;
	}
	
.blogLogin p {
	margin: 0;
	}
	
.blogEdit a:hover,
.blogEdit a:active,
.blogEdit a:focus,
.blogLogin a:hover,
.blogLogin a:active,
.blogLogin a:focus {
	color: #fff !important;
	background: #886999 !important;
	border-bottom: 0px !important;
	}
	
.blogger {
	font-weight: bold;
	}
	
.blogButton {
	display: block;
	float: left;
	line-height: 1em;
	margin: 0;
	font-size: 0.75em;
	border: 1px solid #999;
	background: #ccc;
	padding: 3px 4px;
	}
	
.blogDate {
	color: #777;
	}
	
	
.blogEntry {
	border: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	padding: 5px 8px 15px 8px;
	margin-bottom: 10px;	
	}
	
.blogEntry h3 {
	margin-bottom: 8px;
	}
	
.blogEntry p.toTop {
	margin-bottom: 0 !important;
	}
	
#blogMain .sfhover {
	background: #f7f7f7 !important;
	border: 1px solid #dedede;
	}





/*-----[ Draft entry ]-----*/
.blogEntryDraft {
	border: 1px solid #ccc;
	background: #fdfdfd;
	margin-bottom: 5px;
	padding: 0 5px 5px 5px;
	}
.blogEntryDraft p {
	color: #989898;
	}






/*-----[ Delete entry ]-----*/

.blogEntryDelete img, 	
.blogEntry img {
	padding: 1px;
	border: 1px solid #777;
	}
	
.blogEntryDelete img.imgtop, 	
.blogEntry img.imgtop {
	display: block;
	margin-bottom: 10px;
	}

.blogEntryDelete img.imgleft, 
.blogEntry img.imgleft {
	float: left;
	margin: 7px 10px 10px 0;
	}

.blogEntryDelete img.imgright, 
.blogEntry img.imgright {
	float: right;
	margin: 7px 0 10px 10px;
	}
	
.blogEntryDelete {
	border: 2px solid #CD1717;
	background: #fff;
	margin-bottom: 5px;
	padding: 7px 5px 5px 5px;
	}

.blogEntryDelete a.yes {
	color: #3A8A3E !important;
	}
.blogEntryDelete a:hover.yes,
.blogEntryDelete a:active.yes,
.blogEntryDelete a:focus.yes {
	color: #fff !important;
	background: #3A8A3E !important;
	}
	
.blogEntryDelete a.no {
	color: #CD1717 !important;
	}
.blogEntryDelete a:hover.no,
.blogEntryDelete a:active.no,
.blogEntryDelete a:focus.no {
	color: #fff !important;
	background: #CD1717 !important;
	}

.blogEntryDelete .error {
	border: 0 !important;
	font-size: 90%;
	}
	
	
img.imgPostop {
	display: block;
	margin-bottom: 6px;
	}

img.imgPosleft {
	float: left;
	margin: 0 6px 6px 0;
	}

img.imgPosright {
	float: right;
	margin: 0 0 6px 6px;
	}




.blogComment {
	padding: 10px 20px;
	margin: 5px 0px 10px 0;
	border: 1px solid transparent;
	}
	
.codd {
	border: 1px solid #ddd4d4;
	background: #fefdf6;
	}
	
.blogComment h4 {
	background: url("../images/bg_comment.gif") no-repeat 0px 50%;
	padding: 0 0 0 25px !important;
	margin: 0 !important;
	border: 0 !important;
	font-weight: bold !important;
	}

.blogComment p {
	padding: 0 !important;
	margin: 0 0 5px 0 !important;
	}
	
.blogComment:hover,
.blogComment:focus,
.blogComment:active {
	border: 1px solid #cec0c0;
	background: #eae8ce;
	}
	
textarea.epEditor {
	clear: left;
	margin-top: 10px;
	width: 90% !important;
	}
	
	
p.blogbutton a {
	line-height: 1em;
	font-weight: normal !important;
	display: block;
	float: left;
	border: 1px solid #999;
	color: #fff !important;
	background: #444 !important;
	color: #fff;
	padding: 2px 4px 3px 4px;
	}
