body {
	margin:0;
	padding:0;
	text-align:center;
	color:#221e13;
	font-family:'Trebuchet MS',Arial;
	background:#221E13 url(images/jf-page-bg.jpg) bottom center no-repeat fixed;
}

#photoFlipper {
	position:relative;
	left:340px;
	top:30px;
	display:none;
}

.headerImage1, .headerImage2, .headerImage3, .headerImage4 {
	position:absolute;
	top:20px;
	left:20px;
	padding:15px;
	background:#ffffff;
	border:1px solid #E8D1A7;
	display:none;
}

.headerImage1 {
	-webkit-transform: rotate(5deg) scale(1, 1);
    -moz-transform: rotate(5deg) scale(1, 1);
    transform: rotate(5deg) scale(1, 1);
}

.headerImage2 {
	-webkit-transform: rotate(-5deg) scale(1, 1);
    -moz-transform: rotate(-5deg) scale(1, 1);
    transform: rotate(-5deg) scale(1, 1);
}

.headerImage3 {
	-webkit-transform: rotate(7.5deg) scale(1, 1);
    -moz-transform: rotate(7.5deg) scale(1, 1);
    transform: rotate(7.5deg) scale(1, 1);
}

.headerImage4 {
	-webkit-transform: rotate(-6.5deg) scale(1, 1);
    -moz-transform: rotate(-6.5deg) scale(1, 1);
    transform: rotate(-6.5deg) scale(1, 1);
}

#page {
	margin:0px auto;
	text-align:left;
	width:1000px;
	padding-top:0px;
	padding-bottom:20px;
	background:#D8CFB2 url(images/jf-body-bg.jpg) top left;
	border:0px #000000 solid;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-khtml-border-bottom-left-radius: 8px;
	-khtml-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

#topMenu {
	padding:9px;
	background:#DEC79D;
	border:0px #000000 solid;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-khtml-border-bottom-left-radius: 8px;
	-khtml-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	width:68%;
	font-size:18px;
	text-align:center;
	margin:0 0 auto auto;
	color:#000000;
	font-weight:bold;
}

#header #topMenu a {
	color:#000000;
}

#header #topMenu a:hover {
	color:#354010;
}

#header {
	background:#221E13 url(images/jf-header-bg.jpg) top center no-repeat;
	height:317px;
	color:#eee;
	font-weight:normal;
	letter-spacing:-1px;
	font-family:'Californian FB','Georgia','Arial';
	text-align:left;
	margin:0px;
	padding-left:10px;
	padding-top:0px;
}

#header a {
	color:#FF6600;
	padding:10px;
	text-decoration:none;
}

#header a:hover {
	color:#FF9933;	
}

#description {
	font-family:Candara,'Trebuchet MS';
	font-weight:bold;
	color:#ffffff;
	font-size:24px;
	padding:3px;
	padding-left:10px;
	display:inline;
	width:550px;
	text-align:center;
}

#jamesLogo {
	margin: 0px 0px 0px 25px;
	display:inline;
	float:left;
	background:#000000;
}

#sidebar {
	float:left;
	width:210px;
	margin:7px;
	margin-top:25px;
	padding:18px;
	padding-top:25px;
	text-align:justify;
	background:#d8cfb2;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	opacity:.8;
	filter:alpha(opacity=80);
}

#sidebar h2 {
	color:#354010;
	font-family:Georgia,serif;
	font-size:18px;
	padding:0px 0px 9px 0px;
	margin:0px 0px 0px 0px;
}

#sidebar sub {
	line-height:99%;
}

a#rss_top {
	color:orange !important
}



#searchform input{
	background:#d8cfb2;
	padding:3px;
	margin-top:10px;
	border:1px solid #564430;
	color:#564430;
	font-family:'Georgia',serif;
	font-size:14px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#searchform input[type="submit"] {
	cursor:pointer;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#searchform input[type="submit"]:hover {
	background:#555c1a;
	border-color:#354010;
	color:#333;
}

