/* http://dogmap.jp/2009/05/26/sweetcron-theme-muxcron-customize/より追記
---------------------------------------------------------------------------------------- */

html, body, #wrap {
		height: 100%;
		width: 700px;
		margin: 0 auto;
}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 25px;}  /* must be same height as the footer */

#footer {position: relative;
        margin-top: -25px; /* negative value of footer height */
        height: 25px;
        clear:both;}

/* CLEAR FIX*/
.clearfix:after {content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

div#footer {
	position: relative;
	text-align: center;
	color: #ccc;
	height: 0px;

}

div#footer a{
	color: #;
	text-decoration: none;
}

/* Sweetcron Sandbox CSS - 28/08/08

	Table of Contents:
	Reset
	Typography
	Positioning
	IE Fixes
	3rd Party

*/

/* Reset
---------------------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

/* now I'm working with a clean slate! */

h2, p#pagination {
    font-size: 12px;
	font-weight: bold;
	font-style: normal;

}

p.site_info, p.date, p.original_link {
	float: left;
    font-size: 10px;
    width: 20px;
}
/* last.fm用 */
p.lastmf_info, p.date, p.original_link {
    font-size: 10px;
}

p.date, p.original_link {
	display: none;
}

div#single_container {
	padding: 20px;
}
p.original_link a hover{
    color: #999;
    text-decoration: none;
}

/* Typography
---------------------------------------------------------------------------------------- */

body {
	font-family: verdana,helvetica,sans-serif
	font-size: 12px;
	color: #2222222;
	line-height: 1.3em;
}
a {
	color: #0B96D0;
}
a:hover {
	color: #000;
}
h1 {
    font-size: 50px;
    margin-top: 12px;
}


h1 a {
	font-family:Arial,Helvetica,sans-serif;
	color: #000 !important;
	font-size: 35px;
	text-decoration: none;
	letter-spacing: -3px;
}

p.my_name a {
	font-weight: bold;
}

p.service {
	font-family: Arial,Helvetica,sans-serif;
    color: #0B96D0;
    font-size: 13px;
    font-weight: bold;
}

p.service a {
    color: #FFF;
    text-decoration: none;
}

p.service a:hover {
    text-decoration: underline;
}

a.item_title {
	color: #000;
	text-decoration: none;
	padding-bottom: 5px;
}

a.item_title:hover {
	text-decoration: underline;
}

p.item_date {
    color:#CCCCCC;
	text-shadow:0 2px 0 #FFFFFF;
	font-size:11px;
}

p#pagination a {
    color: #ccc;
}

/* Positioning
---------------------------------------------------------------------------------------- */

div.center_box {
    width: 100%;
    margin: 0 auto;
    position: relative;
    font-size: 15px;
}

div#header {
    padding: 20px 0;
    border: 0px solid #EEE;
    border-style: none none solid none;
    background: #FFF;
	color: #000;
	margin:25px 0;
}

div#menu_bar p{
	padding: 5px;
    background: #222;
}

ul#navigation {
    position: inline;
    float: right;
    margin-right: 20px;
	text-transform: lowercase;
	margin-top: 2px;
}

ul#navigation li {
    display: inline;
    margin-left: 10px;

}

#navigation li.current a {
	text-decoration: none;
	background: #fff;
	padding: 5px 7px 9px 7px;
	color: #ccc;
}

div#main_container {
    width: 100%;
    float: left;
}

div#sidebar_container {
    display: none;
    width: 250px;
    float: left;
    background: #fcfcfc;
    border: 1px solid #EEE;
    margin: 20px 0 0 0;
    padding: 10px;
}

/* last.fm用 */
p.lastfm_info {
    padding-left: 20px;
    float: left;
    font-size: 15px;
}
p.lastfm_info {
	-webkit-background-size: auto 20px;
	-o-background-size: auto 20px;
}
/* last.fm用 */

ul#activity_list li.item {
    margin-bottom: 0px;
    background: #FEFEFE;
    padding: 3px 10px;
    border-bottom: 1px solid #eee;
    -moz-box-shadow: 0px 3px 5px #e6e6e6;
    -webkit-box-shadow: 0px 3px 5px #e6e6e6;
}

ul#activity_list li.item:hover {
    background: #FFFCFC;
}

ul#activity_list li.item:hover div.specific {
	display:inline;
}

div.specific {
	background: #fcfcfc;
	display:none;
	position:absolute;
	right:0px;
	bottom:0px;
}

div.item_mainL {
	position:relative;
}

div.specific a {
	background: black;
	opacity: 0.8;
	border-radius: 2px;/* CSS3 */
    -moz-border-radius: 2px;/* Firefox */
    -webkit-border-radius: 2px;/* Safari,Chrome */
	font-size: 10px;
	color: #0B96D0;
	text-decoration: none;
	padding: 4px;
}

div.specific a:hover {
	color: #FFF;
}

li.item img, div#single_container img {
    display: block;
    border: 1px solid #eee;
    padding: 3px;
    margin: 5px 0;
}

img.item_img {
	max-width: 400px;
	max-height: 300px;
}

ul.item_tag_list li {
    display: none;
}

p#breadcrumb, p#pagination {
    background: #fff;
    padding-bottom: 15px;
    text-align: center;
    margin-top: 15px;
    border-bottom: 1px solid #eee;
}

div#sidebar_container h3 {
    border: 1px solid #CCC;
    border-style: none none solid none;
    margin: 10px 0 5px 0;
}

ul.tag_list li {
    display: none;
    margin: 0 5px 0 0;
}

div#comments_container {
    border: 1px solid #EEE;
    border-style: solid none none none;
    padding: 10px 0;
    margin-top: 20px;
}

/* IE Fixes (lulz)
---------------------------------------------------------------------------------------- */



/* 3rd Party
---------------------------------------------------------------------------------------- */
