/* Companion Custom CSS over-rides for [ miki sato illustration blog ]:  -  */
/* Begin Typography & Colors */
body {
	font-size: 70%; /* Resets 1em to 10px */
	font-family: Georgia, Serif;
	background: #fff;
	color: #553917;
	text-align: justify;
	}
	
small {
	font-family: Georgia, Serif;		
	font-size: 0.9em;
	line-height: 1.5em;
	color: #d58f3a;
	}
	
h1, h2, h3 {
	font-family: Garamound, Serif;
	font-weight: normal;
	letter-spacing: +2px;
	padding: 0;
	}
	
h1 {
	font-size: 1.9em;
	color: #d58f3a;
	}
	
h2 {
	font-size: 1.7em;
	color: #d58f3a;
	padding: 0;
	}
	
	
#sidebar h2 {
	font-family: Garamound, Serif;
	font-size: 1.4em;
	color: #d58f3a;
	}

h3 {
	font-size: 1.5em;
	color: #d58f3a;
	padding: 0;
	}


h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #d58f3a;
	}

h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #d58f3a;
	}

h2 a, h2 a:visited, h3, h3 a, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	color: #d58f3a;
	}
	
#sidebar h2 {
	color: #d58f3a;
	}

h2 a:hover, h3 a:hover {
	text-decoration: none;
	color: #553917;
	}

.entry p a:visited {
	color: #3fb08e;
	}
a {
	color: #3fb08e;
	text-decoration: none;
	}

a:hover {
	color: #d58f3a;
	text-decoration: underline;
	}
	

.commentlist li, #commentform input, #commentform textarea {
	font-family: Georgia, Serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #553917;
	}

.commentlist li {
	font-weight: normal;
	}

.commentlist li .avatar { 
	float: left;
	border: 0px solid;
	padding: 3px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
	

#commentform p {
	font-family: Georgia, Serif;
	color: #3fb08e;
	}

.commentmetadata {
	font-weight: normal;
	}
	

	
#sidebar {
	font: 1em Georgia, Serif;
	}
/* End Typography & Colors */



/* Begin Structure */
#header {
	background:url(http://www.mikisatoillustration.com/blog/wp-content/themes/minimalism/images/header.gif) no-repeat left top;
	margin: 0 0 0 1px;
	padding: 0;
	height: 175px;
	float: center
	}

#headerimg {
	margin: 0;
	height: 175px;
	padding: 0 0 0 45px;
	float: center
	}
	
#page {
	background-color: #fff;
	margin: 20px auto;
	padding: 0;
	width: 850px;
	float: center
	}
	
.narrowcolumn {
	float: left;
	padding: 0 20px 20px 45px;
	margin: 0px 0 0;
	width: 500px;
	}
	
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 350px;
	}
/* End Structure */

/*	Begin Headers */
h1 {
	padding-top: 5px;
	margin: 20;
	}

h2 {
	margin: 20px 0 0;
	}

h2.pagetitle {
	margin-top: 20px;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 20px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */

#headerimg h1,#headerimg .description {
position:absolute;
top:-5000px;
left:-5000px;
}

/* Begin Various Tags & Classes */
.navigation {
	display: block;
	margin-top: 10px;
	margin-bottom: 30px;
	}
/* End Begin Various Tags & Classes */
