@charset "iso-8859-1";
 
/* The elements of HTML in General
-------------------------------------------------------- */
body{
	background: #EEE;
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

pre, code{
	font-size: 1.2em;
}
blockquote{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	padding: 20px;
	-moz-border-radius: 14px;
}
pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #740C36;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
	color: #FF0099;
		text-decoration: none;
}

a:visited{
	color: #FF3399;
		text-decoration: none;
}

a:hover{
	color: #FF3300;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
		text-decoration: none;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

/* the page
-------------------------------------------------------- */
#page{
	color: inherit;

	background-repeat: repeat-y;
	background-position: center top;
}
 
/* The top
-------------------------------------------------------- */
#top{
	height: 120px;
	/*padding-top: 20px;*/
	background: #FFF url(img/top.png) no-repeat left top;
}

#top h1{
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 40px;
	padding-top: 20px;
	color: #FFFFFF;
}

#top h1 a{
	text-decoration: none;
	color: #FFFFFF;
}

/* The Beginning
-------------------------------------------------------- */ 
#prelude{
	background: transparent;
	color: #DFDFDF;
	text-align: center;
}

#prelude a{
	color: #DFDFDF;
	background: transparent;
}

#prelude a:hover{
	color: #666;
	background: transparent;
}

/* The Content
-------------------------------------------------------- */
.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #888;

	font-style: italic;
}

.post-title{
	color: #FFFFFF;
	background: transparent;
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
}

.post-title a{
	color: #FFFFFF;
	background: transparent;
	text-decoration: none;
}

.post-info{
	margin-top: 0;
	color: #FF0099;
	background: transparent;
	padding-bottom: 1ex;
	/*border-bottom: 1px solid #FC0;*/
}

.post-info a{
	color: #FF0099;
	background: transparent;
	text-decoration: none;
}

.post-content{
	text-align: justify;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;
}


/* Navagation Bar
-------------------------------------------------------- */
#syndicate a:link{
text-decoration:none
}
#syndicate a:active{
text-decoration:none
}
#syndicate a:hover{
text-decoration:none
}
#syndicate a:visited{
text-decoration:none
}
#syndicate LI IMG{
text-decoration:none
}

.archives{
	font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 222px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: lighter;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
	color: #FFFFFF;
}

#sidebar a:link{
	margin: 0;
	padding: 0;
	list-style: none;
	color: #999999;
	text-decoration: none;
}
#sidebar a:hover{
	margin: 0;
	padding: 0;
	list-style: none;
	color: #FF6600;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
}
#sidebar a:visited{
	margin: 0;
	padding: 0;
	list-style: none;
	color: #999999;
	text-decoration: none;
}
#sidebar a:active{
	margin: 0;
	padding: 0;
	list-style: none;
	color: #999999;
	text-decoration: none;
}


#sidebar h2, #sidebar h3{
	color: #FFFFFF;
	margin: 0 0 1ex 0;
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px center;
}





#sidebar div#calendar table caption{
	margin: 0 auto;
}

#sidebar div#calendar table th{
	color: #493;
	background: transparent;
}


#sidebar div#calendar table td a{
	display: block;
	background: #EFA;
	color: #493;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #DBB8DC;
	color: #636;
}
.post P IMG {
	DISPLAY: block;
	BACKGROUND-COLOR: #000000;
	border: 1px dotted #666666;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 2px;
}

/* Footer
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 1em;
	border-top: 1px solid #CCC;
	background: #EEE;
	color: #666;
}

#footer a{
	color: #999;
}