/*  
Theme Name: Anumati
Theme URI: http://dowan.org/wp-templates/
Description: A 3-column purple World of Warcraft Template featuring Draenei Female.
Version: 1.0
Author: Maja Schmidt
Author URI: http://dowan.org
*/

body {
	background: #330047 url(images/mqpurpledreams.jpg);
	background-attachment: fixed;
	background-position:bottom center;
	background-repeat:no-repeat;
	border-color:#1F1F1F;
	border-width:0px;
	border-style:solid;
	
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS", Arial, sans-serif;
	voice-family: "\"}\""; 
	voice-family: inherit;
	font-size:13px;
 	color: #876b96;
}
a {
	color: #94428f;
}



img.left{ float:left;  margin:0 5px 0 0; padding: 5px; border: 1px solid #000;}

img.right{ float:right;  margin:0 0 0 12px; padding: 5px; border: 1px solid #000;}

img.center{ display:block;  margin:0 auto; padding: 5px; border: 1px solid #000;}

/* #piece {
background: url("images/piece.png") right no-repeat;
float: right;
width: 84px;
height: 340px;
}  */

/* Header */

#lead-wrapper {
  width:851px;
  margin:0 auto 10px;
  border:1px solid #9b28c5;
  background-color:#ddb0eb;
  
  }

#lead {
	background: #73a0c5 url('images/lavender.gif') no-repeat bottom center;
	/*margin: 7px 9px 0;*/
	height: 272px; 
	width: 839px;
	margin: 5px;
  	border: 1px solid #9b28c5;
  	background-color:#ddb0eb;

	text-align: left;
	clear: both;
}

#lead h1 {
	
	font-family: "Trebuchet MS", Verdana;
	font-size: 48px;
	font-weight:normal;
	color: #FFFFFF;
	text-transform:uppercase;
	margin: 0px 0px 10px 0px;
	padding: 0px;	
	overflow: hidden;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 48px; /*48*/
	text-align: left;
	float: left;
	}
html>body #lead h1 {
	height: 48px;
}

#lead h1 a {
	color: #FFFFFF;
	text-decoration:none;
	}
	
#lead h1 a:hover {
	color: #FFFFFF;
	text-decoration: overline;
	}

/* Menu */	
#menu {
	margin: 205px 400px 0px 0px; /*0 30 0 0*/
	padding-top: 33px;
	list-style: none;
	overflow: hidden;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 28px;
	font-family: "Trebuchet Ms", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 420px;
	float: right;

}
html>body #menu {
	height: 30px;
}
#menu li {
	float: left;
	margin-right: 5px;
	padding-left: 10px;
	background: url("images/tableft.jpg") no-repeat;
}
#menu li a {
	float: left;
	display: block;
	padding: 5px 15px 0 7px;
	width: .1em;
	font-weight: normal;
	white-space: nowrap;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 30px;
	text-decoration:none;
	background: url("images/tabright.jpg") no-repeat 100% 0;
	color: #FFF;
}
html>body #menu li a {
	height: 30px;
}
#menu > li a {width: auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu li a {float: none;}
/* End IE5-Mac hack */
#menu li:hover, #menu li:hover a, #menu li.current_page_item {
	background-position: 0 -30px;}
#menu li:hover a, #menu li.current_page_item a {
	background-position: 100% -30px;}

#menu li:hover, #menu li:hover a, #menu li a:hover, #menu li.current_page_item a {
	color: #e7dce8;}

/* Structure */


#framework {
	background: url("images/background2.gif") repeat-y;
	overflow: hidden;
	width: 851px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	}
	
#writing {
		width: 461px;
		float: left;
		background-color: #FFFFFF;
		margin-left: 5px;
		padding-top: 5px;
		}
		
#sidebar1 {
	width: 175px;
	float: left;
	background-color: #e7dce8;
	margin-left: 5px;
	padding-top: 5px;
	border-top: 5px solid #FFFFFF;
	font-size: 12px;
	text-align: left;
	color: #7e628d;
	}

