@charset "UTF-8";
/* CSS Document */
/* html RESET                            	       
================================================*/

body, html, div, blockquote, img, label, h1, h2, h3, h4, h5, h6, pre, dl, dt, dd, form, fieldset, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000
}
p, h1, h2 {
	margin: 0;
	padding-bottom: 10px
}
a {
	text-decoration: none
}
/* Page elements                            	       
================================================*/
body {
	background: #fff
}
#container {
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	width: 960px;
	height: 602px
}
#container_blog, #container_shop, #container_terms {
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	width: 960px;
	height: 100%
}
.header {
	width: 960px;
	height: 65px;
	padding-top: 25px;
	text-align: center
}
.menu {
	width: 960px;
	height: 25px;
	padding-top: 5px;
	color: #5f5f5f;
	text-align: center
}
.menu li a {
	padding: 0 35px 0 35px
}
.main {
	width: 958px;
	height: 438px;
	border: 1px solid #ccc;
	text-align: justify
}
.main_content {
	padding: 12px 12px 0 12px
}
.main_blog, .main_shop, .main_terms {
	width: 958px;
	height: 100%;
	border: 1px solid #ccc;
	padding-bottom: 20px;
	text-align: justify
}
.footer {
	width: 960px;
	height: 30px;
	padding-top: 12px;
	text-align: center
}
/* Custom classes
================================================*/
ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none
}
h1 {
	font-size: 12px
}
h2, .style2 {
	font-weight: bold
}
/* WordPress
================================================*/

.form-allowed-tags {
	display:none
}
/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.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
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 5px
}
.post h2 {
	font-size: 13px
}
.free {
	text-decoration: line-through
}
/* Hyperlink styles
================================================*/
a:link, a:visited, .footer, .style2 {
	color: #5f5f5f
}
a:hover, a:active, .style1, h1, .post {
	color: #999
}
/* End
================================================*/

