
body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form {
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, Verdana, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #fff;
}

table{
	font-family: Arial, Helvetica, Verdana, Georgia, Sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, Verdana, Georgia, Sans-serif;
	font-size: 16px;
	font-weight: normal;
}

a{
	text-decoration: underline;
	color: #008080;
}
a:hover{
	text-decoration: none;
}
a img{
	border: 0;
}
#topup a.smp     {font:11px Arial, Tahoma; color:#333; border:none; text-decoration:none; }
#topup a.smp:hover{font:11px Arial, Tahoma; color:#333; border:none; text-decoration:none;}

a.outto{
  text-decoration:none;
	color: #033;
	border: #66ff00 dashed;
  border-width: 0 0 2px 0;
}
a.outto:hover{
  text-decoration:none;
	color: #0c0;
  border-width: 0 0 0 0;
}

address, dl, p{
	padding: 10px 0 5px;
}

blockquote{
	margin: 5px 0 5px 10px;
	border-left: #ccc 1px dashed;
	background: #eee;
}

blockquote p{ padding: 10px; }

blockquote blockquote{
	margin: 0 10px;
	background: #fff;
}

code{
	background: #f0fff0;
}

dd{
	padding: 0 0 0 20px;
}

p img{
	max-width: 100%;
}

img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright{
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}

img.alignleft{
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

.clear{
	margin: 0;
	padding: 0;
	clear: both;
}

small{
	font-size: 11px;
}

input, textarea{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	padding: 2px;
	border:#aaaaaa 1px dashed;
}
#submit {
	border:#666666 1px solid;
}
input.ed_button {border:#aaaaaa 1px solid;}


/* Start Container - Holds everything together. Nothing sits outside of the container. */

#container{
	margin: 0 auto;
	max-width: 1240px;
	width:expression(document.body.clientWidth > 1280? "1240px": "auto" );
	min-width: 750px;
	text-align: left;
}

#page{
	float: left;
	width: 100%;
	background: #fff;
}

#header{
	display: block;
	margin: 10px 10px 0;
	padding: 3px 5px 3px 5px;
	background: #f0f0f0;
	color: #008080;
	height:24px;
}

#header a{
	color: #008080;
}

#header h1{
  font:12px "Trebuchet MS", Arial;
	display: inline;
}

#header h1, #header h1 a{
	color: #008080;
}

#header h1 a{
	text-decoration: none;
}

#header h1 a:hover{
	text-decoration: underline;
}
#topup{
	padding: 3px 5px 2px 0;
	float: right;
	line-height: 18px;
}

#topup a{
  text-decoration:none;
	color: #008080;
	border: #666 dashed;
  border-width: 0 0 2px 0;
}

#topup a:hover{
  text-decoration:none;
	color: #000;
  border-width: 0 0 0 0;
}

/* End Header */

/* Start Banner - Be default, the banner is just a background image. */

#banner{
	display: block;
	margin: 5px 10px 0 10px;
	height: 140px;
	text-align: center;
	vertical-align:bottom;
	background: #fff url(images/logo.jpg) no-repeat left top;
}

#banner a{
	color: #6a5;
}

#banner img{
	margin: 5px 5px 0 5px;
}

/* End Banner */

/* -------------------------------------------------------------------------- */

#content{
	margin: 0 0 0 0;
}

.sidebar{
	float: left;
	width: 190px;
	margin: 0 0 0 5px;
	display: inline;
}

.a{/* the first sidebar */
	float: left;
	margin: 0 0 0 5px;
}

.b{ /* the second sidebar */
	width: 220px;
	float: right;
	margin: 0 5px 0 0;
}

.sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li{
	margin: 0 0 10px 0;
	background: #eeeeee;
}

.sidebar ul li#search form{
	padding: 10px 5px 10px 5px;
	background: #acc;
}

.sidebar ul li#search form input{
	margin: 5px 0 0;
}

.sidebar ul li#calendar table{
	margin: 0 10px;
}

.sidebar ul li#calendar table caption{
	padding: 10px;
}

.sidebar ul li#calendar table td{
	padding: 3px;
}

.sidebar ul li h2{
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	background: #eee url(images/bg_h2_a.gif) no-repeat left bottom;
	color: #000;
}

.sidebar ul ul{
	line-height: 18px;
}

.sidebar ul ul li{
	margin: 2px 0 1px 0;
	padding: 0;
	background: url(images/bg_dotted_a.gif) repeat-x;
}

.sidebar ul ul li a{
	margin: 0;
	padding: 8px;
	text-decoration:none;
  color:#008080;
  font:bold 12px Verdana, Arial;
  display:block;
	background: #cceecc url(images/bg_a_sd.gif) repeat-y left bottom;
}

