html, body, form, fieldset, h1, h2, h3, h4, h5, h6, pre, blockquote, address,.more-link, ul  {
	margin:0;
	padding:0;
	}

a, a:link, a:visited {
	outline: none;
	text-decoration: none;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

blockquote:before, blockquote:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

ul, ol {
	list-style-type: none;
}


/* =Layout 
------------------------------------------------------------------*/

#wrapper {
	width: 60em;
	margin: 0 auto;
	padding: 0 .5em;
}

#content {
	margin: 1em 0 0 0;
	clear: both;
	width: 70%;
	float: left;
}

#sidebar {
	margin: 1em 0 0 0;
	width: 25%;
	float: right;
}

#masthead {
	text-align: center;
	padding: .4em 0;
	margin: 0;
}

#description {
	text-align: center;
	margin: -.7em 0 0 0;
	padding: 0 0 .5em 0;
}

#footer {
	padding: 3em 0 0 0;
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

.entry {
	padding: 2em 0 1em 0;
}


#sidebar h2 {
	margin: 2em 0 0 0;
	padding: 0;
}

#sidebar li {
	padding: 0 0 0 .5em;
}

.entry .thumbnail {
	float: left;
	margin: 0 .7em 0 0;
}

.entry img {
	display: block;
	margin: auto;
}

/* =Typography
------------------------------------------------------------------*/
body {
	font-family: times, 'Times New Roman', times-roman, georgia, serif;
}

.dropcaps {
	font-size: 5em;
	float: left;
	display: inline;
	margin: .35em .2em 0 0;
}

#masthead {
	font-variant: small-caps;
	font-size: 3em;
	clear: right;
}

#description {
	font-size: 1.3em;
	text-transform: uppercase;
}

h1 {
	text-transform: uppercase;
	font-size: 1.7em;
	margin-bottom: -.1em;
}

.meta {
	font-size: .6em;
	font-style: italic;
	padding-right: .6em;
}

.cont {
	font-size: .9em;
	font-style: italic;
}

#mainnav  {
	font-variant: small-caps;
}

#topnav {
	text-transform: uppercase;
	font-size: .7em;
	letter-spacing: .02em;
}

#bottomnav {
	text-transform: uppercase;
	font-size: .8em;
}

.entry {
	line-height: 1.4em;
}

.entry ol {
	list-style-type: lower-roman;
	margin: 0;
	padding: 0 0 0 2em;
}

.entry ul {
	list-style-type: circle;
	padding: 0 0 0 2em;
}

.caption {
	margin: -1em 0 0 0;
	padding: 0;
	font-size: .8em;
	text-align: center;
	line-height: 1em;
}

.browse {
	text-align: center;
	font-variant: small-caps;
	font-style: italic;
	padding: .5em 0;
}

.search {
	text-transform: uppercase;
	font-size: .9em;
}

#sidebar h2 {
	font-size: 1.2em;
	font-variant: small-caps;
	letter-spacing: 1px;
}

#sidebar {
	font-size: .87em;
	line-height: 1.9em;
}

blockquote {
	width: 60%;
	margin: 0 auto;
	font-style: italic;
	border-left: 2px solid #2683AE;
	padding-left: 1em;
}

.error {
	text-align: center;
	font-size: 2em;
	font-style: italic;
	line-height: 1.7em;
}


/* =Colors
------------------------------------------------------------------*/
#header {
	background: url('./images/sakura.png') center no-repeat;
}


#bottomnav {
	color: #CCC;
}

.browse {
	background: #EEE;
}

#masthead {
	border-top: 1px solid #2683AE;
}

#description {
	color: #2683AE;
	border-bottom: 1px solid #2683AE;
}

input {
	border: 1px solid #666;
	}

#sidebar li > ul li {
	border-bottom: 1px solid #DDD;
}

#sidebar li > ul li:hover {
	background: #EEE;
}

#sidebar li > .children li {
	border: 0;
}

.entry {
	border-bottom: 1px dotted #000;
}

.entry img {
	padding: .3em;
	border: 1px solid #000;
}

/* =Links
------------------------------------------------------------------*/
.entry h1 a {
	color: #000;
	background: none;
	border: 0;
	font-weight: normal;
}

.entry h1 a:hover {
	color: #666;
	border: 0;
}

#masthead a {
	color: #000;
}

#topnav a, #mainnav a {
	color: #EEE;
}

#sidebar a {
	color: #666;
}

#bottomnav a {
	color: #888;
	border-bottom: 1px dotted #666;
}

.entry a, #comments a, .entry_nav a {
	color: #D54E21;
	border-bottom: 1px dotted #2683AE;
}

.entry a:hover, #comments a:hover {
	color: #2683AE;
	border-bottom: 1px dotted #D54E21;
}

#sidebar li a {
	color: #2683AE;
}

#sidebar li a::before {
	content: "\00BB\00A0";
	color: #D54E21; 
}

/* =Navigation
------------------------------------------------------------------*/


ul#topnav {
	height: 2em;
	line-height: 2em;
	background: #CEE1EF;
}

ul#mainnav {
	height: 2.5em;
	line-height: 2.5em;
	background: #CEE1EF;
}

ul#bottomnav {
	height: 1.8em;
	line-height: 1.8em;
	background: #CEE1EF;
}

#topnav li a {
	float: right;
	line-height: 2em;
	padding: 0 .7em;
	border-left: 2px solid #FFF;
	color: #333;
}

#topnav li a:hover {
	background: #D54E21;
}

#mainnav li.current_page_item a, li.current a {
	background: #D54E21;
}

#mainnav li a {
	float: left;
	line-height: 2.5em;
	padding: 0 .9em 0 .9em;
	border-right: 3px solid #FFF;
	color: #333;
}

#mainnav li a:hover {
	background: #D54E21;
}

#bottomnav li {
	float: right;
	line-height: 1.8em;
	padding: 0 .7em;
	border-left: 2px solid #FFF;
	color: #333;
}

/* =Comments
------------------------------------------------------------------*/
#comments {
	line-height: 1.5em;
}

#comments h3 {
	margin: 2em 0 0 0;
	font-size: 1.4em;
	text-transform: capitalize;
}

.avatar {
	margin: .15em .3em 0 0;
	float: left;
}

#comments img {
	padding: .2em;
	border: 1px solid #000;
}

.commentmeta {
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	}

.commentmeta li {
	font-size: .9em;
}

li.author, li.date {
	font-style: italic;
}

.comment_text {
	margin: 0 0 0 2.5em;
}

/* =Wigetized
------------------------------------------------------------------*/

#searchform {
	margin: 2em 0;
}

.textwidget {
	margin: .7em 0 0 0;
	line-height: 1.2em;
}

#calendar {
	margin: 0 0 0 1.5em;
}

#sidebar #calendar a::before {
	content: "";
}