body {
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: url('/includes/images/background.gif') repeat-x;
	font-family: 'hiragino kaku gothic pro', arial, sans-serif;
	font-size: 13px;
}

.displace {
	position: absolute;
	left: -5000px;
}


h1 {
	padding: 0px;
	margin: 0px;
	font-size: 2.0em;
	color: #ED3336;
	font-weight: bold;
}

h2 {
	padding: 0px;
	margin: 0px;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #595441;
}

h3 {
	padding: 0px;
	margin: 0px;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #595441;
}

strong {
	color: #ED3336;
}

p {
	line-height: 1.3em;
	font-family: Geneva, Arial, Verdana, sans-serif;
}

img {
	border: 0px;
}

a {
	color: #4577EA;
	text-decoration: none;
}

a:hover {
	color: #ED3336;
}

#container {
	width: 680px;
	min-height: 500px;
	margin: auto;
}

#container #header {
	height: 90px;
}

#header .logo {
	width: 160px;
	height: 90px;
	float: left;
}

#header .menu {
	float: right;
	height: 40px;
}

#header .menu .menu-left {
	float: left;
}

#header .menu ul {
	padding: 10px;
	margin: 0px;
	background: url('/includes/images/menu.gif') repeat-x;
	float: left;
	height: 40px;
}

#header .menu ul li {
	display: inline;
}

#header .menu ul li a {
	padding: 10px;
	color: #999;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
}

#header .menu ul li a:hover {
	color: #444;
	border-bottom: solid 3px #444;
}

#main {
	padding-top: 17px;
	margin: 0px;
	background: url('/includes/images/curves.gif') no-repeat;
}

#content {
	background: #FFF;
	width: 640px;
	min-height: 400px;
	padding: 0px 20px 0px 20px;
	margin: 0px;
}

#content #left {
	width: 420px;
	float: left;
	line-height: 1.3em;
	font-family: Geneva, Arial, Verdana, sans-serif;
}

#content #left .post-title a {
	color: #4577EA;
	font-size: 1.0em;
	line-height: 1.4em;
	font-family: 'hiragino kaku gothic pro', arial, sans-serif;
}

#content #left .post-date {
	font-size: 0.85em;
	font-family: Geneva, Arial, Verdana, sans-serif;
	padding: 0px;
	margin: 0px;
}

#content #left .post-post {
	padding: 0px;
	margin: 0px;
}

#content #left .post-post p {
	padding: 0px;
	margin-bottom: 15px;
	font-size: 1.0em;
	line-height: 1.6em;
}

#content #left .post-comments {
	padding-bottom: 25px;
}


#content #right {
	width: 160px;
	float: right;
}

#content #right h3 {

}

#content #right ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin: 5px 0px 15px 0px;
}

#content #right ul li {
	margin-bottom: 5px;
}

#comments {
	padding: 0px;
	margin: 0px;
}

#comments h2 {
	color: #4577EA;
	font-size: 1.4em;
	line-height: 1.4em;
	font-family: 'hiragino kaku gothic pro', arial, sans-serif;
	padding-bottom: 3px;
}

#comments ol {
	list-style: none;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	color: #999;
}

#comments strong {
	color: #ED3336;
	font-size: 1.2em;
	line-height: 1.3em;
}

#comments small {
	color: #999;
	font-size: 0.8em;
	font-weight: normal;
}

#comments p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
	margin-top: 4px;
	font-size: 1.0em;
	line-height: 1.6em;
	color: #000;
}

#comments fieldset.comments {
	border: 0px;
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
}

#comments fieldset legend {
	color: #4577EA;
	font-size: 1.4em;
	line-height: 1.4em;
	font-family: 'hiragino kaku gothic pro', arial, sans-serif;
	padding-bottom: 3px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

#footer {
	clear: both;
	padding: 20px 0px 15px 0px;
	text-align: center;
	font-size: 0.85em;
	font-family: helvetica;
}

.hide {
	display: none;
}