@charset "utf-8";
/*
Theme Name: BikiniPress
Theme URI: http://bikiniqueens.jp/
Description: ビキニクイーンズのテーマ
Version: 1
Author: Kazuto Takayama
Author URI: http://bikiniqueens.jp/
*/



/* Frame */
body {
	margin: 0;
	padding: 0;
    background: #f9f9f9;
	font-size: 10px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-serif;
    color: #333;
    line-height: 1.8;
}
#mainScreen {
    width: 100%;
	background: #fff;
    text-align: center;
}
#header,
#content,
.footer-in {
	margin: 0 auto;
	width: 750px;
	text-align: left;
}
.footer-in {
    margin: 10px auto;
}
#header {
    padding: 60px 0 80px;
}
#header .girl {
    position: absolute;
    margin: 0 0 0 -50px;
    top: 30px;
}
#footer {
    padding: 10px 0 30px;
    border-top: 1px solid #e7e7e7;
    background: #f9f9f9;
    color: #999;
}
#footer a:link,
#footer a:visited {
    color: #999;
}
#footer a:hover,
#footer a:active {
    color: #000;
}
#footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#footer ul li {
    margin: 0;
    padding: 0;
}
#footer ul.copy {
}
#footer ul.copy li {
    float: left;
}
#footer ul.copy li.cc {
    margin: 7px 0 0 0;
}
#footer ul.copy li.wp {
    margin: 0 10px 0 0;
}

#footer ul.copy li a {
    display: block;
    overflow: hidden;
}
#footer ul.copy li.cc a {
    width: 80px;
    height: 15px;
    
}
#footer ul.copy li.wp a {
    width: 30px;
    height: 30px;
}
#footer ul.copy li.cc a:hover img {
    margin-top: -15px;
}
#footer ul.copy li.wp a:hover img {
    margin-top: -30px;
}

#footer ul.books {
    margin-right: -20px;
}
#footer ul.books li {
    float: left;
    width: 60px;
    margin-right: 20px;
}
#footer ul.books li a img {
    border: 1px solid #ccc;
}
#footer .tags {
    margin: 0 0 20px 0;
}
#footer .tags a {
    margin-right: 8px;
}



#wp-calendar {
    width: 180px;
    margin: 0;
    padding: 0;
    border: 0;
}
#wp-calendar thead {
    display: none;
}
#wp-calendar tfoot {
    display: none;
}
#wp-calendar caption {
    display: none;
}
#wp-calendar td {
    padding: 0 0;
    text-align: center;
}
#wp-calendar a {
    display: block;
    background: #e3e3e3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-decoration: none;
}
#wp-calendar a:hover {
    background: #ccc;
}
#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
}
#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}





/* Tags */
a:link,
a:visited,
a:hover {
    color: #000;
    text-decoration: underline;
}
a:active {
    color: #000;
    text-decoration: none;
}
h1 {
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}
h2,h3 {
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}
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 #ddd;
}
blockquote cite {
    margin: 5px 0 0;
    display: block;
}
hr {
    display: none;
}
a img {
    border: none;
}





/* Posts */
.posts {
}
.post {
	margin: 0 0 150px;
	width: 400px;
}
.post .date {
    margin: 5px 0 15px;
}
.post .entry {
    font-size: 12px;
    margin: 0 0 20px;
}
.post .comment {
    background: url('/wp-content/themes/bq/images/comment.gif') left center no-repeat;
    padding-left: 13px;
}




/* Tag */
h2.tag {
    margin-bottom: 50px;
}
div.tags a,
div.tag a {
    margin-right: 5px;
    padding: 2px 5px;
    background: #e3e3e3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
div.tags a,
h2.tag a,
div.tag a {
    text-decoration: none !important;
    color: #666;
}

div.tags a:hover,
h2.tag a:hover,
div.tag a:hover {
    background: #ccc !important;
}



/* Navigation */
.navigation {
    width: 400px;
}
.navigation .back {
    width: 190px;
    float: left;
}
.navigation .next {
    width: 190px;
    float: right;
    text-align: right;
}




/* Monthly Archives */
h2.date {
    margin-bottom: 50px;
}




/* Twitter */
#twitter { /* the outer div with the black border */
      overflow:hidden;
      background: #fff;
      padding: 10px 0;
}
.twitter-in { /* that serves as a mask. so you get a sort of padding both left and right */
      position: relative;
      left: 0;
      top: 0;
      overflow: hidden;
}
ul#twitter_list { /* that's your list */
      position: relative;
      list-style-type: none;
      margin: 0;
      padding: 0;
}
ul#twitter_list li {
      float: left; /* important: display inline gives incorrect results when you check for elem's width */
      margin: 0;
      padding: 0;
}
ul#twitter_list a {
      margin: 0 40px 0 0;
      color: #666;
}







/* Trackback */
h3.trackbacks {
    font-size: 14px;
}
.trackback_url {
    margin-bottom: 40px;
}




/* Comment List */
.commentlist {
    width: 400px;
    padding: 0;
    margin: 0 0 20px 0;
}
.commentlist li {
    margin: 0 0;
    padding: 10px 0;
	list-style: none;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 0;
	}

.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
	}

.children { padding: 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}


/* Comment Form */
#commentform {
    width: 400px;
    margin: 0 0 30px 0;
    margin: 15px 0 100px 0;
}
#commentform dl dt {
    width: 50px;
}
#commentform dl dd {
    margin: -2.3em 0 15px 60px;
}
#commentform p {
	margin: 5px 0;
	}
#commentform input#author,
#commentform input#email,
#commentform input#url {
    border: 1px solid #ccc;
    padding: 5px;
    width: 340px;
}
#commentform textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px;
}
#respond:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}






/* 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;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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;
}




/* My History */
dl.myHis dt {
    width: 40px;
    text-align: right;
}
dl.myHis dd {
    margin: -1.8em 0 10px 50px;
}











/* General */
.center {
    text-align: center;
}
.hidden {
    display: none;
}
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
}
.first-column {
    float: left;
    width: 180px;
    margin-right: 15px;
}
.second-column {
    float: left;
    width: 80px;
    margin-right: 15px;
}
.third-column {
    float: left;
    width: 185px;
    margin-right: 15px;
}
.fourth-column {
    float: right;
    width: 260px;
}

#header:after,
#footer:after,
#content:after,
.parallel:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#header,
#footer,
#content,
.parallel
{ display: inline-block; }

/*hides from IE-mac ＼*/

* html #header,
* html #footer,
* html #content,
* html .parallel
{ height: 1%; }

#header,
#footer,
#content,
.parallel
{ display: block; }

/*END ＼*/

img, div { behavior: url('/wp-content/themes/bq/images/iepngfix.htc') }




