@charset "utf-8";
/* CSS Document */

/* BLOG */

/* BLOG PANEL */
.middle .p775 {
	width:		775px;
	float:		left;
	margin:		0 0 0 43px;
	color:		#FFFFFF;
}
	.middle .p775 .top {
		width:		735px;
		height:		60px;
		float:		left;
		padding:	5px 20px 0 20px;
		background:	url('/files/css/bg-panels/775-top.png') no-repeat center top;
	}
	.middle .p775 .mid {
		width:		735px;
		float:		left;
		padding:	20px;
		background-color: #000000;
	}
	.middle .p775 .bot {
		width:		775px;
		height:		50px;
		float:		left;
		background:	url('/files/css/bg-panels/775-bot.png') no-repeat center bottom;
	}


/* BLACK SIDE PANEL */
.middle .b155 {
	width:		155px;
	float:		right;
	margin:		10px 43px 18px 0;
	color:		#FFFFFF;
	clear:		right;
	background-color:#000000;
}
	.middle .b155 .top {
		width:		155px;
		margin-top: -10px;
		background:	url('/files/css/bg-panels/155-top.png') no-repeat center top;
	}
	.middle .b155 .bot {
		width:		135px;
		padding:	15px 10px 20px 10px;
		margin-bottom: -10px;
		background:	url('/files/css/bg-panels/155-bot.png') no-repeat center bottom;
	}


/* WHITE SIDE PANEL */
/*.middle .w155 {
	width:		155px;
	float:		right;
	margin:		10px 43px 18px 0;
	color:		#000000;
	clear:		right;
	background:	#FFFFFF;
}
	.middle .w155 .top {
		width:		155px;
		margin-top: -10px;
		background:	url('/files/css/bg-panels/155w-top.png') no-repeat center top;
	}
	.middle .w155 .bot {
		width:		135px;
		padding:	15px 10px 20px 10px;
		margin-bottom: -10px;
		background:	url('/files/css/bg-panels/155w-bot.png') no-repeat center bottom;
	}*/

.middle .w155-subscribe {
	width:		155px;
	height:		75px;
	float:		right;
	margin:		10px 43px 18px 0;
	color:		#000000;
	clear:		right;
	background:	url('/files/css/bg-panels/155w-subscribe.png') no-repeat center top;
}


/* ARCHIVE */
.archive span.count {
	font-size:	10px;
	color:		#666666;
}
	 .archive ul {
		margin:		0px;
		padding:	0px;
		list-style:	none;
	}
		.archive ul li { margin: 10px 0 0 0px }

		.archive span.year-show {
			width:		16px;
			height:		16px;
			display:	inline-block;
			cursor: 	pointer;
			background: url('/files/css/icons/bullet_arrow_down.gif') no-repeat left top;
		} .archive span.year-show:hover { background-position: bottom }

		.archive span.year-hide {
			width:		16px;
			height:		16px;
			display:	inline-block;
			cursor: 	pointer;
			background: url('/files/css/icons/bullet_arrow_right.gif') no-repeat left top;
		}  .archive span.year-hide:hover { background-position: bottom }

		.archive ul li a {
			font-size:	14px;
			text-decoration: none;
			color:		#CCCC66;
		}
		.archive ul li a:hover { color: #CCCCCC }

		.archive ul li li { margin: 0px 0 0 14px }
		.archive ul li li a {
			font-size:	12px;
			text-decoration: none;
			color:		#FFFFCC;
		}
		.archive ul li li a:hover { color: #CCCCCC }

		.archive ul li .act {
			color: #CCCCCC;
			font-weight: bold;
		}



/* TEXT STYLES */
.middle .p775 h4 {
	margin:			0px;
	padding:		0px;
	font-size:		14px;
	font-weight:	normal;
	line-height:	20px;
}
.middle .p775 h5 {
	margin:			0px;
	padding:		0px;
	font-size:		10px;
	font-weight:	normal;
	color:			#CCCC99;
}


.line {
	height:15px !important;
	background-position: center 7px !important;
}





.blog h1 {
	font-size:	18px;
	font-weight:normal;
	color:		#CCCC99;
}

	.blog .form {
		float:		left;
		width:		420px;
		padding:	10px;
		font-size:	10px;
		color:		#999999;
	}
		.blog .form input[type=text] { width: 320px }
		.blog .form textarea { width: 370px }

	.blog .direction {
		float:		right;
		width:		270px;
		padding:	10px;
	}

.blog .comments-block {
	width:		450px;
	margin:		10px 0 20px 0;
}
	.blog .comments-block .comment {
		width:		430px;
		float:		left;
		padding:	10px;
		font-size:	10px;
		line-height:14px;
		color:		#333333;
		background:	url('/files/css/bg-panels/comments-top.png') no-repeat left top #FFFFFF;
	}
	.blog .comments-block .name {
		width:	410px;
		height:	15px;
		float:	left;
		padding:15px 0 0 40px;
		background:	url('/files/css/bg-panels/comments-bot.png') no-repeat left bottom;
	}

.blog-year {
	padding: 2px 0px;
}





/* END OF FILE
**************************************************/




