﻿body
{
    background: #d8e1e8 url(../../img/blog/bkg_body.png) repeat-x;
    padding: 0px;
    margin: 23px 0px 0px 0px;
    font-family: Tahoma;
    font-size: 12px;
    color: #474747;
}

/* General Links */
a:link
{
    text-decoration: none;
    color: #427ebc;
    border: 0px;
}
a:active
{
    text-decoration: underline;
    color: #427ebc;
    border: 0px;
}
a:visited
{
    text-decoration: none;
    color: #427ebc;
    border: 0px;
}
a:hover
{
    text-decoration: underline;
    color: #427ebc;
    border: 0px;
}

input
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}
textarea
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}
form
{
    padding: 0px;
    margin: 0px;
}

/* Header Class */
.header
{
    width: 850px;
    float: left;
    padding: 0px;
    text-align: right;
    vertical-align: top;
    height: 90px;
    background-position: left top;
    background-image: url(../../img/bgHeader.gif);
    background-repeat: repeat-x;
    clear: both;
    margin-bottom: 0px;
}
#bgh
{
    background-position: left top;
    background-image: url(../../img/blog/bkg_header_bottom.gif);
    background-repeat: no-repeat;
    height: 10px;
    padding: 0px;
    margin-bottom: 10px;
    clear: both;
}
.header h1
{
    color: White;
    font-family: Arial;
    font-size: 30px;
    margin-right: 20px;
    margin-top: 0px;
    float: right;
}
.header h1
{
    color: White;
    font-family: Arial;
    font-size: 35px;
    margin-right: 15px;
    float: right;
}
.header span
{
    color: White;
    font-family: Arial;
    font-size: 12px;
    margin-right: 10px;
    float: right;
    margin-top: 20px;
}




#bgcontain
{
    width: 850px;
    margin: 0 auto;
}
#container
{
    background: #fff url(../../img/blog/bkg_container.png) no-repeat left top;
    float: left;
}

.left
{
    float: left;
    width: 605px;
    padding: 15px;
}

.breakcrumb
{
    background: url(../../img/blog/bkg_breakcrumb.png) no-repeat right top;
    margin-bottom: 10px;
}
.breakcrumb ul
{
    direction: rtl;
    text-align: right;
    padding: 7px 7px 9px 0px;
    margin: 0px;
}
.breakcrumb li
{
    background: url(../../img/blog/arrow_breakcrumb.png) no-repeat right center;
    list-style-type: none;
    display: inline;
    font-size: 9px;
    color: #336699;
}
.breakcrumb li a
{
    padding: 0px 10px 0px 10px;
    font-weight: bold;
    color: #336699;
    text-decoration: underline;
}
.breakcrumb li a:visited
{
    color: #336699;
    text-decoration: underline;
}
.breakcrumb li a:hover
{
    color: #336699;
    text-decoration: underline;
}


/* Post General --------------------------------------------------------------------------------------------- */

.head
{
    clear: both;
    padding: 15px 0px;
    margin: 0px;
}
.head h1
{
    font-size: 20px;
    padding: 0px 0px 2px 0px;
    margin: 0px 65px 4px 0px;
    font-weight: bold;
    font-family: Arial;
    border-bottom: solid 1px #e3e3e3;
    text-align: right;
    direction: rtl;
    color: #7777bb;
}
.head h1 a
{
    text-decoration: none;
}
.head h1 a:visited
{
    text-decoration: none;
}
.head h1 a:hover
{
    text-decoration: none;
}

.details
{
    font-size: 9px;
    line-height: 12px;
    direction: rtl;
    margin-right: 70px;
}
.details a
{
    font-weight: bold;
    text-decoration: underline;
}
.details a:visted
{
    font-weight: bold;
    text-decoration: underline;
}
.details a:hover
{
    font-weight: bold;
    text-decoration: underline;
}

