/*--- Global Stuff ---*/







body {

	margin: 0;
	padding: 0; 
	font-size: 100%;
	font-family: "Century Gothic", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;
	color: #FFF;
    background: #c66406 url(images/hajime.jpg) repeat;
    background-attachment: fixed;
	}


#page {

	position: relative;
	margin: 0px 0px 10px 0px;
	top: 0px;
	left: 5%;
	right: 5%;
	width: 90%;
	}


#header {

	background: url(images/logo1.png) no-repeat;
	position: relative;
	margin: 60px 0px 0px 0px;
	height: 80px;
	width: 95%;
	font-size: 30px;
	font-family: "Century Gothic", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: 500;
	text-align: center;
	color: #111111;

	}



#header a, a:active, a:visited, a:hover {

	text-decoration: none;
	color: #993300;

	}







#container {

	position: relative;
	top: 50px;
	left: 0px;
	width: 770px;

	}







#content {

	margin: 0px 0px 0px 1%;
	padding: 10px 5px 0px 5px;
	width: 560px;
	font-size: 1em;
	line-height: 1.4em;
	background: url(images/contentbg2.png) repeat;
	border: 3px double #A33A3A;

	}







#footer {



	position: relative;
	padding: 50px 0px 20px 0px;
	margin-top: 20px;
	left: 5%;
	width: 60%;
	clear: both;

	}







#footer p {



	text-align: left;



	}



	



#footer a {



	text-align: left;



	color: #ffffff;



	}



	



#footer a:hover {



	text-align: left;



	color: #993300;



	}







.alt {



	border-top: 1px solid #DBD5D0;



	border-bottom: 1px solid #DBD5D0;



	margin: 0;



	padding: 10px;



	}







small {



	font-family: Arial, Helvetica, Verdana, sans-serif;



	font-size: 1.2em;



	font-weight: bold;



	color: #ffffff;



	line-height: 1.5em;



	margin-top: 10px;



	margin-bottom: 10px;



	margin-left: 15px;



	}







acronym, abbr, span.caps {



	font-size: 0.9em;



	letter-spacing: .08em;



	color: #993300;



	}



	



acronym, abbr, span.caps {



	cursor: help;



	}







acronym {



	border-bottom: 1px dotted #999999;



	}







blockquote {



	margin: 25px 40px 25px 10px;



	padding-left: 20px;



	border-left: 10px solid #DBD5D0;



	color: #ffffff;



	}







blockquote cite {



	margin: 5px 0 0;



	display: block;



	color: #ffffff;



	}







.center {



	text-align: center;



	}







.navigation {



	display: block;



	text-align: center;



	margin: 10px 0px 30px 0px;



	}



	



code {



	font: 1.2em 'Courier New', Courier, monospace;



	display: block;



	margin: 1.3em;



	}



	



.post {



	margin: 0 10px 20px 10px;



	font-size: 1em;



	text-align: justify;



	}







.postmetadata {



	text-align: left;



	padding: 2px 2px 2px 6px;



	margin: 15px 0 40px 0;



	color: #ffffff;



	font-size: 0.9em;



	background-color: #C3BDB9;



	}



	



.postmetadata ul, .postmetadata li {



	list-style-type: none;



	list-style-image: none;



	}







.description {



	text-align: center;



	font-size: 1.2em;



	text-align: center;



	}







p img {



	padding: 0;



	max-width: 100%;



	}







img.centered {



	display: block;



	margin-left: auto;



	margin-right: auto;



	}



	



img.wp-smiley {



	border: none;



	padding-top: 0;



	padding-bottom: 0;



	padding-left: 2px;



	padding-right: 2px;



	margin: 0;



	}



	



img, a img {



	border: none;



	}







.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 form { /* This is mainly for password protected posts, makes them look better. */



	text-align: center;



	}



	



.entry p {



	font-size: 1em;



	}







.entry {



	line-height: 1.4em;



	}







select {



	width: 130px;



	}



	



hr {



	display: none;



	}



	



	



    /*--- Titles and Global Links---*/







h5 {



	margin: 0;



	}







h1 {
	font-size:18px;
	}


h2 {


	font-family: "Century Gothic", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: 700;
	color: #FFF;
	font-size: 16 px;
	text-decoration: none;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-bottom: 5px;
	padding-top: 15px;
	padding-left: 25px;
	}

h3 {
	padding: 0;
	margin: 15px 0px 15px 25px;
	font-size: 1.3em;
	color: #FFF;
	}


h4 {

	font-size: 1.3em;
	font-family: "Century Gothic", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: 500;
	color: #FFF;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 60px;
	}







h1, h1 a, h1 a:hover, h1 a:visited, .description {

	text-decoration: none;
	color: white;
	}

