/*  
Theme Name: Semplice
Theme URI: http://wordpress.org/
Description: The theme of Semplice.
Version: 1.0
Author: dorichi
Author URI: http://www.clublurie.com/

	Simple two column theme.

*/

/******************** Begin Structure ********************/
body {
	background-position: center;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background: #d5d6d7 url('images/bgcolor.jpg');

	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #aaa; 
	text-align: center;
	}

/* The 'page' is the total width of the page. Header, sidebar, content and footer are inside it.*/
#page {
	width: 760px;

	background-color: white;
	background-image: url(images/dorichibg.jpg);

	border: 0px solid #aaa;

	margin-left: auto;
	margin-right: auto;
	margin-top: 00px;
	margin-bottom: 10px;
	padding: 0;
	}

/* The header image is in the php code ( header.php ). */
#header {
	width: 760px;
	height: 150px; 

	border-width: 0px;
	margin: 0;
	padding: 0; 
	}

/* Sidebar on the right. */
#sidebar {
	background-repeat: repeat-x;
	background-image: url(images/sidebar_bg.jpg);
	float: right;
	margin-left: auto;
	margin-right: 20px;
	margin-top: 5px;

	width: 220px;
	border-width: 0px;
	border-color: #eee;
	border-style: none;
}


/* The content on the left. */
#content {
	float: left;
	width: 520px;
		
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 0px;
	
	border-width: 0px;
	border-style: none;
	border-color: #eee;
	}

/* The link buttons area on the bottom center. */
#linkbuttons {
	clear: both;
	border-style: solid;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	float: left;
	width: 750px;

	margin-left: 5px;
	margin-bottom: 12px;
	margin-right: auto;
	margin-top: 12px;

	border-width: 0px;
	border-color: #eee;
	}

/* The column is inside the division id 'content'. This is a bit narrower than the content.
	Text, images are all in here. */
.column {
	width: 460px;
	background-color: #fff;

	margin-top: 5px;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;

	border-width: 0px;
	border-style: solid;
	border-color: #f8f8f8;
	
	padding: 1em;
	}
	
/* The navagation links on the left and right */
.navigation {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	margin-right: 30px;
	
/*	background-color: #fafafa;
	padding: 1em;
	
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 4px #ddd;
	-moz-border-radius: 5px; */
	}

.commentarea{
	background-color: #fafafa;
	padding: 1em;
	border-color: #f6f6f6;
	border-style: solid;
	border-width: 1px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}

/* This is a special column for the news on the homepage. With pale gray background color. */
.newscolumn {
	background-color: #fafafa;
	padding: 2em;
	border-color: #f6f6f6;
	border-style: solid;
	border-width: 1px;
	
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 3px #ddd;
	-moz-border-radius: 10px;
	}

#footer {
	background-repeat: no-repeat;
	padding-left: 0;
	padding-bottom: 0px;
	padding-right: 0;
	padding-top: 0;
	clear: both;
	width: 760px;
	height: 50px;

	background-image: url(images/dorichifooter.jpg);	

	border-width: 0px;
	margin: 0 auto;
	}

#footer p {
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 15px;
	margin: 0;
	text-align: center;
	}
/* End Structure */



/*************************************** Menu inside the sidebar id **************************************/
/* On top of the sidebar. Only for the background image.*/
#menutop {
	width: 210px;
	height: 30px;

	border-width: 0px;
	border-style: solid;

	margin-left: 2px;
	margin-top: 2px;

	background-image: url(images/menutop.jpg);	
}

/* This is where menu texts are listed. */
.menu
{
	width: 210px;
	margin-left: 2px;
	margin-top: 0px;

	border-width: 0px;
	border-style: solid;

	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;

	background-repeat: repeat-y;
	background-image: url(images/menuitem.jpg);	
	}

/* At the bottom of the sidebar. Only for the background image. */
#menubottom {
	width: 210px;
	height: 30px;

	border-width: 0px;
	border-style: solid;

	margin-left: 2px;
	margin-bottom: 2px;

	background-image: url(images/menubottom.jpg);	
}

#sidebarloginplugin {
	margin-left: 2px;
	
	width: 210px;
	border-width: 0px;
	border-style: solid;
}


