/* GENERAL STYLES */
/* blag stylers */

div.blog { width:600px; margin: 0 auto; }

div.blog a { color:#ef2e23; text-decoration: none;}
div.blog a:hover { text-decoration: underline; }

div.blog-post p { text-align: justify; }

div#comments { margin-top: 30px; border-top: 1px solid #eee; padding: 10px 0 20px; }

div.blog-post { margin: 15px 0; border-bottom: 1px solid #eee;}
div.blog-post h2 { margin:0; padding:0;}
div.blog-post p.date { color:#999; font-size: 90%;  }

div#comments h2 { margin-bottom: 8px; }

div.comment-item { background: #eee; border-top: 1px solid #ccc; padding: 10px 5px;}
div.comment-item h3 { font-size: 100%; }
div.comment-item {}

div.comment-form { max-width: 35em; }

div.comment-form div.row,
div.comment-form div.submitrow { margin: 10px 0; }
div.comment-form div.row label {  }
div.comment-form div.row input,
div.comment-form div.row select,
div.comment-form div.row textarea { display: block; width: 99%; font: 100% "Trebuchet MS",Arial,Helvetica,sans serif; }

div.comment-form p.disclaimer { display: inline; font-size: 90%; color:#999; margin-left: 0; text-align: left; }

ul.paging { margin:20px 0 0 0; padding: 15px 0 0 0; list-style: none; }
ul.paging li {display: inline; padding: 0 3px;}
ul.paging li.previous { padding-right: 8px;}
ul.paging li.next { padding-left: 8px;}
ul.paging li.disabled,
ul.paging li.disabled a { color: #999; text-decoration: none; }
ul.paging li a {}


div.blog-imageholder { text-align: center; }
div.blog-imageholder img { border: 4px solid #636466; }

div.comment-form div.row:after,
div.comment-form div.submitrow:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

div.comments-form div.row,
div.comment-form div.submitrow {
 display: inline-block; 
 height: 1%; 
 display: block; 
}

/* end blag stylers */

/* EDITOR PROPERTIES */

