/*
Theme Name: Pokemon Wordpress Theme 3-columns
Theme URI: http://pokebar.com/pokemon-wordpress-theme/
Description: Pokemon wordpress theme with widget ready right sidebar. Designed by Pokebar.com.
Version: 1.0
Author: Pokebar.com
Author URI: http://pokebar.com/
Tags: pokemon, blue, red, fixed width, three columns, widget ready, widgets, white, simple, gravatars, right sidebar, cartoon
*/
/* basics */
*{ margin:0; padding:0; }
header, footer, article, section, aside, nav { display: block; }
body {
	background: #FFF url(images/bodybg.jpg) repeat-x;
	font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", "Hiragino Sans GB", 微软雅黑, "Microsoft YaHei", 微軟正黑體, "Microsoft JhengHei", "WenQuanYi Micro Hei", STHeiti, Meiryo, Arial, sans-serif;
	font-size: 12px;
	margin: 20px;
}
h1 { font-size: 18pt; }
h2 { font-size: 14pt; margin-top: 10px; }
h3 { font-size: 10pt; margin-top: 10px; }
h4 { font-size: 9pt; }
/* images and misc. */
img { border: none; padding: 6px; }
img a { border: none; }
img.left { float: left; border: none; padding: 6px; }
img.right { float: right; border: none; padding: 6px; }
blockquote {
	border-left: 1px solid #A5ABAB;
	margin: 15px;
	padding: 0 12px 0 12px;
}
code {
	margin: 10px;
	font-family: "Courier New", Courier, monospace;
}
/* links */
a {
	color: #0b6da0;
	text-decoration: none;
	border: none;
}
a:hover { color: #b01818; text-decoration: underline; border: none; }
/* container */
#container {
	width: 960px;
	margin: 0 auto;
	padding: 6px;
	background: #FFF;
	color: #333;
	border: 1px solid #0B1224;
    border-top: 0px solid;
    border-bottom: 0px;
	overflow: hidden;
}
/* header */
header {
	background: url(images/header.jpg);
    width: 974px; 
    height: 180px;
	color: #FFF; 
    margin: 0 auto;
}
header h1 {
	font-size: 20pt;
	font-weight: bold;
	margin: 0;	
	padding: 0px 0 0 150px;	
}
header h1 a {color: #FFF; text-decoration: none; }
header h1 a:hover { text-decoration: none; }
header h2 {
	font-family: verdana, arial, times;
	font-size: 14px;
	font-weight: 300;
	font-style: none;
	color: #f7f7f7;
	margin: 0;	
	padding: 99px 0 0 152px;	
}
/* main menu */
nav {
	background: url(images/menubar.jpg) no-repeat 0 0;
	font-size: 12px;
	width: 972px; 
	height: 25px;
    margin: 0 auto;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 0px;
}
nav ul {
	margin: 0;
    padding: 0;
	text-align: left;
}
nav ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}
nav ul li a {
	padding: 0 13px;
    line-height: 25px;
	margin: 0;
    display: inline-block;
	text-decoration: none;
	color: #FFF;
}
nav ul li a:hover {
	background-color: #FC0;
	color: #0B1316;
}
/* content */
#content {
	float: left;
	width: 526px;
	overflow: hidden;
    padding: 0 12px;
    border-left: 1px dotted #A2A2A2;
    border-right: 1px dotted #A2A2A2;
}	
article {
	padding: 10px 0;
	line-height: 14pt;
}
article h2 {
	font-size: 16px;
	font-weight: bold;
	color: #08122E;
}
article h2 a {
	color: #042b3f;
	text-decoration: none;
}
article h2 a:hover {
    color: #FC0;
	text-decoration: none;
}
article p { font-size: 12px; }
article a { text-decoration: underline; }
article ul { list-style-type: square; margin-left: 18px; }
.entry p { margin: 12px 0; }
.entry img {
    border: 1px solid #EEE;
    padding: 4px;
    background-color: #FFF;
}
.postmetadata {
	clear: both;
	padding: 5px;
    border-top: 1px dashed #AAA;
    text-align: right;
    color: #666;
}
.navigation {
	font-size: 12px;
    display: block;
    clear: both;
	width: 100%;
}
.alignleft { display:inline; float: left; margin-right: 25px; }
.alignright { display:inline; float: right; margin-left: 25px; }
.notfound { padding: 25px; font-size: 14pt; font-weight: 300; }
/* sidebar */
aside {
	font-size: 12px;
	margin: 12px 0;
}
#sidebar-left {
    width: 199px;
    float: left;
}
#sidebar-right {
    width: 209px;
    *width: 206px;
    float: right;
}
aside h2 {
    background: #f7f7f7 url(images/pokeball.png) 0 0 no-repeat;
	font-weight: normal; 
	font-size: 12px;
	text-align: left;
	color: #042b3f;	
    height: 20px;
    line-height: 20px;
	margin: 0;
	padding: 0 0 0 22px;
}
aside p { margin: 0; padding: 0 6px 0 12px; }
aside img { padding: 0; margin: 0; }
aside ul {
	margin: 12px;
	padding: 0;
	list-style-type: none;
}
aside ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
}
aside ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}
aside ul ul li {
	list-style-type: none;
	list-style-position: inside;
}
aside ul ul ul {
	margin: 0;
	padding: 0;
}
aside ul ul ul li {
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

/* alignment classes */
.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;
   /* optional rounded corners for browsers that support it */
   -moz-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: 12px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* search */

#searchform{
	padding: 6px 0 6px 6px;
}
#searchform input#s{
	font-size: 12px;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
}
#searchform input#searchsubmit{
	font-size: 12px;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #FFF;
	color: #797979;
}

/* footer */
footer {
	background: url(images/footer.jpg) 0 0 no-repeat;
	clear: both;
	width: 974px;
    height: 88px;
	margin-top: 15px;
	border-top: solid 0px #DEDEDE;
	font-size: 12px;
    margin: 0 auto;
}
footer p { padding: 5px 0 0 20px; margin: 0; color: #eee; }
footer a { color: #BCBCBC; text-decoration: none; }
footer a:hover { color: #5D5D5D; text-decoration: underline; }

ol.commentlist { list-style:none; margin:1em 0; padding:0; text-indent:0; }
ol.commentlist li.comment { border-bottom:1px dotted #666; padding:1em; }
ol.commentlist li div.vcard { font-size:14px; }
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard img.avatar { border:5px solid #ccc; float:right; margin:0 0 1em 1em; }
ol.commentlist li div.comment-meta { font-size: 12px; margin: 0.5em 0; }
ol.commentlist li div.comment-meta a { color:#ccc; }
ol.commentlist li p { font-size:12px; margin:0 0 1em; }
ol.commentlist li ul { font-size:12px; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li div.reply { font-size:12px; }
ol.commentlist li div.reply a { font-weight:bold; }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li.depth-2 { border-left:5px solid #555; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-4 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f6f6f6; }
ol.commentlist li.parent { border-left:5px solid #111; }
ol.commentlist li.pingback { border-bottom:1px dotted #666; padding:1em; }

#respond { margin: 2em 0; }
#respond p, .nocomments { margin: 0.5em 0; }
