#content a:link{
	color:#444;
	text-decoration:none;
}
#content a:visited{
	color:#444;
	text-decoration:none;
}
#content a:hover{
	color:#fff;
	text-decoration:none;
	background-color:#333;
}

#content p{
	line-height:1.6;
	font-size:1.2em;
	text-align:justify;
	text-justify:inter-ideograph;
}
#content h2{
	font-size:4em;
	color:#333;
}
#content h2.entry-title a,
#content h2.entry-title a:link,
#content h2.entry-title a:visited{
	font-size:1em;
	color:#000;
	background-color:#333;
}
#content h1.entry-title{
	font-size:3em;
	color:#666;
	font-weight:bold;
}
#content div.entry-utility{
	margin:0 0 20px 0;
}
#content div.navigation{
	font-size:4em;
	color:#333;
	font-weight:bold;
}
#content h3{
	color:#333;
	font-size:2em;
	padding:8px;
}
#content div#nav-above{
	display:none
}

#content img.justifyleft   {margin-right:10px;float:left;}
#content img.justifyright  {margin-left:10px;float:right;}
#content div.justifyleft   {margin-right:10px;float:left;line-height:1.6;}
#content div.justifyright  {margin-left:10px;float:right;line-height:1.6;}

#content table             {border-collapse:collapse;width:100%;background-color:#fff;}
#content table td,
#content table th          {padding:8px;border:1px solid #ccc;vertical-align:top;}
#content table th          {white-space:nowrap;background-color:#eee;}
#content table.noborder    {width:auto;}
#content table.noborder td,
#content table.noborder th {border:none;padding:0;}

#content ul                {margin-left:2em;list-style-type:square;}
#content ul li             {margin-bottom:0.5em;}

#content input,
#content textarea,
#content select            {font:inherit;}

#content fieldset{
	padding:15px 30px;
}
#content label{
	display:block;
	font-weight:bold;
	font-size:1.2em;
}
#content label input,
#content select,
#content label textarea{
	display:block;
	margin-top:8px;
	margin-bottom:15px;
}
textarea#cfMessage         {width:500px;height:150px;}

#content input.text,
#content textarea{
	border:1px solid #ccc;
	background-color:#999;
	padding:8px;
	width:400px;
}
#content input.button{
	background-color:#333;
	color:#fff;
	padding:5px 10px;
	cursor:pointer;
	cursor:hand;
	border:1px solid #ccc;
	margin:1.5em 0;
	font-size:1.5em;
}

}
td.mceToolbar,
td.mceIframeContainer,
td.mceStatusbar           {border:none;}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #333;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #333;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #333;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

.errors{
	color:#F00;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #333;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
	width:50%;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: orange;
	font-weight: bold;
	margin:5px;
}
#respond label {
	color: #666;
}
#respond input {
	background-color:#999;
	margin: 0 0 9px;
	width: 70%;
}
#respond textarea {
	background-color:#999;
	width: 90%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	padding:5px 10px;
	border:#666 1px solid;
	background-color:#333;
	color:#fff;
	width: auto;
}