/*   
Theme Name:LUZZTAKE
Theme URI:http://luzztake.com/
Description:Theme of LUZZTAKE
Author:acek
Author URI:http://luzztake.com/
Version:3.0
*/

/* 全体的なルール */
* {
	margin:0;
	padding:0;
	overflow:hidden;
}

html,body {
width:100%;
height:100%;
}

body {
	background-color:#171717;
	color:#e7ecec;
	font-family:Arial, verdana, sans-serif;
	overflow:hidden;
	width:100%;
	height:100%;
}
a { text-decoration:none }
a:link { color:#e7ecec; }
a:visited { color:#e7ecec; }
a:hover { color:#e7ecec; }
a:active { color:#e7ecec; }

/* ヘッダー */
div#page-main {
height:100%;
width:100%;
}
div#page-page {
background-color:#171717;
height:100%;
width:100%;
}

/* トップページ */
div#flash {
	z-index:0;
	position:absolute;
	height:100%;
	width:100%;
}
div#content {
	float:left;
	z-index:10;
	position:absolute;
	margin:10% 0 0 15%;
	height:100%;
	width:100%;
}   
div#innerbox {
	padding:0 0 0 0;
	height:100%;
	width:100%;
}
div.post {
	padding:20px;
	background:#000;
	height:100%;
	width:100%;
}
h2.posttitle {
	font-size:1em;
	margin-bottom:0.5em;
}
p.navigation {
	text-align:center;
}

/* サイドバー */
div#sidebar {
	width:148px;
	min-height:100%;
	float:right;
	line-height:25px; 
	font-weight: 600;
	z-index:10;
	position:relative;
	margin-right:30px;
	overflow:hidden;
}
#sidebar ul {
	margin-bottom:0px;
}
#menu {
	width: 148px;
	list-style-type: none;
}
#menu li {
	display: block;
	color:#e7ecec;
	font-size:17px;
}
#menu li.current a {
	background: #e7ecec;
	display: block;
	color:#000;
	font-size:17px;
}
#menu li a {
	color:#e7ececec;
	text-decoration: none;
	display: block;
	width: 148px;
}
#menu li a:hover{
	background: #e7ecec;
	color:#000;
	text-decoration: none;
	display: block;
	width: 148px;
}
#menu, #menu li, #menu li a{
	margin: 0;
	padding: 0;
}

/* 個別記事 */
div#content_single {
	width:150px;
	float:right;
	text-align:right;
}   
div#innerbox_single {
	padding:170px 20px 0px 0px;
}
div.post_single {
	padding-bottom:0px;
	margin-bottom:0px;
}
div.post img {
	border:0px solid #ccc;
}
div.post img.wp-smiley {
	border:none;
}
div.post img.floatleft {
	float:left;
	margin:0 8px 8px 0;
}
div.post blockquote {
	margin-bottom:1em;
	padding:20px 15px 10px 15px;
	background:url(images/blockquote.png) no-repeat #fafef3;
	border:1px solid;
	border-color:#efefef #ccc #ccc #efefef;
}
div.post ul, div.post ul ul, div.post ol, div.post ol ol{
	margin:0 0 1em 25px;
}
div.post li {
	font-size:0.75em;
	line-height:1.5em;
}
div.post li li {
	font-size:1em;
}
hr {
	border-top:solid #ccc;
	background:#fff;
	color:#fff;
	border-width:1px 0 0 0;
	margin:1em 0;
}
code {
	font-family:"courier new", courier, monotype;
	font-size:1em;
}

/* フッター */
div#footer {

}
p#copyright {
	text-align:center;
	font-size:0.63em;
}
/* Mac IE 文字化け回避対策 */
input, select, textarea {
	font-family:"ヒラギノ角ゴ Pro W3", osaka, verdana, "ＭＳ ゴシック", sans-serif;
}

/* ページ */
#gallery {
	width:100%;
	height:100%;
	margin:0 auto 0 auto;
}
#content-xy {
	position:absolute;
	width:100%;
	heigt:100%;
	top:0%;
	left:0%;
	}
#gra {
width:100%;
height:100%;
margin:69px auto 0 auto;
}
