/*  
Theme Name: YUKARI
Theme URI: http://www.tomografica.com
Description: Yukari.nl English version template 
Version: 1.0
Author: Tomoko Matsubayashi
Author URI: http://www.tomografica.com/


*/

body {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family: 'Trebuchet MS','Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #EBEFD9;
	color: #66462D;
	text-align: center;
	line-height: 17px;
}

a, a:link, a:visited, a:active { color: #66462D; text-decoration: underline; }
a:hover { color: #66462D; text-decoration: underline; }	

#page {
	background-color: #FFFFFF;
	background: url("http://www.yukari.nl/wp-content/themes/yukari/images/bg.jpg") repeat-y top; border: none;
	margin: 20px auto;
	padding: 0;
	width: 765px;
	text-align: left;
}

#header {
	background-color: #FFFFFF;
	background: url("http://www.yukari.nl/wp-content/themes/yukari/images/bg.jpg") repeat-y top; border: none;
	padding:0;
	margin: 0;
}

.lang {
	text-align: right;
	padding: 5px 10px 0px 0px;
	height: 22px;
}

.logo {
	margin: 0;
	text-align: center;
}

.nav_left {
	float: left;
	
}

.nav_right {
	float: right;
}

#footer {
	height: 34px;
	background-color: #FFFFFF;
	background: url("http://www.yukari.nl/wp-content/themes/yukari/images/bottom_border.jpg") no-repeat top; border: none;
	font-size: 9px;
	text-align: center;
	line-height: 12px;
}

#content {
	font-size: 11px;
	padding-bottom: 10px;
}

.entry {
	margin:15px 40px 15px 40px; 

}

.contactform {
	float: right;
}

.entry_left {
	float: left;
	width: 250px;
}

/* Begin Images */
img {
	padding: 0;
	max-width: 100%;
	border: 0;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	border: 1px solid #EBEFD9;
	margin: 0 0 10px 8px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 10px 4px 0;
	border: 1px solid #EBEFD9;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



#left {
	float: left;
	width: 530px;
}	
#right {
	float: right;
	width: 130px;
	border-left: 1px solid #66462D;
	margin:10px 0px 0px 0px;
	padding: 0;
}	

/* clear both class */
.clear {
	clear: both;
	visibility: hidden;
	height:0;
	content: ".";
	}	

#sidebar {
	margin: 0;
	padding: 5px 0px 5px 10px;
}
/* side bar */
#sidebar h2 {
	font-size: 11px;
	margin:0;
	padding: 0;
}

#sidebar li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul {
	list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0;
}


#sidebar a:link, #sidebar a:visited, #sidebar a:active {text-decoration: none;}
#sidebar a:hover {text-decoration: underline;}	


.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
	}