.categ
{
    background: url(../../img/blog/ico_categ.png) no-repeat right;
    padding: 0px 17px 0px 0px;
    margin-left: 65px;
}
.user
{
    background: url(../../img/blog/ico_user.png) no-repeat right;
    padding: 0px 17px 0px 0px;
    margin-left: 20px;
}
.time
{
    background: url(../../img/blog/ico_time.png) no-repeat right;
    padding: 0px 17px 0px 0px;
    margin-left: 20px;
}

.nrposts
{
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    position: absolute;
    padding-top: 15px;
}
.nrposts a
{
    width: 54px;
    float: left;
    padding: 6px 0px 14px 0px;
    text-decoration: none;
    font-family: 'Arial';
}

.entry
{
    float: left;
}
.postbody
{
    direction: rtl;
    text-align: right;
    padding-right: 30px;
    color: #222255;
}





/* Post - Warm ( Yellow ) --------------------------------------------------------------------------------------------- */

.postwarm
{
    float: right;
    padding: 0px;
    margin-bottom: 30px;
    direction: rtl;
    width: 600px;
}
.postwarm a
{
    color: #cc9900;
    text-decoration: underline;
}
.postwarm a:visited
{
    color: #cc9900;
    text-decoration: underline;
}
.postwarm a:hover
{
    color: #996600;
    text-decoration: underline;
}

.postwarm .details
{
    color: #996600;
}
.postwarm .details a
{
    color: #996600;
}
.postwarm .details a:visted
{
    color: #996600;
}
.postwarm .details a:hover
{
    color: #996600;
}

.postwarm .nrposts a
{
    background: url(../../img/blog/postwarm_bkg_comments.png) no-repeat left top;
    color: #d7cfad;
    text-decoration: none;
}
.postwarm .nrposts a:visited
{
    color: #d7cfad;
    text-decoration: none;
}
.postwarm .nrposts a:hover
{
    background-position: left bottom;
    color: #cc9900;
    text-decoration: none;
}

.postwarm .entry
{
    background: #fff9df;
    padding: 10px;
    margin: 0px 0px 10px 0px;
    width: 550px;
    float: right;
}
.postwarm .entry img
{
    border: 2px solid #ffcc00;
}


/* Post - Cold ( Blue ) --------------------------------------------------------------------------------------------- */

.postcold
{
    float: left;
    padding: 0px;
    margin: 0px;
    direction: rtl;
}
.postcold a
{
    color: #5aaff0;
    text-decoration: underline;
}
.postcold a:visited
{
    color: #5aaff0;
    text-decoration: underline;
}
.postcold a:hover
{
    color: #427ebc;
    text-decoration: underline;
}

.postcold .details
{
    color: #427ebc;
}
.postcold .details a
{
    color: #427ebc;
}
.postcold .details a:visted
{
    color: #427ebc;
}
.postcold .details a:hover
{
    color: #427ebc;
}

.postcold .nrposts a
{
    background: url(../../img/blog/postcold_bkg_comments.png) no-repeat left top;
    color: #accfe6;
    text-decoration: none;
}
.postcold .nrposts a:visited
{
    color: #accfe6;
    text-decoration: none;
}
.postcold .nrposts a:hover
{
    background-position: left bottom;
    color: #427ebc;
    text-decoration: none;
}

.postcold .entry
{
    background: #eaf5ff;
    padding: 10px;
    margin: 0px 0px 10px 0px;
}
.postcold .entry img
{
    border: 2px solid #98cdff;
}


/* Post - Simple ( Full Post ) --------------------------------------------------------------------------------------------- */

.postsimple
{
    float: left;
}
.postsimple a
{
    color: #5aaff0;
    text-decoration: underline;
}
.postsimple a:visited
{
    color: #5aaff0;
    text-decoration: underline;
}
.postsimple a:hover
{
    color: #427ebc;
    text-decoration: underline;
}

.postsimple .details
{
    color: #427ebc;
}
.postsimple .details a
{
    color: #427ebc;
}
.postsimple .details a:visted
{
    color: #427ebc;
}
.postsimple .details a:hover
{
    color: #427ebc;
}

.postsimple .entry
{
    padding: 0px;
    margin: 0px 0px 10px 0px;
}
.postsimple .entry img
{
    border: 2px solid #98cdff;
}

