/* CSS Document */
body { background:url(img/back.png); margin:0; color:#444; font-family:Arial; font-size:13px;  text-shadow:1px 1px 0px #fff; }
a { color:#607a85; }

#back { background:url(img/top.png) repeat-x; height:11px; }
#menu { padding:30px 0; }
#menu a { text-decoration:none; font-weight:bold; color:#fff; text-shadow:1px 1px 1px #161616; }


#home { background:url(img/home.png) no-repeat; float:right; height:25px; width:81px; text-align:center; padding-top:8px; margin-right:10px; }
#home:hover { background:url(img/home_hover.png); }
#home:active { background:url(img/home_press.png); }

#blog { background:url(img/blog.png) no-repeat; float:right; height:25px; width:65px; text-align:center; padding-top:8px; }
#blog:hover { background:url(img/blog_hover.png); }
#blog:active { background:url(img/blog_press.png); }

#act #home { background:url(img/home_active.png) !IMPORTANT; }
#act #blog { background:url(img/blog_active.png) !IMPORTANT; }

#content { background:url(img/shadow.png) repeat-x #fff; border-radius:4px; }

.postBody { padding:10px; border-bottom:1px solid #ccc; }
.postTitle { font-weight:bold; font-size:16px; font-family:Trebuchet MS; color:#666; }
.postDetaly { font-size:11px; color:#666; }
.selectorBody { padding:10px; }
.selectorPages { text-align:right; }
.selectorPages a { padding:4px 8px; margin:2px; text-decoration:none; }
.selectorPages b { padding:4px 8px; background:#f0f0f0; border-radius:2px; }
.selectorPages a:hover { background:#f0f0f0; border-radius:2px; }

.postPart { background:#f0f0f0; padding:10px; font-weight:bold; border-bottom:1px solid #ccc; }
.postText iframe { width:380px !IMPORTANT;}
.postText img { max-width:368px; border:1px solid #e9e9e9; background:#fff; padding:5px; }
.postText img:hover { background:#f9f9f9; }
.postText .code { background:#f0f0f0; border:1px solid #ccc; color:#222; width:370px;}
.comContent { padding:10px; border-top:1px solid #ccc; }
