@charset "utf-8";
/* CSS Document */

* {
	padding:0px;
	margin:0px;
}
ul, li {
	list-style:none;
}
html, body {
	background:#63bf10 url(images/bg.jpg) no-repeat top center;
}
#container {
	width:960px;
	height:auto;
	margin:0 auto;
	position:relative;
	background-color:#fcfcfc;
	overflow:hidden;
}
#header {
	width:960px;
	height:100px;
	overflow:hidden;
	margin:0 auto;
}
#header h1 {
	font-size:1.2em;
    padding-top:18px;
}
#header h2 {
	font-size:13px;
	font-weight:normal;
}
/*----------------------------------------*/

#logo {
	float:left;
	height:80px;
	width:310px;
}
#logo h1 a {
	text-decoration:none;
	color:#ffffff;
	display:block;
	padding:10px;
	font-size:18px;
}
#logo h2 {
	text-align:right;
	color:#FF6600
}
#logo img {
	display:block;
	margin-top:20px;
	border:0px;
	float:left;
}
/*----------------------------------------*/

.nav {
	height:100px;
	width:620px;
	float:right;
	font-size:15px;
}
.nav ul {
	padding-top:40px;
	list-style:none;
}
.nav ul li {
	float:left;
	margin-left:10px;
	display:inline;
	list-style:none;
}
.nav ul li a {
	text-decoration:none;
	background-color:#f5f5f5;
	color:#99CC00;
	display:block;
	padding:6px 15px;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;    
    -moz-box-shadow:0 -1px 3px orange;
    -webkit-border-radius:0 -1px 3px orange;
    
}
.nav ul li a:hover {
	background-color:orange;
	color:#fff;
}
#banner {
	width:960px;
	height:350px;
	overflow:hidden;
}
/*----------------------------------------*/

#slider {
	margin-top:40px;
	height:274px;
	width:960px;
	background:url(images/0111.jpg) no-repeat;
}
/*----------------------------------------*/

#search {
	height:30px;
	background-color:#E1E1E1;
	width:960px;
}
#searchform {
	vertical-align:middle;
	padding:5px;
	padding-right:35px;
	float:right;
}
#s {
	height:18px;
}
#searchsubmit {
	border:1px solid #99CC00;
	background-color:#99CC00;
	color:#fff;
}
#content {
	float:left;
	width:700px;
	overflow:hidden;
}
#content .post {
	width:600px;
	height:auto;
	float:left;
	overflow:hidden;
	padding:10px;
	margin:5px;
	color:#333333;
	font-size:14px;
	line-height:1.6em;
}
#content .post h2 a {
	font-size:15px;
	text-decoration:none;
	color:#000;
}
#content .post a {
	text-decoration:none;
}
.postmetadata a {
	font-size:12px;
}
.pagebar {
	clear:both;
	padding:10px;
}
.pagebar a {
    padding:1px 6px;
    color:#63BF10;
    border:1px solid #ccc;
    text-decoration:none;
}
.pagebar a:hover {
    border:1px solid #63BF10;
}
.pagebar span.this-page {
    padding:1px 6px;
    color:#63BF10;
    border:1px solid #63BF10;
}
.navigation {
	clear:both;
	font-size:12px;
}
.navigation li {
	float:left;
	margin-left:15px;
}
/*----------------------------------------*/

.sidebar {
	float:left;
}
.sidebar h2 {
	font-size:12px;
    padding:5px 0 5px 10px;
    margin-bottom:5px;
    border-bottom:1px dotted #ccc;
}
.sidebar ul li {
	padding:5px;
    font-size:12px;	
}
.sidebar ul li#calendar table { font-size:16px; width:100%;}
.sidebar ul li ul li {
    list-style:disc inside none; 
}
.sidebar ul li a {
	text-decoration:none;
}
.widget {
	width:225px;
	overflow:hidden;
    padding-left:5px;
}
.widget h3 {
    font-size:12px;
    padding:5px 0 5px 10px;
    border-bottom:1px #ccc dotted;
}
.widget li {
	width:230px;
	font-size:12px;
    color:#009900;
    list-style:disc inside none;
    /*border-bottom:1px #ccc dashed;*/
}
.widget li a {
	color:#009900;
	font-size:12px;
}
/*.sidebar ul li ul li { border-bottom:1px #ccc dashed;}*/
.sidebar ul li ul li a { color:#333;}
/*----------------------------------------*/

.comments-template {
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}
.comments-template ol {
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}
.comments-template ol li {
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}
.comments-template h2, .comments-template h3 {
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}
.commentmetadata {
	font-size: 12px;
}
.comments-template p.nocomments {
	padding: 0;
}
.comments-template textarea {
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
/*----------------------------------------*/

#footer {
	height:100px;
	width:960px;
	margin:0 auto;
	text-align:center;
}
#footer p {
	padding:20px;
}
/*----------------------------------------*/

#manage {
	position:absolute;
	top:5px;
	left:70%;
}
#manage ul li {
	display:inline;
}
#manage ul li a {
	text-decoration:none;
	font-size:13px;
	color:#fff;
	padding-left:15px;
}
/*----------------------------------------*/
.runcode_text{ height:245px !important; overflow:auto;}