.postsimple .head
{
    clear: both;
    padding: 15px 0px;
    margin: 0px;
}
.postsimple .head h1
{
    font-size: 24px;
    letter-spacing: -1px;
    padding: 0px 0px 2px 0px;
    margin: 0px 0px 4px 0px;
    font-weight: normal;
    border-bottom: solid 1px #e3e3e3;
}
.postsimple .head h1 a
{
    text-decoration: none;
}
.postsimple .head h1 a:visited
{
    text-decoration: none;
}
.postsimple .head h1 a:hover
{
    text-decoration: none;
}

.postsimple .details
{
    font-size: 9px;
    line-height: 12px;
}
.postsimple .details a
{
    font-weight: bold;
    text-decoration: underline;
}
.postsimple .details a:visted
{
    font-weight: bold;
    text-decoration: underline;
}
.postsimple .details a:hover
{
    font-weight: bold;
    text-decoration: underline;
}

.postsimple .categ
{
    background: url(../../img/blog/ico_categ.png) no-repeat left;
    padding: 0px 0px 0px 17px;
    margin-right: 5px;
    margin-left: 0px;
}
.postsimple .user
{
    background: url(../../img/blog/ico_user.png) no-repeat left;
    padding: 0px 0px 0px 17px;
    margin-right: 5px;
}
.postsimple .time
{
    background: url(../../img/blog/ico_time.png) no-repeat left;
    padding: 0px 0px 0px 17px;
    margin-right: 5px;
}


/* Comments List --------------------------------------------------------------------------------------------- */
.comments
{
}
.comments h2
{
    font-size: 24px;
    letter-spacing: -1px;
    padding: 0px 0px 5px 0px;
    margin: 0px;
    font-weight: normal;
    border-bottom: solid 1px #e3e3e3;
}
.comments h2 a
{
    text-decoration: none;
}
.comments h2 a:visited
{
    text-decoration: none;
}
.comments h2 a:hover
{
    text-decoration: none;
}
.comments li
{
    background: #fff9df;
    padding: 10px;
    margin: 20px 0px;
}

.comments .commentlist
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.comments .commenttitle
{
    background: url(../../img/blog/ico_user.png) no-repeat left;
    letter-spacing: -1px;
    padding: 3px 0px 0px 17px;
    margin: 0px;
    font-size: 14px;
    color: #5d5d5d;
}
.comments .commentmeta
{
    background: url(../../img/blog/ico_time.png) no-repeat left;
    font-size: 9px;
    font-weight: bold;
    padding: 3px 0px 0px 17px;
    margin: 0px;
}
.comments .alt
{
    background: #eaf5ff;
}

/* Comments Form --------------------------------------------------------------------------------------------- */
.commentform
{
    background: #fff;
}
.commentform form
{
    background: #ffc900;
    padding: 10px;
}
.commentform small
{
    font-size: 9px;
    font-weight: bold;
}
.commentform .postcomment
{
    background: #e8aa02 url(../../img/blog/bkg_h2_commentform.gif) no-repeat left top;
    font-size: 24px;
    letter-spacing: -1px;
    padding: 10px 0px 10px 10px;
    margin: 0px;
    font-weight: normal;
    color: #fff;
}
.commentform input
{
    border: solid 1px #e8aa02;
    padding: 4px 3px;
    background: #fff;
    font-size: 11px;
}
.commentform textarea
{
    border: solid 1px #e8aa02;
    padding: 3px;
    background: #fff;
    font-size: 12px;
}
.commentform p
{
    padding: 5px 0px;
    margin: 0px;
}

