/*  
Theme Name: Lovesickly Spring
Theme URI: http://yuina.lovesickly.com
Description: Lovesickly Spring ver. 2-3 column, multiple widget-ready. OpenID(head.php). TrendMatch & MicroAd=(index.php,archive.php,page.php,single.php,page_fullwidth.php) WP-PageNavi=(index.php,archive.php,page_fullwidth.php) Breadcrumb Navigation XT rady.(index.php,archive.php,page.php,single.php,page_fullwidth.php) YARPP rady.
Author: Yuina Saeki
Author URI: http://yuina.lovesickly.com
Version: 1.1
Tags: pink, green, three-columns, two-columns, threaded-comments, fixed-width, theme-options, right-sidebar
.
*/

/* Defaults */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p {
 font-family:メイリオ,ＭＳ Ｐゴシック,ヒラギノ丸ゴ ProN W4;
  margin: 0;
  padding: 10px 0;
  }
hr {
 color: #999999;
 border: 1px solid;
 border-color:#CCCCCC;
}
pre {
  height: auto; 
  overflow-x:scroll;
  }
fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }
dd {
  padding-left: 15px;
  }
p {
 font-size:14px;
}

a {
 color:#0000FF;
 text-decoration: none;
}
a:hover {
    color:#990000;
    text-decoration: underline;
}
a img {
  border: none;  
  }

blockquote {
 margin: 15px 30px 15px 10px;
 color:#333333;
 border-left-color:#999999;
 border-left-width:5px;
 border-left-style:solid;
 padding-left:20px;
}
code {
 color:#333333;
}
strong {
 font-weight:bolder;
}

body {
    text-align: center;
    margin: 0;
    padding: 0 0 15px 0;
    font-family: メイリオ,ＭＳ Ｐゴシック,ヒラギノ丸ゴ ProN W4;
    background-image:url('images/bgbody.png');
    background-repeat:no-repeat;
    background-position: center top;
    background-color:#FFE6E6;
}


/* Header and wrapper */
#wrapper {
 margin: 0 auto;
 width: 900px;
 text-align: left;
 padding-top:110px;
}

#header {
 padding: 0;
 margin: 0;
 height:120px;
}
#logo {
    background-image:url('images/header.png');
    background-repeat:no-repeat;
    float:left;
    width:900px;
    margin:0;
    height:120px;
}
#logo .lovesickly {
    padding-left:20px;
    float:left;
    margin:0;
}
#logo .description {
    width:750px;
    padding-top:40px;
    padding-left:150px;
    margin:0;
}
#header h1 {
  padding: 0;
  margin: 0;
  }
#header h1 a {
 color:#006600;
 font-size:25px;
 text-decoration: none;
}
#header h1 a:hover {
    color:#990000;
    text-decoration: none;
}
#header span {
 padding: 0;
 color:#000000;
 font-size:12px;
}


/* Menu */

#pagenav {
    padding: 0;
    clear: both;
    height: 30px;
    width: 900px;
    background-image:url('images/menu-bg.png');
    background-repeat:no-repeat;
    margin:0;
}
#navi {
  list-style: none;
  margin: 0;
  padding: 0;
  }	
#navi ul {
  margin: 0;
  padding: 0;
  }
#navi li {
 float: left;
 margin: 0;
 padding: 0;
}
#navi a {
 display: block;
 line-height:30px;
 margin: 0;
 padding: 0 20px 0 15px;
 font-size:15px;
 color:#006600;
 font-weight:bold;
}
#navi li a:hover, #nav li a:active {
 color:#FFFF00;
 text-decoration: none;
 display: block;
 background-image:url('images/menu-bg-li-a.png');
 background-repeat:repeat-x;
}
#navi li ul {
  list-style: none;
  position: absolute;
  width: 150px;
  left: -999em;
  }
#navi li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
#navi li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }

/* Top Content */

