/* 
    Document   : style.css
    Created on : 2009-1-9, 14:34:27
    Author     : wuhongjian
    Description:
    Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body{
    font-family: "Lucida Sans unicode",Lucida Grande,Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #696767;
    margin: 0px;
    padding: 0px;
    background: url(images/top_back.gif) repeat-x left top;
}

a{
    text-decoration: none;
}

img{
    border: 0px;
}

ul{
    list-style: none;
    padding: 0px;
}

ol{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

h2{
    margin-top: 0px;
}

h3{
    margin-bottom:0px;
}

.alignleft {
	float: right;
}
.alignright {
	float: left;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	}
#wrapper{
    margin: 0 auto;
}

#header{
    width: 1003px;
    margin: 0 auto;
	position: relative;
}
.go-back-link {
	position: absolute;
	top: 10px;
	right: 40px;
	padding: 0;
	width: 150px;
	height: 20px;
}
.go-back-link a {
	color: #000;
}
#logo{
    width: 178px;
    height: 48px;
    padding-top: 10px;
    margin-left: 16px;
}

#header_text{
    float: left;
}

#header_text img{
    margin-top: 7px;
    margin-left: 42px;
}

#navigate{
    width: 100%;
    margin-top: 4px;
}

#top_navigation ul{
    height: 29px;
    margin: 0px;
}

#top_navigation ul li{
    float: right;
    width: 100px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    margin-left: 1px;
    cursor: pointer;
}

#top_navigation ul li:hover{
    background: url(images/blue_tab_on_bg.gif) no-repeat;
}

#top_navigation ul li:hover a{
    color: #009EDB;
}

#top_navigation ul li a{
    font-weight: bold;
}

.navigation_off{
    background: url(images/blue_tab_off_bg.gif) no-repeat;
}

.navigation_off a{
    color: #ffffff;
}

.navigation_on{
    background: url(images/blue_tab_on_bg.gif) no-repeat;
}

.navigation_on a{
    color: #009EDB;
}

#container{
    width: 1003px;
    margin: 23px auto 10px;
}

#container_right{
    float: right;
    width: 200px;
}

#sidebar{
    margin-left: 16px;
    font-size: 11px;
    text-align: left;
}
#sidebar ul li {
    color: #696767;
}
#sidebar a{
    color: #696767;
}

#sidebar a:hover{
    color: #009edb;
    font-weight: bold;
}

#sidebar ul{
    margin-top: 0px;
    margin-bottom: 27px;
    margin-left: 0px;
}

#sidebar ul li ul{
    margin-top: 13px;
}

#sidebar ul li h2{
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    margin: 0px;
}
#sidebar ul li#tag_cloud {
	margin-bottom: 27px;
}
#sidebar #tag_cloud h2 {
	margin-bottom: 13px;
}
#sidebar #tag_cloud a {
	margin-right: 4px;
}

#content{
    float: left;
    width: 770px;
    margin-top:1px;
}

#content a{
    color: #009edb;
}

.posts_left{
    border-top: 1px solid #e5e5e5;
    background: url(images/posts_boder.gif) no-repeat left top;
}

.posts_right{
    background: url(images/posts_boder.gif) transparent no-repeat right top;
}

.posts_right h2{
    color: #009edb;
}

.posts_content{
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 14px;
    min-height: 95px;
    margin-bottom: 20px;
}

.posts_content h1{
    margin: 0px;
    font-size: 18px;
    color: #009edb;
    margin-right: 23px;
}

.posts_content h1 a{
    color: #009edb;
}

.posts_date{
    font-size: 10px;
}

.content{
    margin-top: 1px;
    margin-right: 23px;
}

#footer{
    width: 100%;
    background: #009EDB;
}

#bottom_avigation{
    height: 43px;
    background: #009edb;
    text-align: center;
    width: 518px;
    margin: 0 auto;
}

#bottom_avigation a{
    background: url(images/footer_nav_right.gif) no-repeat right center;
    color:#FFFFFF;
    cursor:pointer;
    display:block;
    float:left;
    font-size:14px;
    font-weight:bold;
    height:43px;
    margin-right:10px;
    padding-right:10px;
}

#bottom_avigation a span{
    background: url(images/footer_nav_left.gif) no-repeat left center;
    padding-left: 10px;
    float:left;
    cursor:pointer;
    line-height: 43px;
}

#bottom_avigation a:hover{
    background:transparent url(images/blue_btn_br_onbg.gif) no-repeat scroll right center;
}

#bottom_avigation a:hover span{
    background:transparent url(images/blue_btn_bl_onbg.gif) no-repeat scroll left center;
}

#bottom_avigation a.menuon {
    background:transparent url(images/blue_btn_br_onbg.gif) no-repeat scroll right center;
}

#bottom_avigation a.menuon span{
    background:transparent url(images/blue_btn_bl_onbg.gif) no-repeat scroll left center;
}

#footer .bottom_nav_home{
    background: url(images/blue_blog_bg.gif) no-repeat left center;
    height: 43px;
    color:#009EDB;
    width: 60px;
    line-height: 43px;
    float: right;
    font-weight: bold;
	text-align: center;
}
#footer .bottom_nav_home a {
	background: none;
	color: #009EDB;
	padding-left: 9px;
	padding-right: 0;
	margin-right: 0;
}
#footer .bottom_nav_home a:hover {
	background: none;
}
#copyright {
    text-align: center;
    padding-top: 17px;
    color: #000000;
    font-size: 10px;
}

.posts_comment{
    font-size: 11px;
    text-align: right;
    margin-right: 20px;
    margin-top: 38px;
}

.font_blue{
    color: #009edb;
}

#sidebar .current-cat a{
    color: #009EDB;
    font-weight: bold;
}

#sidebar .current_page_item a{
    color: #009EDB;
    font-weight: bold;
}

#copyright a{
    color: #000000;
}

.even, .alt{
    border-left:1px solid #DDDDDD;
    padding:10px;
}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
.commentlist li {
	margin: 15px 0 10px 0;
	padding: 5px 5px 10px 10px;
	list-style: none;

}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.thread-alt {
    background-color:#F8F8F8;
}

.depth-1 {
    border:1px solid #DDDDDD;
}

.category-arunaim h2{
    color: #000000;
}

.postmetadata {
	clear:right;
    text-align: left;
}

.commentnavi{
    text-align: right;
}
