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


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

#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;
}

#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;
}


#wrapper_post{
	position: relative;
	width: 620px;
	padding-right: 90px;
	padding-left: 30px;
}


#news_post{
	position: relative;
	width: 640px;
	float: left;	

}

#news_post_title{

	float: left;
	position: relative;
	padding: 10px;
	width: 600px;
}



#news_post_content{

	float: left;
	position: relative;
	padding: 10px;
	width: 620px;
}

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



























.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);
}