#main {
    clear: both;
    width:898px;
    padding-bottom: 5px;
    background-image:url('images/content-bg.png');
    background-repeat:repeat;
    margin:0;
    position:relative;
    border-left-color:#ADA8A8;
    border-left-style:solid;
    border-left-width:1px;
    border-right-color:#ADA8A8;
    border-right-style:solid;
    border-right-width:1px;
}
#contentwrapper {
    float:left;
    width:500px;
    padding-left:10px;
    padding-bottom:10px;
    padding-top:10px;
    position:relative;
}
.kuzu {
 font-size:12px;
}
#contentwrapper2 {
    float:left;
    width: 500px;
    margin:0;
    padding-left:10px;
    padding-bottom:10px;
    padding-top:10px;
    position:relative;
}
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
 font-size:20px;
 color:#006600;
 font-weight:bolder;
 margin-left:20px;
 margin-top:5px;
}
.topPost {
 font-size:14px;
 padding:0;
}
.topPost h1 {
    font-size:20px;
    font-weight:bold;
}
.topPost h2 {
    font-size:18px;
    font-weight:bold;
    width:460px;
}
.topPost h3 {
    font-size:16px;
    font-weight:bold;
}
.topPost h4 {
    font-size:15px;
    font-weight:bold;
}
.topPost h5 {
    font-size:14px;
    font-weight:bold;
}
.topPost h6 {
    font-size:13px;
    font-weight:bold;
}
#main h2 a {
 font-size:20px;
 font-weight:bolder;
 color:#006600;
}
#main h2 a:hover {
    text-decoration: none;
    color:#990000;
}
.topPost p.topMeta {
 font-size:12px;
 color:#FFFFFF;
 background-image:url('images/topmeta.png');
 background-repeat:no-repeat;
 height:55px;
 line-height:55px;
 margin-top:-42px;
 padding-top:20px;
 padding-left:5px;
}
.topPost p.topMeta a {
 text-decoration:none;
 color:#66FF00;
}
.topPost p.topMeta a:hover {
 color:#FFFF00;
}
.topPost div.topContent {
    font-size:14px;
    color:#000000;
    line-height:140%;
    position:relative;
    margin-top:-30px;
}
.topPost div.topContent a {
 text-decoration:none;
 color:#0000FF;
}
.topPost div.topContent a:hover {
    text-decoration:none;
    color:#990000;
}

.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 10px 0 0 30px;
  }
.topPost div.topContent ul li, .topPost div.topContent ol li {
 color:#000000;
 line-height:140%;
}
.postcategory {
 font-size:12px;
 padding-left:10px;
}
.postcategory a {
 color:#0000FF;
}
.postcategory a:hover {
    color:#990000;
}
.topPost span.topComments, .topPost span.topMore, .topPost span.topTags {
 font-size:12px;
 font-style: italic;
 margin-right: 5px;
 line-height:130%;
 color:#000000;
}
.topPost span.linkpages {
  font-size: 9pt;
  font-style: italic;
  color: #fff;
  margin-bottom: 10px; display:block;
  }
.topPost span.linkpages a:hover {
  color: #ddd;
  }
.topPost span.topComments:hover, .topPost span.topMore:hover, .topPost span.topTags:hover {
  background: #040404;
  }
.topPost span.topComments a {
  color: #fff;
  background: url(images/comments.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover {
  color: #fff;
  text-decoration: underline;
  }

.nextprevious {
    margin: 10px 0 5px 0;
    font-size:12px;
}
.nextprevious a {
    color:#0000FF;
    text-decoration:none;
}
.nextprevious a:hover {
    color:#990000;
}


/* Comments */

#comment {
    margin-bottom: 10px;
    margin-top: 15px;
    width: 500px;
    /*fixesbuginIE7whereputtingfocusonthetextmakesitdisappearbehindthebackground.yeah,weird.theycallitadimensionalbug.*/
    color:#000000;
    padding:0;
}
#comment h3 {
    font-size:14px;
    font-weight: normal;
    color:#000000;
    margin: 15px 0;
    padding: 0;
}
#comment p a {
    color:#0000FF;
}
#comment p a:hover {
    color:#990000;
}
#comment p {
  padding:0;
  margin: 7px 0;
  }
ul.commentlist, ul.trackback  {
    list-style-type: none;
    margin: 10px 0;
    font-size:13px;
    line-height:140%;
}
.commentlist li, .trackback li {
    margin: 10px 0 15px 0;
    padding: 10px;
    list-style-type: none;
    background-image:url('images/side-bg.png');
    border-width:1px;
    border-color:#CCCCCC;
    border-style:solid;
}
.commentlist li.alt {
    margin-top:10px;
    background-image:url('images/side-bg2.png');
    border-width:1px;
    border-color:#CCCCCC;
    border-style:solid;
}
.commentlist li.cleared {
  background: transparent;
  border: none;
  }
.commentlist a:hover {
    color:#990000;
}
.commentlist a.gravatar {
  float: left;
  margin: 0 15px 10px 0;
  width: 50px;
  }
.commentlist .commentbody {
  margin: 0;
  padding: 0;
  }
.commentlist .commentbody p a {
    text-decoration:none;
}
.commentlist cite {
    font-size:12px;
    font-style: normal;
    color:#000000;
}
.commentlist small.commentmetadata a {
    color:#FFFFFF;
}
.commentlist p {
    color:#000000;
}
#respond {
  clear: both;
  margin-top: 15px;
  }
