.blog-post-cover
{
width: 550px;
height: 200px;
float: left;
border: 1px gray solid;
}

.blog-editor input[type=text]
{
width: 875px;
}

.blog-editor textarea
{
width: 875px;
}

.blog-editor .epigraph-area
{
width: 300px;
height: 200px;
border: 1px gray solid;
font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
font-style: italic;
font-weight: bold;
font-size: 1em;
color: #555555;
}

#admin ul.blog-list li
{
	font-size: 1em;
	font-weight: bold;
	list-style: none;
}

#main #blog-posts .teaser  p{font-size: 12px;margin: 10px 0px 10px 0px;}

#main #blog-posts .teaser {
float:left;
margin-bottom:1em;
margin-right:20px;
overflow:hidden;
//width:45%;
width:350px;
}

#main #blog-posts .teaser h4{margin: 0;}

#main #blog-posts .teaser .post-date
{
font-size: 10px;
color: gray;
}

#main #blog-posts .teaser .post-blog-link
{
font-size: 10px;
color: #333333;
text-transform: uppercase;
font-weight: bold;
//display: block;
}

#main #blog-posts .teaser .post-blog-link a
{
text-decoration: none;
}

#main #blog-post
{
margin: 0 30px 0 0;
}

#main #blog-post h3
{
margin-top: 1em;
margin-bottom: 1em;
font-family: "Georgia", "Times", serif;
font-style: italic;
color: #505050;
}

#main #blog-post h3 a
{
color: inherit;
}

#main #blog-post .epigraph
{
float: right;
width: 300px;
}

#main #blog-post .epigraph p
{
font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
font-style: italic;
font-size: 1em;
color: gray;
}

#main #blog-post p
{
margin-bottom: 1em;
margin-top: 1em;
}

#main .fancy-c-l1
{

margin-top: 20px;

background: #333333;
height: 15px;

font-family: Georgia;
font-size: 2em;
font-weight: bold;
color: #333333;
padding-left: 50px;
}

#main .fancy-c-l2
{
background: #bbbbbb;
height: 15px;

font-family: Georgia;
font-size: 2em;
font-weight: bold;
color: #bbbbbb;
padding-left: 50px;
}
#main #comment-form
{
padding-top: 20px;
}

#main #comment-form textarea
{
min-width: 400px;
width: 50%;
height: 200px;
}

#main #comments
{
margin-top: 1.5em;
}

.test-editor
{
border: 2px red solid;
width: 100px;
height: 100px;
color: blue;
}

#main .entry-blog-title
{
	color: #A3C0A7;
	font-weight: normal;
}

#main .entry-post-title
{
	color: black;
	font-weight: bold;
}

.block-blog-link
{
text-decoration: underline;
color: gray;
}

.blogItem
{
margin-bottom: 20px;
}

.blog-desc
{
margin: 30px 0 30px 0;
}

.blog-desc > .main > p
{
color: #404040;
font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
font-size: 1.5em;
font-style: italic;
}

.blog-desc > .main img
{
float: left;
margin-right: 20px;
}

.blog-desc > .main .num-posts,
.blog-desc > .main .num-comments,
.blog-desc > .main .num-subs
{
font-family: Arial, Tahoma, Verdana, sans serif;
color: #454545;
font-size: 14px;
padding: 0 0 0 14px;
}

.blog-desc .icon
{
background: url('/m/Blogs/img/icons.png') no-repeat;
height: 16px;
width: 16px;
display:inline-block;
vertical-align: middle;
}

.blog-desc .num-posts > .icon {background-position: 0 0;}
.blog-desc .num-comments > .icon {background-position: 0 -32px;}
.blog-desc .num-subs > .icon {background-position: 0 -16px;}

.blog-desc > .main .sub-info > span
{
color: gray;
font-family: Arial, Tahoma, Verdana, sans-serif;
font-size: 14px;
}

input.post-promote
{
display: inline;
width: 16px;
height: 16px;
background: url("/t/Default/img/icons/star-empty.png");
margin: 0;
}

input.post-promote:checked
{
background: url("/t/Default/img/icons/star.png");
}

.blogs-selector-thematic,
.blogs-selector-personal
{
font-family: Arial, sans serif;
font-size: 24xp;
font-weight: bold;
text-decoration: none;
color: black;
padding: 3px;
margin-right: 5px;
}

.blogs-selector-thematic:hover,
.blogs-selector-personal:hover
{
color: #1A558B;
}

.blogs-selector-on{border-bottom: 3px solid #ACC6F2;}
.blogs-selector-on:hover{color:black;}
.blogs-selector-off{color:#555;border: none;}

body ul.cm_default li.blog-menu-separator
{
border-bottom: 1px solid grey;
border-top: 1px dashed grey;
margin: 10px 0 5px;
padding: 3px;
}

body ul.cm_default li.blog-menu-separator:hover
{
color: black;
}

#attachedFiles .itemFile{margin-bottom:10px;}
#attachedFiles .itemFile .delete{margin-right:10px;}
#attachedFiles .itemFile input{display: inline;}