/*  
Theme Name: Songbird01
Theme URI: http://songbird.cc
Description: Songbird template
Author: Hideaki Hamada
Author URI: http://songbird.cc
Version: 1.0
*/

body {
    margin: 40px 0 30px 40px;
    padding: 0;
	font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    color:#333333;
	line-height:120%;
	letter-spacing:0.3px;
	background-color:#FFFFFF;
}

#wrapper {
    width: 750px;
	height:auto;
    padding: 0;
}

#content {
    float: right;
    width: 600px;
	height:auto;
	padding: 0 0 0 60px;
    margin: 0 0 0 0;
}

#sidebar {
    float: left;
    width: 90px;
	height:auto;
	text-align: left;
    font-weight:bold;
	letter-spacing:0.1px;
}

#footer {
width: 750px;
text-align:right;
padding: 0 0 0 0;
font-size:10px;
}

.clear {
    clear: both;
}

/* for IE7 */
*:first-child+html .layout-two-column-liquid-right #links-right,
*:first-child+html .layout-two-column-liquid-left #links-left {
    top: 100px;
}


/* article */
.blog {
    margin:0 0 0 0;
    padding:0 0 0 0;
}

/* entry */
#category-title {
    margin: 2px 0 32px 0;
	font-size: 14px;
	font-weight:bold;
}

.entry {
    width: auto;
	height: auto;
    margin:0 0 40px 0;
	padding:0 0 0 0;
	line-height:150%;
	text-align: left;
}

.entry-header {
    margin: 0 0 15px 0;
    padding:0 0 0 0;
	font-size:12px;
	letter-spacing:0.1px;
	color:#000000;
}

.entry-body {
margin:20px 0 0 0;
}

.entry p {
    margin: 0 0 20px 0;
}

.entry blockquote {
    margin: 0 0 0 0;
    padding: 0 0 0 7px;
}

.content-nav {
font-style:italic;
font-size: 10px;
}


.listeners_box {
	width:595px;
	height: auto;
	margin: 50px 0 0 0;
	padding: 0 0 0 5px;
	text-align:left;
}

.listeners_left {
	float: left;
	width: 70px;
    height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align:left;
}

.listeners_right {
	float:right;
	width:505px;
	height:auto;
    margin:0 0 0 0;
	padding:0 0 0 20px;
	text-align:left;
}


/* page */
.page {
    width: auto;
	height:auto;
    margin:0 0 0 0;
	padding:0 0 0 0;
	line-height:150%;
	text-align: left;
}

.page-header {
    margin: 0 0 30px 0;
    padding:0 0 0 0;
	font-size:14px;
    font-weight: bold;
	letter-spacing:0.1px;
}

.entry-body {
margin:0 0 0 0;
}

.page p {
    margin: 0 0 20px 0;
}

/* etc */
.large {
    font-size: 14px;
	font-weight:bold;
}

.small {
    font-size: 10px;
}

.line {
    border-bottom:dotted 1px #666666;
	margin: 40px 0 30px 0;
}

/* bbs */

.bbs {
    width: auto;
	height: auto;
    margin:0 0 32px 0;
	padding:0 0 0 0;
	line-height:150%;
	text-align: left;
}

#entry-form {
line-height:150%;
margin:0 0 70px 0;
}

#commentlist {
padding:0 0 0 0;
}

#commentlist li {
padding:0 0 70px 0;
line-height:150%;
}

.comment-list {
list-style-type: none;
}

/* sidebar */
#home {
    font-size: 16px;
	margin: 1px 0 36px 0;
}

#sidebar li {
    list-style-type: none;
	font-size: 12px;
	margin: 3px 0 0 0;
}

/* anchor */
a:link {color:#000000; text-decoration:none;}
a:visited {color:#000000; text-decoration:none;}
a:active {color:#666666; text-decoration:none;}
a:hover {color:#666666; text-decoration:none;}

/* image anchor */
a img { border: none; }
.imgbd a:link img,
.imgbd a:visited img {	border : 1px solid #CDCDCD;}
.imgbd a:hover img {	border : 1px solid #999999;}
.imgbd a:hover {	border-color : #999999;}

/* image with anchor */
a img {
    border: 0;
}

a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