#sidebar1 a {
	color: #806383;
	text-decoration: none;
			/*border-bottom: 1px solid #cfc1d0;
	border-top: 1px solid #f7f4f7;*/

}
#sidebar1 a:visited, #sidebar1 a:active {
	color: #806383;

}
#sidebar1 a:hover  {
	color: #f1e8f2;
	background: url("images/hover.gif");
		/*border-bottom: 1px solid #431f47;
	border-top: 1px solid #8c6892;*/
}
#sidebar1 h2 {
	margin: 1.2em 0 0 5px;
	padding: 0;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: normal;
	color: #4d314f;
	font-family: "Trebuchet Ms", Verdana, Arial, Helvetica, sans-serif;

}
#sidebar1 ul ul, #sidebar1 p {
	margin: 0.2em 0;
	background: transparent;
}
#sidebar1 ul {
	margin: 0;
	padding: 0px;
	list-style: none;
}
#sidebar1 li {
	padding: 0px;
}
#sidebar1 li li {
	padding: 0;
	background: transparent;

}
#sidebar1 li li a {
	display: block;
	padding: 2px 0 0 10px;
	voice-family: "\"}\""; 
	voice-family: inherit;
		line-height: 1.7em;
}
#sidebar1 li li ul {
	margin: 0;
}
#sidebar1 li li li {
	padding-left: 0px;

}
#sidebar1 li li li a {
}
/* Hides from IE5-mac \*/
* html #sidebar1 li li a { height: 1%; }
/* End hide from IE5-mac */ 



#sidebar2 {
	width: 200px;
	float:right;
	border-top: 5px solid #FFFFFF;
	text-align:left;
	color: #e7dce8;
		font-size: 12px;
	text-align: left;
	}
#sidebar2 a {
	color: #e7dce8;
	text-decoration: none;
	border-bottom: 1px dotted #a28baf;
}
#sidebar2 a:visited, #sidebar1 a:active {
	color: #e7dce8;
}
#sidebar2 a:hover  {
	color: #220228;
}
#sidebar2 h2 {
	margin: 1.2em 5px 0 0;
	padding: 0;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: normal;
	color: #FFFFFF;
	font-family: "Trebuchet Ms", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;

}
#sidebar2 ul ul, #sidebar1 p {
	margin: 0.2em 0;
	background: transparent;

}
#sidebar2 ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	padding-right: 5px;
}
#sidebar2 li {
	padding: 0px;
}
#sidebar2 li li {
	padding: 0;
	background: transparent;
	
}
#sidebar2 li li a {
	display: block;
	padding: 2px 0 0 10px;
	voice-family: "\"}\""; 
	voice-family: inherit;
		line-height: 1.7em;
}
#sidebar2 li li ul {
	margin: 0;
}
#sidebar2 li li li {
	padding-left: 10px;

}
#sidebar2 li li li a {
}
/* Hides from IE5-mac \*/
* html #sidebar2 li li a { height: 1%; }
/* End hide from IE5-mac */ 

.anumati {
	height: 337px;
	background: url("images/lavender2.gif");
	}

#footer {
	width: 936px;
	clear: both;
	margin-right:auto;
	margin-left: auto;
	margin-bottom: 35px;
}
.footer2 {
	width: 841px;
	margin-left: 1px;
	margin-right: 75px;
	border: 5px #FFFFFF solid;
	text-align: center;
	background: url("images/footer.gif") no-repeat;
	height: 70px;
	font-family: "Trebuchet Ms", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	padding-top: 10px;
	}
.footer2 a {
	color: #f2d5ff;
	text-decoration:none;
	}
/* Posts */

.post-date {
	background: url("images/date.png") no-repeat;
	width: 82px;
	height: 76px;
	margin-left: 5px;
	float: left;
	padding-right: 3px;
}

.day {
 color: #FFFFFF;
 font-family: "Trebuchet Ms", Verdana, Arial, Helvetica, sans-serif;
 font-size:28px;
 text-align: center;
 margin-right: 25px;
 margin-bottom: 0px;
 padding-bottom: 0px;
 padding-top: 18px;
 }
 
.month {
 color: #FFFFFF;
 font-family: Arial, Helvetica, sans-serif;
 font-size:10px;
 text-align: center;
 margin-right: 23px;
 text-transform:uppercase;
 }
 
