/*

Main Style Sheet for spackman's personal page at osugisakae.com. Send questions or
comments to osugisakae AT yahoo DOT com

*/

/* Body */

body {
	width: 86%;
	max-width: 40em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3em;
	padding-left: 1em;
	padding-right: 1em;
	background-color: #40433D;
	color: #e7e2C4;
	font-size: 110%;
	font-family: "Liberation Serif", "GentiumAlt", "Times New Roman";
}


/* Headings */

h1 {
	font-family: Verdana, Arial, Helvetica, Albany;
	color: #e7e2C4;
	font-size: 180%;
	font-weight: bold;
	margin-top: 0.6em;
	margin-bottom: 0.8em;
	text-align: center;
}

h2 {
	font-family: Verdana, Arial, Helvetica, Albany;
	color: #e7e2C4;
	font-size: 160%;
	text-align: center;
	font-weight: bold;
	margin-top: 0.6em;
	margin-bottom: 0.5em;
}

h3 {
	font-family: Verdana, Arial, Helvetica, Albany;
	color: #e7e2C4;
	font-size: 140%;
	font-weight: bold;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

h4 {
	font-family: Verdana, Arial, Helvetica, Albany;
	color: #e7e2C4;
	font-size:120%;
	font-weight:bold;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

h5 {
	font-family: Verdana, Arial, Helvetica, Albany;
	color: #e7e2C4;
	font-size:100%;
	font-weight:bold;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

h6 {
	font-family: Verdana,Arial, Helvetica, Albany;
	color: #e7e2C4;
	font-size: 100%;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

/* Paragraphs */

p {
	line-height: 1.2em;
	color: #e7e2C4;
	text-indent: 1.5em;
}

/* Tables */

table
{
	vertical-align:top;
}

td {
	color: #e7e2C4;
	text-align: left;
}

th
{
	color: #e7e2C4;
	text-align: left;
	margin-left: 0pt;
	font-weight:bold;
}

/* end of basics */

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

a:hover {
	background-color: #e7e2C4;
	color: #40433D;
}

a:focus {
	outline-color: #e7e2C4;
	outline-style: solid;
	outline-width: 0.2em;
}


/* custom styles */


/* new_news */
#new {
	width: auto;
	font-size: 100%;
}

/* old_news */
#old {
	width: auto;
	font-size: 100%;
}


#content {
	width: auto;
}


.update
{
	color: #e7e2C4;
	font-size: 110%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

/* Fun but not necessary
ol a { list-style-type: hiragana-iroha; list-style-position:inside; }
*/


/* Lists */
li
{
	list-style-position: outside;
	color: #e7e2C4;
	padding-top: 0.4em;
	padding-bottom: 0.3em;
}



/* update info */


/* footer */

#footer {
	width: auto;
	clear: both;
	background-color: #40433D;
	margin-left: 0.3em;
	padding-left: 0.3em;
	border-width: thin;
	border-color: #e7e2C4;
	border-style: solid;
}

p.footer {
	font-size: 90%;
}

a.footer {
	padding: 0.5em;
	margin: 0.5em;
}

h5.footer {
	font-size: 90%;
	margin-top: 0.5em;
}

#copyright {
	width: auto;
	clear:both;
}

#copyright p {
	font-size: 90%;
	color: #e7e2C4;
}


.small {
	font-size: 80%;
}


.japanese {
	font-family: "MS Gothic";
}

ul.empty {
	list-style: none;
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

dt {
	margin-top: 1em;
	margin-bottom: 0.3em;
}

dd {
	margin-top: 0.2em;
	margin-bottom: 1em;
}

/* Images */

img.right
{
	float: right;
	margin-right: 1em;
	padding-left: 1em;
	padding-right: 0em;
}

img.left
{
	float: left;
	padding-left: 0em;
	padding-right: 2em;
}

#warning {
	clear: both;
	background-color: #40433D;
	margin: 0.5em;
	padding: 0.5em;
	border-width: thin;
	border-style: solid;
	border-color: white;
}

#warning p {
	font-size: 100%;
	color: white;
	text-align:center;
	padding: 0.5em 1em;
	text-indent: 0;
	margin: 0;
}

a.warning {
	color: white;
	text-decoration: underline;
}

a.warning:hover {
	background-color: white;
	color: #40433D;
}

a.warning:focus {
	outline-color: blue;
	outline-style: solid;
	outline-width: 0.2em;
}

