@charset "utf-8";
/* CSS Document */

/* --- HOME --- */
#news_wrapper_body{
	position:relative;
	z-index:1;
}


#news_content{
	position:relative;
	z-index:1;
	margin-top: 0px;
	padding-left: 30px;

}
#news_content_text{
	position:relative;
	z-index:1;
	width: 620px;

}
#news_wrapper_blog{
	position:relative;
	z-index:1;
	width: 620px;
	margin-left: 30px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#news_post_content{
	position:relative;
	padding-top: 20px;
}


#news_navigation{
	position:relative;
	z-index:1;
	margin-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#news_sidebar{
	position:relative;
	float: right;
	width: 200px;
	margin-right: 30px;
	border-left: 1px solid #CCCCCC;
	background-color: #F9F9F9;
	margin-top: 20px;
	padding-left: 30px;
	padding-top: 20px;
}
#tab{
	position:relative;
	padding-left: 10px;
	padding-top: 10px;
}
/*.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}*/


.wp-pagenavi .extend{

}

.wp-pagenavi .pages{
    border: 1px solid #CCC;
    color: #666;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    -moz-box-shadow: inset 0 0 1px #fff;
    -ms-box-shadow: inset 0 0 1px #fff;
    -webkit-box-shadow: inset 0 0 1px #fff;
    box-shadow: inset 0 0 1px white;
    background: #FAFAFA; /* For IE and older browsers */
    display: inline-block;
    line-height: 2.48em;
    height: 2.4em;
    text-decoration: none;
    margin: 0 .3em 12px;
    padding: 0 .85em;
    font-size: 12px;
    text-shadow: 0 1px 0 #fff;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi span.current{
    border: 1px solid #CCC;
    color: #666;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    -moz-box-shadow: inset 0 0 1px #fff;
    -ms-box-shadow: inset 0 0 1px #fff;
    -webkit-box-shadow: inset 0 0 1px #fff;
    box-shadow: inset 0 0 1px white;
    background: #FAFAFA; /* For IE and older browsers */
    display: inline-block;
    line-height: 2.48em;
    height: 2.4em;
    text-decoration: none;
    margin: 0 .3em 12px;
    padding: 0 .85em;
    font-size: 12px;
    text-shadow: 0 1px 0 #fff;
}

.wp-pagenavi span.current{
	border: 1px solid #999;
	moz-box-shadow: inset 0 0 10px rgba(0,0,0,.35);
	-ms-box-shadow: inset 0 0 10px rgba(0,0,0,.35);
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.35);
	background-color: #0099FF;
	color: #FFF;
}

.wp-pagenavi a:hover{
    border: 1px solid #aeacac !important;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.25);
    -ms-box-shadow: 0 0 3px rgba(0,0,0,.25);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.25);
    box-shadow: 0 0 3px rgba(0,0,0,.25);
}

#news_wrapper_post{
	position:relative;

}


#news_wrapper_sidebar{
	position:relative;
	z-index:1;
	width: 150px;
	float: left;
}


/* --- END HOME --- */