/*
Theme Name: Al-javad
Author : Parsig
Author URL : http://parsig.com
*/
body{
    background:url(images/bg.jpg) white;
    font-family: tahoma;
    font-size: 12px;
    line-height: 20px;  
    margin: 0;
    padding: 0;
    direction: rtl;
}

a{
    text-decoration: none;
    color: #90000E;
}

a:hover{
    color: #5871D1;
}

#container{
    width: 982px;
    background: url(images/bgcontent.jpg);
}

#topmenu{
    height: 23px;
    background: #8D010E;
    color: white;
}

#topmenu .menu{
    width: 219px;
    float: right;
    font-size: 14px;
}

#topmenu .menu a{
    color: white;
    text-shadow: 5px 1px black;
}

#topmenu .menu a:hover{
    color: #FEE0CB;
}

#topmenu .menu li{
    list-style: none;
    float: left;
    padding-right: 5px;
    padding-left: 5px;
}

.cls{
    clear: both;
}

#topmenu .marquee{
    width: 760px;
    float: left;
    text-align: right;
}

#header{
    width: 982px;
    height: 216px;
    background: url('images/header.jpg');
}

#content{
    margin-top: 10px;
}

#content .rightmenu{
    width: 82px;
    float: right;
}

#content .main{
    width: 764px;
    float: right;
}

#content .leftmenu{
    width: 136px;
    float: left;
}

#content .post{
    width: 800px;
    background: url(images/postbg.jpg) #B8B2A6;
    /*opacity: 0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
	filter: alpha(opacity=50);*/
    padding: 5px;
}

#content .post h2 ,#content .post h2 a{
    color: #90000E;
}

#content .post h2 a:hover{
    color: maroon;
}

.compost{
    padding: 5px;
    border: 1px solid gray;
} 

.compost h2{
    font-weight: normal;
    background: #DFDFDF;
}

#box4 input{
    width: 150px;
    font-size: 11px;
    color: gray;
    font-family: tahoma;
    padding: 2px;
    border: 1px solid gray;
    border-radius: 4px;
}

#box4 textarea{
    width: 200px;
    font-size: 11px;
    color: gray;
    font-family: tahoma;
    padding: 2px;
    border: 1px solid gray;
    border-radius: 4px;
    height: 90px;
}
