/* Base Weblog (base-weblog.css) */

/* basic elements */

html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

body {
	background-image: url('images/bg.jpg');
	background-position: center;
	background-repeat: repeat-y;
	background-color: #000000;
	font-family: Tahoma;
	font-size: 12px;
        text-align: center;
        padding: 0px;
        margin: 0px; color:#242424
	
}

a:link {
	color:#7F7D7E;text-decoration:none; font-size:8pt
}

a:visited {
	color:#7F7D7E;text-decoration:none; font-size:8pt
}

a:hover {
	color:#383637;text-decoration:none
}


input,textarea {
        background-color: #FFFFFF;
        color: #213F5D;
}

ul {
	padding-left: 2px;
	font-size: 11px; list-style-type:none; direction:rtl;
}

li{
	background: transparent;
	font-size: 12px;
        padding: 0px;
}

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

#box {
        background-position: left center; font-size: 12px;
        margin: 0px auto;
        padding: 0px;
  	width: 477px; background-repeat:repeat-y; background-attachment:scroll  
        
} 

#header {
        background-image: url('images/head.jpg');
	background-position: center;
	background-repeat: no-repeat;
        height: 240px;
        margin-top: 0px

} 

#menu {
        text-align: left;
        color: #242424;
        width: 100px;
        margin-bottom: 10px;
        padding-bottom: 5px; margin-left:45px; margin-right:5px; padding-left:10px; padding-right:10px; padding-top:20px; float:left	
} 

#boxblog {
	color: #000000;
	width: 250px;
        text-align: justify;
        margin-right:20px; margin-top:0px; float:right
}


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


.divlog {

	padding:10px; direction:rtl;  
}

.titlepost {
	background-position: right center; color: #800000;
        font-weight: bold;
        margin-top: 15px;
        margin-left: 10px;
	text-transform: capitalize;
        text-align: right;direction:rtl; padding-right:25px; background-image:url('antilogy.jpg'); background-repeat:no-repeat
}

.datepost {
	font-family: Tahoma;
	color:#C0C0C0;
	font-size:9px
	border-right-color: #999999;
	float:left;
	text-align:left; margin-left:10
}

.text {
	text-align:right;
	margin-top:20px;
	line-height:150%; font-size:11px; color: #000000; margin-left:15; margin-right:10
}

#footer {
        background-image: url('bot.jpg');height: 87px;
	background-position: center;
	background-repeat: no-repeat;
        clear: both; 
        margin: 0px;
        padding: 0px;
}