/* End Sidebar */





/**************************************** Begin Typography & Colors ****************************************/
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #333;
	text-align: center;
	
	-webkit-text-size-adjust: auto; // for iPhone
	}

#page {
	text-align: left;
	}

#content {
	font-size: 1.2em;
	color: black;
	}

.column {
	font-size: 1.2em;
	line-height: 1.8em;
	}

small {
	font-size: 0.8em;
	line-height: 1.4em;
	}

small.newsdate {
	color: grey;
	}
	

h1, h2, h3 {
	font-family: 'HiraKakuPro-W6', 'ヒラギノ角ゴ Pro W6', Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 3em;
	text-align: center;
	}

h2 {
	margin-top: 2em;
	border-left-color: #59cc68;
	border-left-width: 5px;
	border-left-style: solid;
	padding-left: 1em;

	border-bottom-style: solid;
	border-bottom-width: 0px;
	font-size: 1.2em;
	line-height: 1.6em;
	}

h2.pagetitle {
	color: #4d4d4d;
	font-size: 1.3em;
	}

#sidebar h2 {
	font-style: italic;
	font-family: 'HiraKakuPro-W6', 'ヒラギノ角ゴ Pro W6', Arial, Sans-Serif;

	font-size: 1.1em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: none;
	padding-left: 2px;
	}

h3 {
	font-size: 1em;
	}
	
h3.newstitle {
	line-height: 1.2em;
	margin-top: 0.2em;
	margin-bottom: 2em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar, cite {
	text-decoration: none;
	}

ul, ol {
	margin-right: 1em;
	}

.entry p a:visited {
	color: #b85b5a;
	}
	
.navigation {
	font-size: 0.8em;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-family: 'HiraKakuPro-W3', Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.2em;
	text-transform: none;
	}

#commentform p {
	font-family: 'HiraKakuPro-W3',  Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-family: 'HiraKakuPro-W3',  Sans-Serif;
	font-size: 1.1em;
	}
#sidebar ul li {
	font-family: 'HiraKakuPro-W3', 'ヒラギノ角ゴ Pro W3', Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #555;
	}

.postmetadata{
	font-size: 0.8em;
	
	padding-top: 4px;
	
	border-top: 1px;
	border-top-style: dotted;
	border-top-color: gray;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	line-height: 1.2em;
	}

.imagecaption {
	font-style: italic;
	font-size: 0.8em;
	color: gray;
}
	
a, h2 a:hover, h3 a:hover {
	color: #0066cc;
	text-decoration: none;
	}

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


/*****  Classes  ******/
blockquote {
	border-left-color: #353;
	border-left-width: 1px;
	border-left-style: solid;
	margin-left: 30px;
	margin-bottom: 0;
	margin-right: 20px;
	margin-top: 15px;
	padding-left: 20px;
	}


.justquote {
	margin-right: 2em;
	margin-left: 2em;
	}
	
.wp-caption-text {
	font-style: italic;
	font-size: 0.8em;
	text-align: center;
	color: #555555;
	}

table {
	border: solid 1px #gray;
	border-collapse: collapse;
	}

/* End Typography & Colors */




/******************** Begin Lists ********************/

#sidebar ul, #sidebar ul ol {
	margin: 0px;
	padding: 0px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin-top: .5em;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	}
/* End Entry Lists */



/******************** Begin Form Elements ********************/
#searchform {
	margin: 10px auto;
	padding: 3px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 80px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

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

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */




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

/*	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;
	margin: 0 0 2px 7px;
	display: inline;
	}

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

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
a img {
	padding: 0px;
	margin: 0px;
	border: none;
	}

/* End Images */



@media print {
	body, #content { 
		width: 100%;
		color:#000 !important;
		background: transparent;
		font-family: 'HiraMinPro-W3', 'ヒラギノ明朝 Pro W3', 'ＭＳ 明朝', Serif;
		border-style: none;
		border-width: 0.5pt;
	}
	
	.column {
		width: 90%;
	}
	
	a, a:link, a:visited { color:#000 !important; text-decoration:none !important; }
	
	#header, #sidebar, #footer, .navigation, .noprint, .hide { display: none !important; }
}
