/* 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('mid.jpg');
	background-position: center;
	background-repeat: repeat-y;
	background-color: #242424;
	font-family: Tahoma;
	font-size: 12px;
        text-align: center;
        padding: 0px;
        margin: 0px; color:#242424
	
}

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

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

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


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

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

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

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

#box {
        background:'#242424 font-family: tahoma',Georgia, 'Times New Roman', Times, serif url('mid.jpg') repeat-y left center; font-size: 12px;
        margin: 0px auto;
        padding: 0px;
  	width: 727px;  
        
} 

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

} 

#menu {
        border-right:1px dotted #C0C0C0; float: left;
        float: left;
        text-align: left;
        color: #242424;
        width: 190px;
        margin-bottom: 10px;
        padding-bottom: 15px; margin-left:45px; margin-right:5px	
} 

#boxblog {
	color: #000000;
	width: 440px;
        float: right;
        background-color: #eff2f4;
        text-align: justify;
        position: center; margin-right:20px; margin-top:0px
}
/* ---------------------------------
MENU STYLE
--------------------------------- */


.voicemenu {
	color: #29547E;
        padding-top: 2px;
        padding-bottom: 2px;
        margin-bottom: 5px;
	text-align: center;
	font-size: 13px;
        font-weight: bold; margin-left:2; margin-right:8  
}
.boxmenu {
	margin-bottom: 15px;
	text-align: right;
        padding-left:10px; padding-right:5px; padding-top:0px; padding-bottom:5px; margin-right:5
}


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


.divlog {

	direction:rtl; padding-left:5px; padding-right:10px; padding-top:10px; padding-bottom:10px; background-color:#eff2f4
}

.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
}

.titlepost a:link {
	color:#A3C1E0;text-decoration:none; font-size:8pt
}

.titlepost a:visited {
	color:#A3C1E0;text-decoration:none; font-size:8pt
}

.titlepost a:hover {
	color:#29547E;text-decoration:none
}

.datepost {
	font-family: Tahoma;
	color:#A3C1E0;
	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;
}