/*  
Theme Name: Lounge
Theme URI: http://lounge.jp/
Description: 1-column photoblogging theme, widget ready, SEO optimized by <a href="http://www.quickonlinetips.com/">Quick Online Tips</a>.
Version: 0.7
Author: LOUNGE LLC.
Author URI: http://lounge.jp/
Tags: fixed-width, one-column, white, photoblogging, threaded-comments, sticky-post
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

* {
	margin:0;
	padding:0;
}

/* Begin Typography & Colors ------------------------------------- */

body {
	margin:0;
	padding:0;
	background:#fff;
	color:#333;
	text-align:center;
	font-size:12px;
	line-height:16px;
}

#page {
	margin:10px auto 10px auto;
	padding:0;
	width:620px;
	border:1px solid #f9c;
	text-align:left;
/*	background:#f00;*/
}

/* ヘッダー */

#header { 
	margin:0; 
	padding:0;  
	height:240px;
font-size:10px;
line-height:14px;
	background:url(./images/header.jpg) no-repeat left;
}

#header a {
display:block;
height:240px;
text-indent:-9999px;
}

/* ナビバー */

#navbar {
	height:26px;
	background:#eee;
	color:#666; 
border-bottom:1px solid #f9c;
}
#navbar div {
float:right;
}

#navbar ul {
	list-style-type:none;
}
#navbar ul li.page_item {
	float:left;
	position:relative;
}
#navbar div a,
#navbar ul li.page_item a {
	display:block;
	margin:0;
	padding:4px;
	font-size:12px;
	line-height:18px;
	background:#eee;
	color:#333;
}
#navbar div a:hover,
#navbar ul li.current_page_item > a,
#navbar ul li.page_item a:hover {
	background:#f9c;
	color:#fff;
}
#navbar ul li.page_item ul {
	display:none;
	position:absolute;
	top:26px;
	left:0;
}
#navbar ul li.page_item:hover > ul {
	display:block;
border:1px solid #999;
}
#navbar ul li.page_item:hover > ul li {
	clear:both;
width:100%;
}
li.page_item {
	white-space:nowrap;
}

/* コンテンツ */

#content {
	padding:10px;
/*	background:#00f;*/
	font-size:14px;
	line-height:20px;
}
#content h1 {
	margin-bottom:10px;
	font-size:18px;
	line-height:22px;
}
#content ul {
list-style-type:none;
}
#content ul li a {
display:block;
}

#content .postmetadata {
	text-align: center;
}

.alt {
        background: #f3f3f3;
	}

/* エントリー */
.entry {
line-height:1.4em;
}
.entry p,
.entry div {
margin-bottom:1.0em;
}

.entry table.vertical {
	border:1px solid #f9c;
	border-top:1px solid #f9c;
	border-left:1px solid #f9c;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#fff;
	empty-cells:show;
}
.entry table.vertical th{
	border-right:1px solid #f9c;
	border-bottom:1px solid #f9c;
	color:#333;
	background:url(./images/th_vertical_bg.png) no-repeat left top;
	padding:4px 12px;
width:20px;
	text-align:center;
vertical-align:top;
	white-space:nowrap;
}
.entry table.vertical td {
	border-right:1px solid #f9c;
	border-bottom:1px solid #f9c;
	padding:4px 12px;
	text-align:left;
}
.entry table.vertical input,
.entry table.vertical textarea {
width:100%;
}


/* フッターボックス */
#bottombox {
	clear:both;
	background:#eee;
	color:#333;
}

#box1 {
	margin:2px;
	padding:4px;
}
#box2 {
	margin:2px;
	padding:4px;
	border-left:1px solid #999;
}
#box3 {
	margin:2px;
	padding:4px;
	border-left:1px solid #999;
}

#bottombox h4 {
	padding:2px;
	color:#333;
	text-transform:uppercase;
}

#bottombox a { 
	color:#f9c;
	text-decoration:none;
}
#bottombox a:hover {
	text-decoration:underline;
}
/*
#bottombox_low {
	clear:both;
}*/


/* フッター */
#footer {  
	clear:both;
	color:#fff;
	background:#f9c;
}

#footer p {
	margin:0;
	padding:4px 0;
	text-align:center;
}
 
h2 {
	text-align: left;
	}

