@charset "utf-8";
/*
Theme Name: 180mm.net Photolog/Devlog
Theme URI: http://www.180mm.net/
Description: 180mm Photolog/Devlog
Version: 1.1
Author: Ryuto Kurokawa
Author URI: http://www.180mm.net/


*/



/* Begin Typography & Colors */
*{
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka', verdana, Helvetica,Arial, sans-serif;
}

body, h1, h2, h3, h4, h5, p,a, ul, ol, li, dl, dt, dd, form {
	color: #999;
}

body {
	font-size: 75%; /* Resets 1em to 12px */
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka', verdana, Helvetica,Arial, sans-serif;
	background: #000;
	color: #999;
	text-align: center;
}

a {
	color: #999;
}

a:hover {
	color: #707070;
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 1.6em;
}

#container {
	text-align: left;
	width: 980px;
	padding: 0 10px;
	margin: 0 auto;
}

/**********************************
	header
**********************************/
#header {
	position: relative;
	z-index: 300;
	padding: 0 40px 1px;
	background: url(/blog/wp-content/themes/180mm1.1/images/header_border.gif) 0 bottom no-repeat;
}

*html #header {
	zoom: 1;
}

#by180mm {
	position: absolute;
	width: 210px;
	height: 45px;
	bottom: 1px;
	right: 40px;
}

#blogTop {
	position: absolute;
	width: 81px;
	height: 21px;
	bottom: -21px;
	right: 40px;
	z-index: 200;
}

*html #blogTop {
	bottom: -22px;
}

h2.pagetitle {
	position: relative;
	z-index: 100;
	width: 100%;
	height: 91px;
	margin-bottom: 10px;
	background: url(/blog/wp-content/themes/180mm1.1/images/bg_content_header.gif) 0 0 no-repeat;
}

h2.pagetitle img{
	position: absolute;
	bottom: 0px;
	left: 0px;
}
/**********************************
	wrapSection
**********************************/
#wrapSection {
	width: 900px;
	margin: 10px auto 0;
}




/**********************************
	innerWrapper
**********************************/
#innerWrapper {
	margin-bottom: 15px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}




/**********************************
	contents
**********************************/
#contents {
	width: 600px;
	float: left;
	border-right: 1px solid #666;
	margin-right: -1px;
	padding: 0 34px;
}

/*---------------------- entry ----------------------*/

#contents div.entry {
	border-bottom: 1px solid #666;
	padding-bottom: 35px;
	margin-bottom: 5px;
}

#contents div.entry p {
	line-height: 1.8;
	margin-bottom: 30px;
}

#contents div.entry blockquote {
	border: 1px solid #333;
	margin: 0 0 30px;
	padding: 15px 20px;
}

#contents div.entry blockquote p {
	margin: 0;
}

#contents div.entry div.indent {
	padding-left: 1.5em;
	margin-bottom: 30px;
	line-height: 1.8;
}

#contents div.entry h4 {
	font-weight: bold;
	font-size: 120%;
	margin: 12px 0;
	padding-left: 5px;
	border-left: 3px solid #666;
}

#contents div.entry img {
	margin-bottom: 10px;
}

#contents div.entry dl {
	margin-bottom: 20px;
}

#contents div.entry dt,
#contents div.entry dd {
	margin: 5px 0;
}

#contents div.entry dt {
	font-size: 110%;
}

#contents div.entry dd {
	padding-left: 8px;
	padding-bottom: 15px;
}

/*---------------------- entry ----------------------*/



#contents div.post {
	margin-bottom: 100px;
}

#contents h3 {
	margin-bottom: 10px;
	border-bottom: 1px solid #666;
}

#contents h3 a {
	font-size: 150%;
	text-decoration: none;
}

#contents .navigation {
	margin-bottom: 20px;
}

#contents div.post .entryTitle {
	position: relative;
	margin-bottom: 15px;
	width: 100%l
}

*html #contents div.post .entryTitle {
	zoom: 1;
}

#contents div.post .entryTitle h3 {
	margin: 0;
}

#contents div.post .entryTitle p {
	position: absolute;
	bottom: 3px;
	right: 0;
	font-size: 83%;
}

textarea#comment{
	width: 580px;
}

