/*
Theme Name: fdp_jb
*/

*
{
	padding: 0;
	margin: 0;
}

body
{
	background: #F9F9F7;
	font-size: 10px;
	font-size:small;
	font-family: Verdana, "Trebuchet ms", helvetica, sans-serif;
	color: #3a3a3a;
	line-height: 18px;
	font-size:70%;
}

a
{
	text-decoration:none;
  color: blue;
}

a:hover
{
	border-bottom:blue 1px solid;
}

p
{
	margin-bottom: 14px;
}
ul, ol
{
	margin:1em;
	padding:0;
}
li
{
	margin:0 1em;
	padding:5px 0;
}
blockquote
{
    margin:10px 20px;
    padding-left:10px;
    border-left:#ccc 2px solid;
}
fieldset
{
	border:none;
}
img.left
{
	float: left;
	margin: 0 14px 3px 0;
}
img.right
{
	float: right;
	margin: 0 14px 3px 0;
}
a img
{
	border:#ccc 1px solid;
}
h1,h2,h3,h4,h5,h6
{
	font-family: Corpos, Georgia, "Lucida Sans Unicode", Tahoma, Arial, Serif;
}
#upbg
{
/*
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
*/
	background: #F9F9F7;
/*
	width: 747px;
*/
  height: 170px;
display: none;
}

#outer
{
	position: relative;
	width: 747px;
/*  width: 687px; */
	margin: 0 auto;
	background: white;
	border:#ccc 1px solid;
}

#inner
{
/*
	position: relative;
	z-index: 2;
*/
	padding: 13px 30px 13px 30px;
	padding: 0;
}

#header
{
/*
	position: absolute;
*/
	background: #F9F9F7;
/*	width: 210px; */
  width: 270px;
	height: 92px;
	color: #fff;
	padding-left: 8px;
  float: left;
}

#header span
{
	font-weight: normal;
}

#header h1
{
	font-size: 170%;
	line-height:1em;
	margin:10px 0 0 0;
}
#header h1 a
{
	color:black;
	text-decoration:none;
	border:none;
}
#header h2
{
	font-size: 130%;
	font-weight: normal;
	color:black;
	margin:5px 0 0 0;
	padding:0;
	padding:0 10px 0 0;
	font-family:Corpos, "Lucida Sans Unicode","Trebuchet MS", Verdana, Arial, Serif;
}


#splash
{
/*
	position: absolute;
  left: 270px;
*/
	width: 450px;
	height: 80px;
	background: #F9F9F7 url(images/panorama.gif) no-repeat center 20px;
float: right;
width: 469px;
height: 92px;
padding: 0;
}

#menu
{
/*
	position: relative;
*/
	background: #F9F9F7;
  height: 55px;
	padding: 0 20px 0 5px;
	margin: 98px 0 20px 0;
margin: 0 0 20px 0;
	font-family:Tahoma, Georgia, Arial, Verdana, Serif;
	text-transform:uppercase;
clear: both;
}

#menu ul
{
	margin:0;
	padding:0;
}

#menu ul li
{
	display: inline;
	line-height: 52px;
	padding-left: 3px;
	margin:0 10px 0 0;
}

#menu ul li a
{
	background-color: transparent;
	background-repeat: repeat-x;
	padding: 3px;
	font-size: 11.5px;
	color: black;
	font-weight: bold;
	border-bottom:none;
	border: #F9F9F7 1px solid;
}

#menu ul li a:hover, #menu ul li.current_page_item a
{
	background: white;
  border: black 1px solid;
	color: black;
	text-decoration: none;
}

#search
{
	color: black;
	font-size: 12px;
	font-family:Tahoma, Georgia, Arial, Verdana, Serif;
	text-transform:none;
	float:right;
	margin:-50px 0 0 0;
}

#searchsubmit
{
	background: white;
  border: black 1px solid;
	color: black;
	text-decoration: none;
	font-size:0.9em;
/*	background:url(images/a18.gif) repeat-x top; */
}

#content
{
/*
	position: relative;
*/
	width: 480px;
	float: left;
  width: 435px;
  width: 500px;
margin: 0;
padding-left: 25px;
}

#content .post .header
{
	background: url(images/a22.gif) bottom repeat-x;
	padding: 0 0 10px 0px;
	margin-bottom: 20px;
	position: relative;

  }
#content h3,#content h2
{
	position: relative;
	top: 4px;
	font-size: 15px;
	line-height: 25px;
	color: #656551;
}
#content h2.pagetitle
{
	text-align:center;
	margin:0 0 2em 0;
	font-size:1.5em;
}

#content h3 a:link, #content h3 a:visited
{
	border-bottom:none;
	color:#656551;
}
#content h3 a:hover,#content h3 a:active
{
	border-bottom:#656551 1px solid;
}
#content ul
{
    margin:1em;
    padding:0 1em;
    list-style-image:url(images/bullet.gif);
}
#content ol
{
    list-style-type:decimal;
    margin:1em;
    padding:0 1em;
}
#content .entry
{
	padding: 0px;
	margin-bottom: 20px;
}

#content .post
{
margin-bottom: 30px;
}