h2.pagetitle {
	font-size: 1.6em;
	}


#content h1, #content h1 a {
	text-decoration: none;
color:#333;
}
.center {
text-align:center;
}

h2 {
margin:16px 0 8px 0;
padding-left:2px;
border-left:4px solid #666;
font-size:14px;
line-height:18px;
}

 
.commentlist li, #commentform input, #commentform textarea {
	font-size: 1em;
	}

.commentlist li {
	font-weight: normal;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p { 
	font-size: 1.1em;
	}

.commentmetadata {
	font-weight: normal;
	}
 
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

pre  {  
   font: 1em 'Courier New', Courier, Fixed;
   color: #008000;
   background: #F8F8F8;
   padding: 5px;
   line-height:1.5em;
   border: 1px solid #ddd; 
   overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
   white-space: pre-wrap; /* css-3 */
   white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
   white-space: -pre-wrap; /* Opera 4-6 */
   white-space: -o-pre-wrap; /* Opera 7 */
   /* width: 99%; */
   word-wrap: break-word; /* Internet Explorer 5.5+ */
      }

code  {
   font: 1.1em 'Courier New', Courier, Fixed;
   color: #008000;
   padding: 0 2px;
   background: #fff; 
   line-height:1.5em;
   overflow: auto;
       }

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, a:visited, h2 a:hover, h3 a:hover {
	color: #DD0000;
        font-weight:bold;
	text-decoration: none;
	}
 
.sticky {
        background: #FFF8DC !important; 
        padding: 15px;
        margin: 10px 0;
        }

/* Begin Structure 
------------------------------------- */

.post {
border:1px solid #ddd;
margin-top:40px;
padding:4px;
        background:#fff;
}

.post hr {
	display: block;
	}

#content .postmetadata {
	padding-top: 5px;
	}
 

.postmetadata {
	clear: left;
       }
 

 


/*	Begin Headers
------------------------------------- */

/*
h2 {
	margin: 30px 0 0;
	}
*/
h2.pagetitle, h2.pagetitle {
	margin-top: 30px;
	text-align: center;
        }

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	} 



/* Begin Images
------------------------------------- */
p img {
	padding: 0;
	max-width: 100%;
	}
 
.entry img {
        padding:0px;
        margin: 5px 0; 
        border: 0;
        }

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right; 
	}

.alignleft {
	float: left 
	} 


/* Begin Lists 
------------------------------------- */
/*
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 20px; 
	padding-left: 10px; 
	} 

html>body .entry li {
	margin: 2px 0 2px 10px;
	}
*/
.entry ol {
	padding: 0 0 0 20px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#bottombox ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#bottombox ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#bottombox ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#bottombox ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#bottombox ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#bottombox  ul ul li, #sidebar ul ol li {
	margin: 6px 0 0;
	padding: 0;
	} 

/* Begin Form Elements
------------------------------------- */


.entry form {  
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
        border: 3px solid #ccc;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
        border: 3px solid #ccc;
	}

#commentform #submit {
	margin: 0;
	float: left;
        font-size: 0.9em;
	} 

/* Begin Comments
------------------------------------- */
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
        margin: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none; 
	}

.commentlist p {
	margin: 10px 5px 10px 0; 
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	} 


img.avatar {
        float:left; 
        margin: 0;
        padding: 0 4px 0 0; 
        vertical-align:middle;
        }
 
ol.commentlist li div.comment-meta { font-size:9px; }
ol.commentlist li div.comment-meta a { color:#999 !important; }
ol.commentlist li div.comment-meta a:hover { color:#06c !important;  text-decoration:underline; }
ol.commentlist li p { font-size:1em; margin:0 0 1em; }
ol.commentlist li ul { font-size:1em; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li div.reply { font-size:1em; } 
ol.commentlist li div.reply a { text-decoration:none; background: #f3f3f3; padding: 5px;} 
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li.comment { border:1px solid #d5d5d5; padding:1em; }
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f6f6f6; }
ol.commentlist li ul.children li.depth-2 { border-left:3px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-3 { border-left:3px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-4 { border-left:3px solid #999; margin:0 0 .25em .25em; }





/* Begin Tags & Classes 
------------------------------------- */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ccc;

	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
        font-size: 1.3em;
	} 

/* Captions 
------------------------------------- */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */