/*
Theme Name: Iris sakura
Created on 01-02-2009
*/ 
* {
	padding:0;
	margin:0;
}
body {
	font-family: "Lucida Sans Std", "Lucida Sans Std", "Lucida Sans Unicode", cursive;
	font-size: 0.8em;
	background-color: #000000; 
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	background-position: 0px 0px;
	color: #A85CF6;
}

a {
	outline: none;
	text-decoration: none;
} 
a:link,
a:visited {
	color:#A85CF6;
	text-decoration: none;
}
a:hover {
	color:#A85CF6;
	text-decoration: underline;
}

img, a img {
	border:none;
}

code {
	font-family: "Courier New", Courier, mono;
	color: #E6CCFF;
}


.clear {
	clear: both;
}


/*		
//////////////////////////////////////////////////////
						LAYOUT
//////////////////////////////////////////////////////
*/ 

#wrapp {
	width: 970px;
	margin: 0px auto;
	background-image: url('images/header_bg.jpg');
	background-repeat: no-repeat;
	background-position: right top;
}

/*		
//////////////////////////////////////////////////////
						HEADER
//////////////////////////////////////////////////////
*/ 

#header {
	width: 600px;
	height: 300px;
}

#HederTitle {
	width: 500px;
	height: 190px;
	
}
#HederTitle h1 {
	color: #E6CCFF;
	font-weight: bold;
	font-variant: normal;
	width: 250px;
	font-size: 2.3em;
	padding-top: 180px;
	padding-left: 80px;
}
#HederTitle h1 a:link,
#HederTitle h1 a:visited {
	text-decoration: none;
	color: #E6CCFF;
	
}
#HederTitle h1 a:hover {
	text-decoration: none;
	color:#A85CF6;
}

#HederTitle span {
	color: #A85CF6;
	margin-top: -10px;
	margin-bottom: 5px;
	display: block;
	width: 450px;
	font-size: 1.3em;
	padding-left: 150px;
}


#BottomHeader {
	height: 300px;
	width: 700px;
}
#BottomHeaderWrapp {
	width: 680px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	height: 280px;
	overflow:auto;
	
}
#BottomHeaderWrapp p {
	color: #E6CCFF;
	/*font-variant: small-caps;*/	
	font-size: 1.0em;
	padding:5px;
}
#BottomHeaderWrapp img,
#BottomHeaderWrapp a img {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:9px;
	padding-right:9px;


}
#BottomHeaderWrapp a:link,
#BottomHeaderWrapp a:visited,
#BottomHeaderWrapp p a:link,
#BottomHeaderWrapp p a:visited {
	color:#A85CF6;
	text-decoration: none;
}
#BottomHeaderWrapp a:hover,
#BottomHeaderWrapp p a:hover {
	color:#A85CF6;
	text-decoration: underline;
}
#BottomHeaderWrapp span {
	display:block;
	float:right;
	margin-right:25px;
}

/*		
//////////////////////////////////////////////////////
						MAIN
//////////////////////////////////////////////////////
*/ 

#main {
       position: absolute;
       width: 700px;
       float: right;
       margin-top: 35px;
       margin-left: 270px;
       text-align: center;
       font-family: arial;
}
#main .navigation {
	width: 550px;
	
}
#main .navigation .alignleft {
	float: left;
}
#main .navigation .alignleft a:link,
#main .navigation .alignleft a:visited {
	color:#E6CCFF;
	text-decoration: none;
	
}
#main .navigation .alignleft a:hover {
	color:#A85CF6;
	text-decoration: underline;
	
}
#main .navigation .alignright {
	float: right;
}

#main .navigation .alignright a:link,
#main .navigation .alignright a:visited {
	color:#A85CF6;
	text-decoration: none;
}
#main .navigation .alignright a:hover {
	color:#A85CF6;
	text-decoration: underline;
}

