/*
Theme Name: Boxxx
Description: A DIY theme using YUI CSS and jQuery
Version: 1.0
Author: Studio Mohawk Design
Author URI: http://gtd.studiomohawk.com

Credits -

License -
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

Theme for blogging software. Initially released for Wordpress.
Copyright (C) 2007 Studio Mohawk.

This program is free software; you can redistribute it and/or modify it under 
the terms of the GNU General Public License as published by the Free Software 
Foundation, version 2 of the License.

This program is distributed in the hope that it will be useful, but WITHOUT ANY 
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
PARTICULAR PURPOSE. See the GNU General Public License for more details.
*/

/* Basic setting */
body {
  font-family:Georgia,'MS ゴシック',Times,sans-serif;
  color:#182543;
}
a:link {
  color:#182543;
  text-decoration: none;
}
a:visited {
  color:#8A93A8;
  text-decoration: none;
}
a:hover {
  color:#EE7600;
  text-decoration:none;
}
div.yui-u h2 {
  font-size:116%;
  margin: 10px 0 10px 0;
  font-weight: bold;
}
div.yui-u{
  font-size:85%; 
}
div.yui-gb{
  margin: 0 auto 30px auto;
}
/* Basic setting End */

/* class search */
div.search {
 	margin: 5px auto auto auto;
}

/* syndication area */
div.feed div.simplepie p a,
div.delicious ul li a,
div.lastfm ul li a {
	display: block;
	border-top: 1px solid #8A93A8;
	padding:2px 0px;
}

div.feed div.simplepie p a:hover,
div.delicious ul li a:hover,
div.lastfm ul li a:hover {
  color:#182543;
	background-color: #E2E2E2;
}
/* syndication area end */

/* Entry area */
div.entry h2 {
  font-size:116%;
  margin: 10px 0 10px 0;
  font-weight: bold;
}
div.entry{
  font-size:85%; 
}

div.post, p.post {
  border-top: 1px solid #8A93A8;
}

div.article p {
  margin-bottom: 10px;
  line-height:1.5em;
}
/* Entry area End */

/* comment area */
h4#respond{
  font-size:116%;
  margin: 40px 0 10px 0;
  font-weight: bold;
}
div.comment p {
  font-size:116%;
  margin-top: 10px;
}
div.comment small.commentmetadata {
  border-bottom: 1px solid #8A93A8;
}
div.comment ol.commentlist {

}
/* comment area End */