/* Modified WP Default */





/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

.rightcol #searchform #s {
	width: 108px;
	padding: 2px;
	}

.rightcol #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

 #commentform {
  display:none;
 }
 
 #respond {
  display:none;
 }
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	display:none;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

.navigation {
	display: block;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 40px;
	font-size:9pt;
	display:none;
	}


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

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

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */


acronym, abbr, span.caps {
	cursor: help;
	}

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

/* List Styles
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}
 */
.entry ul li:before, .rightcol ul ul li:before {
	content: "\00BB \0020";
	}

	li h2:before {
   content:"\0000 \0000";
  }



.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li, li h2, {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.rightcol ul, .rightcol ul ol {
	margin: 0;
	padding: 0;
	}

.rightcol ul ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
 /*
.rightcol ul p, .rightcol ul select {
	margin: 5px 0 8px;
	}

.rightcol ul ul, .rightcol ul ol {
	margin: 5px 0 0 10px;
	}

.rightcol ul ul ul, .rightcol ul ol {
	margin: 0 0 0 10px;
	}

ol li, .rightcol ul ol li {
	list-style: decimal outside;
	}

.rightcol ul ul li, .rightcol ul ol li {
	margin: 3px 0 0;
	padding: 0;      */
}
/* End list styles */
  /* My actual CSS */

 html, body {
  margin:0;
  padding:0;
  border:none;
  height:100%;
}

body {
	text-align:center;
	font-size:10pt;
	color:black;
	background-image:url('http://www.JFCentral.org/HeroicBakery/images/bgbg.jpg');
	background-repeat:repeat-both;
}

a, a.active, a.visited {
       color:#2d6e19;
       border-style:none;
       text-decoration:none;
       font-weight:bold;
}

a:hover {
  text-decoration:underline;
}

small {
  font-size:8pt;
  margin:0px;
  margin-left:15px;
}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #3f3f3f;
}

.postmetadata {
  width:100%;
  background-color:#fafafa;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #e0e0e0;
  margin-bottom:30px;
  display:none;
}

 #intro {
  padding:8px;
  background-color: #fafafa;
  border: 0;/*px dashed;
  border-color: #422412; #d3d3d3;   */
  text-indent:10px;
 }

 #intro b {
  font-weight:bold;
 }

 #humor {
  margin-top:10px;
  margin-bottom:20px;
 }


img {
	border-style:none;
	padding:0px;
	margin:0px;
}

.centercontainer {
	text-align:center;

}


#banner {
	width:800px;
	padding:0px;
	margin:0px;
	display:none;
}

.leftcol {
	width:142px;
	padding-top:120px;
	background-image:url('http://www.JFCentral.org/HeroicBakery/images/bakerbottom.gif');
	background-repeat:no-repeat;
	text-align:center;
 height:100%;
 vertical-align:bottom;
	margin:0px;
	float:left;
	display:none;

}

.midcol {
	padding:0px;
	margin:0px;
	float:left;
}

.rightcol {
	width:188px;
	padding:0px;
	margin:0px;
	float:left;
	text-align:left;
	padding:5px;
	padding-left:10px;
 color:black;
 font-weight:bold;
 font-size: 9pt;
 font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
 background-image:url('http://www.JFCentral.org/HeroicBakery/images/bannerfadebg.jpg');
 background-repeat: repeat-x;
 display:none;
}

.rcolinnards {
  position:relative;
  top:0px;
  left:0px;
  z-index:100; /* Place above border */
}

.rcolborder {
  position:relative;
  top:-160px;
  left:0px;
  border:0px;
  margin:0px;
  z-index:99;
}


#textarea {
	background-image:url('http://www.JFCentral.org/HeroicBakery/images/textareatop.gif');
	background-repeat:no-repeat;
	text-align:center;
	background-color:white;
	padding:50px;
	padding-top:0px;

}

#textcontainer {
	padding:30px;
	padding-top:30px;
	font:verdana;
	font-size:9pt;
	color:black;
	text-align:left;
 font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.articleImage {
 text-align:center;
 color: #3f3f3f;
  width:100%;
  background-color:#fafafa;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #e0e0e0;
  padding-top:5px;
}

#menu {
	width:130px;
	border:2px solid;
	border-color:#575757;
	background-color:#f9f8e2;
	text-align:left;
}

h1, h2, h3 {
  font-weight:bold;
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin:0px;
	padding:0px;
}

h1, h2, h1 a, h2 a {
	font-size:13pt;
	color:#422412;
	text-decoration:none;
	margin:0px;
	padding:0px;
}

h2.pagetitle, h1.pagetitle {
  color:black;
  margin:0px;
  padding:0px;
  clear:0;
}

h3 {
  font-size: 11pt;
}
h2 a:hover, h1 a:hover {
	font-size:13pt;
	color:#422412;
	text-decoration:underline;
}

.rightcol h2, li.categories {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 9pt;
	color:black;
	margin:0px;
	margin-left:4px;
	font-weight:bold;
	}

h3  {
  font-size:11pt;
	font-family:verdana;
	color:#422412;
	clear:both;
}


h2.introtitle {
  margin:0px;
  width:100%;
  text-align:center;
  margin-bottom:0px;
}

.postedtime {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	margin-left:70px;
	font-style:italic;
	color:#575757;
}

.rightcol input {
	background-image:url('http://www.JFCentral.org/HeroicBakery/images/inputgradient2.jpg');
	width:70%;
}

#searchsubmit  {
  background-image:url('http://www.JFCentral.org/HeroicBakery/images/inputgradient2.jpg');
}


/* WP List Styles
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 0px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}
*/
/*.entry ul li:before, .rightcol ul ul li:before {
	content: "\00BB \0020";
	}
*/

  .rightcol ul ul li:before, #menu ul li:before {
	content: "\00BB \0020";
	}

.rightcol li, #menu li {
	list-style-type: none;
	list-style-image: none;
  margin-top:15px;
  margin-left:4px;
	}

.rightcol li ul li, #menu ul li { /* Individual List Elements*/
  margin:0px;
  margin-left:13px;
	padding: 0px;
	font-size:8pt;
	width:100%;

	}

	#menu ul {
    width:124px;
    margin-left:-48px;
    margin-top:-3px;
 }
	/* END WP LIST STYLES */

 /* Contact form plugin */
	.ddfmwrap {
  width:100%;
  text-align:left;
  padding:10px;
  padding-left:0px;
  text-indent:0px;
  position:relative;
  left:-50px;
 }

  .ddfmwrap p {
    padding:0px;
    margin:0px;
  }

  #txtbottom {
    display:none;
  }