.metaformat {
  color: #876b96;
  padding: 5px 0px 5px 0px;
  text-align: left;
  margin-top: 10px;

  
  }
.metaformat h2 {
 font-size: 28px;
 font-weight:200;
 padding: 0px;
 margin: 0px;
 font-family: "Trebuchet Ms", Verdana, Arial, Helvetica, sans-serif;
 }
 
.metaformat h2 a {
 font-family: "Trebuchet Ms", Verdana, Arial, Helvetica, sans-serif;
 color: #876b96;
 text-decoration:none;
 
 }
.metaformat h2 a:hover {
 font-family: "Trebuchet Ms", Verdana, Arial, Helvetica, sans-serif;
	color: #94428f;
	text-decoration: underline;
 
 }
 
.meta {
 font-size:13px;
 font-family: "Trebuchet Ms", Verdana, Arial, Helvetica, sans-serif;
 color: #7f7a82;
 }
  
.article {
 font-size:13px;
 font-family:  "Trebuchet Ms", Verdana, Arial, Helvetica, sans-serif;
 text-align: justify;
 padding-left: 9px;
 padding-right: 3px;
 color: #88718a;
 clear: both;
 }

.article p {
	padding: 0;
	font-size: 1em;
	line-height: 1.4em;
	margin: 1.2em 0;
	}
.divider {
width: 381px;
height: 33px;
background: url("images/divider.gif") no-repeat;
background-position: inherit;
margin: auto;
padding-bottom: 10px;
}

.article a {
	color: #94428f;
	text-decoration:none;
	}
.article a:hover {
	color: #94428f;
	text-decoration: underline;
	}
	
.article ul {
margin: 0 0 0 0;
padding: 0 0 10px 10px;
}
.article li {
list-style: none;
margin: 0 0 1px 0;
padding: 0px;
padding-left: 15px;
}

.category {
	background: url('images/category.gif') no-repeat left;
}
.comments {
	background: url('images/comments.gif') no-repeat left;
}
/***** COMMENTS *****/
.commentlist li {
	padding: 10px;
	text-align:left;
	margin: 0;
	 font-size:13px;
 font-family:  "Trebuchet Ms", Verdana, Arial, Helvetica, sans-serif;
 color: #876b96;
}
#comments, #respond {
	width: 100%;
	text-align:left;

}
#comments h3, #respond h3 {
	font-size: 28px;
	font-weight: normal;
	color: #876b96;
}
#comments h3 {
	float: left;
	margin: 0;
}
.commentshead {
	width: 100%;
	overflow: auto;
}
.commentjump {
	float: right;
	padding-top: 0.6em;
	padding-bottom: 0.1em; /* IE 7 bug */
}
.commentjump a {
	padding-left: 5px;
	font-size: 0.92em;
	font-weight: bold;
}
.commentsmeta {
	margin-top: 1em;
	font-size: 0.92em;
}

.commentlist {
	clear: both;
	margin: 0;
	padding-top: 0.8em;
	list-style: none;
	text-align:left;
}
.commentlist h4 {
	font-size: 1em;
}
.commentlist h4 a:hover {
	text-decoration: none;	
}
.commentmeta {
	margin: 0;
	font-size: 0.92em;
}
.commentmeta span {
	margin-left: 0.2em;
	padding: 0 0.2em;
}
.commentbody p {
	margin: 0 0 0.5em 0;
}

#commentform {
	padding: 0.2em 0 0.4em 0;
}
#commentform p {
	margin: 0.5em 0;
}
#commentform label {
	margin-left: 3px;
}
#comment {
	width: 100%;
	text-align:left;

}
/***** COMMENTS *****/

.commentsmeta {
	color: #7e628d;	
}
.commentlist {
	border-bottom: 1px dotted #e7dce8;
}
.commentlist a {
	color: #94428f;
	text-decoration:none;
}
.commentlist li {
	border-top: 1px dotted #e7dce8;
}
.commentlist li.alt {
	background: #faf5fa;
}
.commentmeta {
	color: #7e628d;
}

ol {
	padding: 0;
	font-size: 1em;
	line-height: 1.5em;
}

ol {
	margin: 1.2em 0 1.2em 2em;
}2