.sidebar ul ul li a:hover{
  color:#000;
  display:block;
	background: #fff;
}

li.recentcomments {
	border-bottom: #aaa 1px dashed;
}

#recentcomments a{
  color:#000;
	background-color:transparent;
	background-image:none;
}
#recentcomments a:hover{
  color:#0c6;
}
#recentcomments a.rcomma {
  font-size:11px;
  color:#008080;
	border-bottom: #000 1px solid;
	background-color: transparent;
	background-image:none;
}
#recentcomments a.rcomma:hover {
  font-size:11px;
  color:#000;
	border-bottom: #fff 0px solid;
}

.sidebar li#flickrrss img{
	margin: 5px 0 0 5px;
	width: 74px;
	height: 74px;
}

.sidebar ul ul ul li{
	padding: 10px 0 0 10px;
	background-color: transparent;
	background-image: none;
}

/* -------------------------------------------------------------------------- */

#main{
	margin: 0 230px 0 200px;
}

/* Start Posts - Post titles, entries, and postmetadata */

.post{
	margin: 0 0 0 10px;
}

.post h2{
	font-size: 20px;
	padding: 6px 10px;
	background: #f7f7f7 url(images/bg_h2_m.gif) repeat-x left bottom;
}

/* End Posts */

/* Start Entries - Text and Titles within the content */

.entry{
	padding: 0 10px 10px;
	font-size: 14px;
	line-height: 24px;
	background: url(images/bg_dotted_b.gif) repeat-x;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	margin: 0;
	padding: 10px 0 5px;
	background-color: transparent;
	background-image: none;
	font-weight: bold;
}

.entry h1{
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
}

.entry h2{
	font-weight: normal;
}

.entry h3{
	font-size: 16px;
}

.entry h4{
	font-size: 14px;
}

.entry h5{
	font-size: 12px;
}

.entry h6{
	font-size: 11px;
}

/* End Entries */




/* Start Postmetadata - Author, Date, Categories and Комментарии Number */

p.entrymetadata{
	font-size: 12px;
	line-height: 18px;
	color: #666;
}

p.entrymetadata a{
	color: #008080;
}

.comments_number a{
	padding: 0 0 0 26px;
  text-decoration:none;
	color: #008080;
	border: #000 dashed;
  border-width: 0 0 2px 0;
	background: url(images/icon_comment.gif) no-repeat;
}
.comments_number a:hover{
  text-decoration:none;
	color: #000;
  border-width: 0 0 0 0;
}


/* End Postmetadata */


/* Start Previous and Next Links */

.navigation{
	margin: 0 0 0 10px;
	padding: 10px;
	font-size: 14px;
	line-height: 24px;
}
.navigation a{
	padding: 0 0 0 10px;
  text-decoration:none;
	color: #008080;
	border: #66ff00 dashed;
  border-width: 0 0 2px 0;
}
.navigation a:hover{
  text-decoration:none;
	color: #000;
  border-width: 0 0 0 0;
}

/* End Previous and Next Links */




/* Start Комментарии Template */

.comments_template{
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
}

.comments_template p.nocomments, .comments_template p.alert{
	padding: 10px;
	font-size: 14px;
}

.comments_template h3{
	font-size: 20px;
	padding: 8px 10px;
	background: #f7f7f7 url(images/bg_h2_b.gif) repeat-x left bottom;
}

.comments_template form#commentform{
	margin: 0;
	padding: 10px;
	background: #f7f7f7 url(images/bg_dotted_b.gif) repeat-x;
}

.comments_template form#commentform p{
	line-height: 18px;
}

ol.commentlist{
	margin: 10px 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 24px;
}

ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}

ol.commentlist li{
	padding: 10px;
	background: url(images/bg_dotted_b.gif) repeat-x;
}

ol.commentlist li.alt{
	background: #f7f7f7;
	border: #999999 dashed;
	border-width: 0 0 2px 0;
}

ol.commentlist li.highlighted{
	background: #eeffff;
	border: #999999 dashed;
	border-width: 0 0 2px 0;
}

.comment-number{ /* for Paged Комментарии plugin */
	float: right;
	font-family: Georgia, Arial, Verdana, Sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #aaa;
}

/* End Комментарии Template */

/* Start Footer */

#footer{
	display: block;
	padding: 10px 10px;
	line-height: 18px;
	background: #fff;
	color: #008080;
}

.skip{
	padding: 3px 5px 2px 0;
	float: right;
	line-height: 18px;
}

#footer a{
	color: #6a5;
}

#footer p{
	padding: 0;
	display: inline;
}

/* End Footer */

/* Start Ads */

.ads_468x60{
	margin: 10px 0 5px;
}

.ads_inline{
	padding: 5px;
	display: inline;
}

/* End Ads */