#main .entryBox {
	width: 547px;
	background-color: #000000;
	margin-bottom: 55px;
	background-image: url('images/entry_bg_top.jpg');
	background-repeat: no-repeat;
	background-position: -1px 0px;
}
#main .entryBox .title h2 {
	font-weight: normal;
	padding-top: -15px;
	xpadding-left: 40px;
	color: #E6CCFF;
	
}
#main .entryBox .title h2 a:link,
#main .entryBox .title h2 a:visited {
	font-weight: normal;
	color: #E6CCFF;
}
#main .entryBox .title h2 a:hover {
	color: #A85CF6;
}

#main .entryBox span.date {
	xmargin-left: 45px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 0.8em;
	color: #A85CF6;
	display: block;
}
#main .entryBox .entry {
	width: 510px;
	overflow: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main .entryBox .entry p {
	color: #E6CCFF;






















	font-size: 1.0em;
	padding-top: 10px;
	padding-bottom: 15px;
}
#main .entryBox .entry a:link,
#main .entryBox .entry p a:link {
	text-decoration: none;
	color:#A85CF6;
}
#main .entryBox .entry a:hover,
#main .entryBox .entry p a:hover {
	text-decoration: underline;
	color: #A85CF6;
}
#main .entryBox .entry a:visited,
#main .entryBox .entry p a:visited {
	text-decoration: none;
	color: #A85CF6;
}
#main .entryBox .entry img {
	padding: 7px;
}
#main .entryBox .entry ul,
#main .entryBox .entry li  {
	list-style-type: none;
	padding: 2px;
        color: #E6CCFF;
	
}
#main .entryBox .entry ul li {
	list-style-type: circle;
	list-style-position: inside;
        color: #E6CCFF;
}
#main .entryBox .entry code {
	font-family: "Lucida Sans Std", Courier, mono;
	display: block;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #A85CF6;
	padding: 3px;
	font-size: 1em;
	line-height: 1.5em;
}
#main .entryBox .entry blockquote {
	font-size: 0.9em;
	padding-left: 10px;
	line-height: 1.5em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #A85CF6;
	font-style: oblique;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	
}
#main .entryBox .entry pre {
	width: 500px;
}
#main .entryBox .entryBottom {
	background-image: url('images/entry_bg_bottom.jpg');
	background-repeat: no-repeat;
	background-position: -1px 21px;
	height:60px; 
}
#main .entryBox .entryBottom span {
	font-size: 0.8em; 
	padding-left: 17px;
	padding-right: 7px;
	display:block;
}
#main .entryBox .entryBottom a:link,
#main .entryBox .entryBottom a:visited {
	text-decoration: none;
	color: #E6CCFF;
	font-weight: bold;	
}
#main .entryBox .entryBottom a:hover {
	text-decoration: underline;
	color: #E6CCFF;
	font-weight: bold;	
}

/*		
//////////////////////////////////////////////////////
					SINGLE/COMMENT PAGE
//////////////////////////////////////////////////////
*/ 

#main .entryBox .entryDescription,
#main .entryBoxAlt .entryDescription {
	width: 510px;
	overflow: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 5px;
        text-align: left;
        color: #E6CCFF;
        text-align: left;

}
#main .entryBox .entryDescription p,
#main .entryBoxAlt .entryDescription p {
	padding: 15px 8px 5px;
	line-height: 1.0em;
        font-size: 1.0em;
}
#main .entryBox .entryDescription p a:link,
#main .entryBoxAlt .entryDescription p a:link,
#main .entryBoxAlt .entryDescription p a:visited,
#main .entryBox .entryDescription p a:visited {
	text-decoration: none;
        color: #A85CF6;
}

#main .entryBox .entryDescription p a:hover,
#main .entryBoxAlt .entryDescription p a:hover {
	text-decoration: underline;
	color: #A85CF6;
}

#main .entryBox p.who,
#main .entryBoxAlt p.who {
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
        text-align: left;
	
}

#main .entryBox p.who a:link,
#main .entryBox p.who a:visited,
#main .entryBox .entryBottom p.commentmetadata a:link,
#main .entryBox .entryBottom p.commentmetadata a:visited,
#main .entryBoxAlt p.who a:link,
#main .entryBoxAlt p.who a:visited,
#main .entryBoxAlt .entryBottom p.commentmetadata a:link,
#main .entryBoxAlt .entryBottom p.commentmetadata a:visited {
	text-decoration: none;
	color: #F0B1D8;
}

