body {
	font: normal 14px/1.5 "Helvetica Neue", Arial, sans-serif;
	color: #555;
	background: #fff;
}

.container {
	overflow: hidden;
	width: 950px;
	margin: 0 auto;
	padding: 20px;
}

/********************
****	Header
********************/
#header.container {
	padding: 20px 0;
	width: 990px;
}
#header a {
	text-decoration: none;
	padding: 5px 10px;
}
#header h1 {
	float: left;
	text-transform: uppercase;
}
#header h1 a {
	display: block;
}
#header h1 a.fj-logo {
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0;
}
#header ul {
	float: right;
}
#header ul li {
	float: left;
	margin-left: 1px;
}
#header ul li a {
	display: block;
}
#header ul ul {display:none;}
	
	
/********************
****	Content
********************/
#shadow {
    width: 990px;
    padding: 0 10px;
    margin: 0 auto;
}
#header_slideshow {
	height: 315px;
	margin-bottom: 20px;
}
#content {
	background: #fff;
}
#content a {
	text-decoration: none;
}
#main {
	width: 670px;
	overflow: hidden;
	float: left;
}
#sidebar {
	width: 208px;
	float: right;
}

h2.summary-title {
	margin-bottom: 3em;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

h2.summary-title small {
	color: #999;
	font-weight: normal;
}

/********************
****	Post
********************/
.post {
	margin-bottom: 3em;
}

.post:last-child {
	margin-bottom: 1.5em;
}

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

.post-title a {
	text-decoration: none;
	font-size: 18px;
	color: #333;
}

.post .post-date {
	margin-bottom: 1.5em;
	text-transform: uppercase;
	font-size: 12px;
}

.post .content p {
	margin-bottom: 1.5em;
}

.post .content img {
	max-width: 100% !important;
	display: block;
	margin: 0 auto 1.5em 0;
}

.post .content p img {
	margin: 0 auto;
}

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

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

.post .post-footer {
	overflow: hidden;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 3px 0;
}

.post .post-footer li {
	float: left;
	padding-right: 10px;
	margin-left: 10px;
	border-right: 1px dotted #ccc;
	text-transform: uppercase;
	font-size: 11px;
}

.post .post-footer li:first-child {
	margin-left: 0;
}

.post .post-footer li:last-child {
	border: none;
}

h3.slideshow-link {
    margin: 15px;
    text-align: cente;
}
/*div#cycle {
    text-align: center;
}
div#cycle #post_slideshow {
    overflow: hidden;
    height: 420px;
    margin: 0 auto;
    vertical-align: middle;
}

#post_slideshow img {
    max-height: 420px;
}
div#controls {
    overflow: hidden;
    padding: 5px;
    border-bottom: #555 solid 1px;
    margin-bottom: 15px;
}
div#cycle span{
    text-indent: -99999px;
    float: left;
    height: 16px;
    width: 16px;
    margin-right: 5px;
}
div#cycle #prev{
    background: url(control_back.png);
}
div#cycle #pause{
    background: url(control_pause.png);
}
div#cycle #resume{
    background: url(control_play.png);
}
div#cycle #resume{ display: none; }
div#cycle #next{
    background: url(control_forward.png);
}
div#cycle #caption{
    float: right;
    font-size: 11px;
    color: #555;
}*/

/********************
****	Paginator
********************/
.pagination {
	margin-bottom: 1.5em;
}

.pagination ul {
	border-left: 1px dotted #ccc;
	overflow: hidden;
}

.pagination li {
	float: left;
	border: 1px dotted #ccc;
	border-left: none;
	text-transform: uppercase;
	font-size: 11px;
}

.pagination li a,
.pagination li span {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}

.pagination li span.current {
	font-weight: bold;
}


/********************
****	Sidebar
********************/
#search_form,
#sidebar #description,
#sidebar ul {
	margin-bottom: 30px;
}

#description {
	overflow: hidden;
}

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

#search_form .text_input {
	font: normal 12px/1.25 "Helvetica Neue", Arial, sans-serif;	
	color: #555;
	padding: 3px;
	border: 1px solid #999;
	width: 190px;
}

#search_form .text_input.placeholder {
	font-style: italic;
	color: #999;
	border-color: #ccc;
}
#sidebar h2 {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 5px;
}

#sidebar h2 small {
	font-weight: normal;
	font-size: 11px;
}

#sidebar #description,
#sidebar li,
#sidebar li a {
	font-size: 12px;
	line-height: 21px;
	text-decoration: none;
}


/********************************************************
****	Tag cloud
********************************************************/
#content .tag_cloud { margin-top: 30px; text-align: center; }
#content .tag_cloud a { margin: 5px; font-weight: normal; /*display:block;*/}
.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;
}

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

#comments h3 {
	margin: 2em 0 1em 0;
}
#comments .comment {
	padding: 2em;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
}

#comments .comment .avatar {
	float: left;
	margin-right: 1em;
	padding: 1px;
	border: 1px solid #ccc;
}

#comments cite a {
	text-decoration: underline;
}

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

#comment_form .field label {
	display: block;
	float: left;
	width: 90px;
	padding: 3px;
	font-size: 12px;
	line-height: 18px;
	border: 1px solid transparent;
}

#comment_form .text_input,
#comment_form textarea {
	float: left;
	border: 1px solid #bbb;
	color: #777;
	padding: 3px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	margin: 0;
	font-size: 11px;
	line-height: 18px;
}

#comment_form .text_input:focus,
#comment_form textarea:focus {
	color: #333;
	border-color: #333;
}

#comment_form textarea {
	width: 330px;
	height: 10em;
}

#comment_form .required label {
	font-weight: bold;
	color: #333;
}

#comment_form .required label:before {
	content: "* ";
	color: #dd0000;
}

#comment_form .help {
	float: left;
	font-size: 11px;
	line-height: 18px;
	padding: 3px;
	border: 1px solid transparent;
	font-family: "Lucida Grande", Verdana, sans-serif;
	color: #999;
	margin-left: 5px;
}

#comment_form .remember {
	font-size: 11px;
	line-height: 18px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	color: #999;
	float: left;
	margin-top: 10px;
}

#comment_form .remember label:hover {
	color: #000;
	cursor: pointer;
}

#comment_form .submit {
	width: 338px;
	margin-left: 96px;
	margin-top: 10px;
	overflow: hidden;
}

#comment_form .submit_button {
	float: right;
	border: none;
	background: #999;
	font-size: 13px;
	line-height: 13px;
	padding: 10px 15px;
	cursor: pointer;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#comment_thanks {
    padding: 20px 20px 0px 20px;
}


#footer {
	text-align: center;
	padding: 10px;
	font-size: 12px;
}