body {
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #444;
}

.text_input {
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 2px;
	border: 1px solid #999;
	color: #444;
}

.container {
	background: #ffffff;
	width: 950px;
	padding: 0px 10px;
	margin: 0 auto;
}

#header h1 a {
	text-decoration: none;
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#header_slideshow {
	height: 315px;
}

/*********************
****	Menu
*********************/
#nav {
	overflow: hidden;
}

#nav a,
#nav label {
	padding: 8px 12px;
	cursor: pointer;
}

#nav a {
	display: block;
	text-decoration: none;
}

#nav li {
	float: left;
}

#nav li ul {
	position: absolute;
	left: -9999px;
}

#nav li li {
	clear: both;
	float: none;
}

#nav li:hover ul {
	left: auto;
}

#nav form {
	float: right;
	margin: 0;
	padding: 0;
}

#nav form p {
	margin: 0;
	padding: 0;
}

#id_search {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
	line-height: 11px;
	padding: 0;
	border: 1px solid #eeeeee; 
    /*border-color: #eeeeee;*/
}

#search_go {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	font-size: 11px;
	padding: 0;
	cursor: pointer;
/*	display: none;*/
}

#nav form,
#nav form p,
#nav form #id_search,
#nav form #search_go {
	margin: 0;
	font-size: 11px;
	line-height: 16px;
	height: 16px;
}

#nav form #id_search {
	padding: 2px 4px;
	font-size: 11px;
	line-height: 11px;
	height: 16px;
}

#nav form #id_search.placeholder {
	color: #999;
	font-style: italic;
}

#nav form #search_go {
	margin: 0 12px 0 6px;
	display: none;
}

#nav form p {
	position: relative;
}


#content {
    padding: 15px 25px;
}

/*********************
****	Posts
*********************/

.post-title {
	margin-bottom: .25em;
}

.post-title a {
	line-height: 1.125;
	text-decoration: none;
}

.summary-title {
	color: #222;
	border-bottom: 3px solid #222;
	padding-bottom: 3px;
	margin:  25px 0 0 0;
}

.summary-title small {
	font-weight: normal;
	color: #999;
	margin-left: 5px;
}

.summary .post-title {
	font-size: 18px;
	margin-bottom: 5px;
}

.post {
	padding: 25px 0;
	overflow: hidden;
}

.summary .post {
	border-bottom: 1px dotted #ccc;
}

.summary .post .thumb {
	float:left;
	margin-right: 20px;
	width: 100px;
	text-align: center;
}

.post .content {
	margin: 20px 0;
}

/*Bottom margin for block elements*/
.post .content p,
.post .content ul,
.post .content ol { margin-bottom: 1.5em; }

/* Post images */
.post .content img {
	display: block;
	margin: 0 auto 1.5em auto;
}

/*No bottom margin on nested lists*/
.post .content ul ul,
.post .content ol ol,
.post .content ul ol,
.post .content ol ul { margin-bottom: 0; }

.post .content ul,
.post .content ol {
	padding-left: 2em;
}

.post .content ul { list-style-type: disc; }
.post .content ol { list-style-type: decimal; }

img.post-seperator {
	display: block;
	margin: 0 auto;
}

.post-info {
	overflow: hidden;
	font-size: 12px;
}
.post-tags {
	background: url(icon_tag_24.png) no-repeat 0 0;
	font-size: 12px;
	line-height: 24px;
	padding: 0 0 0 26px;
	margin: 10px 0;
}
.post-tags a { text-decoration: none; font-weight: bold; }
.post-footer .share {
	font-size: 12px;
	overflow: hidden;
	padding: 0 5px;
	border: 1px solid #ddd;
}
.post-footer .share li {
	float: left;
	line-height: 16px;
	margin: 0 10px;
}
.post-footer .share li.alt {
	float: right;
}
.post-footer .share li a {
	display: block;
	padding: 10px 0;
	text-decoration: none;
}

.post-footer .share li a.comment-box-toggle {
	background: url(icon_comment_16.png) no-repeat 0 center;
	padding-left: 22px;
}

.post-footer .share li a.comment-form-toggle {
	background: url(icon_add_16.png) no-repeat 0 center;
	padding-left: 22px;
}

.post-footer .share li a.post-permalink {
	background: url(icon_link_16.png) no-repeat 0 center;
	padding-left: 22px;
}

.post-footer .share li a.post-email {
	background: url(icon_email_16.png) no-repeat 0 center;
	padding-left: 22px;
}

/*	.post-date { float: left; }
	.post-link-email { float: right; }
	.post-tags, .post-comment-tools { font-size: 15px; line-height: 1.6em; }
	.post-tags { float: right; clear: right; }
	.post-comment-tools { float: left; clear: left; }*/

.next_previous_posts,
.pagination {
	text-align: center;
	font-size: 18px;
	padding: 10px 0;
	color: #ccc;
}

.next_previous_posts a {
	text-decoration: none;
	font-weight: bold;
}

