


/* ---------------------------------
GENERIC STYLE
--------------------------------- */

body {
	background-color: #55060C;
        font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
        text-align: center;
}

a:link {
	color: #9B2E3D;
	text-decoration: none;
}

a:visited {
	color: #9B2E3D;
	text-decoration: none;
}

a:hover {
	color: #55060C;
	text-decoration: underline;
}



#menu ul {
	list-style-image: url('http://www.3tareh.net/images/27-li.jpg');
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 5px;
	padding-left: 2px
}

#menu li{
	background: transparent;
        padding: 0px;
}


/* ---------------------------------
BLOG STYLE
--------------------------------- */

#box {
	color: #666666;
        border: 5px solid #8E2D36;
        background-color: #ffffff;
        font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
        margin: 10px auto 10px auto;
  	width: 740px;     
}  

#menu {
        background-color: transparent;
        float: left;
        text-align: left;
        color: #666666;
        width: 210px;
        margin-bottom: 10px;
} 

#boxblog {
        margin-left: 230px;
	color: #666666;
        background-color: transparent;
        padding-bottom: 15px;
        text-align: justify;
        position: center;
}

#footer {
	background-image: url('http://www.3tareh.net/images/74-footer.jpg');
	background-repeat: no-repeat;
        background-color: transparent;
        height: 43px; 
        padding: 0px;
     	clear: both; 
        font-size: 10px;
        color: #999999;
        text-align: right; background-position-y:50%
}


/* ---------------------------------
BLOG TITLE STYLE
--------------------------------- */

#header {
        background-color: #FFFFFF;
	background-image: url('http://www.3tareh.net/images/74-amour.jpg');
	background-repeat: no-repeat;
        height: 391px; background-position-y:center
}

#blogtitle {
        font-size: 30px;
	font-family: Georgia, "Times New Roman", serif;
        text-transform: capitalize;
        text-align: right;
        font-weight: bold;
	color: #FFFFFF;
        padding-right: 20px;
        padding-top: 50px;
}

#blogtitle a:link, #blogtitle a:visited {
	color: #FFFFFF;
        text-decoration: none;
}

#blogtitle a:hover, #blogtitle a:active  {
 	color: #FFFFFF;
	text-decoration: none;
}


/* ---------------------------------
MENU STYLE
--------------------------------- */


.boxmenu {
	margin-bottom: 15px;
        padding: 5px;
}

.voicemenu {
	font-family: Arial;
	color: #9B2E3D;
        padding: 2px 0px;
        margin: 5px 0px 5px 0px;
        font-size: 14px;
	text-align: right;
	text-transform: capitalize;
        font-weight: bold;
        border-bottom: 1px solid #A9A9A7;   
}


/* ---------------------------------
POST STYLE
--------------------------------- */


.post {
	margin: 0px 10px 15px 30px;
	padding: 4px;
}

.titlepost {
	font-family: Arial;
	color: #9B2E3D;
        font-weight: bold;
        font-size: 14px;  
	text-transform: capitalize;
        text-align: center;
        margin-bottom: 10px;
        text-decoration: underline;
        direction: rtl;
}

.datepost {
        color: #CCCCCC;
	text-transform: capitalize;
        text-align: right;
        font-weight: bold;
        font-size: 11px;
        margin: 10px 0px 5px 0px;
}

.titolinilog {
	color: #666666;
	font-size: 11px;
        text-align: center;
        margin-bottom: 5px;
        padding: 2px;
        border-bottom: 1px solid #A9A9A7;
        border-top: 1px solid #A9A9A7;
}

.text {
font-family: tohama;
font-size: 12px;
      color: #666666;
      text-align: justify;
      direction: rtl;
      font-size: 13px;
      margin-bottom: 10px;    
}