.commentlist li.comment {
	padding-bottom: 12px;
	margin-bottom: 18px;
	border-bottom: 1px dotted #333;
}

.commentlist li.comment:last-child {
	border-bottom: none;
}

.comment-body .comment-author img {
	vertical-align: top;
}

.comment-body .comment-meta {
	margin-top: -1em;
	margin-bottom: 10px;
	padding-left: 37px;
}

.comment-body p {
	line-height: 1.5;
}

#respond {
	margin-bottom: 25px;
}

#respond form p {
	margin-bottom: 7px;
}

/**********************************
	sidebar
**********************************/
#sidebar {
	width: 210px;
	float: left;
	border-left: 1px solid #666;
	padding: 12px 9px 0 10px;
}

#sidebar li.sideSection {
	margin-bottom: 20px;
}

#sidebar li a {
	display: block;
	width; 200px;
	padding: 2px 5px;
	background-color: #111111;
	margin-bottom: 4px;
	text-decoration: none;
}

*html #sidebar li a {
	display: inline;
	zoom:1;
	width: 200px;
}

*html #sidebar li a:hover {
	zoom:1;
}

#sidebar li a:hover {
	color: #ccc;
	background-color: #1a1a1a;
}

#sidebar ul.children li a {
	padding-left: 30px;
}

*html #sidebar ul.children li a {
	padding-left: 30px;
	width: 175px;
}

#sidebar ul#tagsList a {
	display: -moz-inline-box;
	display: inline-block;
	padding: 2px 5px;
}

*html #sidebar ul#tagsList a {
	display: inline;
	width: auto;
	zoom: 1;
}

*:first-child+html #sidebar ul#tagsList a {
	display: inline;
	zoom: 1;
}

#sidebar_banner h2 a {
	background-color: transparent;
	display: block;
	padding: 0;
	margin: 0;
	-ms-filter: "alpha(opacity=75)";
	filter:alpha(opacity=75);
	opacity: 0.75;
}

#sidebar_banner h2 a:hover {
	-ms-filter: "alpha(opacity=100)";
	filter:alpha(opacity=100);
	opacity: 1;
}





/**********************************
	footer
**********************************/
#footer {
	clear: both;
	margin-top: 5px;
	border-top: 1px solid #666;
	padding: 3px 0 30px;
}

#footer address {
	font-style: normal;
	text-align: right;
	font-size: 83%;
}





/**********************************
	index
**********************************/
#index_contents #innerWrapper {
	border-left: none;
	border-right: none;
}

#index_categoryList {
	margin-top: -10px;
	position: relative;
	width: 100%;
}

#index_categoryList li {
	width: 600px;
	height: 280px;
}

#index_categoryList li a {
	position: relative;
	text-decoration: none;
}

#index_categoryList li#cat_photolog {
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	z-index: 200;
	text-align: right;
	width: 50%;
	background: url(/blog/wp-content/themes/180mm1.1/images/common_bg_photolog_color.jpg) right 0 no-repeat;
}

#index_categoryList li#cat_weblog {
	background: url(/blog/wp-content/themes/180mm1.1/images/common_bg_weblog_color.jpg) 0 0 no-repeat;
}

#index_categoryList li#cat_photolog a {
	display: block;
	position:absolute;
	top:0;
	right: 0;
	width: 600px;
	height: 280px;
}


#index_categoryList li a img {
	position: relative;
	z-index: 100;
}


#index_categoryList li a span {
	display: block;
}


#index_categoryList .index_newentry {
	position: absolute;
	text-align: left;
	bottom: 0;
	z-index: 99;
}

#index_categoryList #cat_weblog .index_newentry {
	right: 18px;
}

#index_categoryList #cat_photolog .index_newentry {
	left: 18px;
}

#index_categoryList li .index_newentry .index_newentry_list {
	margin-bottom: 10px;
	padding-left: 15px;
}

#index_categoryList li .index_newentry .index_newentry_list span {
	margin-left: 2em;
}

#index_categoryList #cat_weblog span {
	color: #666;
}

#index_categoryList #cat_photolog span {
	color: #666;
}

.common .wp_followme_c2 {
	display:none;
}

/**********************************
	weblog
**********************************/
.weblog #innerWrapper {
	border-left: 1px solid #2c3e40;
	border-right: 1px solid #2c3e40;
}