.pagination {
	font-size: 1.15em;
}

.pagination a {
	text-decoration: none;
	padding: 0 3px;
}

.pagination span.current {
	font-weight: bold;
	color: #333;
}

/*********************
****	Comments
*********************/
body.comments_page {
	background: none;
}

.comments {
	height: 250px;
	overflow-y: scroll;
	padding: 5px;
	font-size: 11px;
}

.comments .comment {
	margin: 15px 10px;
}

.comments h5 small {
	font-weight: normal;
}

.comments a {
	text-decoration: none;
}

.comments a:hover {
	text-decoration: underline;
}

.comment_form {
	padding: 10px 0;
	overflow: hidden;
}

.comment_info { float: left; width: 270px; margin-right: 20px; }
.comment_body { float: left; width: 500px; }

.comment_form label,
.comment_form .text_input,
.comment_form textarea {
	font: normal 12px/12px "Lucida Grande", Verdana, sans-serif;
	border: 1px solid #ccc;
	color: #888	;
	display: block;
	padding: 4px;
}

.comment_form label {
	border-color: transparent;
	padding: 6px 0px;
}

.comment_form label:focus,
.comment_form .text_input:focus,
.comment_form textarea:focus {
	outline: none;
	color: #444;
	border: 1px solid #555;
}

.comment_form .field {
	margin-bottom: 5px;
}

.comment_form label  {
	display: block;
	float: left;
	width: 90px;
}

.comment_form .text_input {
	width: 165px;
}

.comment_form .checkbox_input {
	margin-right: 0;
}

.comment_form textarea {
	height: 77px;
	width: 490px;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.comment_form textarea.placeholder {
	color: #999;
	font-style: italic;
}

.comment_form .checkbox.field {
	float: left;
}

.comment_form .submit_button {
	float: right;
	cursor: pointer;
	font-size: 13px;
	line-height: 13px;
	padding: 8px 12px;
	font-weight: bold;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
}

.comment_form .submit_button:active,
.comment_form .submit_button:focus {
	outline: none !important;
}

.comment_form .checkbox.field label {
	float: none;
	display: inline;
	padding: 0;
}

#comment_thanks {
    padding: 20px 20px 0px 20px;
    text-align: center;
}

ul.errorlist,
ul.errorlist li { margin: 0; padding: 0; }
ul.errorlist li {
	color: #cc0000;
	font-size: 11px;
}

h4.error_header {
	color: #cc0000;
	background: #ffff99;
	font-size: 13px;
	font-weight: normal;
	padding: 5px;
	text-align: center;
}

.comment_form .comment_info .errorlist li {
	margin-left: 90px;
	margin-bottom: 15px;
}


/*********************
****	Bottom stuff
*********************/
#bottom {
	overflow: hidden;
	margin: 30px 0;
}

#bottom .module {
	float: left;
	width: 20%;
	padding-right: 5%;
}

#bottom .module a {
	text-decoration: none;
}

#bottom .big.module {
	width: 45%;
}

#bottom .full.module {
	padding-top: 30px;
	width: auto;
	clear: both;
}

#bottom #description {
	overflow: hidden;
	font-size: 12px;
	line-height: 21px;
}

#bottom #description #avatar {
	float: left;
	margin: 10px 15px 0px 0;
}

#bottom .module h2 {
	margin-bottom: 5px;
}

#bottom .elsewhere_list li a.fj-social-network {
	display: block;
	font-size: 14px;
	line-height: 16px;
	padding: 5px 0 5px 24px;
	background-repeat: no-repeat;
	background-position: 0 center;
}

/********************************************************
****	Tag cloud
********************************************************/
#content .tag_cloud { margin: 30px 0; text-align: center; }
#content .tag_cloud a { margin: 5px; font-weight: normal; text-decoration: none; }
.tag_cloud a.tag_1 { font-size: 13px; opacity: .46;}
.tag_cloud a.tag_2 { font-size: 16px; opacity: .52;}
.tag_cloud a.tag_3 { font-size: 19px; opacity: .58;}
.tag_cloud a.tag_4 { font-size: 22px; opacity: .64;}
.tag_cloud a.tag_5 { font-size: 25px; opacity: .70;}
.tag_cloud a.tag_6 { font-size: 28px; opacity: .76;}
.tag_cloud a.tag_7 { font-size: 32px; opacity: .82; }
.tag_cloud a.tag_8 { font-size: 35px; opacity: .88;}
.tag_cloud a.tag_9 { font-size: 38px; opacity: .94; }
.tag_cloud a.tag_10 { font-size: 41px; }

.archive_index {
	margin: 30px;
	list-style-type: disc;
}

.archive_index li {
	margin-bottom: .25em;
}

/*********************
****	Footer
*********************/
#footer {
	text-align: center;
	font-size: 11px;
	line-height: 18px;
	padding: 5px 0;
	background: #f4f4f4;
}

#footer p {
	margin: 0;
}

#footer p a {
	color: #555;
}

iframe#_atssh{
	display: none;
}