/*  
Theme Name: Nippon The Bus
Description: Theme for nipponthebus
Version: 1.5
Author: Shaun Hickox
Author URI: http://www.nipponthebus.com
*/


/* Reset Margins */
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
* {
	padding: 0px;
	margin: 0px;
}
.hidden {
	display: none;
}

/* Body Classes Start*/
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	color: #000000;
	text-align: center;
	background: #ffffff url('images/nipheader.png') top center no-repeat;
	}
#page {
	margin: 0px auto;
	margin-top: 0px;
	padding: 0px;
	padding-top: 0px;
	text-align: center;
	width: 780px;
	margin: auto;
}
/* Body Classes End*/


/* Header Classes */
#header {
	margin: 0px 0px 0px 0px; 
	padding: 0px; 
	height: 200px; 
	width: 780px;
}
#headernav {
	float: right;
	margin-right: 20px;
	margin-top: 70px;
}
#headernav2 {
	float: right;
	width: 500px;
	height: 200px;
	margin-top: 23px;
	padding-left: 30px;
}
#headernav .navitem {
	float: right;
	height: 30px;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	color: #ffffff;
}
#headernav .navitem a{
	color: #ffffff;
}
#headertitle {
	text-align: left;
	padding-top: 25px;
	padding-left: 20px;
}
h1 {
	font-size: 2.5em;
	color: #ffffff;
	margin: 0px;
	font-weight: bold;
}
h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #ffffff;
}
#headertitle .description {
	font-size: 1.6em;
	text-decoration: none;
	color: #ffffff;
}
/* Header Classes End*/

/* Post Structure Classes Start*/
#content {
	font-size: 1.2em;
	float: left;
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	width: 525px;
	text-align: left;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 60px;
	width: 500px;
	margin: auto;
}
.navigation a {
	color: #000000;
	font-weight: bold;
}
/* Post Structure Classes End */

/* Post Classes Start */
.post {
	width: 530px;
	margin: 0 0 10px;
}
.post img {
	padding: 10px;
}
.post-head {
}
.post-head h2 {
	float: left;
	font-size: 1.6em;
	color: #c51432;
	margin: 8px 5px 5px 5px;
	padding-left: 10px;
	width: 375px;		//to make sure the comments link does not go in a strange place
}
.post-head h2 a{
	color: #131b8e;
}
.post-head h2 a:hover {
	text-decoration: underline;
	/*color: #000000;*/
}
.post-head .post-chrono {
	color: #f0eade;
	padding: 18px 0px 0px 10px;
	float: left;
}
.postcomments {
	width: 124px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	float: right;
	margin-right: 10px;
}
.postcomments a{
	color: #fa0000;
	font-weight: bold;
	font-size: 1.2em;
}
.post hr {
	display: block;
}
#singlepostmetadata {
	color: #ffffff;
	background: #5f7dc5;
	padding: 5px;
	margin-left: 3px;
	font-weight: bold;
	clear: left;
	margin-left: 15px;
	margin-right: 15px;
}
#singlepostmetadata a {
	color: #ebecee;
	text-decoration: underline;
}
.postmetadata {
	color: #ffffff;
	background: #5f7dc5;
	padding-top: 5px;
	padding-bottom: 7px;
	font-weight: bold;
	clear: left;
	font-size: 1em;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 12px;
	margin-right: 15px;
}
.postmetadata a{
	color: #ffffff;
}
.postmetadata a:hover {
	text-decoration: underline;
	color: #668aaf;
}
.postcategory {
	color: #ffffff;
	background: #5f7dc5;
	padding-top: 0px;
	padding-bottom: 0px;
	clear: left;
	text-align: right;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.9em;
	padding: 0px 10px 5px 10px;
	margin-left: 0px;
	margin-right: 5px;	
}
.postcategory a{
	color: #7399e9;
	text-decoration: underline;
	font-weight:normal;
}
.postaggregators {
	color: #ffffff;
	background: #5f7dc5;
	clear: left;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.9em;
	padding: 0px 0px 0px 0px;
	margin-left: 0px;
	margin-right: 5px;	
}
.singlepostaggregators {
	color: #ffffff;
	background: #5f7dc5;
	clear: left;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.9em;
	padding: 0px 0px 5px 5px;
	margin-left: 15px;
	margin-right: 15px;	
}
.post-content {
	color: #000000;
	padding: 10px;
        font-size: 1.2em;
}

.post-content a{
	color: #fe0000;
}
.post-content ul, .post-content ol {
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Post Classes End */

/* Begin Sidebar */

#sidebar {
	width: 200px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 30px 5px 5px 5px;
	font-size: 1.3em;
	text-align: center;
	float: right;
	background: url('images/sidebar_background4.jpg') top left no-repeat;
}
#sidebar h2 {
	margin: 5px 15px 5px 5px;
	padding: 3px;
	font-size: 1.2em;
	color: #131b8e;
	text-align: left;
}
#sidebar a{
	color: #fe0000;
}
#sidebarextras {
	width: 200px;
	padding: 10px 5px 5px 5px;
	font-size: 1.3em;
	text-align: left;
	float: right;
	margin-bottom: 10px;
}
#searchformwrapper {
	margin-bottom: 20px;
	margin-bottom: 10px;
}
#s {
	background: #ffffff;
	border: 1px solid #000000;
	width: 120px;
	padding: 2px;
	color: #446312;
}
#searchsubmit {
	padding: 1px;
	background: #b2c0e3;
	border: 1px solid #000000;
	color: #131b8e;
}
#sidebar form {
	margin: 0;
}