#sidebar ul,#sidebar   ul   li {
	padding:0;
	margin:0;
	list-style:none;
}

#sidebar  ul{
	list-style:none;
	padding:0;
	margin:0;
	font-size:14px;
}

#sidebar>ul {
	padding-bottom:5px;
	*margin-bottom:20px;	
}

#sidebar > ul > li > ul > li ul {
	//list-style:none;
	padding:0;
	margin:0;
	margin-left:3px !important;
	padding-left:3px;
	font-size:14px;
}

#sidebar ul li ul li{
	padding:3px;
	padding-left:5px;
}

#sidebar > ul > li > ul > li > ul > li {
	padding:3px;
	padding-left:3px;
	border:none;
}

#sidebar>ul>li>ul li {
	border-bottom:1px dashed #222;
}

#sidebar a {
	text-decoration:none;
	color:#221e13;
}

#sidebar li.current_page_item>a ,#sidebar li.current-cat>a {
	color:#FF3300 !important;
}

#sidebar a:hover {
	color:#564430;
}

#sidebar>ul>li ul {
	margin-left:3px;
}

/*******SIDEBAR END***************/

#content {
	margin-left:250px;
	padding-right:15px;
	padding-left:15px;
	font-size:16px;
}

#content .post {
	padding:5px;
	margin-left:0px;
	float:left;
	width:710px;
	line-height:1.2em;
}

#content h2,#content h3 a{
	font-weight:normal;
	font-family:"Californian FB",serif;
}

#content-home {
	margin-left:250px;
	padding-right:15px;
	padding-left:15px;
	font-size:16px;
}

#content-home .post {
	padding:5px;
	margin-left:0px;
	float:left;
	width:710px;
	line-height:1.2em;
}

#content-home h2,#content-home h3 a{
	font-weight:normal;
	font-family:"Californian FB",serif;
}

h3{
	border-bottom:1px solid #333;
}

#content h2 {
	padding:10px 0px 0px 0px;
	color:#221e13;
}

#content h2 a{
	color:#333;//03B6C7;
	text-decoration:none;
}

#content h2 a:hover {
	color:#FF6600;
}

#content .entry {
	padding:5px;
	padding-top:0px;
	padding-left:5px;
	color:#2e241a;
	font-size:1.0em;
}

#content .entry a {
	text-decoration:underline;
	color:#354010;
}

#content .entry a:hover {
	color:#555c1a;
}

p.postmetadata {
	background:#222;
	border:1px solid #111;
	padding:5px;
	font-size:14px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

p.postmetadata a,p.postmeta a{
	text-decoration:none;
}

p.postmeta span {
	float:left;
	background:#222;
	border:1px solid #272727;
	padding:4px;
	margin:5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.clear {
	clear:both;
}

a.post-edit-link {
	padding-left:16px;
	background:transparent url("images/edit.png") no-repeat center left;
}

a[title~=Comment] {
	padding-left:16px;
	background:transparent url("images/comment.png") no-repeat center left;
}

a {
	color:#354010;
	text-decoration:none;
}

a:hover {
	color:#564430;
}

a img {
	border:none;
}

a.rss {
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	background:transparent url("images/rss.png") no-repeat center left;
}

h2,h3 {
	color:#898989;
	font-weight:normal;
}

div.comment_part {
	margin-left:5px;
	padding-left:10px;
	width:590px;
}

h3#comments {
	padding:5px;
	color:#FF9933;
}

ol.commentlist li {
	background:#070707;
	border-top:1px solid #111;
	border-left:5px solid #111;
	padding:10px;
}

ol.commentlist li.alt {
	background:#040404;
	border-top:1px solid #111;
	border-left:5px solid #111;
	padding:10px;
}

ol.commentlist img.avatar {
	border:2px solid #333;
	width:32px;
	height:32px;
	background:transparent url("images/user.png");
	display:block;
}

cite.comment_author {
	color:#eee;
	text-transform:capitalize;
	font-style: normal;
}

em.awaiting_moderation {
	color:orange;
	display:block;
	background:#111;
	padding:3px;
	font-size:10px;
	border:1px solid orange;
	margin:0px;
}

small.commentmetadata,small.commentmetadata a {
	color:#221e13;
	background:#222;
	padding:3px;	
}

#commentform input[type="text"] {
	background:#070707;
	border:2px solid #111;
	color:#221e13;
	padding:3px;
	font-family:Arial;
}

