* {
	margin: 0px;
	padding: 0px;
	/*font-family: verdana, 'trebuchet ms', sans-serif;	*/
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	list-style-type: none;
	outline-width: 0;
}
#menu a:link, #path a:link, #navi a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:visited, #path a:visited, #navi a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover, #path a:hover, #navi a:hover {
	color: #105BFF;
	text-decoration: underline;
}
#menu a:active, #path a:active, #navi a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.entry a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.entry a:visited {
	color: #999999;
	text-decoration: none;
}
.entry a:hover {
	color: #0040FF;
	text-decoration: underline;
}
.entry a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.entry h2 a {
	font-size: small;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.entry .entry_body a:link, .entry .entry_more a:link {
	color: #105BFF;
	text-decoration: none;
}
.entry .entry_body a:visited, .entry .entry_more a:visited {
	color: #105BFF;
	text-decoration: none;
}
.entry .entry_body a:hover, .entry .entry_more a:hover {
	color: #0040FF;
	text-decoration: underline;
}
.entry .entry_body a:active, .entry .entry_more a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.entry .more a:link {
	color: #105BFF;
	text-decoration: none;
}
.entry .more a:visited {
	color: #105BFF;
	text-decoration: none;
}
.entry .more a:hover {
	color: #105BFF;
	text-decoration: underline;
}
.entry .more a:active {
	color: #FFFFFF;
	text-decoration: none;
}

body {
	text-align: center;
	background-color: #000000;
	line-height: 180%;
}
/*body {
	text-align: center;
	background-color: #050505;
	line-height: 180%;
	background-image: url(http://www.maskthemask.com/img/blog_outer_line.jpg);
	background-repeat: repeat-y;
	background-position: center;
}*/
#outer {
	width: 700px;
	margin: auto;
	text-align: left;
}
#header {
	padding-top: 25px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
#header p {
	padding-top: 5px;
	line-height: 105%;
}
#header #path {
	text-indent: 5px;
	display: block;
	float: left;
	width: 250px;
}
#header #navi {
	display: block;
	float: left;
	width: 450px;
	clear: right;
	text-align: center;
}
h1 {
	background-image: url(http://www.maskthemask.com/img/blog_title_logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 75px;
	width: 100%;
	background-color: #000000;
}
h1 a {
	background-image: url(http://www.maskthemask.com/img/blog_title_bright.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 75px;
	width: 160px;
	background-color: #000000;
	background-position: left top;
}
h1 a:hover {
	background-image: url(http://www.maskthemask.com/img/blog_title_bright.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 75px;
	width: 160px;
	background-color: #000000;
	background-position: left -75px;
}
#main {
	width: 450px;
	float: right;
	padding-top: 25px;

}
.entry {
	padding-bottom: 50px;
	margin-bottom: 50px;
	background-image: url(http://www.maskthemask.com/img/hr450.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.entry h2 {
	font-size:  120%;
	line-height: 130%;
	font-weight: bolder;
}
#left h2 {
	margin-bottom: 7px;
}
.entry_head {
	font-size: xx-small;
	line-height: 115%;
	margin-top: 4px;
	margin-bottom: 20px;
}
.entry_body, .entry_more  {
	line-height: 170%;
	margin-bottom: 15px;
}
.more {
	font-weight: bold;
	margin-bottom: 15px;
}
.entry_body img, .more img {
	margin-top: 10px;
	margin-bottom: 10px;
}
.entry_body object, .more object {
	margin-top: 10px;
	margin-bottom: 10px;
}
.entry_body embed, .more embed {
	margin-top: 10px;
	margin-bottom: 10px;
}
.entry_body p, .more p {
	margin: 0px;
	padding: 0px;
}
.entry_footer {
	line-height: 170%;
}
#left {
	float: left;
	width: 250px;
	padding-top: 25px;
}
#menu {
	clear: left;
	float: left;
	width: 170px;
	margin-left: 5px;
}
#profile {
	margin-bottom: 20px;
}

