@charset "utf-8";

/*  
Theme Name:maia i am
Theme URI:http://maiaiam.com/
Description:
Version:1.0
Author:Exprime
Author http://www.exprime.co.jp
*/

body {
	font-size:62.5%; /* Resets 1em to 10px */
	font-family:Helvetica, Arial, Verdana, Sans-Serif;
	background:#eeeeee url(images/topgrad.jpg) repeat-x top;
	margin:0;
	padding:0;
	color:#000000;
	text-align:center;
}

hr {
	display:none;
}

h1,
h2,
h3,
h4,
ul,
li,
p {
	margin:0;
	padding:0;
}

ul,
ol {
	list-style:none;
}

img {
	border:0;
}

a {
	color:#0f9037;
	text-decoration:none;
}

a:hover {
	color:#095721;
	text-decoration:underline;
}

.wrapper {
	text-align:left;
	width:800px;
	margin:0 auto;
	background:url(images/background.gif) repeat-y left;
	position:relative;
}

.wrapper:after {
	display:block;
	clear:both;
	visibility:hidden;
	content:".";
	height:0;
}

* html .wrapper {
	height:1%;
}

#page {
}

#header {
	background:url(images/header.jpg) bottom no-repeat;
	width:660px;
	height:66px;
	text-align:left;
	margin:22px auto 13px;
	padding:40px 0 0 140px;
	position:relative;
	color:#ffffff;
}

#header h1 {
	font-size:2.9em;
	display:inline;
	margin:0 10px 0 0;
}

#header h1 a,
#header h1 a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

#header .description {
	display:inline;
}

#header ul {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
}

#header ul:after {
	display:block;
	clear:both;
	visibility:hidden;
	content:".";
	height:0;
}

* html #header ul {
	height:1%;
}

#header ul li {
	margin:0;
	padding:0;
	float:left;
	font-family:Arial;
	font-size:1.1em;
	font-weight:bold;
}

#header ul li a {
	color:#FFFFFF;
}

#header ul li a:hover {
	color:#f8e19c;
	text-decoration:none;
}

#header .feats {
	right:0;
	top:0;
}

#header ul.feats li {
	margin-left:10px;
}

#header ul.feats li a {
	background:url(images/whitebullet.gif) no-repeat 0 5px;
	padding:0 0 0 7px;
}

#header ul.feats li a:hover {
	background-image:url(images/yellowbullet.gif);
}

#header .langswitch {
	left:0;
	top:0;
}

#header ul.langswitch li {
}

#header ul.langswitch li a {
	text-align:center;
	display:block;
	width:66px;
	height:20px;
	padding:2px 0 2px;
}

#header ul.langswitch li .selected {
	background:#000000;
}

#content {
	width:581px;
	float:left;
	border-top:2px solid #d6d6d6;
	padding:0 0 20px;	
	font-size:1.2em;
	line-height:17px;
}

#content h2{
	background:#b1b1b1;
	color:#FFFFFF;
	font-size:14px;
	padding:4px 0 2px 11px;
	font-weight:bold;
}

.post {
	background:url(images/dottedline.gif) no-repeat bottom;
	width:556px;
	margin:20px 10px 0 15px;
	padding:0 0 15px 0;
	position:relative;
	overflow:hidden;
}

.post.single{
	background:none;
}

.post.last{
	/*background:none;*/
}

.post h3 {
	background:url(images/orangesquare.gif) no-repeat 0 4px;
	width:440px;
	margin:0 0 15px;
	padding:0 0 0 15px;
	font-size:1.2em;
	color:#0f9037;
	font-weight:normal;
}

html>body .post h3 {
	background-position:0 3px;
}

.post h3 a {
	color:#0f9037;
}

.post .category {
	position:absolute;
	right:0;
	top:0;
}

.post .category a {
	color:#999999;
}

.post img{
	margin:0 10px 10px 0;
}

a.totop {
	background:url(images/totop.gif) 531px 6px #dcdcdc no-repeat;
	display:block;
	position:absolute;
	left:0;
	bottom:-1px;
	width:581px;
	height:20px;
	
	text-indent:-9000px;
	font-size:10px;
	overflow:hidden;
}
	html>body a.totop {
		bottom:0;
	}

.entry {
	line-height:1.7em;
	margin:0 60px 0 37px;
}

.entry p {
	margin:0 0 10px;
	padding:0;
}

.entry .more-link {
	float:right;
}

.postmetadata {
	margin:0 0 0 37px;
	clear:both;
}

.navigation{
	margin:15px 10px 20px 15px;
}
	.navigation:after{
		display:block; 
		clear:both; 
		visibility:hidden;
		content:"."; 
		height:0;
	}
	* html .navigation{
		height:1%;
	}	

.comments{
	background:url(images/dottedline.gif) no-repeat top;
	margin:10px 0 0;
	padding:10px 0 0;
}

ol.commentlist li{
	margin:0 0 20px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	font-size:1em;
	font-family:Helvetica, Arial, Verdana, Sans-Serif;
	width: 300px;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
}





.archives{
	margin:20px 10px 0 15px;
}

.archives h3{
	color:#747474;
	font-size:1.1em;
	font-weight:normal;
	padding:0pt;
	margin:0 0 10px;
}

.archives .previous{
	margin:30px 0 0;
}

.archives .previous ul{
}

.archives .previous ul li{
	float:left;
	/*width:81px;*/
	border-right:1px solid #eeeeee;
	margin:0 10px 0 0;
	padding:0 10px 0 0;
}

.archives .previous ul li.last{
	border:none;
	margin:0;
	padding:0;
}

.archives .previous ul li ul{
}

.archives .previous ul li ul li{
	float:none;
	width:auto;
	border:none;
	margin:0;
	padding:0;
}





#sidebar {
	float:right;
	width:202px;
}

#sidebar form {
	margin:0;
}

#sidebar h2,
#sidebar h2 a{
	font-size:1.2em;
	color:#747474;
	font-weight:normal;
	background:none;
	padding:0;
}

#sidebar h2 a{
	font-size:12px;
}

#sidebar .search {
	margin:0 0 15px;
}

#sidebar ul li {
	margin:0 0 10px;
	padding:0 10px 5px 12px;
	border-bottom:1px solid #FFFFFF;
}

#sidebar .flickr {
	padding-top:10px;
	border-bottom:0;
}

#sidebar ul li ul li {
	margin:0;
	padding:0;
	border:0;
}

#sidebar a {
	background:url(images/greenbullet.gif) no-repeat 0 6px;
	padding:0 0 0 6px;
	font-size:1.2em;
}

html>body #sidebar a {
	background-position:0 6px;
}

#sidebar .tagcloud a,
#sidebar .ad a {
	background:none;
	padding:0;
}

#searchform {
}

#searchform:after {
	display:block;
	clear:both;
	visibility:hidden;
	content:".";
	height:0;
}

* html #searchform {
	height:1%;
}

#sidebar #searchform #s {
	width:141px;
	height:17px;
	font-size:1.2em;
	line-height:1.4em;
	margin:0;
	padding:0;
	float:left;
}

#sidebar #searchsubmit {
	float:right;
}

#footer {
	background:#FFFFFF url(images/footergrad.jpg) repeat-x top;
	margin:25px 0 0;
	padding:10px 0 10px;
	text-align:center;
}

#footer div {
	width:800px;
	margin:0 auto;
	text-align:right;
}

#footer .rss {
	background:url(images/rss.gif);
	width:14px;
	height:14px;
	position:relative;
	top:2px;
}

img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

img.alignright {
	padding:4px;
	margin:0 0 2px 7px;
	display:inline;
}

img.alignleft {
	padding:4px;
	margin:0 7px 2px 0;
	display:inline;
}

.alignright {
	float:right;
}

.alignleft {
	float:left;
}



