#main .entryBox .entryBottom p.commentmetadata a:hover,
#main .entryBoxAlt .entryBottom p.commentmetadata a:hover,
#main .entryBox p.who a:hover,
#main .entryBoxAlt p.who a:hover {
	text-decoration: underline;
	color: #F0B1D8;
}

#main .entryBox .entryBottom p.commentmetadata,
#main .entryBoxAlt .entryBottom p.commentmetadata {
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	font-size: 1.0em;
	color: #F0B1D8;
        text-align: left;
}
#main .entryBoxAlt {
	width: 547px;
	background-color:#000000;
	margin-bottom: 55px;
        text-align: left;
}
#main .entryBoxAlt .entryBottom {
	height: 30px;
}
#main #commentForm {
	width:550px;
        text-align: left;
}
#main #commentForm p.tags {
	padding: 10px;
	width: 530px;
}
#main #commentForm p {
	padding:5px;
        font-size: 0.8em;
        color: #E6CCFF;
        text-align: left;
}
#main #commentForm p a:link,
#main #commentForm p a:visited {
	color:#A85CF6;
	text-decoration: none;
}

#main #commentForm p a:hover {
	color:#A85CF6;
	text-decoration: underline;

}
#main #commentForm input#submit {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0.8em;
	padding: 5px;
}
#main #commentForm input#author,
#main #commentForm input#email,
#main #commentForm input#url,
#main #commentForm textarea#comment {
	font-family: "Lucida Sans Std", "Lucida Sans Std", "Lucida Sans Unicode", sans-serif;
	padding: 5px 5px;
	font-size: 1.0em;
	font-weight: normal;
	background-color: #E6CCFF;
	border: 1px solid #A85CF6;
}
#main #commentForm input#author:hover,
#main #commentForm input#email:hover,
#main #commentForm input#url:hover,
#main #commentForm textarea#comment:hover {
	background-color: #E6CCFF;
	border: 1px solid #A85CF6;
}
#main h3.respond {
	padding: 5px 5px 5px;
        margin-left: -155px;
        text-align: center;
        color: #E6CCFF;
}

.commentlist {
       text-align: left;
}

/*		
//////////////////////////////////////////////////////
						SIDEBAR
//////////////////////////////////////////////////////
*/ 

#sidebar {
       position: absolute;
       float: left;
       width: 200px;
       margin-top: 10px;
       font-size: 0.9em;
}
#sidebar h2,
#sidebar h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
	color: #A85CF6;
}

#sidebar ul,
#sidebar li {
	list-style-type: none;
}
#sidebar ul li {
	padding: 3px 3px 3px 13px;
	list-style-type: none;
	color: #E6CCFF;
}
#sidebar a:link,
#sidebar ul li a:link,
#sidebar a:visited,
#sidebar ul li a:visited {
	color: #E6CCFF;
	
	text-decoration: none;
}
#sidebar a:hover,
#sidebar ul li a:hover {
	text-decoration: underline;
	color:#E6CCFF;
}

#sidebar form {}
#sidebar form input#s {
	font-family: "Lucida Sans Std", "Lucida Sans Std", "Lucida Sans Unicode", sans-serif;
	padding: 8px 5px;
	margin:0px 0px 5px;
	font-size: 1.0em;
	font-weight: normal;
	background-color: #000000;
	border: 1px solid #A85CF6;
	
}

#sidebar form input#s:hover {
	
	background-color: #F7F7F3;
	border: 1px solid #E5E2D9;
}
#sidebar form input {
	border:none;
	padding:5px;
}
/*		
//////////////////////////////////////////////////////
						FOOTER
//////////////////////////////////////////////////////
*/ 

#footer {
	clear: both;
	height: 35px;
	margin-top: 25px;
        
}
#footer p {
	padding-left: 15px;
	padding-top: 5px;
        margin-left: -155px;
	
}

#footer p a:link,
#footer p a:visited {
	color: #E6CCFF;
	text-decoration: none;
}
#footer p a:hover {
	color: #E6CCFF;
	text-decoration: underline;
}

