/*
Theme Name: Simple 960
Theme URI: http://serg10.com/
Description: Simple template built with 960 grid system.
Version: 1.0
Author: Daisuke Sergio Ito
Author URI: http://serg10.com/
Tags: simple, basic, blank, white, minimal, fixed width, 960, grid, two columns
*/

*html body { /*IE6*/
   overflow-y: auto;
}
*+html body { /*IE7*/
   overflow-y: auto;
}
body {
   overflow-y: scroll;
}
body, form, fieldset {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, dd {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 23px;
	color: #222;
	background-color: #fff;
}
p {
	margin-bottom: 15px;
}
a {
	color: #222;
	text-decoration: underline;
}
a:hover {
	color: #222;
}
#page {
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 40px;
}
#header {
	overflow: hidden;
	width: 960px;
	height: 200px;
	margin-bottom: 40px;
	background-image: url('images/title.jpg');
	background-repeat: no-repeat;
}
#content {
	float: left;
	width: 640px;
}
#sidebar {
	float: right;
	width: 240px;
}
#footer {
	width: 960px;
	margin-top: 40px;
	font-size: 11px;
	line-height: normal;
}

/* global */
p img {
	padding: 0;
	max-width: 100%;
}
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;
}
.clear {
	clear: both;
	overflow: hidden;
	height: 0;
}

/* components */
.postmetadata {
	font-size: 11px;
	line-height: normal;
	clear: both;
	margin-top: 20px;
}
.hentry {
	margin: 0 0 60px 0;
	text-align: justify;
}
.hentry h2 {
	font-size: 18px;
	line-height: normal;
}
.entry {
	margin-top: 10px;
}
#sidebar ul, #sidebar form {
	margin-bottom: 20px;
}
#sidebar ul li {
	margin-bottom: 0;
}
#sidebar h2 {
	font-size: 16px;
	line-height: normal;
}
#searchform label {
	display: none;
}
#wp-calendar td {
	text-align: center;
}