.weblog h2.pagetitle {
	background-position: 0 -180px;
}

.weblog #contents {
	border-right: 1px solid #2c3e40;
}

.weblog #sidebar {
	border-left: 1px solid #2c3e40;
}

.weblog #footer {
	border-top: 1px solid #2c3e40;
}

.weblog #contents div.entry {
	border-bottom: 1px solid #2c3e40;
}

.weblog #contents h3 {
	border-bottom: 1px solid #2c3e40;
}

.weblog a:hover,
.weblog #sidebar a:hover {
	color: #34add4;
}


/**********************************
	photolog
**********************************/
.photolog #contents {
	width: 640px;
	padding: 0 14px;
}


.photolog #innerWrapper {
	border-left: 1px solid #20411b;
	border-right: 1px solid #20411b;
}

.photolog h2.pagetitle {
	background-position: 0 -90px;
}

.photolog #contents {
	border-right: 1px solid #20411b;
}

.photolog #sidebar {
	border-left: 1px solid #20411b;
}

.photolog #footer {
	border-top: 1px solid #20411b;
}

.photolog #contents div.entry {
	border-bottom: 1px solid #20411b;
}

.photolog #contents h3 {
	border-bottom: 1px solid #20411b;
}


#photoList li {
	height: 50px;
	overflow: hidden;
	-ms-filter: "alpha(opacity=50)";
	filter:alpha(opacity=50);
	opacity: 0.5;
}

#sidebar #photoList li a {
	background-color: transparent;
	padding: 0;
	margin: 0;
}

#sidebar #photoList li a:hover {
	background-color: transparent;
}

#sidebar #photoList {
	height: 520px;
	margin-bottom: 0;
}

#sidebar #colorSearch {
	background-color: #111111;
	width: 203px;
	padding: 7px 0 8px 7px;
}

#sidebar #colorSearch li {
	display: -moz-inline-box;
	display: inline-block;
	padding: 0;
	margin-right: 5px;
}

*html #sidebar #colorSearch li {
	display: inline;
	zoom: 1;
}

*:first-child+html #sidebar #colorSearch li {
	display: inline;
	zoom: 1;
}

#sidebar #colorSearch li a {
	display: block;
	backgroun-color: transparent;
	padding: 0;
	margin: 0;
	-ms-filter: "alpha(opacity=60)";
	filter:alpha(opacity=60);
	opacity: 0.6;
}

*html #sidebar #colorSearch li a {
	width: auto;
	display: inline;
	zoom:1;
}

*:first-child+html #sidebar #colorSearch li a {
	zoom:1;
}

#sidebar #colorSearch li a:hover {
	-ms-filter: "alpha(opacity=100)";
	filter:alpha(opacity=100);
	opacity: 1;
}

.photolog a:hover,
.photolog #sidebar a:hover {
	color: #11b800;
}


/**********************************
	month
**********************************/
div.month #wrapSection #innerWrapper {
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

#container h2.archive {
	width: 100%;
	min-height: 11px;
	height: auto !important;
	height; 11px;
	padding: 65px 0 2px;
	margin-bottom: 10px;
	font-size: 19px;
	color: #b9b9b9;
}

div.month  h2.archive {
	background: url(/blog/wp-content/themes/180mm1.1/images/bg_content_header.gif) 0 0 no-repeat !important;
}

#contents .category-weblog h3 a[rel="category tag"] {
	color: #3eccfb;
	font-size: 100%;
}

#contents .category-weblog h3 a[rel="category tag"]:hover,
div.month #sidebar ul#month_newentry li a.Weblog:hover span {
	color: #34add4;
}

#contents .category-photolog h3 a[rel="category tag"] {
	color: #15d301;
	font-size: 100%;
}

#contents .category-photolog h3 a[rel="category tag"]:hover,
div.month #sidebar ul#month_newentry li a.Photolog:hover span {
	color: #11b800;
}


div.month #sidebar ul#month_newentry li a span {
	display: -moz-inline-box;
	display: inline-block;
	font-size: 80%;
	color: #666;
}

*html div.month #sidebar ul#month_newentry li a span {
	display: inline;
	zoom:1;
}

*:first-child+html div.month #sidebar ul#month_newentry li a span {
	display: inline;
	zoom:1;
}