body
{
	background-color: #FFFFFF;
	font-family: Georgia, Century, Times, Serif;
}

.comment_name_input,
.comment_email_input,
.comment_web_input,
.txpCommentInputMessage
{
	background-color: #444444;
	border: 1px solid #BBBBBB;
	color: #c7dffa;
	font-size: 1.1em;
	font-family: Georgia, Century, Times, Serif;
	margin-top: 3px;
	margin-bottom: 3px;
}

#left_img
{
	float: left;
	padding-right: 10px;
}

#header
{
	margin: auto;
}

#header img
{
	border: 0px;
	margin: auto;
	display: block;
}

#title
{
	text-align: center;
	font-size: 3.8em;
	color: #444444;
	z-index: 5;
}

#title a
{
	color: #333333;
}

#title a:hover
{
	color: #666666;
}

#tag
{
	text-align: center;
	font-size: 1.8em;
	/* color: #64CB36; */
	color: #316caf;
	margin-top: -4px;
}

#container
{
	width: 35em;
	min-width: 480px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	background-color: #FFFFFF;
}

#bd:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#content
{
	float: left;
	width: 73%;
	color: #555555;
	text-align: justify;
	padding-bottom: 8px;
}

#content a
{
	/* border-bottom: solid #D8FDD7 1px; */
	border-bottom: solid #c7dffa 1px;
}

#content img
{
	margin: 3px;
}

#sidebar
{
	width: 21%;
	float: right;
	padding-top: 20px;
}

#sidebar img
{
	border: 0px;
	padding-left: 0px;
}

a
{
	color: black;
	text-decoration: none;
}

a:hover
{
	/* color: #64CB36; */
	color: #316caf;
}

h1
{
	font-weight: normal;
	text-decoration:none;
	font-size: 1.5em;
	text-align: center;
	color: #000000;
}

h2
{
	font-weight: normal;
	font-size: 1.2em;
	text-align: center;
	color: #000000;
}

h2 a
{
	font-size: 1.2em;
	/* border-bottom: solid #D8FDD7 1px; */
	border-bottom: solid #c7dffa 1px;
}

h3
{
	font-size: 1.1em;
	font-weight: normal;
	text-align: center;
}

h3 a
{
	/* border-bottom: solid #D8FDD7 1px; */
	border-bottom: solid #c7dffa 1px;
	font-weight: normal;
	font-size: 1.1em;
}

.comment
{
	background-color: #DDDDDD;
	border: solid #EEEEEE 1px;
	padding: 10px;
	margin: 10px;
	text-align: left;
}

#footer
{
	width: 470px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0.7em;
	color: #316caf;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#footer img
{
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.comments_invite
{
	margin: 5px;
	text-align: center;
}

.comments_invite a
{
	border: 0px;
}

.comments_invite img
{
	border: 0px;
	margin-bottom: -3px;
	margin-left: 2px;
	margin-right: 2px;
}

.comments_error
{
	border: 1px solid #cc8;
	padding : 0.3em;
	background-color: #ffa;
}

#list_signup
{
	background-color: #EEEEEE;
	border: solid #DDDDDD 1px;
	padding: 8px;
	margin-bottom: 10px;
	font-size: 0.8em;
	color: #777777;
}

#list-menu ul
{
	background-color: #DDDDDD;
	border: solid #EEEEEE 1px;
	list-style-type: none;
	font-size: 1.3em;
	color: #222222;
	padding: 7px;
	margin-left: 0px;
	margin-top: 10px;
}

#list-menu li
{
	margin-bottom: 3px;
}

#list-menu a
{
	text-decoration: none;
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited
{
	color: #555555;
	padding: 0px;
	margin: 0px;
}

#list-menu a:hover
{
	/* color: #64cb36; */
	color: #316caf;
}

.show_date
{
	background-color: #EEEEEE;
	border: solid #DDDDDD 1px;
	padding: 10px;
	margin-bottom: 15px;
}

#content ul
{
	margin-left: 0px;	
	padding: 0px;
	list-style-type: none;
}

#content li
{
	margin-bottom: 10px;
	margin-left: 0px;
}