/* --------------------------------------------
   global settings
----------------------------------------------- */
*
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

body
{
	font: 12px arial;
	background: #949c50 url(../img/global/bg_body.gif) repeat-x;
}

a
{
	color: #00f;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

fieldset
{
	border: 0;
}

/* --------------------------------------------
   temporary wp overrides
----------------------------------------------- */
h2.section-title
{
	font-weight: bold;
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 10px;
}

div.post
{
	background: url(../img/global/img_post_separator.gif) no-repeat 0 100%;
	padding-bottom: 25px;
	margin-bottom: 21px;
}

div.post p.date
{
	font-size: 14px;
	line-height: 18px;
	color: #677718;
	margin-bottom: 4px;
}

div.post a.headline
{
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 10px;
}

/* sidenote links */
div.post a.sidenote,
dl.post dd.copy a.sidenote
{
	margin-left: 4px;	
}

div.post a.sidenote-link,
dl.post dd.copy a.sidenote-link
{

}

div.post a.sidenote img,
dl.post dd.copy a.sidenote img
{
	width: 11px;
	height: 11px;
	border: 0;
}

/* --------------------------------------------
   
----------------------------------------------- */
div.sidenote
{
	position: absolute;
	width: 208px;
	padding: 6px 15px 15px 25px;
	border: 1px solid #666;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 4px 4px;
	display: none;
}

div.sidenote-link
{
	background-image: url(../img/post/icon_sidenote_link.gif);
}

div.sidenote-note
{
	background-image: url(../img/post/icon_sidenote_note.gif);
}

div.sidenote a.close
{
	position: absolute;
	top: 19px;
	left: 4px;
	width: 11px;
	height: 11px;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../img/post/icon_close.gif) no-repeat;
}

div.sidenote a.visit
{
	display: block;
	margin-bottom: 10px;
}

div.sidenote h3
{
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 12px;
}

div.sidenote p
{
	line-height: 16px;
}

