/* CSS Document */

body{
	background: #92643b url(http://hikaruhoshi.com/images/bg.jpg) repeat-x;
	margin: 0;
	}
	
	
/************* IDS *********************/

#container{
	margin: auto;
	width: 900px;
	}	
	
	
#header{
	margin: auto;
	width: 900px;
	z-index: 0;
	top: 0px;
	min-height: 580px;
	background-image: url(http://hikaruhoshi.com/images/shinee.jpg);
	background-repeat: no-repeat;
	}	
	
#sidebar1{
	width: 180px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	float: left;
	color: #000000;
	margin: 465px 0px 15px 40px;
	}

#entry{
	width: 430px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	float: left;
	margin: 500px 0px 15px 30px;
	}	
	
	
#sidebar2{
	width: 170px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	float: right;
	color: #000000;
	margin: 465px 30px 15px 0px;
	}
	
/************* Styles **********************/
blockquote{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #35768c;
	text-indent: 20px;
	font-style: italic;
	background: #faefb3;
    border-bottom: 4px solid #f2e9b6;
	padding: 10px;
	margin: 10px 35px 10px 35px;
	}


/******** Links Start *****/	
   
a:link, a:visited { 
	color: #3a768a;
	text-decoration: none;
	font: 10px Arial;
	text-transform: lowercase;
	border-bottom: 2px solid #ff8605;
	}

a:hover, a:active { 
	color: #ffa800;
	font: 10px Arial;
    font-weight: none;
	text-transform: lowercase;
	border-bottom: 2px solid #3a778c;
	}



	
	
/***************** Headers *********************/

h1{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 25px;
	color: #f38209;
	font-weight: normal;
	text-align: left;
	text-transform: lowercase;
	letter-spacing: -2px;
	height: 35px;
	background-position: top right;
	border-bottom: 3px solid #7ca6be;
	padding-left: 10px;
	margin-top: -5px;
	margin-bottom: 2px;
	}
	
h2{
	font-family: "Trebuchet Ms", Arial;
	font-size: 11px;
	color: #b08855;
	font-weight: normal;
	text-transform: capitalize;
	text-align: left;
	padding-left: 5px;
	border-bottom: 1px dashed #c3d5ee;
	margin-top: 0px;
	margin-bottom: 10px;
	}
	
	
h2 b{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3a768a;
	}	


h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #382a1e;
	font-weight: bold;
	text-transform: lowercase;
	letter-spacing: -2px;
	margin-bottom: 3px;
	}	
	
	
	
	
	
/*************** Post entry styles ****************/	

.eyt{
	background: url(http://hikaruhoshi.com/images/entrytop.gif) no-repeat;
	height: 10px;
	margin-bottom: 0px;
	}

.ey{
	background: #ffffff;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	}

.eyb{
	background: url(http://hikaruhoshi.com/images/entrybot.gif) no-repeat;
	height: 10px;
	margin-bottom: 15px;
	}


/*************** Sidebar styles ****************/	
.sider {
	padding-left: 20px;
	}

a.link, a.link:visited
   {
   color: #ab7c58;
   font-family: Arial, Helvetica, sans-serif;
   text-align: left;
   text-decoration: none;
   text-transform: uppercase;
   line-height: 11px;
   display: block;
   border-left: 7px solid #2f2215;
   border-bottom: 0px;
   background-color: #553e25;
   margin-bottom: 1px;
   padding-left: 5px;

   } 
   
 a.link:hover, a.link:active
   {
   background-color: #6e502f;
   border-left: 7px solid #fff;
   border-bottom: 0px;
   color: #f9e2cf;
   display: block;
   margin-bottom: 1px;
   padding-left: 5px;
   text-align: left;
   text-decoration: none;
   line-height: 11px;
   }
   
  