#sidebar ul, #sidebar ul ol {
	margin: 20px 0px 0px 0px;
	padding: 0;
	text-align: left;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 20px;
	text-align: left;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	text-align: left;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li{
	list-style: circle;
	list-style-image: url('images/bullet2.gif');
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
}
#sidebar ul li div{
	margin-left: 10px;
}
#sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}


/* End Sidebar */

/* Begin Calendar */
#calendar_wrap {
	width: 200px;
	padding: 10px 5px 5px 5px;
	font-size: 1.3em;
	text-align: left;
	float: right;
	background: url('images/background.jpg');
	margin-bottom: 10px;
}
#wp-calendar {
	empty-cells: show;
	width: 190px;
	height: 143px;
	border-collapse: collapse;
	margin: auto;
}
* html #wp-calendar {
	margin: 0px auto 0;
}
#wp-calendar caption {
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	color: #ffffff;
	padding-top: 0px;
	height: 25px;
	width: 100%;
	border-collapse: collapse;
	background: none;
}
* html #wp-calendar caption {
	padding-top: 0px;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	background: #3f5d90;
	text-align: center;
	color: #ffffff;
	border-collapse: collapse;
}
#wp-calendar tbody {
	background: #5496d2;
	color: #ffffff;
	border-collapse: collapse;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	border-collapse: collapse;
}

#wp-calendar td.pad:hover { 
	background-color: #fff; 
}
#wp-calendar tfoot {
	background: none;
	color: #ffffff;
	border-collapse: collapse;
}
#wp-calendar a {
	text-decoration: none;
	display: block;
	color: #ffffff;
	font-weight: bold;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	font-size: 9pt;
	color: #ffffff;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	font-size: 9pt;
	color: #ffffff;
}
/* End Calendar */

p {
	margin-top: 10px;
}

blockquote {
	margin: 15px 45px 25px 30px;
	padding-left: 20px;
	//border-left: 5px solid #5f7dc5;
	color: #0000ff;
	font-size: small;
}
blockquote:before, blockquote:after {
display: block;
font-size: 700%;
width: 50px;
font-family: serif;
}
blockquote:before {
content: open-quote;
height: 0;
margin-left: -0.55em;
}
blockquote:after {
content: close-quote;
height: 50px;
margin-top: -47px;   
margin-left: 410px;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
h2 {
	font-size: 1.6em;
	color: #01009a;
}
.entry {
	color: #fffbcf;
}
quotecite {
	
	display: block;
	color: #ff0000;
	font-size: small;
	font-style: italic;
	font-weight: bold; 
	padding-left: 10px;
	margin-top: 7px;
}



small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

h3 {
	font-weight: bold;
	}

h3 {
	font-size: 1.3em;
	}
h3, h3 a, h3 a:visited {
	color: #01009a;
	}
h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite{
	text-decoration: none;
	}

	

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 1em Arial, Sans-Serif;
	}

.commentlist li {
	background-color: #ebecee;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 15px;
	}
.alt {
	background-color: #c9d6e0;
	}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	color: #ffffff;
	}

.commentmetadata {
	font-weight: normal;
	}


small, .nocomments, strike {
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #01009a;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
h2 {
	margin: 30px 0 0;
	color: #01009a;
	}

h2.pagetitle {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}


h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	color: #415972;
	}
p img {
	padding: 0;
	max-width: 100%;
	}

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

.aligncenter, div.aligncenter, img.centered, img.aligncenter {display: block; margin-left: auto; margin-right: auto; text-align: center;}

.floatLeft{float:left}
.floatRight{float:right}
.clear{clear:both}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#extra_data {
	margin-left: 15px;
	margin-right: 15px;
}	
/* End Entry Lists */



/* Begin Form Elements */

select {
	width: 130px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}


#commentform p {
	color: #000000;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 90%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}



.center {
	text-align: center;
}

hr {
	display: none;
	}

a img {
	border: none;
	}



/* Footer Classes Start */

	#footer {
		clear: both;
		height: 150px;
		margin: auto;
		background: url('images/footer_background2.jpg') bottom center no-repeat;
	}
	#footercontent {
		width: 780px;
		margin: auto;
		padding-top: 120px;
	}
	#FooterIcon{
		margin-left:310px;
		margin-top:-10px;
	}
	#FooterLeft {
		float: left;
		text-align: left;
		margin-left: 20px;
		font-size: 1.2em;
		color: #131b8e;
		font-weight: bold;
	}
	#FooterRight {
		float: right;
		text-align: right;
		margin-top: -17px;
		margin-right: 20px;
		font-size: 1.2em;
		color: #131b8e;
		font-weight: bold;
	}
	#footercontent a {
		color: #131b8e;
	}

/* Footer Classes End */