#content .post .date
{
	float:right;
	margin:-1px 0;
	color:#666;
	width:25%;
	padding:0;
	background: url(images/a22.gif) bottom repeat-x;
}
#content .post .date em
{
	font-style:normal;
	color:#666;
}
#content .post .date em.user
{
/*	background:url(images/user.png) no-repeat left top; */
  background:url(images/jb_48x48.jpg) no-repeat left top;
	padding-left:15px;
}
#content .post .date em.postdate
{
	background:url(images/date.gif) no-repeat left top;
	padding-left:17px;
}
#content .post .entry
{
margin-bottom: 0;
}

#content ul.asides
{
	background: url(images/a32.gif) repeat-x top;
	list-style:none;
	margin:2em 0;
	padding:0;
}
#content ul.asides li
{
	list-style:none;
	padding:0.5em 0;
}

#content .post .footer
{
	clear:both;
	background: url(images/a33.gif) repeat-x bottom;
}
#content .post .footer ul
{
	list-style: none;
	text-align:right;
	padding:20px 0;
}

#content .post .footer ul li
{
	display: inline;
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding:3px 0 3px 15px;
}

#content .post .footer ul li.comments
{
	background-image: url(images/a36.gif);
	color:#999;
}

#content .post .footer ul li.readmore
{
	background-image: url(images/a38.gif);
}
#content .post h4
{
	font-size:1em;
	font-weight:normal;
	font-family:Verdana, Tahoma, Arial, Serif;
}
#content .post h4 em
{
	font-style:normal;
	float:right;
	font-weight:normal;
}
#sidebar
{
/*
	position: relative;
*/
	width: 175px;
	float: right;
	width: 185px;
  margin: 0;
  padding-right: 30px;
  padding-right: 20px;
/*
  color: black;
  background: yellow;
*/
}

#sidebar h2
{
	position: relative;
	font-size: 14px;
	color: #656551;
	background: url(images/border.gif) bottom repeat-x;
	padding:0 0 15px 0 ;
	margin: 10px 0;
	text-transform:uppercase;
	font-family:Arial, Georgia, Tahoma, Verdana, Serif;
}

img.profile
{
	position: relative;
	top: -2px;
	width: 88px;
	height: 120px;
	padding: 2px;
}
#sidebar ul
{
	list-style:none;
	padding: 0 0 0 5px;
	margin: 0 0 20px 0;
}
#sidebar ul li
{
	padding: 1px 0;
	margin:0;
}
#sidebar ul ul
{
	list-style-image:url(images/arrow.gif);
	padding: 0 0 0 15px;
	margin:0;
}
#sidebar a:link,#sidebar a:visited
{
	border-bottom:none;
}
#sidebar a:hover, #sidebar a:active
{
	text-decoration:none;
}
#sidebar ul.feeds
{
	margin-left:20px;
}
#sidebar ul.feeds li
{
	list-style-image:url(images/feed.gif);
	margin:5px 0;
	padding:0;
}
/*comments and their styles*/
#comments, #respond{
	margin: 2em 0 0 5px;
}
#commentform
{
	margin:10px;
	padding:10px;
}
#outer .commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li
{
	list-style:none;
	margin: 2em 0;
	padding: 0;
}
.commentlist li p
{
    margin:0 1em;
}
.commentlist li .cmtinfo
{
	font-size:1em;
	background: url(images/a32.gif) repeat-x top;
	padding:5px;
	margin-bottom: 10px;
	position:relative;
	border:#eee 1px solid;
}
.commentlist li .cmtinfo em
{
	margin:0;
	padding:0 1em;
	text-align:right;
	font-style:normal;
	color:#999;
}
.commentlist li.alt .cmtinfo
{
	font-size:1em;
	background: url(images/a34.gif) repeat-x top;
	padding:5px;
	margin-bottom: 10px;
	position:relative;
	border:#ddd 1px solid;
}
.commentlist li.authorcomment
{
	border:#ddd 1px solid;
	border-top-width:0px;

}
#outer .nocomments
{
	text-align:center;
	color:#999;
}
#outer .trackback
{
	background:url(images/links.gif) no-repeat left;
	padding:2px 20px;
}
#outer .commentsrss
{
	background:url(images/feed.gif) no-repeat left;
	padding:2px 17px;
}
.commentlist li cite
{
	font-style:normal;
	font-weight:bold;
}
input.text, textarea, select
{
	padding:2px;
	background:#F9F9F7;
	font:1em verdana, arial, serif;
	border: 1px solid #ccc;
}
textarea{
	width: 90%;
	height: 20em;
border:solid 1px black;
}
#outer input.text:focus, textarea:focus
{
	background:#F9F9F7;
	border:#999 1px solid;
}

#footer
{
/*
	position: relative;
	width: 747px;
	bottom: -20px;
	left: -30px;
*/
	clear: both;
	background: #F9F9F7;
	height: 70px;
  text-align: center;
	color: black;
	padding:10px 0 0 0;
	margin: 0;
}

#footer a:link,#footer a:visited
{
	color: #acacac;
	text-decoration:none;
	border:none;
}
#footer a:hover,#footer a:active
{
	color: black;
	text-decoration:none;
	border:none;
}

#header, #content, #sidebar, #footer, .widget {
    overflow: hidden;
}