/*  
Theme Name: Nintenjo Default
Description: Nintenjo.com default theme
Version: 2.0
Author: Nintenjo
Author URI: http://www.nintenjo.com/
*/

h1, h2, h3, h4, h5, h6, address, dd, dl, hr, form
{
	margin: 0;
	padding: 0;
}

body
{
	font: normal 14px Arial, Helvetica, Georgia, sans-serif;
	background: #eee url('images/background.png') repeat-x;
	margin: 15px 0;
}

blockquote
{
	border-left: 5px solid #ddd;
	color: #444;
	padding: 0 15px;
	margin: 10px;
}

small
{
	font-size: 11px;
}

a
{
	color: #003399;
	text-decoration: none;
}

a:hover
{
	color: #003399;
	text-decoration: underline;
}

#header a:hover, #header a
{
	color: #fff;
	text-decoration: none;
}

#right p
{
	margin-top: 0;
}

/* Structure */

#wrapper
{
	margin: 0 auto;
	width: 860px;
}

#header
{
	background-image: url('images/header.png');
	background-repeat: no-repeat;
	height: 142px;
}

#header #description
{
	display: block;
	margin: 25px 0 0 30px;
	padding: 65px 5px 5px 10px;
	position: absolute;
	width: 250px;
}

#container
{
	background-color: #fff;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

#top
{
	background-color: #eee;
	margin-bottom: 10px;
	padding: 5px;
	text-indent: 15px;
	font-weight: bold;
	line-height: 24px;
}

#left
{
	float: left;
	line-height: 20px;
	margin: 0 0 10px 10px;
	width: 628px;
}

#right
{
	float: right;
	font: normal 12px Arial;
	line-height: 18px;
	margin-right: 10px;
	width: 200px;	
}

#bottom
{
	background-color: #ddd;
	clear: both;
	color: #555;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

/* Headings */

#header h1
{
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
}

h2, h3
{
	font: normal 24px Georgia, Times, serif;
	letter-spacing: -1px;
}

#left h2 a, #left h3 a
{
	color: #000;
}

#right h3
{
	background-color: #fff;
	color: #666;
	font-size: 18px;
	padding: 0 0 4px 8px;
}

/* Post */

.post
{
	margin-bottom: 12px;
	border-bottom: 1px solid #DDDDDD;
}

.postmetadata
{
	color: #444;
}

.navigation
{
	display: block;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
}

/* Lists */

#right ul
{
	background-color: #eee;
	list-style-type: none;
	margin: 0 0 15px 0;
	padding: 5px 10px 5px 15px;
	border: 1px solid #ccc;
	border-top-width: 2px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#bottom ul
{
	padding: 0;
	margin: 0;
}

#bottom li
{
	display: inline;
	list-style-type: none;
	padding: 0 10px;
}

/* Images */

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
}

img.icon
{
	vertical-align: middle;
	padding: 0 5px 5px 0;
}

#left img.icon
{
	padding: 0 2px 2px 0;
}

.entry a img
{
	border: none;
}

/* 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;
}

/* Forms */

input#search
{
	background-color: #fff;
	border: 1px solid #ccc;
	margin-right: 5px;
	padding: 3px 6px;
	width: 150px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#searchsubmit
{
	margin-bottom: 4px;
	vertical-align: middle;
}

#submit
{ 
	padding: 4px; 
	color: #fff;
	text-decoration:none;
	text-transform: uppercase;
	background: #999;
	border: 1px solid #666;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #fff;
	font: bold 9px/1 helvetica,arial,sans-serif;
	padding: 5px 10px;
	text-align: center;
	width: 120px;  
	margin: 0;
}

#submit:hover
{
	background: #3399CC;
	border: 1px solid #006699;
}

input, textarea
{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	padding: 3px;
}

input#author, input#email, input#url
{
	margin: 0 5px 0 0;
}

input#author, input#email, input#url, textarea#comment
{
	background-color: #eee;
	border: 1px solid #aaa;
}

/* Comments */

ol.commentlist { list-style:none; margin:0; padding:0; text-indent:0; }
ol.commentlist li { border:1px solid #d5d5d5; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; height:1%; margin:0 0 10px; padding:5px 7px 5px 57px; position:relative; }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { }
ol.commentlist li div.comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard { font:bold 14px/1.4 helvetica,arial,sans-serif; }
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url { color:#c00; text-decoration:none; }
ol.commentlist li div.vcard cite.fn a.url:hover { color:#000; }
ol.commentlist li div.vcard img.avatar { left:12px; position:absolute; top:12px; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font:bold 10px/1.4 helvetica,arial,sans-serif; position:absolute; right:10px; text-align:right; top:5px; }
ol.commentlist li div.comment-meta a { color:#333; text-decoration:none; }
ol.commentlist li div.comment-meta a:hover { color:#000; }
ol.commentlist li p { font:normal 12px/1.4 helvetica,arial,sans-serif; margin:0 0 1em; }
ol.commentlist li ul { font:normal 12px/1.4 helvetica,arial,sans-serif; list-style:square; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li div.reply {}
ol.commentlist li div.reply a:hover { background:#3399CC; border:1px solid #006699; cursor: pointer; }
ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; background:#999; border:1px solid #666; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 9px/1 helvetica,arial,sans-serif; padding:5px 10px;  text-align:center; width:36px; display: block; }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li { }
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f6f6f6; }
ol.commentlist li.parent { }
ol.commentlist li.pingback { }
ol.commentlist li.pingback.parent { }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}
