/*
Theme Name: SOZ Black
Theme URI: http://blog.seven-one-zero.com/
Description: SOZ Blog theme based on the WordPress Classic theme.
Version: 1.0
Author: Natekatsu
*/

body {
	background: #333333;
	width: 950px;
	color: #ffffff;
	font-family: Verdana, Tahoma, sans-serif;
}

img {
	border: none;
}

a:link {
	text-decoration: none;
	color: #ffffff;
}

a:visited {
	color: #666666;
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#body {
	background-color: #000000;
	width: 100%;
	margin: auto;
}



/*
##### header style #####
*/

#header {
	background-color: #000000;
	border: 2px solid #666666;
}

#header a:link {
	color: #ffffff;
	text-decoration: none;
}

#header a:visited {
	color: #ffffff;
	text-decoration: none;
}

#header a:hover {
	color: #ffffff;
	text-decoration: none;
}

.header_name {
	float: left;
	background-color: #000000;
	font: italic bold 30px 'Times New Roman', Times, serif;
	padding: 5px 10px;
}

.header_url {
	color: #ffffff;
	font: normal normal 14px 'Times New Roman', Times, serif;
	letter-spacing: 1px;
}

.header_ad {
	float: right;
	text-align: center;
	padding: 5px;
}

.header_box {
	background-color: #000000;
	color: #ffffff;
	border-left: 2px solid #666666;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
}

.header_box table {
	border-collapse: collapse;
}

.header_box form {
	margin: 0px;
	overflow: hidden;
}

.hb_table_home td {
	background-color: #333333;
	vertical-align: top;
	padding: 0px;
	border-right: 2px solid #666666;
}

.hb_table_single td {
	background-color: #333333;
	padding: 0px;
	border-right: 2px solid #666666;
}

.hb_tdl {
	border-bottom: 2px solid #666666;
}

.hb_tdr {
	border-right: none;
	border-bottom: 2px solid #666666;
}

.hb_menu {
	background-color: #000000;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	vertical-align: middle;
	padding: 2px 4px;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
}

.hb_menu_home {
	background-color: #000000;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 2px 4px;
	border-bottom: 2px solid #666666;
}

.hb_menu_single {
	background-color: #000000;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	vertical-align: middle;
	padding: 2px 4px;
}

.hb_item {
	background-color: #333333;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
	padding: 2px 4px;
	border-right: 2px solid #666666;
}

.hb_item_home {
	background-color: #333333;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
	padding: 2px 4px;
}

.hb_item_single {
	background-color: #333333;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
	padding: 2px 4px;
}

.hb_item a, .hb_item_home a, .hb_item_single a {
	color: #ffffff;
	text-decoration: none;
}

.hb_form {
	background-color: #333333;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
	padding: 2px 4px;
	border-right: 2px solid #666666;
}

.hb_itunes {
	background-color: #333333;
	color: #ffffff;
	font-size: 10px;
	vertical-align: top;
	padding: 2px 4px;
}

.entry_link {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}

.entry_link ul {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.entry_link li {
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	list-style: disc inside;
	padding-bottom: 3px;
	white-space: pre;
	overflow: hidden;
}

.entry_link a:hover {
	text-decoration: underline;
}


.entry_link_prev {
	float: left;
	padding-bottom: 5px;
	width: 50%;
}

.entry_link_next {
	float: right;
	padding-bottom: 5px;
	width: 50%;
}



/*
##### content style #####
*/

#main {
	height: 100%;
	padding: 5px;
	margin: 0px;
	border-left: 2px solid #666666;
	border-right: 2px solid #666666;
}

.main_box {
	float: left;
	background-color: #333333;
	height: 250px;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
}

.main_bar {
	float: left;
	background-color: #333333;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	width: 730px;
	height: 18px;
	padding-top: 3px;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
}

#main_blogparts_bg {
	float: right;
	position: relative;
	width: 214px;
	/* blogparts_height <= 268px = blogparts_height */
	/* blogparts_height > 268px = blogparts_height - 268px */
	height: 102px;
	border-left: 2px solid #666666; /* blogparts_height > 268px */
}

#main_blogparts {
	text-align: center;
	position: relative;
	/* blogparts_height <= 268px = 0px */
	/* blogparts_height > 268px = 268px - 5px */
	top: -273px;
	width: 214px;
	height: 370px;
	padding-top: 3px;
	border-bottom: 2px solid #666666;
}

#main_minibox {
	background-color: #333333;
	float: right;
	font-size: 10px;
	text-align: center;
	position: relative;
	width: 126px;
	height: 90px;
	padding: 7px 3px 3px;
	border-left: 2px solid #666666;
	border-bottom: 2px solid #666666;
	/* display: none; blogparts_height <= 268px = 0px */
}

