body {
	margin:  0;
	padding: 0;
	background: #ffffff;
	color: #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1{
	font-size:18px;
	text-align: center;
}

h2, h3, h4, h5, h6 {
font-size:13px;
}

h1 { font-size:1.692em; color:#0063BC; font-weight:normal; padding-bottom:.727em; line-height:1.41 }

p{font-size:12px;}

a {
	color: #5D0E0E;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

.image {
	float: left;
	margin: 0 15px 10px 0;
}

/* Header */

#header {
	width: 990px;
	height: 120px;
	margin: 0 auto;
	background: #000000 url(http://zalex.info/images/img1.jpg);
}

#header h1, #header h2 {
	float: left;
	padding: 94px 0 0 7px;
	font-size: 18px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Pages */

#pages {
	clear: both;
	width: 990px;
	height: 43px;
	margin: 0 auto;
	background: #000000 url(http://zalex.info/images/img2.gif);
}

#pages h2 {
	display: none;
}

#pages ul {
	float: right;
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
}

#pages li {
	display: inline;
}

#pages a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 2px 0 0;
	padding: 7px 15px 0 15px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#pages a:hover, #pages .active a {
	padding-left: 14px;
	padding-right: 14px;
	background: #580505 url(http://zalex.info/images/img3.gif);
	border: 1px solid #000000;
	border-bottom: none;
}

/* Boxed */

.boxed {
	float: right;
	width: 180px;
	margin-bottom: 10px;
	padding-left: 10px;
}

.boxed .heading {
	height: 26px;
	padding: 6px 0 0 10px;
	background: #5F1010 url(http://zalex.info/images/img4.gif);
	border: 1px solid #000000;
	border-bottom: none;
	font-size: 13px;
	color: #FFFFFF;
	text-align: left;
	text-transform: uppercase;
}

.boxed .content {
	background: #F2F2F2 url(http://zalex.info/images/img5.gif) repeat-x left bottom;
}
.boxed .probel {
	background: #FFFFFF ;
	font-size:7px;
}


.boxed .content ul {
	margin: 0;
	padding: 10px;
	list-style: none;
}

.boxed .content li {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-size:13px;
}
#categories a{ 
	text-decoration: underline;
}
.boxed .content a {
	background: transparent left center;
	color: #5D0E0E;
	text-decoration: none;
}

.boxed .content a:hover {
	color: #FF0000;
}


/* Posts */

.post {
	background: #F2F2F2 url(http://zalex.info/images/img5.gif) repeat-x left bottom;
	margin: 0px;
}
.post h2,h3{
	font-weight: bold;
}
.post .title {
	padding: 0 0 0 13px;
	background: #FFFFFF url(http://zalex.info/images/img9.gif) no-repeat left center;
	color: #000000;
	text-align:left;
}

.post .posted {
	padding: 2px 10px 4px 10px;
	background: #5F1010 url(http://zalex.info/images/img4.gif);
	border: 1px solid #000000;
	border-bottom: none;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align:right;
}

.post .posted a{
	color: #FFFFFF;
}
.post .story {
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size:12px;
	text-align:justify;
}

.story td a{
    font-size:12px;
	text-align:left;

}

.story img {
	margin-right: 10px;

padding:3px 4px;
    border-width:1px;
    border-style:solid;
    -moz-border-radius:6px;
    -khtml-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    font-size:1.7em;
    line-height:100%;
    outline:none; 
    background-color:#fff;
}

.short_story {
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size:12px;
	text-align:justify;
    height: 85px !important;
    
}

.short_story img{
    float:left;
	display: inline !important; 
	width: auto !important; 
	height: 85px !important; 
	margin-right: 10px !important;
    padding:3px 4px;
    border-width:1px;
    border-style:solid;
    -moz-border-radius:6px;
    -khtml-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    font-size:1.7em;
    line-height:100%;
    outline:none; 
    background-color:#fff;
}


.post .meta {
	padding: 10px 10px;
	font-size:12px;
    text-align:right;
	}

/* Content */

#content {
	width: 990px;
	margin: 0 auto;
	padding: 20px 0;
	background-color: #FFFFFF;
}

/* Posts */

#posts {
	float: left;
	width: 610px;
	padding-right:0px;
	padding-left:0px;
	padding-bottom: 10px;
}

/* Archives */

#archives {
}

/* Search */

#search form {
	margin: 0;
	padding: 20px 10px;
}

.textfield1 {
	width: 110px;
	padding: 2px 5px;
	border: 1px solid #000000;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}

.submit1 {
	width: 30px;
	background: #5F1010 url(http://zalex.info/images/img7.gif) repeat-x;
	border: 1px solid #000000;
	text-transform: uppercase;
	font: bold 9px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/* Footer */

#footer {
	clear: both;
	width: 990px;
	background: #FFFFFF url(http://zalex.info/images/img5.gif) repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer p {
	padding: 10px;
	font-size: .8em;
}

.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}
.logo {
	font-family: "Old English Text MT";
	font-size: 36px;
	font-weight: bold;
		color: #666666;

}
.under_logo{font-family: verdana, arial, sans-serif; font-size:  10px; font-weight: bold; color: #666666;} 
.calendar_table{ 
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	 } 
.weekday_names{font-family: verdana, arial, sans-serif; font-size:  10px; font-weight: bold;} 
.weekend_names{ font-family: verdana, arial, sans-serif; color: #ff0000; font-size: 10px; font-weight: bold;} 
.headlines {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.branches_main { font-size: 160%; font-family: Arial, Helvetica, sans-serif; text-decoration: none; color: #0033CC;}
.progdesc {
	font-family:tahoma;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

.post .image_block {
	position:relative;
	clear:both;
    width:555px;
	background:#ffffff url(../images/corners.gif) left -633px repeat-x;
	border-left:1px solid #c8c8c8;
	border-right:1px solid #c8c8c8;
	padding:7px 8px;
	
	}



/*---Скругленные уголки---*/

div.top_left_corner, div.top_left_corner_d {
	height:8px;
	width:7px;
	position:absolute;
	top:0;
	left:-1px;
	background:url(../images/corners.gif) left -593px no-repeat}

div.top_right_corner, div.top_right_corner_d {
	height:8px;
	width:7px;
	position:absolute;
	top:0;
	right:-1px;
	background:url(../images/corners.gif) right -609px no-repeat}
	
div.bottom_left_corner, div.bottom_left_corner_d {
	height:8px;
	width:7px;
	position:absolute;
	bottom:0;
	left:-1px;
	background:url(../images/corners.gif) left -601px no-repeat}
	
div.bottom_right_corner, div.bottom_right_corner_d {
	height:8px;
	width:7px;
	position:absolute;
	bottom:0;
	right:-1px;
	background:url(../images/corners.gif) right -617px no-repeat}



	
div.bottom_left_corner_d {
	background:url(../images/corners.gif) left -601px no-repeat}
	
div.bottom_right_corner_d {
	background:url(../images/corners.gif) right -617px no-repeat}

div.top_left_corner_d {
	background:url(../images/corners.gif) left -593px no-repeat}

div.top_right_corner_d {
	background:url(../images/corners.gif) right -609px no-repeat}

