/*	[ Basic HTML ]                                                  */<!-- -->
body{
	color:#000000;
	background:#05213D;
}

a {color:#201C1D;text-decoration: none;}
a:hover {color: #201C1D;text-decoration: underline;}

hr {border-top:1px dashed #05213D;}

blockquote {
	border-left: 2px solid #05213D;
}

/*	[ Predefined Class ]                                            */<!-- -->

/*	[ Layout ]                                                      */<!-- -->
#bg_top{
	background:url(Blue/bg_top.jpg) no-repeat top center;
}
#bg_btm{
	background:url(Blue/bg_btm.jpg) repeat-x bottom center;
}

#base{
	background:url(Blue/bg_base_repeat.jpg) repeat-y top center;
}
#base_btm{
	background:url(Blue/bg_base_btm.jpg) no-repeat bottom center;
}

#header{
	background:url('Blue/bg_header.jpg') no-repeat center top;
}

#container{
	background:url(Blue/bg_container_top.jpg) no-repeat top center;
}

/*	[ Header ] Blog Title, Description, Home URL                    */<!-- -->
#blog_name a, #blog_name a:hover {
	color:#ffffff; 
}
#blog_desc {
	color:#ffffff;
}

/*	[ Header ] RSS, Search*/<!-- -->
#header .rss {
	background:url('Blue/bg_rss_hover.jpg') no-repeat -200px -200px;
}
#header .rss:hover{
	background:url('Blue/bg_rss_hover.jpg') no-repeat 0 0;
}

.mainsearch {
	background:url('Blue/bg_search.jpg') no-repeat 0 0;
}

.mainsearch_hover{
	background:none;
}
.mainsearch .keyword {
	color:#A3ABBC; 
}

/*	[ Menu ]  Level 1                                               */<!-- -->

/*	[ Content ] Post                                                */<!-- -->
.post_title{
	background:url('Blue/bg_post_title.png') no-repeat left bottom;	
}

.post_title a{
	color: #755B47;
}

.post_date{
	color:#333333;
}
.post_date a{
	color:#333333;
}


/*		[ Content ] Entry                                            */<!-- -->
.entry a:hover{
	color:#ffffff;
}

/*		[ Content ] Post Info                                        */<!-- -->
.info a{
}
.info a:hover{
}

.info_category {
	background: url('Blue/icon_category.gif') no-repeat top left;
}

.info_tag {
	background: url('Blue/icon_tag.gif') no-repeat top left;
}

.info_comment {
	background: url('Blue/icon_comment.gif') no-repeat top left;
}


/*		[ Content ] MISC                                             */<!-- -->

/*	[ Comment ] General                                             */<!-- -->

/*		[ Comment ] Paging                                           */<!-- -->

/*		[ Comment ] Form                                             */<!-- -->

/*	[ Sidebar ] General                                             */<!-- -->
/*		[ Sidebar 1]                                                 */<!-- -->
#sidebar1 {color:#CCCCCC; font-size:11px;}
#sidebar1 a{color:#898989; text-decoration:none;}
#sidebar1 a:hover {color:#ffffff;text-decoration:underline;}

#sidebar1 > ul > li > h4 { /*before #sidebar h4*/
	color: #38618C;
	border-bottom:2px #45515D solid;
}

#sidebar1 li li {
	background: url('Blue/bg_sb_arrow1.gif') no-repeat 0px 7px;
}

/*		[ Sidebar 2]                                                 */<!-- -->
#sidebar2 {color:#cccccc; font-size:11px;}
#sidebar2 a{color:#A89177; text-decoration:none;}
#sidebar2 a:hover {color:#727C84; text-decoration:underline;}


#sidebar2 > ul >li { /* before = #sidebar1 ul li */
	border:2px #616870 solid;
	background:#47413A;
}

#sidebar2 > ul > li > h4 { /*before #sidebar h4*/
	color: #C09253;
}

#sidebar2 li li {
	background: url('Blue/bg_sb_arrow2.gif') no-repeat 0px 8px;
}

/*	[ Footer ] Link and credit                                      */<!-- -->
#footer_credit{
	color:#898989;
}
#footer_credit a, #footer_credit a:hover{
	color:#ffffff;
}

/*	[ Widget ]                                                      */<!-- -->

/*	[ Custom Widget and options]                                    */<!-- -->
<!-- -->