#commentform textarea {
	background:#070707;
	border:2px solid #111;
	color:#221e13;
	padding:3px;
	font-family:Arial;
	overflow:auto;
	width:500px;
	height:350px;	
}

#commentform input[type="submit"] {
	background:#070707;
	padding:6px;
	border:2px solid #111;
	color:#221e13;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#commentform input[type="submit"]:hover {
	background:#FF9933;
	border-color:#FF6600;
	color:#333;
}

small.time,small.author {
	color:#FF6600
}

hr {
	display:none;
}

#footer {
	background:#D8CFB2 url(images/jf-body-bg.jpg) top left;
	clear:both;
	padding:0px;
	text-align:center;
	height:60px;
	font-size:14px;
	margin-top:5px;
	border:0px #2E241A solid;
	width:1000px;
	margin:0px auto;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#footer p {
	padding:20px;
	color:#221e13;
}

.note,.warning,.caution,.highlight {
	background:#FFFFCC;
	padding:5px;
	font-size:14px;
	color:#666;
	border:1px solid #CCCC99;
	border-width:1px 0px;
}

a.download {
	background:#ff9933;
	padding:5px;
	color:#111;
	border:1px solid #ff6611;
}

/* Begin Images */

p img {
	padding: 6px;
	max-width: 100%;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#wp-calendar {
	empty-cells: show;
	margin: 0px auto 0;
	width: 240px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	color:#ff6600;
}

#wp-calendar caption {
	text-align: center;
	font-weight:normal;
	color:#fff;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: left;
}

acronym, abbr, span.caps {
	
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #333;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

hr {
	display: none;
}

a img {
	border: none;
}

.wp-caption {
	border: 1px solid #111;
	text-align: center;
	background-color: #222;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

div.single_navigation {
	font-size:18px;
	font-family:'Arial Narrow';
}

div.single_navigation table {
	width:650px;
	margin-top:20px;
	padding:5px;
	border-bottom:1px solid #111;
}

div.single_navigation table a {
	color:#666;
}

div.single_navigation table a:hover {
	color:#FF9933;
}

td.single_alignleft,td.single_alignright {
	width:325px;
}

td.single_alignright {
	text-align:right;
	border-left:1px solid #111;
}

td.single_alignleft a {
	padding:24px;
	background:transparent url("images//previouspost.png") no-repeat center left;	
}

td.single_alignright a {
	padding:24px;
	background:transparent url("images//next_post.png") no-repeat center right;
}

div.navigation>div.alignleft a {
	padding:24px;
	background:transparent url("images//previouspost.png") no-repeat center left;
}

div.navigation>div.alignright a {
	padding:24px;
	background:transparent url("images//next_post.png") no-repeat center right;
}

.gallery {
	line-height:10px !important;
}

.gallery {
	margin: auto;
}

.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}

.gallery img {
	border: 2px solid #333;
}
	
.gallery-caption {
	margin-left: 0;
}

.gallery-icon {

}

.donationFieldset {
	border:2px dotted #221e13;
	margin: 5px auto;
	padding:4px auto;
	text-align:center;
	width:520px;
}

.donationFieldset table {
	width:100%;
}

#tcform {
	width:260px;
}

#tcform label {
	display:inline-block;
	width: 80px;
}

#tcf_msg {
	display:block;
}