@charset "utf-8";
/* CSS Document */

 
body  {
	margin: 0; padding: 0;
	background: #fff; color: #333;
	font: small "Lucida Grande", Arial, sans-serif;
}

a {
	text-decoration: none;
}

a img {
	border: 0;
}

p {
	margin: 0 0 1em;
}

#container {
	width: 1000px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 


#header {
	
	padding-top: 1px;
	background-color: #010101;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#homelink {
	display: block;
	margin: 1em 2em 1em; padding: 2em 0 0.5em 1em;
	background: url(../images/characters.jpg) 100% 100% no-repeat;

}

#today {
	margin-top: -2.5em;
	padding: 0 2em 0 0;
	color: #FFF;
	font-weight: bold;
	text-align: right;
	line-height: 1;
}

#sidebar1 {
	float: right;
	width: 200px; /* since this element is floated, a width must be given */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0px 5px 10px; /* top and bottom padding create visual space within this div  */
}


 #mainContent {
	margin: 0em 1em; /* the left margin's value is equal to the header and footer which creates alignment down the left side of the document. */
} 

 #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#C4C5C8;
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:right;
	font-size:0.8em;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
 #sidebar1 { padding-top: 30px; }
 #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it may need to avoid several bugs */


#mainContent h1 {
	margin: 0 33% 1.25em -.4em;
	padding: 0.5em 2em;
	background: #C4C5C8;
	color: #fff;
	font-size: 1.4em;
}

#mainContent h1 b {
	color: #FD0100;
}

#content h2 {
	margin: 0.5em 0;
	padding-bottom: 0.25em;
	border-bottom: 1px solid #999;
	font-size: 1.5em;
}

#content img.illus {
	float: left;
	margin: 1em 1em 1em 0;
}

#sidebar1 form, #sidebar1 div h3 {
	background: #C4C5C8;
}

#sidebar1 form {
	margin: 0; padding: 0.8em;
}

#sidebar1 form .text {
	width: 9em;
}

#sidebar1 div {
	background: #3A3C2D;
	color: #fff;
	padding: 0 1em 1em;
	margin-top: 0.75em;
}


#sidebar1 div h3 {
	font-size: 1.25em;
	margin: 0 -0.8em; padding: 0.4em 0.8em;
	text-transform: lowercase;
	color: #FD0100;
}

#jissen-side-bar {

}

#jissen-side-bar h4 {
	margin: 0 0 0.5em; padding: 0.5em 0;
	border-bottom: 1px solid #FFF;
	font-weight: normal;
}

#jissen-side-bar p:first-line {
	font-style: italic;
}

#jissen-side-bar img {
	display: block;
	margin: 2em auto 0;
}

#post-archive {

}

#post-archive a{
	color:#FFFFFF;

}

#post-archive a:hover{
	color: #FF0000;
}

#post-archive table {
	margin: 0 auto;
	font-size: smaller;
}

#post-archive caption {
	margin: 1em auto 0;
	font-size: larger;
	font-weight: bold;
}

#post-archive td {
	padding: 0;
	border: 1px solid #787A6B;
	background: #5B5D4E; color: #222;
	text-align: center;
}

#post-archive table a {
	display: block;
	font-weight: bold;
	color: #FFF;
}

#post-archive table a:hover {
	background: #ABD240;
}


#homelink {
	display: block;
	margin: 1em 2em 1em; padding: 2em 0 0.5em 1em;
	background: url(../images/characters.jpg) 100% 100% no-repeat;
}

#navlinks {
	margin: 0;
	padding: 0.5em 2em 1em 3em;
	background: #C4C5C8;
	color: #FFF;
}

#navlinks li {
	display: inline;
	margin-right: 0.5em;
	padding-right: 0.75em;
	border-right: 1px solid #99C;
	font-weight: bold;
}

#navlinks li.last {
	border-right: 0;
}

#navlinks a {
	color: #000;
	text-decoration: none;
}

#navlinks a:hover {
	color: #FE0007;
}

#navlinks a:active {
	color: #FE0007;
}
