/*  
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 {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 5px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #ccc; 
	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;
	border: 0px solid #aaa;

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

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

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

/* Sidebar on the right. */
#sidebar {
	float: right;
	margin-left: auto;
	margin-right: auto;
	background-color: #fdfdfd;

	width: 240px;
	border-width: 0px;
	border-color: #eee;
	border-style: solid;
}


/* The content on the left. */
#content {
	float: left;
	width: 500px;
		
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 0px;
	
	border-width: 0px;
	border-style: solid;
	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: 1px;
	border-style: solid;
	border-color: #f8f8f8;
	
	padding: 1em;
	}
	
/* The navagation links on the left and right */
.navigation {
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 30px;
	}

/* This is a special column for the news on the homepage. With pale gray background color. */
.newscolumn {
	background-color: #f4f4f4;
	padding: 1em;
	border-color: #4d7051;
	border-style: solid;
	border-width: 1px;
	}

/* This is a special column for some tables. */
#applicationtable { 
	width: 440px;
	margin-bottom: 50px; 
	margin-left: 10px; 
	}

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

	background-image: url(images/disegno_bottom.png);	

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

#footer p {
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 15px;
	margin: 0;
	text-align: left;
	}
/* 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;
	}

#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;
	}
	
.wp-caption-text {
	margin-bottom: 2em;
	font-size: 0.8em;
	font-style: oblique;
	font-color: gray;
	}

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-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 1.2em;
	line-height: 2em;
	}

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

#sidebar h2 {
	font-family: HiraKakuPro-W6, "ヒラギノ角ゴ Pro W6", Arial, Sans-Serif;
	font-size: 1.1em;
	}

h3 {
	margin-top: 2em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 1.2em;
	}
	
h3.newstitle {
	line-height: 1.2em;
	margin-top: 0.2em;
	border-bottom-style: none;
	border-bottom-width: 0px;
	font-size: 1em;

	margin-bottom: 2em;
	}

#applicationtable h3 {	
	padding-bottom: 0.2em;	
	padding-top: 0.2em;	
	margin-top: 2em;
	padding-left: 0.5em;
	
	border-bottom-style: none;
	border-bottom-width: 0px;
	background-color: #f2f2f2;
	}

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 caption, cite {
	text-decoration: none;
	}

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

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

.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.5em;
	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-W6, "ヒラギノ角ゴ Pro W6", Arial, Sans-Serif;
	}

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

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

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	}

a, h2 a:hover, h3 a:hover {
	color: #0066cc;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
	
	
/****** Legacy class from the old YNS site's station list ******/
table {
	border: solid 0px #gray;
	border-collapse: collapse;
	}
	
.stationname {
	font-size: 1.2em;
	font-weight: bold;
	color: #505050;

	margin-top: 2em;
	margin-bottom: auto;
	}
	
td.stationitem {
	font-size: 0.8em;
	font-weight: bold;

	padding: 0.5em;
	border: 1px #808080 solid; 
	background-color: #ffffcc;
	}

td.stationtable { 
	color: #111;
	font-size: 0.8em;

	padding: 0.5em;
	border: 1px #808080 solid; 
	}

/* 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 */




