@charset "utf-8";




#header {
	color: #FFF;
	background-color: #111;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#header #left {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #999;
}
#header #left a:link {
	color: #999;
	text-decoration: none;
}
#header #left a:hover {
	color: #CCC;
	text-decoration: none;
}


#header #right {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#title {
	background-image: url(/img_site/back_black.png);
	background-repeat: repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#box {

}
#sidebar_1 {
	width: 200px;
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#sidebar_2 {
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
}
.sidebar {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.sidebar .body {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.sidebar .body2 {
	display: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.sidebar p {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#latest {
	padding: 10px;
	margin-top: 0px;
	margin-right: 220px;
	margin-bottom: 10px;
	margin-left: 220px;
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#latest #newitem {
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 90%;
	background-image: url(/img_site/latest_back2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}




#container {
	margin-top: 0px;
	margin-right: 220px;
	margin-bottom: 0px;
	margin-left: 220px;
	padding: 10px;
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#container .body {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#container .date {
	text-align: right;
	background-color: #EEE;
	color: #999;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#container .page_sort {
	border: 1px dotted #666;
	text-align: center;
}
#container .archive p {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#container .body img{
	margin: 0px;
	padding: 5px;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container .pic {
	text-align: center;
}
#container .pic img {
	margin: 5px;
	padding: 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}




#footer {
	background-image: url(../img_site/back_black.png);
	background-repeat: repeat;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}

#footer #footer_1 {
	width: 30%;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
	margin: 0px;
	padding: 5px;
	text-align: left;
}
#footer #footer_1 #footer_me {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}

#footer #footer_2 {
	float: right;
	width: 30%;
	margin: 0px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFF;
	overflow: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: left;
	height: 250px;
}
#footer #footer_3 {
	height: 110px;
	margin-top: 0px;
	margin-right: 32%;
	margin-bottom: 0px;
	margin-left: 31%;
	padding: 5px;
}

