* {
	margin: 0; padding: 0;
}

xpre { position: absolute;}



body {
	background: #fff;
	background-image:
		url('/style/img/bck_bullet_10x10_pattern.png')
		;
	background-repeat: repeat, repeat;
	background-position: top left, top left;
	
	font-family: 'Gentium Plus', serif;
	font-size: 18px;
	font-weight: 400;
	color: #333;
}
h2, h3, h4, h5 {
	xfont-family: 'Merriweather Sans', sans-serif;
	xline-height: 1.5em;
}

a {
	color: darkcyan
}
a:hover {
	color: #666;
}

form#logout {
	text-align: center;
	display: block; width: 250px;
	margin: 5em auto 0 auto;
}
	form#logout button#logoutButton {
		background: #aaa;
		font-weight: bold; color: #eee;
		display: inline-block;
		padding: 0 0.5em 0.20em 0.5em;
		border: 0;
		border-radius: 0.65em; box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
		cursor: pointer;
		box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
	}
	form#logout button#logoutButton:hover {
		box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25) inset;
	}

#head {

  text-align: center;
}
	#head h1 {
    font-family: 'Merriweather', serif;
    font-size: 3em;
    font-weight: 100;
		margin: 0 0 0 0;
		padding: 0.5em 1em;
  }
	#head h1 a {

	}
	#head h1 a img {
    width: 150px;
	}
  #head h1 a span {
		background: none;
		display: none;
  }
	#head h1 .p {
		color: #aaa;
  }
	#head h1 .d {
		color: #666;
  }


#content {
	font-family: 'Gentium Plus', serif;
	font-weight: 400;
	line-height: 1.4em;
	
	padding: 2em 0 2em 0;
}
	#content article {
		font-size: 1.2em;
		color: #333;
		line-height: 1.8em;
	}
  #content article h2 {
		font-family: 'Merriweather', serif;
		font-size: 1.8em;
		font-weight: 100;
		line-height: 1.3em;
		margin-top: 2em;
		border-bottom: 1px dashed #ccc;
	}
	#content article h3 {
		font-family: 'Gentium Plus', serif;
		font-size: 1.5em;
		line-height: 1.2em;
	}
	#content article h4 {
		font-family: 'Gentium Plus', serif;
		font-size: 1.2em;
		line-height: 1.15em;
	}
  #content article ul,
  #content article ol {
		list-style-position: inside; 
		margin: 1em 0 1em 0;
		padding: 1em 0 1em 1em;
  }
	#content article p {
		margin: 1em 0 1em 0;
  }
	#content article img {
		border: 1px solid #eee;
	}
	#content article img.cover {
		width: 35%; max-width: 250px; height: auto;
		min-width: 150px;
		float: right;
		margin: 0 0 1em 2em;
	}
	#content article figure {
		font-size: 0.7em; font-style: italic; line-height: 1.5em;
		text-align: center;
		color: #666;
		width: 100%;
		margin: 0;
		padding: 0;
		border: 1em solid #f3f3f3;
	}
	#content article figure img {
		width: 100%; height: auto;
		margin: 0; padding: 0;
	}


#foot {}

.flN {
	float: none;
	clear:both;
}
.wrapp {
	background: #fff;
	width: 80%;
	max-width: 760px;
	margin: 0 auto 0 auto;
	padding: 0 2em 0 2em;
}