/* @group General */

/* @group reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

body {
	color: #333;
	background: #fff;
	font-family: Georgia, Times, serif;
	font-size: 15px;
	line-height: 22px;
}

	/*body { background: #fff url(grid-bg.png) repeat-y; }*/

h1 {
	display: none;
}

h2 {
	font-size: 16px;
	margin-top: 20px;
	font-weight: normal;
	margin-left: 10px;
}

h3 {
	margin-top: 15px;
}

h2 a {
	color: #000;
	text-decoration: none;
}

hr {
	clear: both;
}

/* @end */

/* @group Helpers */

/* @group grid */

.one {
	width: 100px;
}

.two {
	width: 210px;
}

.three {
	width: 320px;
}

.four {
	width: 430px;
}

.five {
	width: 540px;
}

.six {
	width: 650px;
}

.seven {
	width: 760px;
}

.eight {
	width: 870px;
}

.pull0 {
	margin-right: 10px;
}

.pull1 {
	margin-right: -100px;
}

.pull2 {
	margin-right: -210px;
}

.pull3 {
	margin-right: -320px;
}

.pull4 {
	margin-right: -430px;
}

.pull5 {
	margin-right: -540px;
}

.pull6 {
	margin-right: -650px;
}

.pull7 {
	margin-right: -760px;
}

.pull8 {
	margin-right: -870px;
}

.pullp0 {
	margin-left: -10px;
}

.pullp1 {
	margin-left: -110px;
}

.pullp2 {
	margin-left: -220px;
}

.pullp3 {
	margin-left: -330px;
}

.pullp4 {
	margin-left: -440px;
}

.pullp5 {
	margin-left: -550px;
}

.pullp6 {
	margin-left: -660px;
}

.pullp7 {
	margin-left: -770px;
}

.pullp8 {
	margin-left: -880px;
}

.push0 {
	margin-left: -10px;
}

.push1 {
	margin-left: 100px;
}

.push2 {
	margin-left: 210px;
}

.push3 {
	margin-left: 320px;
}

.push4 {
	margin-left: 430px;
}

.push5 {
	margin-left: 540px;
}

.push6 {
	margin-left: 650px;
}

.push7 {
	margin-left: 760px;
}

.push8 {
	margin-left: 870px;
}

.pic p, .caption, .caption p, #content .caption p {
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Arial, sans-serif;
	color: #777;
	margin: 6px 0 0px 10px;
}

.pic {
	margin-top: 6px;
	margin-bottom: 6px;
}

.frame {
	border: 1px solid #999;
}

a .frame {
    border-color: #00F;
}

a:hover .frame {
    border-color: #c00;
}

.solo img {
	margin-bottom: 20px;
}

/* @end */

.left {
	float: left;
	margin-right: 20px;
}

.right {
	float: right;
	margin-left: 20px;
}



/* @end */

/* @group Page structure */

#header {
	line-height: 45px;
	height: 70px;
	margin-bottom: 30px;
	margin-top:  40px;
	margin-left: 20px;
}

#header img {
	float: left;
}

/* @group navi */

#mainmenu ul {
	list-style-type: none;
	margin-left: 320px;
}

#mainmenu ul li {
	float: left;
	padding: 3px 10px 3px 0;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, Serif;
	display: block;
	color: #999;
}

#mainmenu ul li a {
	color: #999;
	text-decoration: none;
}

#mainmenu ul li a:hover {
	color: #2300cf;
	text-decoration: none;
}

#mainmenu li.selected {
	font-weight: bold;
}

/* @end */

#content {
	width: 870px;
	float: left;
	background: transparent;
	padding-bottom: 20px;
	margin-left:  20px;
	color: #222;
}

#content h2 {
	padding: 3px 0;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, Serif;
	color: #222;
}

#content .lead {
	font-size: 17px;
	line-height: 22px;
	font-family: Georgia, "Times New Roman", Times, Serif;
	color: #222;
}

p {
	margin: 6px 10px 0 10px;
	font-family: Georgia, Times, serif;
	font-size: 15px;
	line-height: 22px;
	color: #222;
}

#content p + p {
	text-indent: 2em;
}

#content p + p.noindent {
    text-indent: 0;
}

#sub {
	clear:  both;
	background-color: #383838;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 10px 20px;
	color: #717171;	
	text-align: left;
	text-transform: uppercase;
	overflow:  hidden;
}

#sub a {
	color: #7fa4d7;
	text-decoration: none;
}

#subleft {
	width: 360px;
	float: left;
	text-align: center;
}

#subright {
	width: 360px;
	float: left;
	text-transform: none;
	color: #9d9d9d;
}

#subright div.what {
	font-size: 14px;
	line-height: 20px;
}

#subright div.what a {
	color: #9d9d9d;
}

#subright div.what span.who {
	color: #fff;
}

#subright div.what span.unessanet {
	font-weight: bold;
}

#footer {
	clear: both;
	background-color: #222;
	color: #9d9d9d;
	padding:  10px 20px;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#footer a:link,
#footer a:visited {
	color: #7fa4d7;
	text-decoration: none;
}

#footer a:hover {
	color: #a4c8fe;
	text-decoration: none;		
}


/* @end */

/* @group Components */

.entry {
	clear: both;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-top: 20px;	
}

span.archivelink {
	font-size: 30px;
	display:  block;
	clear:  both;
	padding: 20px 0;
}

span.archivelink a {
	color: gray;
	text-decoration: none;
}

div.jaiku {
	clear: both;
	margin-top: 20px;
	line-height: 18px;
	background: url(smalljaiku.png) no-repeat;
	min-height: 40px;
	padding-left: 55px;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	width: 650px;
	color: #222;
}

.jaiku span.where {
	display: block;
	font-size: 11px;
	color: #777;
	line-height: 11px;
}

/* @end */

