<-BlogAndPostTitle->body{font-family:tahoma;background:url(http://s3.picofile.com/file/8199116992/photography.png);font-size:8pt;padding:10px;margin:5px}
a { text-decoration: none; color:#000000;transition:0.5s;}
a:visited { color: #000; }
a:hover {color:#fff;text-shadow: 0px 0px 2px;transition:0.5s;}
#page{width:550px;margin:10px auto}
#uwrapper{margin:20px auto;width:500px;height:281px;background:url("http://s3.picofile.com/file/8199115642/tumblr_m3ez9vmxbt1r8fpcno1_500.gif") top center no-repeat;border-radius:40px;border:4px solid #5f9d7a}
#post{margin-bottom:10px;margin-top:-20px;float:right;width:380px;background-color:#fff;opacity:0.9;text-align:center;border-right: 3px solid#5f9d7a;border-left: 3px solid#5f9d7a;border-radius:40px}
#posttitle{height:50px;text-align:right;font-size:8pt;direction:rtl;padding-top:20px;padding-right:50px;}
#posttitle{margin-left:20px;height:40px;text-align:center;font-size:8pt;direction:rtl;padding-top:10px}
#posttitle a{color:#000;text-shadow:0px 0px 1px #000}
#postbody{margin-left:20px;width:320px;text-align:center;text-shadow:0px 0px 1px #000;letter-spacing:1px;font-size:8pt;color:#000;direction:rtl;overflow:hidden}
#postbody a{ color: #000000;letter-spacing:1px;text-shadow:0px 0px 1px #000}
#postbody p{margin-top:8px;margin-bottom:2px;}
#sidebar{padding-top:10px;padding-bottom:15px;float:left;margin-top:360px;letter-spacing:1px;text-shadow:0px 0px 1px;width:120px;float:left;background-color:#fff;opacity:0.9;text-align:center;border-left: 3px solid #5f9d7a;border-right: 3px solid#5f9d7a;border-radius:40px}
#postdesc{color:#000;direction:rtl;text-align:center;padding-bottom:6px}
#mymenu{text-align:center;width: 365px;height:30px;font-weight:bold;background:#fff;opacity:0.9;border:2px solid#5f9d7a;font-size:12pt;border-radius:20px;-moz-transition:1s;-o-transition:1s;-webkit-transition:1s}
#mymenu:hover{box-shadow: inset 370px 0px 0px #aee8c7;-moz-transition:1s;-o-transition:1s;-webkit-transition:1s}
function GetBC(lngPostid)
{
intTimeZone=<-BlogTimeZone->;
strBlogId="<-BlogId->";
intCount=-1;
strResult="";
try {
for (i=0;i
{
if (BlogComments[i]==lngPostid)
intCount=BlogComments[i+1] ;
}
} catch( e) {
}
if (intCount == -1) strResult=" Cσммєηт ";
if (intCount == 0) strResult=" cσммєитѕ ";
if (intCount == 1) strResult=" cσммєитѕ ";
if (intCount > 1) strResult=intCount + " cσммєитѕ ";
strUrl="/Idea/?blogid=" +strBlogId + "&postid=" + lngPostid + "&timezone=" + intTimeZone ;
strResult ="
" + strResult + " " ;
document.write ( strResult ) ;
}
function OpenLD()
{
window.open('/linkdump','blogfa_ld','status=yes,scrollbars=yes,toolbar=no,menubar=no,location=no ,width=500px,height=500px');
return true;
}