textarea#comment {
    width: 450px;
    color:#000000;
    padding: 10px;
    background-color:#FFE6E6;
}
#comment #submit {
  margin: 0;
  }
#extrastuff a {
    color:#666666;
    font-size:11px;
}
#extrastuff a:hover {
    color:#990000;
    text-decoration:none;
}
#extrastuff #rssleft {float:left; width:250px;}
#extrastuff #trackright {float:right; width:180px; text-align:right;}


/* Sidebars */
#sidebars {
    float: right;
    width: 380px;
    color:#000000;
    margin:0;
    padding-top:20px;
}
#sidebars .sidebarbox {
    background-image:url('images/side-bg.png');
    background-repeat:repeat;
    margin-right:10px;
    padding:5px;
    margin-top:-10px;
}
#sidebar_full {
    margin: 0;
}
#sidebar_left {
    float: left;
    width: 200px;
}
#sidebar_right {
    float: right;
    width: 180px;
}
#sidebars h2 {
    margin: 0;
    padding: 0 0 3px 5px;
    font-weight:bold;
    font-size:14px;
    color:#990000;
}
#sidebars h2 a {
    font-size:14px;
    font-weight:bold;
}
#sidebars h2 a:hover {
    font-size:14px;
    font-weight:bold;
}
.widgettitle{
    border-bottom-color:#444444;
    border-bottom-style:dotted;
    border-bottom-width:1px;
    margin-bottom:5px;
}
#sidebars table {
  width: 180px;
  }
#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebars li {
    margin-bottom: 20px;
    list-style: none;
    font-size:13px;
    line-height:130%;
}
#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
    margin: 0;
    padding: 2px 2px 2px 12px;
    color:#000000;
    background: url(images/pin.png) left 8px no-repeat;
    line-height:130%;
    /* Required for cross-browser consistency;
    cross-browser defaults vary. */;
}
#sidebars a {
    display: inline;
    color:#006600;
}
#sidebars a:hover {
    color:#FFFF00;
    text-decoration: underline;
}

#sidebars p {
    padding: 2px 0;
    font-size:13px;
    color:#000000;
}

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}

/* Before footer */

#morefoot {
    padding: 10px;
    color:#000000;
    margin: 0 0 10px 0;
    border-left-color:#ADA8A8;
    border-left-style:solid;
    border-left-width:1px;
    border-right-color:#ADA8A8;
    border-right-style:solid;
    border-right-width:1px;
    background-image:url('images/content-bg.png');
    font-size:13px;
}
#morefoot p {
    margin: 5px 0;
    padding: 5px 0;
    font-size:13px;
}
#morefoot ul {
  list-style-type: none;
  margin-top: 5px;
  }
#morefoot ul li, #morefoot p {
    font-size:13px;
}
#morefoot a {
    color:#006600;
}
#morefoot a:hover {
    text-decoration: underline;
    color:#FFFF00;
}
#morefoot h2 ,#morefoot h3 {
    font-size:14px;
    font-weight:bold;
    color:#990000;
    border-bottom: 1px dotted #444;
    margin: 0;
    padding: 0 0 2px 0;
}
#morefoot #searchbox {
    padding: 1px;
    width: 180px;
    line-height:160%;
}
#morefoot .col1 {
    float: left;
    width: 288px;
    background-image:url('images/side-bg.png');
    padding:5px;
    margin-right:5px;
    margin-bottom:10px;
}
#morefoot .col2 {
    margin: 0 5px;
}
#morefoot .col2, #morefoot .col3 {
    float: left;
    width: 270px;
    background-image:url('images/side-bg.png');
    padding:5px;
    margin-left:5px;
    margin-bottom:10px;
}
#morefoot li {
    padding-left: 10px;
    margin-bottom: 5px;
    background: url(images/pin.png) left 2px no-repeat;
    line-height:130%;
    /* Required for cross-browser consistency;
    cross-browser defaults vary. */;
}


/* footer*/
#footer {
    clear: both;
    background-image:url('images/footer-bg.png');
    background-repeat:no-repeat;
    height:30px;
    font-size:12px;
    position:relative;
    margin:0;
    margin-top:-20px;
    line-height:150%;
}
#footer p {
    font-size:12px;
    color:#000000;
    padding: 0;
    text-align:center;
}
#footer a {
    color:#666666;
    text-decoration: underline;
}
#footer a:hover {
    color:#FF0000;
}
#footerleft {
    float: left;
    width:900px;
    line-height:150%;
    position:relative;
    padding-top:10px;
}


/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;

  padding-top: 4px;

  /* optional rounded corners for browsers that support it */

  -moz-border-radius: 3px;

  -khtml-border-radius: 3px;

  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  }

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
    color:#000000;
}