div.sidenote-link img.favicon
{
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

/* --------------------------------------------
   
----------------------------------------------- */
dl#main
{
	width: 730px;
	margin: 0 auto;
	padding: 0 20px 0 20px;
	background: #fff url(../img/global/bg_content.gif) repeat-y;
	position: relative;
	overflow: auto;
	_height: 1%;
	border-bottom: 10px solid #fff;
}

/* --------------------------------------------
   
----------------------------------------------- */
dl#main dt.logo
{
	position: absolute;
	top: 0px;
	left: 0px;
	background: #fff;
	width: 770px;
	height: 141px;
}

dl#main dt.logo a
{
	position: absolute;
	
	/*
	left: 18px;
	top: 8px;
	*/
	
	left: 0px;
	top: 0px;

	/* background: url(../img/global/img_logo.jpg) no-repeat; */
	/* text-indent: -2000px; */
	overflow: hidden;
}

dl#main dt.logo a
{
	width: 470px;
	height: 118px;
}

dl#main dt.logo img
{
	width: 452px;
	height: 110px;
	border: 0;
	display: block;
	margin-left: 18px;
	margin-top: 8px;
}

/* --------------------------------------------
   
----------------------------------------------- */
dl#main dd.tjbresearch
{
	position: absolute;
	left: 637px;
	top: 10px;
}

dl#main dd.tjbresearch,
dl#main dd.tjbresearch a
{
	width: 113px;
	height: 31px;
}

dl#main dd.tjbresearch a
{
	display: block;
	background: url(../img/global/button_tjbresearch.png) no-repeat;
	text-indent: -2000px;
	overflow: hidden;
}

/* --------------------------------------------
   
----------------------------------------------- */
dl#main dd.nav-main
{
	position: absolute;
	left: 20px; 503px;
	top: 96px;

	padding-left: 482px;
	width: 248px;
	border-bottom: 1px solid #b1b679;
	padding-bottom: 11px;
}

dl#main dd.nav-main ul
{

}

dl#main dd.nav-main ul li
{
	float: left;
}

dl#main dd.nav-main ul li a
{
	display: block;
	height: 15px;
	background-repeat: no-repeat;
	text-indent: -2000px;
	overflow: hidden;
}

dl#main dd.nav-main ul li.home
{
	width: 55px;
	margin-right: 30px;
	background-image: url(../img/nav_main/button_home.gif);
}

dl#main dd.nav-main ul li.about
{
	width: 57px;
	margin-right: 29px;
	background-image: url(../img/nav_main/button_about.gif);
}

dl#main dd.nav-main ul li.contact
{
	width: 77px;
	background-image: url(../img/nav_main/button_contact.gif);
}

/* --------------------------------------------
   
----------------------------------------------- */
dl#main dd.sidebar
{
	float: right;
	padding-top: 141px;
	width: 229px;
}

/* search form */
form#search
{
	overflow: auto;
	_height: 1%;
}

form#search input
{
	float: left;
}

form#search input.query
{
	width: 140px;
	height: 15px;
	padding: 4px;
	border: 1px solid #b1b679;
	margin-right: 7px;
}

form#search input.submit
{
	width: 72px;
	height: 25px;
}

/* sidebar links */
dl#sidebar-links
{
	line-height: 18px;
}

dl#sidebar-links li
{
	display: none !important;
}

dl#sidebar-links dt
{
	margin-top: 12px;
	margin-bottom: 5px;
	padding-top: 7px;
	border-top: 1px solid #b1b679;
	font-size: 15px;
	font-weight: bold;
	color: #677718;
}

dl#sidebar-links dd
{
	background: url(../img/global/icon_asterisk.gif) no-repeat 0 2px;
	padding-left: 18px;
}

dl#sidebar-links dd.archives
{
	background: url(../img/global/icon_archives.gif) no-repeat 0 2px;
}

dl#sidebar-links dd.toms-favorites
{
	background: url(../img/global/icon_favorite.gif) no-repeat 0 2px;
}

dl#sidebar-links dd.rss
{
	background: url(../img/global/icon_rss.gif) no-repeat 0 2px;
}

dl#sidebar-links dd.email
{
	background: url(../img/global/icon_email2.gif) no-repeat 0 2px;
}

dl#sidebar-links dd.twitter
{
	background: url(../img/global/icon_twitter.gif) no-repeat 0 2px;
}

dl#sidebar-links dd span.date
{
	color: #666;
}

/* --------------------------------------------
   
----------------------------------------------- */
dl#main dd.content
{
	padding-top: 141px;
	width: 475px;
}

dl#main dd.content p
{
	font-size: 14px;
	line-height: 18px;
	color: #666;
	margin-bottom: 10px;
}

dl#main dd.content p.error
{
	font-weight: bold;
	color: #c00;
}

dl#main dd.content p strong
{
	font-weight: bold;
}

dl#main dd.content h3
{
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
	color: #677718;
}

dl#main dd.content ol.posts
{

}

dl#main dd.content ol.posts li.post
{
	background: url(../img/global/img_post_separator.gif) no-repeat 0 100%;
	padding-bottom: 25px;
	margin-bottom: 21px;
}

/* --------------------------------------------
   
----------------------------------------------- */
dl#main dd.content form.standard
{
	margin-top: 30px;
}

dl#main dd.content form.standard ul
{

}

dl#main dd.content form.standard ul li
{
	margin-bottom: 8px;
	overflow: auto;
	_height: 1%;
}

dl#main dd.content form.standard ul li.no-label
{
	/* padding-left: 107px; */
}

dl#main dd.content form.standard ul li label
{
	float: left;
	width: 107px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #677718;
}

dl#main dd.content form.standard ul li input.text
{
	width: 194px;
	height: 19px;
	padding: 2px;
	border: 1px solid #b1b679;
}

dl#main dd.content form.standard ul li.no-label input
{
	margin-left: 107px;
	font-size: 13px;
	padding-top: 2px;
	height: 17px;
}

dl#main dd.content form.standard ul li.no-label input.text
{
	+margin-left: 10px;
}

dl#main dd.content form.standard ul li.captcha input
{
	float: left;
	margin-right: 30px;
	margin-top: 5px;
}

dl#main dd.content form.standard ul li.captcha img
{
	float: left;
	width: 125px;
	height: 35px;
}

dl#main dd.content form.standard ul li.message textarea
{
	width: 394px;
	height: 139px;
	padding: 2px;
	border: 1px solid #b1b679;
}

dl#main dd.content form.standard ul li.submit input
{
	width: 70px;
	height: 25px;
}

/* --------------------------------------------
   
----------------------------------------------- */
dl#main dd.footer
{
	clear: both;
	overflow: auto;
	_height: 1%;
	font-size: 12px;
	line-height: 18px;
}

dl#main dd.footer,
dl#main dd.footer a
{
	color: #a8ae6e;
}

dl#main dd.footer span.copyright
{
	float: left;
	margin-right: 38px;
}

dl#main dd.footer ul,
dl#main dd.footer ul li
{
	float: left;
}

/* --------------------------------------------
   
----------------------------------------------- */
div#archives
{
	position: relative;
}

div#archives h3,
div#favorites h3
{
	font-size: 24px !important;
	font-weight: bold;
	text-transform: lowercase;
	color: #000 !important;
}

div#archives h3
{
	padding-left: 32px;
	background: url(../img/archives/icon_archives_header.gif) no-repeat;
	margin-bottom: 20px !important;
}

div#favorites h3
{
	padding-left: 39px;
	background: url(../img/favorites/icon_favorites_header.gif) no-repeat;
	padding-top: 3px;
	padding-bottom: 4px;
	margin-bottom: 16px !important;
}

div#archives form#nav-archives
{
	position: absolute;
	top: 0px;
	right: 11px;
}

div#archives form#nav-archives select
{
	border: 1px solid #bec28c;
	padding: 3px;
}

div#archives form#nav-archives select option
{
	padding-right: 10px;
}

div#archives ul,
div#favorites ul
{
	margin-top: 10px;
	margin-bottom: 25px;
}

div#archives ul li,
div#favorites ul li
{
	overflow: auto;
}

div#archives ul li a.headline,
div#archives ul li span.date,
div#favorites ul li a.headline,
div#favorites ul li span.date
{
	float: left;
	padding-top: 12px;
}

div#archives ul li a.headline,
div#favorites ul li a.headline
{
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	margin-right: 6px;
}

div#archives ul li span.date,
div#favorites ul li span.date
{
	font-size: 12px;
	line-height: 18px;
	color: #777;
}
	
div#archives ul li.favorite span.date
{
	padding-right: 28px;
	background: url(../img/archives/icon_favorite.gif) no-repeat 100% 6px;
}

div#archives ul li p,
div#favorites ul li p
{
	font-size: 14px;
	line-height: 18px;
	color: #777;
	clear: both;
}

div#archives p#favorites-legend
{
	font-size: 12px;
}

div#archives p#favorites-legend img
{
	width: 14px;
	height: 14px;
	vertical-align: text-bottom;
}

/* --------------------------------------------
   
----------------------------------------------- */
dl.post
{

}

/* title */
dl.post dt
{
	font-weight: bold;
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 10px;
}

dl.post dt a
{
	color: #000;
}

/* date */
dl.post dd.date
{
	font-size: 14px;
	line-height: 18px;
	color: #677718;
	margin-bottom: 6px;
}

/* post content */
dl.post dd.copy
{
	font-size: 14px;
	line-height: 18px;
	color: #666;
}

dl.post dd.copy blockquote
{
	margin-left: 30px;
	margin-right: 50px;
}

dl.post dd.copy blockquote,
dl.post dd.copy blockquote p
{
	color: #999 !important;
}

dl.post dd.copy img
{
	border: 0;
}

dl.post dd.copy p,
dl.post dd.copy ol,
dl.post dd.copy ul
{
	margin-bottom: 10px;
}

dl.post dd.copy strong
{
	font-weight: bold;
}

dl.post dd.copy em
{
	font-style: italic;
}

dl.post dd.copy ul,
dl.post dd.copy ol,
dl.post dd.copy li
{
	list-style: disc;
}

dl.post dd.copy li
{
	margin-left: 25px;
	margin-bottom: 7px;
}

dl.post dd.copy a.continue
{

}

/* actions */
dl.post dd.actions
{
	margin-bottom: 25px;
	padding-top: 4px;
}

dl.post dd.actions ul
{
	overflow: auto;
	_height: 1%;
	line-height: 13px;
}

dl.post dd.actions ul li
{
	float: left;
	padding-right: 7px;
	border-right: 1px solid #ccc;
	margin-right: 7px;
}

dl.post dd.actions ul li.next-post
{
	border: 0;
}

/* contact form container */
dl.post dd.contact
{
	margin-bottom: 45px;
}

/* --------------------------------------------
   
----------------------------------------------- */
form#contact
{
	background: #eff0e4;
	width: 450px;
	padding: 10px;
}

form#contact h3
{
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #677718;
	margin-bottom: 12px;
}

form#contact ul
{

}

form#contact ul li
{
	overflow: auto;
	_height: 1%;
	margin-bottom: 8px;
}

form#contact ul li.name input,
form#contact ul li.email input,
form#contact ul li.captcha input,
form#contact ul li textarea
{
	border: 1px solid #b1b679;
}

form#contact ul li.name input,
form#contact ul li.email input,
form#contact ul li.name label,
form#contact ul li.email label
{
	float: left;
	margin-right: 6px;
}

form#contact ul li.name input,
form#contact ul li.email input
{
	width: 226px;
	height: 15px;
	padding: 4px 3px;
}

form#contact ul li.captcha input
{
	width: 167px;
	height: 15px;
	padding: 4px 3px;
	float: left;
	margin-right: 6px;
	margin-top: 5px;
}

form#contact ul li.name label,
form#contact ul li.email label
{
	color: #666;
}

form#contact ul li textarea
{
	width: 440px;
	height: 140px;
	padding: 4px;
}

form#contact ul li.submit input
{
	width: 70px;
	height: 25px;
}
