/*  
Theme Name: White Ink
Theme URI: http://www.mzgraphics.com/
Description: White Ink wordpress theme
Version: 2.0
Author: Manar Abdulla
Author URI: http://www.mzgraphics.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/
img { behavior: url(iepngfix.htc); }
body { 
	margin:0px; 
	padding:0;
	background: #353126 url(pics/bg.jpg);
	font-family:Tahoma;
	font-size:12px;
	color:#fff;
}

a {
    text-decoration:none;
	 color:#cd00bc;
}

a:hover {
    text-decoration:underline;
	color:#fd01e8;
}

#mzcontainer {
	width:850px;
	margin:0px auto 0px auto;
	overflow:hidden;
	position:relative;
        background:url(pics/header.png) top right no-repeat;
}

#mzheader {
	width:800px;
	height:390px;
}

#mzheader h1{
margin:0px;
	background: url(pics/logo.png) no-repeat;
	text-indent: -9999px;
	height: 279px;
	width: 310px;
}

#mzheader h1 a{
	display:block;
	height: 279px;
	width: 310px;
	}
	
#mzheader h1 a:hover{
text-decoration:none;
	}
	
	
#mzleft{
width:780px;
margin:70px auto 0px auto;
padding-top:200px;
direction:rtl;
text-align:right;
clear:both;
background:url(pics/mzleftop.png) top right no-repeat;
}

#mzright{
clear:both;
width:800px;
margin:70px auto 0px auto;
overflow:hidden;
}

#searchdiv {
   	height:30px;
	padding: 5px 0px;
	clear:both;
	margin:10px auto;
	width:150px;
}

#searchdiv input {
    width:150px;
    height:20px;
    margin:0px;
    font-size:11px;
    font-family: tahoma;
    color: #fff;
    direction:rtl;
    text-align:right;
    padding-right: 5px;
    background: #3b382e url(pics/textArea.jpg) top left no-repeat;
	border:1px dotted #999;
}

input {
    width:150px;
    height:15px;
    margin:0;
    font-size:10px;
    font-family: tahoma;
    color: #fff;
    direction:rtl;
    text-align:right;
    padding-right: 5px;
    background: #3b382e url(pics/textArea.jpg) top left no-repeat;
border:1px dotted #999;
}

textarea {
    font-size:11px;
    font-family: tahoma;
    color: #fff;
    direction:rtl;
    text-align:right;
    padding: 5px;
    background: #3b382e url(pics/textArea.jpg) top left no-repeat;
	border:1px dotted #999;
}

#footer {
	position:relative;
	margin:20px 0px 0px 0px;
	clear:both;
	float:left;
	height:150px;
	width:800px;
	background: url(pics/footer.png) bottom center no-repeat;
}

#footer p {
	font-family:Tahoma;
	font-size:10px;
	text-align:left;
	margin:30px auto 0px 100px;
	direction:rtl;
	line-height:20px;
}

#mzNav{
	position:relative;
	margin:3px;
	padding-left:5px;
	width:350px;
	float:left;
	height: 83px;
	vertical-align:bottom;
}


#mzleft h3{
	font-family:Tahoma;
	font-size:14px;
	line-height:14px;
	color:#fff;
	margin:25px 10 0 0;
	padding:6px 0 5px 0;
	display:block;
	display-list-style:none;
}

#mzleft ul {
	list-style:none;
	padding:0;
	margin:0px 0px 20px 0px;
}
#mzleft ul li {
	font-family:Tahoma;
	font-size:12px;
}

#mzleft ul li a {
	color:#cd00bc;
	text-decoration:none;
}

#mzleft ul li a:hover {
	color:#fd01e8;
}

.post {
	position:relative;
	width:780px;
	overflow:hidden;
	float:right;
	margin:0px 10px 30px 10px;
	padding:0px;
	text-align:right;
}

.post1 {
	width:610px;
	float:right;
	margin:0px 0px 30px 0px;
	padding:0px;
	text-align:right;
}


.post p, .post ul {
	font-family:Tahoma;
	font-size:12px;
	line-height:20px;
	color:#fff;
	margin:0px 0px 0px 30px;
	padding: 0 0 20px 0px;
	direction: rtl;
	}
.post ul {
	padding:20px 0 20px 50px;
	margin:-20px 0 0 0;
	display:block;
	position:relative;
	float:right;
	width:545px;
}

.post ul li ul {
    border:0;
    padding-left:20px;
}

.post p a, .post ul a{
    color:#a0bec6;
}

.post p a:hover, .post ul a:hover {
    color:#cd00bc;
	text-decoration:underline;
}

.post .posth3 {
	font-family:Arial;
	direction:rtl;
	font-size:30px;
	margin:0px;
	padding:30px 0px 30px 0px;
}

.posth3 a {
    /*color:#a9019b;*/