#main_post {
	float: left;
	position: relative;
	/* blogparts_height <= 268px = 0px */
	/* blogparts_height > 268px = -blogparts_bg_height */
	top: -102px;
	width: 585px;
	padding: 5px;
}

#main_sidebar {
	float: right;
	position: relative;
	top: 5px;
	right: 5px;
	width: 345px;
	height: 100%;
	font-size: 12px;
	overflow: hidden;
}

#content {
	float: left;
	width: 585px;
	color: #ffffff;
	overflow: hidden;
}



/*
##### post style #####
*/

.post {
	background-color: #333333;
	color: #ffffff;
	margin-bottom: 5px;
	border: 2px solid #999999;
}

.storytitle {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	margin: 5px;
	border-bottom: 1px dotted #999999;
}

.storytitle a {
	color: #ffffff;
	text-decoration: none;
}

.meta {
	color: #ffffff;
	font-size: 10px;
	padding-bottom: 5px;
	margin: 5px;
	border-bottom: 1px dotted #999999;
}

.meta_bold {
	font-weight: bold;
}

.meta a {
	letter-spacing: 0;
}

.storycontent {
	font-size: 13px;
	margin: 0px 5px 25px 10px;
}

.storycontent embed {
	width: 420px;
	height: 351px;
}

.feedback {
	color: #ffffff;
	font-size: 12px;
	text-align: right;
	padding-top: 3px;
	margin: 5px;
	clear: both;
	border-top: 1px dotted #999999;
}



/*
##### comment style #####
*/

#comments {
	background-color: #333333;
	margin-bottom: 5px;
	padding: 5px;
	border: 2px solid #999999;
}

#comments_title {
	float: left;
	font-weight: bold;
	padding-bottom: 5px;
}

#postcomment_link {
	float: right;
	font-size: 12px;
}

#commentlist {
	padding-left: 10px;
}

.commentlist_number {
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
}

.commenttext {
	font-size: 12px;
	padding-top: 5px;
}

.commentinfo {
	font-size: 12px;
	text-align: right;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999999;
}

#postcomment {
	background-color: #333333;
	margin-bottom: 5px;
	padding: 5px;
	border: 2px solid #999999;
}

.postcomment_title {
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999999;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #ffffff;
	border: 1px solid #666666;
	padding: 2px;
}

#commentform textarea {
	width: 98%;
}

#comment_tags {
	font-size: 12px;
}



/*
##### trackback style #####
*/

#trackbacks {
	background-color: #333333;
	margin-bottom: 5px;
	padding: 5px;
	border: 2px solid #999999;
}

.trackbacks_title {
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999999;
}

#trackbacklist {
	padding-left: 10px;
}

.trackbacklist_number {
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
}

.trackbacktext {
	font-size: 12px;
	padding-top: 5px;
}

.trackbackinfo {
	font-size: 12px;
	text-align: right;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999999;
}

#trackback_url {
	background-color: #333333;
	font-size: 12px;
	margin-bottom: 5px;
	padding: 5px;
	border: 2px solid #999999;
}



/*
##### sidebar style #####
*/

#sidebar {
	float: right;
	width: 345px;
	height: 100%;
	font-size: 12px;
	overflow: hidden;
}

.sidebar_box {
	background-color: #000000;
	color: #ffffff;
	width: 340px;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	border: 2px solid #999999;
}

.sidebar_boxl {
	float: left;
	background-color: #000000;
	color: #ffffff;
	width: 165px;
	font-size: 13px;
	font-weight: bold;
	margin-right: 2px;
	margin-bottom: 5px;
	border: 2px solid #999999;
}

.sidebar_boxr {
	float: right;
	background-color: #000000;
	color: #ffffff;
	width: 165px;
	font-size: 13px;
	font-weight: bold;
	margin-left: 2px;
	margin-bottom: 5px;
	border: 2px solid #999999;
}

.sidebar_box a {
	text-decoration: none;
}

.sb_title {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	padding: 2px;
	border-bottom: 2px solid #999999;
}

.sb_item {
	background-color: #333333;
	color: #ffffff;
	padding: 5px;
}

.sb_item ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

.tag_link {
	text-align: center;
	font-weight: normal;
}

.tag_link a:hover {
	text-decoration: underline;
}



/*
##### footer style #####
*/

.credit {
	background: #000000;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	border: 2px solid #666666;
}



/*
##### memo_page style #####
*/

.memo {
	width: 95%;
	white-space: normal;
	margin: auto;
}

.memo br {
	font-size: 50%;
}

.memo table {
	width: 100%;
	text-align: left;
	border: 1px solid #000000;
	border-spacing: 0px;
	margin-bottom: 10px;
}

.memo_title {
	background-color: #222222;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
}

.memo_text {
	background-color: #404040;
	padding: 3px;
}