#menu ul {
	margin-bottom: 25px;
}
#menu .side {
	margin-bottom: 20px;
}
#menu .recent_comment {
	margin-bottom: 20px;
}
* #menu ul li {
	line-height: 130%;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	list-style-type: disc;
	list-style-position: inside;
}
* #menu ul li ul {
	line-height: 130%;
	padding-left: 10px;
}
#kensaku {
	margin-bottom: 20px;
}
#kensaku #search {
	font-size: small;
	color: #FFFFFF;
	background-color: #000000;
	height: 1.2em;
	width: 148px;
	margin: 6px 0 5px 0;
	border: 1px solid #FFFFFF;	
}
#kensaku #search:focus {
	color: #105BFF;
	border: 1px solid #105BFF;	
}

#footer {
	width: 700px;
	float: right;
	text-align: center;
	line-height: 100%;
	margin-top: 25px;
	padding-bottom: 30px;
	font-size: xx-small;
}
.footer_logo {
	width: 76px;
	height: 45px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-indent: -9999px;
	position: relative;
	top: 0px;
}
.footer_logo a {
	width: 76px;
	height: 45px;
	background-image: url(http://www.maskthemask.com/img/footer_logo1.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-indent: -9999px;
}
.footer_logo a:hover {
	width: 76px;
	height: 45px;
	background-image: url(http://www.maskthemask.com/img/footer_logo2.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-indent: -9999px;
}

#pagetop, #pagetop a {
	text-align: right;
	width: 700px;
	position: relative;
	top: 20px;
}

.comments {
	margin-bottom: 60px;
}
.comments h2 {
	font-size: x-small;
	margin-bottom: 20px;
}
.comment_body {
	line-height: 170%;
	margin-bottom: 5px;
}
.comment_footer {
	line-height: 170%;
	margin-bottom: 20px;
}
.post_box {
	padding-bottom: 30px;
	margin-bottom: 30px;
	background-image: url(http://www.maskthemask.com/img/hr450.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.post_box h2 {
	font-size: x-small;
	line-height: 130%;
	margin-bottom: 20px;
}
.post_box p {
	margin-bottom: 10px;
}
.post_box #comment-author, .post_box #comment-email, .post_box #comment-url {
	border: 1px solid #FFFFFF;
	background-color: #000000;
	line-height: 100%;
	width: 200px;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
}
.post_box #comment-text {
	border: 1px solid #FFFFFF;
	background-color: #000000;
	width: 448px;
	line-height: 150%;
}
.post_box #comment-author:focus, .post_box #comment-email:focus, .post_box #comment-url:focus, .post_box #comment-text:focus {
	color: #105BFF;
	border: 1px solid #105BFF;	
}
.post_box #comment-bake-cookie {
	border: none;
	background-color: #000000;
}

.trackback_box {
	margin-bottom: 60px;
}
.trackback_box h2 {
	font-size: x-small;
	line-height: 130%;
	margin-bottom: 20px;
}
.trackback_url {
	line-height: 170%;
	margin-bottom: 20px;
}
.trackback_url input {
	width: 440px;
	font-size: x-small;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0 0 20px 0;
	border: 1px solid #000000;
}
.trackback_url input:focus {
	color: #105BFF;
}
.trackback_title {
	line-height: 170%;
	margin-bottom: 5px;
}
.trackback_text {
	line-height: 170%;
	margin-bottom: 20px;
}
#main ul {
	margin: 0 0 0 0;
}
#main ul li ul {
	margin: 10px 0 20px 0;
	padding-left: 20px;
}
#main ul li {
	line-height: 130%;
	margin: 0 0 40px 0;
}
#main ul li ul li {
	line-height: 130%;
	margin: 0 0 20px 0;
	padding-left: 0;
}
#main ul li ul li ul {
	padding-left: 0;
}
#main ul li ul li ul li {
	line-height: 130%;
	margin: 0 0 5px 0;
	padding-left: 0;
}
#main ul li h2 {
	line-height: 130%;
	margin: 5px 0 10px 0;
	font-size: small;
}

#main ul li a {
	font-weight: normal;
}
#main ul li ul li a {
	font-weight: bold;
}
#main ul li ul li ul li a {
	font-weight: normal;
}
#main ul li .archive_title {
	font-weight: normal;
}
.side {
	float: left;
}