a {
	margin-left: 10px;
	color: #FFF;
	text-decoration: none;
	}

a:hover {


	color: #993300;
	text-decoration: none;
	}

a:visited {

	margin-left: 10px;
	color: #993300;
	text-decoration: none;

	}







.entry p a, a:visited {


	color: white;

	}



	



h2 a:hover, h3 a:hover {



	color: #993300;



	text-decoration: none;



	}







	



    /*--- Comments and Posts ---*/



    



.commentlist {



	padding: 0;



	text-align: justify;



	}



	



.commentlist li, #commentform input, #commentform textarea {



	font-family: "Century Gothic", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;



	}



	



.commentlist li {



	font-weight: 600;



	margin: 15px 0 3px;



	padding: 5px 10px 3px;



	list-style: none;



	}







.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;



	margin: 10px 5px 10px 0;



	}







#commentform p {



	font-family: "Century Gothic", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;



	margin: 5px 0;



	}



	



#commentform input {



	width: 170px;



	padding: 2px;



	margin: 5px 5px 1px 0;



	}







#commentform textarea {



	width: 100%;



	padding: 2px;



	}







#commentform #submit {



	margin: 0;



	float: right;



	}



	



.commentmetadata {



	font-weight: normal;



	margin: 0;



	display: block;



	}







.nocomments {



	text-align: center;



	margin: 0;



	padding: 0;



	}



	



h3.comments {



	padding: 0;



	margin: 40px auto 20px ;



	}



	







    /*--- Sidebar ---*/



	



#sidebar {



	position: absolute;



	top: 0px;



	right: -100px;



	width: 260px;



	font: 1em "Century Gothic", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;



	text-align: left;



	line-height: 1.4em;



	background:url(images/contentbg2.png);



	border: 3px double #A33A3A;



	}



	



#sidebar ul {



	margin-left: 0px;



	padding-left: 15px;



	}







#sidebar ul li {



	list-style-type: none;



	list-style-image: none;



	margin-bottom: 15px;



	padding: 0px 0px 0px 10px;



	text-decoration: none;



	font-size: 10px;



	}







#sidebar li {



	list-style: none;



	list-style-type: none;



	list-style-image: none;



	padding: 0px 0px 0px 10px;



	text-decoration: none;



	font-size: 10px;



	}



	



#sidebar ul p, #sidebar ul select {



	margin: 5px 0 10px;



	}







#sidebar ul ul {



	margin: 0 0 0 10px;



	}







#sidebar ul ul ul {



	margin: 0 0 0 10px;



	}







#sidebar ul ol, #sidebar ul ol li {



	list-style: none;



	list-style-type: none;



	list-style-image: none;



	}







#sidebar ul ul li {



	margin: 5px 0 0;



	padding: 0;



	}



	



#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {



	color: #ffffff;



	}







#sidebar ul li a:link, #sidebar ul li a:visited, #sidebar ul li a:active {



	color: #FFF;



	line-height: 15px;



	text-decoration: none;



	}







#sidebar ul li a:hover {



	color: #FFF;



	line-height: 15px;



	text-decoration: underline;



	background: #C85B02;



	padding: 2px;



	}



	



#searchform {



	margin: 10px auto;



	padding: 5px 2px; 



	text-align: left;



	height: 15px;



	}







#sidebar #searchform #s {



	width: 100px;



	height: 15px;



	padding: 2px;



	}



	



#sidebar form {



	margin: 0;



	}







#sidebar #searchsubmit {



	padding: 2px;



	}



	



#searchsubmit {



	width: 60px;



	font: 8px 'Small Fonts', Verdana, Arial, Helvetica, sans-serif;



	height: 20px;



	color: #555555;



	}







#searchsubmit:hover {



	font-weight: normal;



	}











    /*--- Calendar ---*/







#wp-calendar {



	empty-cells: show;



	margin: 5px auto 0;



	width: 150px;



	}







#wp-calendar #next a {



	font-size: 9px;



	padding-right: 10px;



	text-align: right;



	background-color: transparent;



	}







#wp-calendar #prev a {



	font-size: 9px;



	padding-left: 10px;



	text-align: left;



	background-color: transparent;



	}







#wp-calendar a {



	text-decoration: none;



	}







#wp-calendar caption {



	font: bold 1em "Century Gothic", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;



	text-align: center;



	width: 160px;



	background-color: transparent;



	}



	



#wp-calendar caption, cite {



	text-decoration: none;



	}







#wp-calendar td {



	padding: 2px 0;



	text-align: center;



	}







#wp-calendar td.pad:hover { /* Doesn't work in IE */



	background-color: transparent;



	}







#wp-calendar th {



	font-style: normal;



	color: #900;



	text-transform: capitalize;



	font-weight:bold;



	text-align: center;



	padding-top: 5px;



	}




