form {
    padding:0;
    margin:0;
}

/****************************************
*		NEW/EDIT ENTRY CLASSES
****************************************/
input.blg-input-text,
input.blg-input-password {
	width: 644px;
}
textarea.blg-textarea {
	width: 650px;
	height: 218px;
}

div.blg_frm_ai_cell,
div.blg_frm_aic_title,
div.blg_frm_aic_value {
	position: relative;
	float: left;
}
div.blg_frm_ai_cell img.blg_frm_aic_icon {
	width: 16px;
	height: 16px;
	margin: 3px 3px 3px 6px;
}
div.blg_frm_aic_title {
	padding-right: 10px;

	line-height: 22px;
}
div.blg_frm_aic_value select {
	width: 200px;
	margin-bottom: 0px;
}
div.blg_frm_aic_value input {
	width: 520px;
}
/****************************************
*				POST CLASSES
****************************************/
div.blg-pst {
	margin-top: 10px; 
	background-color: transparent;
}
/*
 * Rectangular with rounded corners.
 *  

div.blg-pst-top,
div.blg-pst-middle,
div.blg-pst-bottom {
	margin: 0px 5px;

	position: relative;

	background-repeat: repeat-x;
	background-position: 0px 0px;
}
div.blg-pst-top {
	height: 5px;

	background-image: url(../img/blg-pst-bg-tm.png);
}
div.blg-pst-middle {
	background-color: #transparent;
}
div.blg-pst-bottom {
	height: 5px;

	background-image: url(../img/blg-pst-bg-bm.png);
}
div.blg-pst-tl,
div.blg-pst-tr, 
div.blg-pst-ml,
div.blg-pst-mr,
div.blg-pst-bl,
div.blg-pst-br {
	top: 0px;
	width: 5px;
	height: 5px;
	
	position: absolute;

	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div.blg-pst-tl {
	left: -5px;
	background-image: url(../img/blg-pst-bg-tl.png);
}
div.blg-pst-tr {
	right: -5px;
	background-image: url(../img/blg-pst-bg-tr.png);
}
div.blg-pst-ml {
	left: -5px;
	height: 100%;

	background-image: url(../img/blg-pst-bg-ml.png);
	background-repeat: repeat-y;
}
div.blg-pst-mr {
	right: -5px;
	height: 100%;

	background-image: url(../img/blg-pst-bg-mr.png);
	background-repeat: repeat-y;
}
div.blg-pst-bl {
	left: -5px;
	background-image: url(../img/blg-pst-bg-bl.png);
}
div.blg-pst-br {
	right: -5px;
	background-image: url(../img/blg-pst-bg-br.png);
}
div.blg-pst-mm {
	padding: 15px;
}
*/
div.blg-pst-info {
	margin-bottom: 10px; 
}
div.blg-psti-row {
	line-height: 23px;
}
div.blg-pstir-celll,
div.blg-pstir-cellr {
	position: relative;
	float: left;
}
div.blg-pstir-celll {
	width: 100px;
	margin-right: 10px;
}
div.blg-pstir-cellr {
	width: 770px;
}
div.blg-pst-div-hor {
	height: 3px;
	margin-bottom: 10px;
	
	background-image: url(../img/blg-pst-div-hor-bg.png);
	background-repeat: repeat-x;
}
div.blg-pst div.blg-pst-div-hor {
	margin-bottom: 15px;
}

div.blg-pst-caption {
	overflow: hidden;
}
div.blg-pst-caption h1 {
	margin: 0px;
}
div.blg-pst-content {
	margin: 20px 0px;
	overflow: hidden;
	font-size: 14px;
	color: #333333;
}
div.blg-pst-block-caption {
	margin-bottom: 10px;
}
div.blg-pst-block-caption div.blg-blk-caption {
	position: relative;
	float: left;

	font-weight: bold;
	font-size: 16px;
}
div.blg-pst-block-caption div.blg-blk-link {
	position: relative;
	float: right;

	line-height: 16px;
	font-size: 12px;
}
/********** INFO BLOCK **********/
div.blg-pst-info {
	position: relative;
	border-bottom: 1px solid #e9e9e9;
}
div.blg-pst-info div.thumb,
div.blg-pst-info div.thumb_large {
	top: 0px;
	left: 0px;
    position: absolute;
	border: 0px;
}
div.blg-pst-info div.thumb img,
div.blg-pst-info div.thumb_large img {
	top: 0px;
	left: 0px;
	position: relative;
}
div.blg-pst-info div.thumb,
div.blg-pst-info div.thumb img {
	width: 64px;
	height: 64px;
}