color:#fff;
	text-decoration:none;
	background:url(pics/title.png) no-repeat top right;
	display:block;
	height:58px;
	padding:10px 25px;
}

.posth3 a:hover {
    /*color:#fd01e8;*/
color:#ccc;
	text-decoration:none;
}

.post .posth2 {
	font-family:Tahoma;
	font-size:20px;
	line-height:20px;
	color:#666;
	margin:0 20px 0 0;
	padding:0 0 0 15px;
}

.post blockquote {
	position:relative;
	float:right;
	font-style:normal;
    margin:10px;
    border-right:3px solid #FEB580;
    padding:7px;
    background:#ECECEC url(pics/Q.jpg) top right no-repeat; 
}

.post blockquote p {
	padding-top: 10px;
	text-align:right;
	direction: rtl;
	color: #000000;
}

.post h1 {
	font-family:Tahoma;
	font-size:20px;
	line-height:30px;
	color:#AA0000;
	margin:-20px 20px 0 0;
	padding:15px 0 5px 15px;
}

h2{
font-size:14px;
font-weight:bold;
}

h2 a{
color:#FF9900;
}

.post h2 {
	font-family:Tahoma;
	font-size:16px;
	line-height:25px;
	color:#AA0000;
	margin:-20px 20px 0 0;
	padding:15px 0 5px 15px;
}

.post h3 {
	font-family:Tahoma;
	font-size:14px;
	line-height:20px;
	color:#AA0000;
	margin:-20px 20px 0 0;
	padding:15px 0 5px 15px;
}

.post .postdata {
	margin: 10px 0px 20px 660px;
	color:#fff;
	font-size:10px;
	direction:rtl;
	float:right;
	width:100px;
	background:#3b382e;
	padding:10px;
	overflow:hidden;
	line-height:20px;
}


#commentbar {
	position:relative;
	height:30px;
	background-color:#AA0000;
	background-image:url(pics/headerbg.gif);
	text-align:left;
	overflow:hidden;
}

#commentbar p {
	font-family:Tahoma;
	font-size:10px;
	line-height:10px;
	color:#FFF;
	padding:10px 0 0 0;
	margin:0 0 0 22px;
	font-weight:bold;	
}

#commentwrapper {
    position:relative;
    width:585px;
    margin:20px auto 20px auto;
	text-align:center;
}

.commenteven, .commentodd {
background:url(pics/cm-BG.jpg) top left repeat-x;
    position:relative;
    float:right;
    direction:rtl;
    width:570px;
    margin:25px;
	border:2px solid #444;
border-top:0px;
}

.commentodd {
border:0px;
background:#3b382e;
}

.commentcontent {
    margin:10px 15px 10px 15px;
}

.commentcontent p {
	font-family:Tahoma;
	font-size:12px;
	line-height:16px;
	color:#999;
	text-align:right;
}

.commentcontent blockquote {
    font-style:normal;
    margin:10px;
    border-right:1px solid #fff;
    padding:7px;
    background:#000; 
    }

.commentcontent .commentinfo {
    color:#fff;
    font-size:11px;
	padding:3px;
	margin-right:50px;
}

#comment {
    width:405px;
}

.showstate{ /*Definition for state toggling image */
cursor:hand;
cursor:pointer;
float: right;
margin-top: 2px;
margin-right: 3px;
}

.headers{
width: 400px;
font-size: 120%;
font-weight: bold;
}

#barz{
float:right;
width:200px;
margin-right:40px;
}