/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
del,ins{text-decoration:none;}


/** font reset
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}



/*===============================style*/
body{
text-align:center;
background: url(../img/header_bg.gif) repeat-x;
color:#302923;
}

html,body {height:100%;}

* html #wrapper {
	height: 100%;	
}



div#wrapper{
min-height:100%;
text-align:left;
width:1000px;
margin:0 auto;
background: url(../img/container_bg.gif) repeat-y;
}



a { color:#3399ff; text-decoration:none;} 
a:visited {color:#3399ff;}
a:hover {color:#95e7ff;}




/*====================================
	#header
====================================*/
#header{
height:217px;
background:url(../img/header.jpg) top no-repeat;
}


h1 {
	font-size: 16px;
	font-weight:bold;
	color:#004B05;
	text-align: left;
	height:130px;
	padding: 50px 10px 0;
	_margin-bottom:50px;

}


#nav {
    height:36px;
}

#nav ul {}
	
#nav li {
float:left;
padding: 0 10px;
height:36px;
line-height:36px;
color:#fff;
border-right:1px solid #fff;
}


#nav li a {
color:#fff;
display: block;
}
#nav li a:visited {
color:#fff;
}
#nav li a:hover {
color:#C9F325;

}



div#container {
width:1000px;
background: url(../img/container_bg.gif) repeat-y;
}

div#aside {
width:304px;
background:url(../img/left_bg.gif);
float:left;
margin-right:16px;
padding: 40px 0 20px;
}



div#article{
width:680px;
float:right;
padding-bottom: 30px;
}


/*====================================
	.breadcrumb
====================================*/
.breadcrumb{
font-size:12px;
margin:25px 0;
color: #0A4B0E;
}




div#field{
width:646px;
padding:10px;
border:1px solid #a8b58d;
background:#fff;
margin: 20px 0;
}


div.page {margin:20px 0;}

div.section{
border:1px solid #83c907;
padding:0 1px;	
margin-bottom:20px;
}
div.entry-content{
padding:10px 10px 10px 58px;	
}

div.box {margin:20px;}
#article .box h3 { min-height:0; padding: 12px 0 5px 40px;}
#article .box .entry-content {padding: 10px 10px 10px 40px;}

div.title_head {position:relative;}
p.mark { height:73px; width:47px;
position:absolute; top:0; left:5px; }



#article h2 {
font-weight:bold;
font-size:14px;
color:#004b05;
background:url(../img/h2.jpg) no-repeat #abe948;
min-height:30px;
height:auto !important;
height:30px;
padding-left: 58px;
padding-top: 13px;
}

#article h2 a { color:#004b05;}

#article h2#title {
margin:20px 0 0 10px;
background:none;
font-size:18px;
padding:5px;
}



#article h3 {
font-weight:bold;
font-size:14px;
color:#004b05;
background:url(../img/h2.jpg) no-repeat #abe948;
min-height:30px;
height:auto !important;
height:30px;
padding:13px 0 0 58px;
}
#article h3.wiki{ background:none;padding:5px 0 0 5px;}




p.date{ text-align:right;margin:5px;}

p.next { text-align:right;margin:10px 0 5px;color:#3399ff;}


/*=======
twitter
==============*/

.tweet-wrapper {padding:0 10px 5px;}
.tweet-box { padding: 10px 20px;position: relative;border-bottom: 1px solid #ccc;
    border-top: 1px solid transparent;
    clear: both;
    display: block;
    margin-top: -1px;
    min-height: 50px;}

.tweet-image {float: left;height: 48px;margin-top: 3px;overflow: hidden;width: 48px;}

.tweet-content {margin-left: 58px;min-height: 48px;}
.tweet-row {display: block;line-height: 15px;}
.user-name {font-weight:bold;}
.user-name a:hover {text-decoration:underline;}
.tweet-text {margin-top:2px; line-height:15px;}
.tweet-time { color:#ccc;font-size: 11px;}





/*=========
fixed
====================*/



div.text {padding:8px;}

table{
	margin:15px 0;
    border: 1px #ccc solid;
    border-collapse: collapse;
    border-spacing: 0;
	color:#333;
	width:570px;
}

table th {
    padding: 5px;
    border: 1px #aaa solid;
    background: #eee;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table td {
    padding: 5px;
    border: 1px #aaa solid;
    text-align: center;
	background:#fff;
}


/*====================================
	#aside
====================================*/

#aside h3{
color:#0a4b0e;
font-size:18px;
font-weight:bold;
border-bottom:1px solid;
padding:0 0 5px 13px;
}


#aside div{
border:1px solid #ccc;
padding:8px 5px;
background:#fff;
margin:10px;
font-size:12px;
}

#aside div p {
margin_bottom:5px;	
}

#aside div dt {font-weight:bold;}
#aside div dd {margin:5px 0 10px;}


/*====================================
	#footer
====================================*/

#footer{
background:	#80C134;
text-align:center;
padding:8px 22px;
}

#footer a{ color:#fff;}

/*===============================elements*/


p {margin-bottom:2px; line-height: 1.5;}

.mb5 { margin-bottom:5px;}


a:hover img.opa{
  filter: alpha(opacity=25);
  -moz-opacity:0.25;
  opacity:0.25;

}

.clearfix{
zoom:1;
}

.clearfix:after{
content:".";
display:block;
clear:both;
visibility:hidden;
line-height:0;
font-size:0;
}