div.blg-pst-info div.info {
	margin-left:84px;
    position:relative;
	text-align:left;
}
div.blg-pst-info div.info div.line {
	margin-bottom: 10px;
}
div.blg-pst-info div.info div.line1,
div.blg-pst-info div.info div.line1 h2 {
	margin: 0px; 
}
div.blg-pst-info div.info div.line3 {
	margin-bottom: 15px;
}
div.blg-pst-info div.info div.line6 a,
div.blg-pst-info div.info div.line6 b,
div.blg-pst-info div.info div.line6 span {
	position: relative;
	display: block;
	float: left;
}
div.blg-pst-info div.info div.line6 div.cmt_voter_body {
	top: -6px;
}

/********** CONTROL BLOCK **********/
div.blg_controls {
	margin-bottom: 30px;
}
div.blg_controls_l {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	position: relative;
	float: left;
}
div.blg_controls_r {
	position: relative;
	float: right;
	line-height: 62px;
}
div.blg_controls_r a.b10-btn-big {
	margin: 16px 0px 0px 0px;
}
div.blg_controls_r a.b10-btn-big i {
	padding: 6px 8px 5px 10px;
}
div.blg_controls_item {
	position: relative;
	float: left;
	
	line-height: 16px;
}
/********** ENTRY INFO BLOCK */

#msg_info #info.blg_edit_post
{
    line-height:37px;
    width:400px;
    height:74px;
}

#msg_info #info.blg_edit_post a
{
    line-height:normal;
}

#msg_info #blg_title
{     
    padding:0;
    margin:0;
    overflow:visible;
    line-height:27px;
    margin-top:30px;
    margin-bottom:3px;
}

#info input
{
	width:236px;
}

/********** BUBBLE BOX */

.entry_text p
{
    padding:3px 0 3px 0 !important;
}

.entry_text
{
    position:relative;
    margin-left:12px;
    margin-right:12px;
}

.msg_box_top, .msg_box_cont, .msg_box_bottom, .msg_box_nav
{
    position:relative;
    width:449px;
    margin:12px;
    margin-top:0;
    margin-bottom:0;
}
.msg_box_top
{    
    height:27px;
    background-image:url(../img/msg_box_top.gif);
    overflow:hidden;
}
.msg_box_nav
{
    width:429px;
    height:25px;
    line-height:25px;
    background-image:url(../img/msg_box_bg.gif);
    padding-left:20px;
}
.msg_box_cont
{
    width:409px;
    height:auto;
    background-image:url(../img/msg_box_bg.gif);
	padding-top:10px;
	padding-bottom:10px;

	padding-left:20px;
	padding-right:20px;	
}
.msg_box_bottom
{    
    height:9px;    
    background-image:url(../img/msg_box_bottom.gif);
    overflow:hidden;
}

.msg_box_cont div
{
	width:409px;
	margin:0px;
	text-align:justify;
	overflow:hidden;
}


/********** ERROR TIPS */

.err_tip
{
	left:auto;
	right:-240px;
	display:none;
}

.err_tip b
{
	display:none;
}

/********** VIEW ENTRY */


#blg_title
{
	margin-left:12px;
	width:450px;
	overflow:hidden;
}

#entry_info
{
	text-align:left;
	font-size:11px;
	font-weight:normal;
	line-height:22px;
	color:#339933;
	overflow:hidden;
}

/*
#entry_nav_bottom
{
	margin-top:6px;
	margin-left:12px;
	margin-right:12px;
}

#entry_nav_bottom1
{
	width:144px;
	height:22px;
	float:left;
	clear:none;
}

#entry_nav_bottom2
{
	width:300px;
	float:right;
	clear:none;
	text-align:right;
}
*/
.social_networks
{
	font-size:16px;
	font-weight:bold;
}

.social_networks div
{
	height:26px;
	line-height:26px;
	float:right;
}

