/*
Theme Name: javafxug
Theme URI: http://javafx.jp
Description: Japan JavaFX User Group Theme
Version: 1.0
Author: Takayuki Okazaki
Author URI: http://watermint.org
Tags: simple, white
*/

* {
	border:0 none;
	margin:0;
	padding:0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:link, a:hover, a:active, a:visited {
	color: #922B39;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000000;
	text-align: center;
}
.container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
.sidebar {
	width: 250px;
	float: right;
}
.header {
	padding: 0 10px 10px 10px;
	text-align: left;
}
.header h1 {
	margin: 0;
	padding: 10px 0;
}
.content {
	float: left;
	width: 550px;
}
.footer {
	clear: both;
	color: #922B39;
	font-size: 9px;
	text-align: right;
	padding-top: 80px;
	padding-bottom: 5px;
}
.entryhead {
	padding-bottom: 20px;
}
img.entryicon {
	float: left;
	padding-right: 10px;
}
h2.entrytitle {
	font-size: 16px;
	font-weight:bold;
	color: #922B39;
	height: 20px;
}
.entrydate {
	font-size: 12px;
	font-weight:bold;
	color: #922B39;
}
.entrybody {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 14px;
	line-height: 20px;
}
.entrybody h3 {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.entrymeta {
	text-align: right;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-size: 10pt;
}
.sidenavigation {
	padding-bottom: 100px;
}
.searchform {
	padding-bottom: 10px;
	margin-right: 5px;
	float: left;
}
.searchform #s {
	background: #e7d0d3 url(images/searchbg.png) no-repeat scroll left top;
	color: #922B39;
	height: 24px;
	width: 150px;
	vertical-align:top;
	padding: 0 10px 0;
}
.sidelist {
	padding-left: 40px;
	list-style-image:url(images/bullet.png);
}
.sidelist li {
	line-height: 22px;
	font-size: 16px;
	font-weight:bold;
	margin-top: 3px;
	margin-bottom: 3px;
}
.navigation {
	clear: both;
	width: 550px;
}
.navigation .alignleft {
	border-color: #922B39;
	border-style: solid;
	border-width: 0 0 0 5px;
	padding-left: 3px;
	text-align: left;
}
.navigation .alignright {
	border-color: #922B39;
	border-style: solid;
	border-width: 0 5px 0 0;
	padding-right: 3px;
	text-align: right;
}

.commentlist {
	list-style-image:url(images/bullet.png);
}
.commentlist li {
	line-height: 22px;
	font-size: 16px;
	font-weight:bold;
	margin-top: 3px;
	margin-bottom: 10px;
}
.commentheader {
}
.commenttext {
	font-size: 14px;
	font-weight:normal;
	line-height:20px;
	text-align: left;
}
.comment_awaitsmoderation {
	color: #FF0000;
}
.comment_form {
	text-align: center;
}

.comment_form form {
	padding: 10px 10px 10px 10px;
	width: 500px;
	text-align: left;
	border: #922B39 solid 1px;
}
.comment_form input {
	font-size: 14px;
	height: 24px;
	vertical-align:top;
	padding: 0 10px 0;
	margin-bottom: 4px;
	background: #e7d0d3;
	color: #922B39;
}
.comment_form input#submit {
	color: #e7d0d3;
	background: #922B39;
}

.comment_form textarea {
	background: #e7d0d3;
	margin-bottom: 8px;
	font-size: 14px;
}


