/* --------------------------------
 * @author Fen
 * @email fen1211@gmail.com
 * @website http://hellowiki.com
 * ----------------------------- */

/* import 960.gs CSS Framework */
@import url(reset.css);
@import url(text.css);
@import url(960.css);

/*
 * Body
 */
body {
	background: url(../images/bg.png);
	line-height: 1.7;
	margin: 20px 0;
	color: #333;
}

h2 { font-size: 19px; }
h3 { font-size: 17px; }
h4 { font-size: 15px; }

input, textarea {
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 13px;
}

a {
	color: #1D77AB;
}
a:hover {
	color: #333;
	text-decoration: none;
}

blockquote {
	border-left: 5px solid #E0E0C5;
	padding: 0 10px 0 20px;
	color: #666;
}


/*
 * Header
 */
#header {
	background: url(../images/header.png) repeat-x;
	height: 200px;
	position: relative;
	width: 100%;
}

/* logo */
h1#logo {
	margin-bottom: 0;
}
h1#logo a {
	background: url(../images/logo.png) no-repeat;
	display: block;
	height: 80px;
	width: 300px;
	position: absolute;
	top: 35px;
	left: 30px;
	text-indent: -9999px;
}

/* search */
#search {
	background: url(../images/search.png) no-repeat;
	height: 25px;
	width: 240px;
	position: absolute;
	top: 75px;
	right: 30px;
}
#s_input {
	height: 17px;
	padding: 4px 10px;
	top: 0;
	width: 190px;
}
#s_submit {
	cursor: pointer;
	height: 25px;
	right: 0;
	top: 0;
	width: 35px;
}

#s_input, #s_submit {
	background: transparent;
	border: none;
	position: absolute;
}

/* navigation menu */
ul#nav_menu {
	list-style: none;
	margin: 0;
	height: 46px;
	position: absolute;
	left: 0;
	bottom: 0;
}
ul#nav_menu li {
	margin: 0;
	padding-right: 2px;
	float: left;
	background: url(../images/nav_li.png) no-repeat right top;
}
ul#nav_menu li a {
	display: block;
	float: left;
	height: 41px;
	font-weight: bold;
	color: #CCCC9F;
	padding: 4px 25px 1px;
	text-decoration: none;
}
ul#nav_menu li a span {
	font-weight: normal;
	font-size: 11px;
	display: block;
	color: #666;
	margin-top: -5px;
}
ul#nav_menu li a:hover {
	background: url(../images/nav_li_hover.png) repeat-x left bottom;
	_background: transparent;
	text-decoration: none;
	color: #F2871C;
}
ul#nav_menu li a:hover span { color: #eee; }

/*
 * content
 */
#content {
	background: #fff /*url(../images/content.png) repeat-x*/;
	padding: 20px 0 30px;
	/*border-top: 5px solid #E0E0C5;*/
}

/* main */
#main {
	background: url(../images/main.png) repeat-y right;
}
.post {
	margin: 0 20px 5px 15px;
	padding-bottom: 5px;
}

h2.post_title {
	margin-bottom: 0;
}
h2.post_title a {
	color: #333;
	text-decoration: none;
}
h2.post_title a:hover {
	color: #1D77AB;
}
.post_data {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #E0E0C5;
	font-size: 12px;
	color: #666;
}


/* pages */
.pages {
	margin: 0 20px 0 15px;
}
.pages a {
	padding: 5px 10px;
	text-decoration: none;
	background: #1D77AB;
	color: #fff;
}
.pages a:hover {
	background: #3F8BB8;
}

/*
 * Comments
 */
#comments {
	margin: 0 20px 0 15px;
	padding-top: 15px;
	border-top: 2px dotted #E0E0C5;
}

#comments h3 {
}

ol#comment_list li {
	margin: 0 0 20px;
	border-bottom: 2px dotted #E0E0C5;
	list-style: none;
}

.comment_data {
	color: #666;
	margin-bottom: 5px;
	font-size: 12px;
}
.comment_data span {
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	color: #333;
	line-height: 1.3;
}

.comment_text {
	overflow: hidden;
	margin-left: 47px;
}

img.avatar {
	float: left;
	margin: 5px 15px 0 0;
}

/* comment form */
#comment_form {
}
#comment_form label {
	margin-left: 10px;
	font-size: 12px;
}
#comment_form .text {
	width: 240px;
	vertical-align: middle;
}
#comment_form textarea {
	width: 500px;
	height: 200px;
	overflow: auto;
}

/* sidebar */
#sidebar {
}

.widget {
	margin: 0 15px 20px 0;
}
.widget h3 {
	margin-bottom: 5px;
	border-bottom: 2px dotted #E0E0C5;
}
.widget a:hover {
}
.widget ul {
	list-style: none;
	margin: 0;
}
.widget ul li {
	margin: 0 0 2px;
}


/* Kevin  widget_2 */
.widget_2l {
	
	margin: 0 15px 20px 0;
	clear: both;
}
.widget_2l h3 {
	margin-bottom: 5px;
	border-bottom: 2px dotted #E0E0C5;
}
.widget_2l a:hover {
}
.widget_2l ul {
	list-style: none;
	margin: 0;
}
.widget_2l ul li {
	width:132px;
    float: left;
	margin: 0 0 2px;
}


ul#recommend li {
	float: left;
	margin: 3px 7px 3px 0;
	width: 125px;
	height: 125px;
	text-align: center;
	line-height: 125px;
}


/*
 * Footer
 */
#footer {
	padding: 15px 0 0;
	color: #fff;
	font-size: 12px;
	text-align: center;
}
#footer p {
	margin-bottom: 0;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/*
 * Misc
 */
hr.space {
	border-color: transparent;
}
.alignleft {
	float: left;
	margin: .4em 1.4em 0 0;
}
.alignright {
	float: right;
	margin: .4em 0 0 1.4em;
}

/* round corner */
#header {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
#content {
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.pages a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Kevin  linkpage */
ol#linkpage {
	padding-bottom:30px;
	list-style: none;
	margin: 0;
	clear:both;
}
ul#linkpage{
	padding-top:10px 0 20px 0;
	list-style: none;
	margin-bottom: 30px;
	clear:both;
}
ul#linkpage li, ol#linkpage li {
	width:200px;
    float: left;
	margin: 0 0 2px;
}


/* IE6 hack (#‵′)凸 */