.social_networks img
{	
	opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
	margin-left:5px;
	width: 16px;
	height: 16px;	
	padding:4px;
	border:1px solid #CCCCCC;
	float:right;
}

.social_networks img:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);	
	margin-left:5px;
	width: 16px;
	height: 16px;		
	padding:4px;
	border:1px solid #CCCCCC;
	float:right;
}

div .reply_nav_btns
{
	margin:0;
	padding:10px 0 0 0;
    width:100%;
    text-align:center;
}

div .reply_nav_btns input
{
    margin:0 5px;
    padding:0 25px;
    display:inline;
}

#blg_prev_next
{
	height:17px;
	margin:0;
    margin-left:12px;
	margin-right:12px;
	padding:0;
	padding-top:9px;
/*    
	padding-bottom:9px;
	border-bottom:1px solid #CCCCCC;
*/    
	list-style:none;		
}

#blg_prev_next li.prev
{
	margin:0;	
	padding:0;	
	height:17px;
	float:left;
    text-align:left;
    width:50%;
    overflow:hidden;
}
#blg_prev_next li.next
{
	margin:0;	
	padding:0;	
	height:17px;
	float:right;
    text-align:right;
    width:50%;
    overflow:hidden;
}

#blg_draft, 
#blg_preview, 
#blg_approve {
    color:#ff0000;
}

/********** TRACKBACKS */

#entry_trackbacks
{
	margin:12px;
}

#entry_trackbacks h3
{
	font-size:16px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
    padding-bottom:3px;
    border-bottom:1px solid #CCC;
}

#entry_trackbacks h3 span
{
 	font-size:11px;
	font-weight:normal;   
}

.blg_trackback_row
{
    padding:12px;
    background-color:#EFEFEF;
    margin-bottom:12px;
}

.blg_trackback_title
{
    font-size:16px;
    font-weight:bold;
    margin-bottom:6px;    
}

.blg_trackback_excerpt
{
    
}

.blg_trackback_links
{
    font-size:11px;
    text-align:right;   
}


/********** forms in accordion */

div.blg_write_form {
    margin: 0px;
    padding: 0px;
    position:relative; 
}
div.blg_wfr_line {
	margin-bottom: 5px;
}
div.blg_wfr_cell {
	height: 34px;
	margin-right: 10px;
	position: relative;
	float: left;
	line-height: 34px;
	color: #666666;
}
div.blg_wfr_cell_url {}
div.blg_wfr_cell_file {
	overflow: hidden;
}
div.blg_wfr_cell_url input.sys-input-text {
	margin: 4px 0px 3px 0px;
}
div.blg_wfr_cell_file input.sys-input-text {
	margin: 4px 0px 3px 0px;
}
div.blg_wfr_cell_file input.sys-frm-file {
	top: 0px;
	left: 0px;
	position: absolute;
	opacity: 0;
	font-size: 29px;
}
#blg_images_list, 
#blg_videos_list, 
#blg_files_list {}
div.blg_wfr_cell input.blg_wf_text {
	width: 160px;
}



.blg_image, 
.blg_video {
	width: 64px;
    height: 64px;
    margin: 5px 5px 15px 5px; 

    position: relative;
    float: left;

    border: 1px solid #999;
}

.blg_image_thumb {
    border:1px solid #00f;
    background-color:#ccf;
}

.blg_image .x, 
.blg_video .x {    
    position:absolute;
    top:0px;
    right:2px;
    padding:0;
    margin:0;
    font-size:9px;
    color:#000;
    background-color:#fff;
    line-height:9px;
    text-decoration:none;
}
.blg_file .x {    
    padding:0;
    margin:0;
    font-size:9px;
    line-height:9px;
    text-decoration:none;
}

.blg_image .x:hover, 
.blg_video .x:hover, 
.blg_file .x:hover {
    color:#fff;
    background-color:#000;
}

.blg_image .o {
	position: absolute;
	top: 68px;
	left: -2px;
	width: 70px;
    padding: 0;
    margin: 0;
    font-size: 9px;
    line-height: 9px;
    text-align: center;
    text-decoration: none;
}

.blg_file
{
    position:relative;
    font-size:11px;
    text-align:left;
    margin:3px 0 3px 0;
}

#blg_accordion_tags_xml
{
    padding:12px 0 0 12px;
}

