/*
Theme Name: Playwell
Theme URI: http://www.playwell.jp/wordpress/themes/
Description: 
Version: 1.0
Author: Playwell
Author URI: http://www.playwell.jp/wordpress/

*/

/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 12px;
	color: #333; 	
	margin: 0; 	padding: 0; 
	background: #FFF none no-repeat center top;
	text-align: center;
}

/* Links */
a, a:active, a:link {
	text-decoration: none;
	color: #08F;			
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #FFF;
	background-color: #08F;
}

/* headers */
h1, h2, h3 {
	color: #383838;
}
h1 {
	font-size: 3.4em;	
	font-weight: normal;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.7em;	
	font-weight: normal;
}

p, dl { padding: 0; margin: 10px 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #fff;
}
dd {
  padding-left: 25px; 
}

code {
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace ;
  	color: #CE5C00;
}
acronym {
  	cursor: help;
  	border-bottom: 1px dotted #5B5B5B;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
    background: #111 url(images/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	color: #808080;	
}

/* start - table */
table {
	margin: 15px 10px; 
	border-collapse: collapse;			
}
th {
	background: #FFF;
	color: #333;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #211E20;
	border-right: 1px solid #211E20;
	border-bottom: 1px solid #211E20; 
	border-top: 1px solid #48780E;
}
tr {
	color: #333;
	height: 34px;	
}
td {
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #111;	
}
/* end - table */

/* form elements */
form {
	margin: 0;
	padding: 5px 10px 20px 10px;
	border: 1px solid #111; 
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0;
	color: #333;
}
input, select, textarea {
	padding: 1px;
	color: #333;
	/*
	background: #FFF;
	border: 1px solid #1C1C1C;
	*/
}
textarea {
	width: 400px;
	height: 100px;
	display: block;	
}
input.button { 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #48780E;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 900px;	
	padding: 0; 		
}
#header {
	position: relative;
	width: 900px;
	margin: 0;
	padding: 0 0 10px;
	border-top: 7px solid #08F;
	overflow: hidden;
}

#header h1#logo-text {
	margin: -5px 0;
	padding: 2px;
	font-family: 'ITC Avant Garde Gothic Std','URW Gothic L','Century Gothic', 'Avant Garde', 'Trebuchet MS', sans-serif;
	background-color: #08F;
	float: left;
}
#header h1#logo-text a {
	font-size: 30px;
	color: #FFF;
}
#header h1#logo-text a:hover {
	color: #DEF;
}
#header p#intro
{
    position: absolute;
    top: 0;
    right: 0;
}

/* Main Column */
#main {
	float: left;
	width: 650px;
	padding: 0; margin: 0;
	display: inline;		
}
#main h2 {
	padding-bottom: 3px;
	margin-top: 60px;
	font-size: 2.6em;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: none;
}
#main h2 a {
	color: #383838;
	text-decoration: none;
	border: none;
}
#main h2 a:hover {
    color: #FFF;
}
#main h3
{
    margin-top: 2.5em;
    padding: 2px 10px;
    font-size: 1.3em;
    background-color: #EEF5FF;
}
#main form h3
{
    margin-top: 1em;
    padding: 0;
    background-color: transparent;
}
#main ul li {
	list-style-image: url(bullet.gif);
}
#main a.more-link
{
    display: block;
    width: auto;
    margin: 1em 0;
}

/* Comment Form */
#commentform
{
    margin-top: 3em;
    background-color: #F5F5F5;
    border: none;
	border-bottom: 1px solid #CCC;
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 220px;
	padding: 0;
	margin: 25px 0 0 0;		
	display: inline;
}
#sidebar h3 {
	margin-top: 30px;
	padding: 0;
	font-size: 1em;
	color: #111;
	font-family: 'ITC Avant Garde Gothic Std','URW Gothic L','Century Gothic', 'Avant Garde', 'Trebuchet MS', sans-serif;
	background-color: #EEE;
}
#sidebar img {
    float: left;
    margin: 0 10px 10px 0;
}
#sidebar ul {
    clear: left;
	text-align: left;
	margin: 7px 5px 8px 0px; padding: 0;				
}
#sidebar ul li {
	list-style: none;
	padding: 3px 5px;
	margin: 0;
}
* html body #sidebar ul li {
	height: 1%;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0;
	padding: 10px 5px;
}
.searchform p {
    margin: 0;
    padding: 0;
}
.searchform input.textbox { 
	width: 120px;
	padding: 1px;
	vertical-align: middle;
}
.searchform input.button {
	vertical-align: middle;
	color: #000;
	height: 24px;
}

/* footer */
#footer-wrap {
	clear: both;
	padding-top: 50px;
}
#footer-content {
	text-align: left;
	overflow: hidden;
	background-color: #111111;
	padding: 1.5em 1em 5em;
	color: #FFF;
	width: 900px;
}
#footer-content h3 {
    font-size: 2.2em;
	font-family: 'ITC Avant Garde Gothic Std','URW Gothic L','Century Gothic', 'Avant Garde', 'Trebuchet MS', sans-serif;
}
#footer-content .section {
	width: 270px;
	margin-left: 30px;
	display: inline;
	float: left;
}
#footer-content .section-first {
	margin-left: 0;
}
#footer-content ul
{
	list-style: none;
	margin: 5px 0 0 5px; padding: 0;	
	width: 98%;
}
#footer-content ul li {
	border-bottom: 1px solid #111;
}
#footer-content ul li a {
	line-height: 1.5;
}


/* postmeta */
.post-tags,
.postmeta,
.post-info {
    background-color: #F2F2F2;
}
.post-tags {
    margin: 0;
    padding: 5px;
}
.postmeta {	
	padding: 0 5px 5px;
	margin: 0 0 15px;	
	font-size: 1em;	
	color: #333;
	border-bottom: 1px solid #CCC;
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 0;	}

.post-info {
    margin: 3em 0 0;
    padding: 5px 5px 0;
    color: #333;
}