.right
{
    float: right;
    width: 200px;
    padding: 15px 15px 15px 0px;
    direction: rtl;
}
.right ul
{
    background: #f1f4f6 url(../../img/blog/bkg_ul_right.gif) no-repeat left bottom;
    padding: 5px 10px 10px 10px;
    margin: 0px 0px 15px 0px;
}
.right li
{
    padding: 0px 0px 2px 15px;
    margin: 0px;
    list-style-type: none;
    background: url(../../img/blog/bkg_li_right.png) no-repeat left top;
}
.key
{
    padding: 10px;
    background: #f1f4f6 url(../../img/blog/bkg_ul_right.gif) no-repeat left bottom;
    font-family: Arial;
    font-weight: bold;
}
.right li a:link
{
    display: block;
    color: #336699;
    text-decoration: none;
    font-size: 10px;
    line-height: 15px;
}

.right li a:visited
{
    text-decoration: none;
    font-size: 10px;
}
.right li a:hover
{
    color: #993333;
    text-decoration: underline;
}

.right h3
{
    background: #f1f4f6 url(../../img/blog/bkg_h3_right.gif) no-repeat left top;
    font-size: 16px;
    font-family: Arial;
    padding: 10px 10px 5px 10px;
    margin: 0px 0px 0px 0px;
    list-style-type: none;
    color: #336699;
}


.right .rss
{
    background: url(../../img/blog/rss_feed_bkg.png) no-repeat;
    padding: 8px 0px 8px 0px;
    margin: 0px 0px 5px 0px;
}
.right .rss a
{
    color: #fff;
    font-weight: bold;
    padding: 0px 0px 0px 30px;
}
.right .rss a:visited
{
    color: #fff;
}

.right .dd strong
{
    text-indent: -10000px;
    margin: 0;
    padding: 0;
}
.right .dd strong a
{
    display: block;
    background: url(../../img/blog/designdisease.png) no-repeat;
    padding: 0px;
    margin: 0px;
    width: 200px;
    height: 35px;
}

.footnav
{
    background: url(../../img/blog/bkg_footnav.png) no-repeat left top;
    padding: 8px 0px 8px 0px;
    margin: 0px;
    clear: both;
}
.footnav a
{
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    padding: 0px 0px 0px 25px;
}
.footnav a:visited
{
    color: #fff;
}


#footer
{
    background: url(../../img/blog/bkg_footer.png) no-repeat left top;
    float: left;
    width: 850px;
}
#footer ul
{
    padding: 0px 0px 0px 0px;
    margin: 20px 0px;
    font-size: 9px;
    color: #707c84;
}
#footer li
{
    padding: 0px 5px 0px 5px;
    margin: 0px 0px 0px 0px;
    display: inline;
    border-right: solid 1px #707c84;
}
#footer li a
{
    color: #707c84;
    text-decoration: underline;
}
.h1
{
    font-size: 35px;
}
.h2
{
    font-size: 30px;
}
.h3
{
    font-size: 25px;
}
.h4
{
    font-size: 20px;
}
.h5
{
    font-size: 15px;
}
.TextBoxes_rtl
{
    background-image: url(../../img/bgInputs.gif);
    background-repeat: repeat-x;
    border: 0px solid;
    direction: rtl;
    width: 250px;
    height: 20px;
    font-family: Tahoma;
    font-size: 12px;
    padding-right: 10px;
    color: #555;
}
.Multiline
{
    direction: rtl;
    background-position: center bottom;
    background-image: url(../../img/bgFooter.gif);
    background-repeat: repeat-x;
    width: 250px;
    height: 100px;
    font-family: Tahoma;
    font-size: 12px;
}

.tblForms_Big
{
    margin: 10px auto;
    border: #66cc66 1px solid;
    background-color: #ffffe0;
    direction: rtl;
    font-family: Arial;
    font-size: 20px;
    color: #555;
    text-align: right;
}

.commentsDiv
{
    margin: 10px auto;
    padding: 20px;
    width: 400px;
    border: #66cc66 1px solid;
    background-color: #ffffe0;
    direction: rtl;
    font-family: tahoma;
    font-size: 12px;
    color: #555;
    text-align: right;
}
.commentsDiv div
{
    text-align: left;
}

.Buttons
{
    background-image: url(../../img/bgButtons.gif);
    background-repeat: repeat-x;
    border: 0px solid;
    height: 25px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Arial;
    font-size: 20px;
    cursor: pointer;
}

