/* -- jtip (must go first in css document due to IE 6 not displaying arrow image)
--------------------------------------------------------------------*/

#JT_arrow_left
{
	position: absolute;
	z-index: 101;
	left: -14px;
	height: 24px;
	width: 12px;
	top: -2px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/jtip/arrow_left.gif);
}

#JT_arrow_right
{
	position: absolute;
	z-index: 101;
	height: 24px;
	width: 12px;
	top: -2px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/jtip/arrow_right.gif);
}

#JT
{
	position: absolute;
	z-index: 100;
	border: 2px solid #FFF;
	color: #996;
	font: 100%/1.1 Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	text-transform: lowercase;
	letter-spacing: -1px;
	background-repeat: repeat;
	background-position: left top;
	background-image: url(../images/jtip/bg_jtip.png);
}

#JT_copy
{
	padding: 10px 10px 10px 10px;
	color: #330;
	text-align: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Tahoma, Arial, sans-serif;
	font-size: 90%;
	line-height: 1.7em;
	text-transform: none;
	letter-spacing: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.JT_loader
{
	background-image: url(../images/jtip/spinner.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 32px;
}

#JT_close_left
{
	background-color: #FFF;
	text-align: left;
	font-weight: bold;
	font-size: 1.1em;
	padding: 2px 0 5px 8px;
}

#JT_close_right
{
	background-color: #FFF;
	text-align: left;
	font-weight: bold;
	font-size: 1.1em;
	padding: 2px 0 5px 8px;
}

#JT_copy p
{
	margin: 0 0 6px 0;
	font-size: 1.1em;
}

#JT_copy ul { font-size: 1.1em; }

#JT_copy img
{
	padding: 1px;
	border: 1px solid #FFF;
}

.jTip { cursor: help; }

/* -- Basic HTML Elements -------------------------------------------- */

*
{
	margin: 0;
	padding: 0;
}

a 
{
	position: relative;
	border-bottom: 1px solid #C80D00;
	font-weight: bold;
	color: #F93;
	padding: 0 0 1px 0;
	text-decoration: none !important;
	text-decoration: underline;
	text-decoration/**/: none;
}

a:visited
{
	font-weight: bold;
	border-color: #C80D00;
	color: #FFF;
}

a:hover
{
	background: #F62300;
	font-weight: bold;
	color: #FEFFC9;
	border: none;
}

body
{
	color: #FFF;
	min-width: 950px;
	position: relative;
	text-align: center;
	background-color: #996;
	background-image: url(../img/background.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Tahoma, Arial, sans-serif;
	font-size: 78.4%;
	line-height: 1.6em;
}

#body
{
	font-size: 1em;
	margin: 0 auto;
	padding: 1px 0;
	position: relative;
	text-align: left;
	width: 950px;
}

#top
{
	margin: 0;
	padding: 0;
	position: absolute;
	text-indent: -9999px;
}

.clear { clear: both; }

h1, h2, h3, h4, h5, h6
{
	font-size: 1em;
	clear: both;
}

hr { display: none; }

input,
select,
textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	min-width: 1.5em;
}

.betabanner
{
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: visible;
	height: 90px;
	width: 90px;
	background-color: transparent;
	margin: 0;
	padding: 0;
	z-index: 98;
	border: none;
	float: none;
}
html>body .betabanner { background: url(../img/corner_beta.png) no-repeat 0 0; }

.betabanner img,
.betabanner a,
.betabanner a:hover,
.betabanner a:visited
{
	z-index: 99;
	background-color: transparent;
	border: none;
	text-decoration: none;
	top: 7px;
	left: 6px;
	position: absolute;
	width: 34px;
	height: 34px;
}

/* -- Header --------------------------------------------------------- */

h1
{
	color: #FFF;
	font-size: 1em;
	height: 120px;
	margin: 4px 0 0 0;
	text-indent: -9999px;
	width: 950px;
}

html>body#about h1 { background: url(../img/top_header_about.png) no-repeat; }
html>body#weblog h1 { background: url(../img/top_header_weblog.png) no-repeat; }
html>body#portfolio h1 { background: url(../img/top_header_portfolio.png) no-repeat; }
html>body#sidenotes h1 { background: url(../img/top_header_sidenotes.png) no-repeat; }
html>body#search h1 { background: url(../img/top_header_search.png) no-repeat; }
html>body#comments h1 { background: url(../img/top_header_weblog.png) no-repeat; }
html>body#tellafriend h1 { background: url(../img/top_header_weblog.png) no-repeat; }
html>body#store h1 { background: url(../img/top_header_store.png) no-repeat; }
html>body#contact h1 { background: url(../img/top_header_contact.png) no-repeat; }
html>body#privacy h1 { background: url(../img/top_header.png) no-repeat; }

/* -- Weblog Home Link ----------------------------------------------- */

#weblog_home
{
	height: 58px;
	position: absolute;
	left: 68px;
	top: 56px;
	width: 330px;
}

#weblog_home a
{
	display: block;
	font-weight: normal;
	margin: 0;
	padding: 18px 0 18px 0;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	cursor: pointer;
}

/* -- Section Intro / Rotating tomato pictures ---------------------- */

#intro
{
	height: 150px;
	margin: 0;
	padding: 0;
	position: relative;
	text-indent: -9999px;
	width: 950px;
	background-image: url(../img/tomato/rotator.php);
	background-repeat: no-repeat;
	background-position: 28px 0;
}

#intro span
{
	height: 150px;
	position: absolute;
	left: 0;
	top: 0;
	width: 950px;
	z-index: 2;
}
html>body #intro span { background: url(../img/header.png) no-repeat; }

/* -- Menu ---------------------------------------------------------- */

#menu
{
	clear: both;
	font-size: .83em;
	height: 30px;
	margin: 0;
	overflow: hidden;
	width: 950px;
	letter-spacing: .1em;
}
html>body #menu { background: url(../img/menu.png) no-repeat 0 0; }

#menu ul
{
	height: 30px;
	list-style: none;
	margin: 0 0 2px 60px;
	width: 930px;
}

#menu li
{
	display: block;
	height: 30px;
	float: left;
	margin: 0 1px 0 0;
	text-align: center;
}

#menu a
{
	border: none;
	color: #FFF;
	display: block;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 129px;
	text-shadow: #000 0 0 5px;	
}

#menu a:hover
{
	background: #600 url(../img/menu_over.png) repeat-x 50% 0;
	border: none;
	color: #FEFFC9;
	text-shadow: #000 0 0 4px;	
}

#m-home a { width: 72px; }
#m-about a { width: 79px; }
#m-portfolio a { width: 108px; }
#m-weblog a { width: 88px; }
#m-sidenotes a { width: 108px; }
#m-pictures a { width: 97px; }
#m-store a { width: 77px; }
#m-contact a { width: 96px; }
#m-login a { width: 76px; }
#m-account a { width: 132px; }
#m-logout a { width: 87px; }
#m-new a { width: 65px; }
#m-register a { width: 96px; }

/* Highlight menu (current page) */

#home #m-home a,
#about #m-about a, #privacy #m-about a,
#portfolio #m-portfolio a,
#weblog #m-weblog a, #comments #m-weblog a, #tellafriend #m-weblog a,
#sidenotes #m-sidenotes a,
#pictures #m-pictures a,
#store #m-store a,
#contact #m-contact a,
#login #m-login a,
#account #m-account a,
#logout #m-logout a,
#new #m-new a,
#register #m-register a
{
	background: #600 url(../img/menu_over_a.png) repeat-x 50% 0;
	border: none;
	color: #F00;
	cursor: default;
}

/* -- Content (1 column layout) -------------------------------------------------- */

html>body .col-1 { background: url(../img/bg_page_1.png) repeat-y 0 0; }
html>body .col-1 .sec-end { background: url(../img/bg_content_end_1.png) no-repeat 0 0; }

/* -- Content (2 column layout) -------------------------------------------------- */

html>body .col-2 { background: url(../img/bg_page.png) repeat-y 0 0; }

.sec
{
	margin: 0;
	width: 950px;
}

.sec-end
{
	clear: both;
	font-size: 0px;
	height: 70px;
	width: 950px;
	overflow: hidden;
}

html>body .col-2 .sec-end { background: url(../img/bg_content_end.png) no-repeat 0 0; }

.sub
{
	background: no-repeat 0 0;
	float: left;
	margin: 0 6px 0 0;
	padding: 0;
}

.sec p
{
	margin: 0;
	padding: 0;
}

.sec h1, h2
{
	color: #FFF;
	margin: 0;
	padding: 0 20px;
	text-indent: 0;
	text-transform: uppercase;
	width: auto;
}

.entry_one
{
	margin: 0 4px 0 38px;
	padding: 20px 8px 16px 20px;
	background-color: #900;
	_height: 0; min-height: 0; /* IE hasLayout fix */
}

.entry_two
{
	margin: 0 4px 0 38px;
	padding: 20px 8px 16px 20px;
	background-color: #780000;
	_height: 0; min-height: 0; /* IE hasLayout fix */
}

.entry_one p,
.entry_two p
{
	margin: 0;
	padding: 3px 0 9px 0;
	clear: both;
}

/*
.entry_one acronym
{
	border-color: #C00;
	border-style: dotted;
	border-width: 0 0 1px 0;
	cursor: help;
}

.entry_two acronym
{
	border-color: #900;
	border-style: dotted;
	border-width: 0 0 1px 0;
	cursor: help;
}
*/

.w1 { width: 599px; }

#weblog .w1 { background: url(../img/content_header_weblog.gif) no-repeat 38px -1px; }
#sidenotes .w1 { background: url(../img/content_header_sidenotes.gif) no-repeat 38px -1px; }
#contact .w1 { background: url(../img/content_header_contact.gif) no-repeat 38px -1px; }
#search .w1 { background: url(../img/content_header_search.gif) no-repeat 38px -1px; }
#comments .w1 { background: url(../img/content_header_comments.gif) no-repeat 38px -1px; }
#tellafriend .w1 { background: url(../img/content_header_friend.gif) no-repeat 38px -1px; }
#privacy .w1 { background: url(../img/content_header_privacy.gif) no-repeat 38px -1px; }
#store .w1
{
	position: relative; /* IE fix */
	width: 840px;
	background: url(../img/content_header_store.gif) no-repeat 0 -1px;
	margin: 0 auto 0 38px;
	padding: 40px 12px 1px 16px;
	_height: 0; min-height: 0; /* IE hasLayout fix */
}

#portfolio .w1
{
	position: relative; /* IE fix */
	width: 840px;
	background: url(../img/content_header_portfolio.gif) no-repeat 0 -1px;
	margin: 0 auto 0 38px;
	padding: 40px 12px 1px 16px;
	_height: 0; min-height: 0; /* IE hasLayout fix */
}

#contact .w1 h1 { background: none; padding: 0 20px 12px 20px; }


.w1 h1
{
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	height: auto;
	line-height: 1.1em;
	text-indent: -9999px;
	margin: 0;
	padding: 0 20px 10px 20px;
	color: #C80D00;
}

#weblog .w1 h1 { background: none; }
#comments .w1 h1 { background: none; }
#tellafriend .w1 h1 { background: none; }
#privacy .w1 h1 { background: none; }

.w1 h2
{
	color: #FFF;
	font: 180%/1.2 Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	margin: 0 0 2px 0;
	padding: 0 0 5px 0;
	text-transform: lowercase;
	letter-spacing: -1px;
	text-shadow: 0 0 4px #F99;
}

.entry_one h2 span { color: #C80D00; text-shadow: none; }
.entry_two h2 span { color: #B00C00; text-shadow: none; }

.w1 h2 a,
.w1 h2 a:hover,
.w1 h2 a:visited
{
	background: none;
	border: none;
	color: #FFF;
	text-decoration: none;
}

.w1 h3
{
	color: #FFF;
	font: 150%/1.2 Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	margin: 2px 0 0 0;
	padding: 5px 0 0 0;
	text-transform: lowercase;
	letter-spacing: -1px;
	text-shadow: 0 0 4px #F99;
}

.w1 h4
{
	color: #FFF;
	font: 140%/1.2 Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	margin: 2px 0 0 0;
	padding: 0;
	text-transform: lowercase;
	letter-spacing: 0px;
	text-shadow: 0 0 4px #F99;
}

.extended ul
{
	height: 27px;
	margin: 0;
	padding: 3px 0 9px 0;
	clear: both;
}

.extended li
{
	display: inline;
	list-style-type: none;
	background: url(../img/button_continue.gif) no-repeat;
	border: none;
	float: left;
	height: 26px;
	width: 149px;
	margin: 0;
	text-indent: -9999px;
}

.extended  li a
{
	background: url(../img/button_continue.gif) no-repeat;
	background-position: 0 0;
	border: none;
	display: block;
	height: 26px !important;
	width: 149px;
	line-height: 1em;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.extended  li a:hover { background-position: 0 -26px; }

.video
{
	margin: 10px 0;
	padding: 0 3px;
}

p.via
{
	margin: 0 0 12px 0;
	padding: 0 0 4px 18px;
	font-size: 84%;
	font-weight: bold;
	color: #C80D00;
	text-transform: lowercase;
	background: url(../img/chainlink_icon.gif) no-repeat 0 .3em;
}

p.pagination
{
	clear: both;
	height: 2.2em;
	margin: 1em 20px 0 50px;
	padding: 0 10px;
	font: 180%/1.2 Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	text-transform: lowercase;
	letter-spacing: -1px;
}

p.pagination .prev { float: left; color: #C80D00; }
p.pagination .next { float: right; }

p.pagination a,
p.pagination a:visited
{
	border: none;
	line-height: 1.3em;
	margin: 10px 0;
	padding: 0;
	text-decoration: none;
	color: #C80D00;
}

p.pagination a strong { color: #C80D00; }

p.pagination a:hover,
p.pagination a:hover strong
{
	background: none;
	color: #FFF;
}

/* -- Entry Images ----------------------------------------------------- */

.dropshadow
{
	border: #300 1px solid;
	padding: 6px;
	background-color: #FFF;
}

.wrap1,
.wrap2,
.wrap3
{
	display:inline-table;
	/* \*/display:block;/**/
}

.wrap1 { float: left; }
html>body .wrap1 { background: url(../img/shadow.png) right bottom no-repeat; }

html>body .entry_one .wrap2 { background: url(../img/shadow_bl1.gif) left bottom no-repeat; }
html>body .entry_two .wrap2 { background: url(../img/shadow_bl2.gif) left bottom no-repeat; }

html>body .entry_one .wrap3 { padding: 0 18px 16px 0; background: url(../img/shadow_tr1.gif) right top no-repeat; }
html>body .entry_two .wrap3 { padding: 0 18px 16px 0; background: url(../img/shadow_tr2.gif) right top no-repeat; }

.wrap3 img { display: block; }

/* -- Commenting ------------------------------------------------------- */

.entry_one .comments
{
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font-size: .9em;
	font-weight: normal;
	color: #EC1000;
}

.entry_two .comments
{
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font-size: .9em;
	font-weight: normal;
	color: #C80D00;
}

.entry_one .comments ul
{
	margin: 0;
	padding: 2px 0 1em 0;
	clear: both;
}

.entry_two .comments ul
{
	margin: 0;
	padding: 2px 0 1em 0;
	clear: both;
}

.comments li
{
	display: inline;
	list-style-type: none;
	padding: 0 10px 0 0;
	margin: 0;
}

.comments a,
.comments a:visited
{
	color: #F90;
	border: none;
	text-decoration: none !important;
	text-decoration: none;
	text-decoration/**/: none;
}

.comments a:hover
{
	background-color: transparent;
	background: none;
	color: #FEFFC9;
	border: none;
}

.comments img
{
	vertical-align: text-bottom;
	border: none;
}

.clearimage,
.clearimage img,
a:hover.clearimage,
a:visited.clearimage
{
	background: none;
	border: none;
	text-decoration: none;
	text-align: center;
	padding: 6px;
}

/* -- Sidebar ------------------------------------------------------- */

.w2
{
	background: url(../img/bg_rightcol.gif) no-repeat 7px -1px;
	font-size: .9em;
	line-height: 1.6em;
	width: 325px;
}

.col-2 .w2 { margin: 0; }

.w2 h2
{
	color: #F60;
	font: 190%/1.2 Helvetica, Arial, Verdana, sans-serif;
	margin: 0 0 12px 30px;
	padding: 0;
	font-weight: bold;
	text-transform: lowercase;
	letter-spacing: -1px;
}

.w2 h2 a,
.w2 h2 a:hover,
.w2 h2 a:visited
{
	background: none;
	border: none;
	color: #F60;
	text-decoration: none;
}

.w2 .sub-end
{
	clear: both;
	height: 16px;
	padding: 0;
	overflow: hidden;
}

#sidebar { margin: 50px 0 0 0; }

#sidebar p
{
	font-size: 1em;
	margin: 0 0 0 30px;
	padding: 0;
}

#weblog_sidenotes_entries ul
{
	font-size: 1em;
	list-style: none;
	margin: 0;
	padding: 0;
}

#weblog_sidenotes_entries li
{
	background: none;
	border-style: solid none solid none;
	border-color: #FA5C00 transparent #CC1200 transparent;
	border-width: 1px 0 1px 0;
	clear: both;
	display: block;
	list-style: none;
	margin: 2px 40px 0 30px;
	padding: 0;
}

#weblog_sidenotes_entries li a
{
	color: #FFF;
	display: block;
	font-weight: normal;
	margin: 0;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	background-color: #F04800;
	border: none;
	_height: 0; min-height: 0; /* IE7 hasLayout fix */
}

#weblog_sidenotes_entries li a:hover
{
	color: #FFF;
	background-color: #F63;
}

#weblog_sidenotes_entries li a span,
#weblog_sidenotes_entries li a span:hover
{
	color: #600;
	font-weight: bold;
}

#weblog_sidenotes_entries dfn
{
	text-transform: lowercase;
	font-weight: normal;
	color: #900;
	font-style: normal;
	font-variant: normal;
}

#weblog_sidenotes_entries dfn img
{
	vertical-align: text-bottom;
	border: none;
}

#sidebar li.sidenotes_adsense a:hover { background-color: #F04800; }

#moresidenotes ul
{
	height: 27px;
	margin: 10px 0 20px 30px;
	padding: 0;
	clear: both;
}

#moresidenotes li
{
	display: inline;
	list-style-type: none;
	background: url(../img/button_moresidenotes.gif) no-repeat;
	border: none;
	float: left;
	height: 26px;
	width: 145px;
	margin: 0;
	text-indent: -9999px;
}

#moresidenotes  li a
{
	background: url(../img/button_moresidenotes.gif) transparent no-repeat;
	background-position: 0 0;
	border: none;
	display: block;
	height: 26px !important;
	width: 145px;
	line-height: 1em;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#moresidenotes li a:hover { background-color: transparent; background-position: 0 -26px; }

#twitter
{
	padding: 0;
	margin: 18px 0 0 0;
	clear: both;
	overflow: hidden;
}

#twitter h2
{
	height: 64px;
	width: 220px;
	border: none;
}

#twitter h2 a,
#twitter h2 a:visited,
#twitter h2 a:hover
{
	position: relative;
	border: none;
	text-decoration: none;
	cursor: hand;
}

#twitter h2 a img,
#twitter h2 a:visited img,
#twitter h2 a:hover img
{
	border: none;
	text-decoration: none;
}

#twitter ul
{
	list-style: none;
	background-color: #F04800;
	border-style: solid none solid none;
	border-color: #FA5C00 transparent #CC1200 transparent;
	border-width: 1px 0 1px 0;
	display: block;
	list-style: none;
	margin: 2px 40px 0 30px;
	padding: 5px 10px 5px 10px;
}

#twitter a
{
	color: #FC6;
	position: relative;
	border: none;
	text-decoration: none;
}

#twitter a:hover
{
	color: #FFF;
	background-color: #C30;
}

#twitter .tweed
{
	font-size: 1em;
	color: #FFF;
	border: none;
	margin: 0;
	padding: 0;
}

#twitter .date
{
	color: #600;
	border: none;
	margin: 0;
	padding: 0;
}

#rssfeeds
{
	padding: 0 0 20px 0;
	margin: 28px 0 0 0;
	overflow: hidden;
}

#rssfeeds h2 { background: transparent url(../img/rss_h2.gif) no-repeat 157px center; }

#rssfeeds ul
{
	font-size: 1em;
	list-style: none;
	margin: 0;
	padding: 0;
}

#rssfeeds li
{
	background: none;
	border-style: solid none solid none;
	border-color: #FA5C00 transparent #CC1200 transparent;
	border-width: 1px 0 1px 0;
	clear: both;
	display: block;
	list-style: none;
	margin: 2px 40px 0 30px;
	padding: 0;
}

#rssfeeds li a
{
	color: #FFF;
	display: block;
	font-weight: normal;
	margin: 0;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	background-color: #F04800;
	border: none;
	_height: 0; min-height: 0; /* IE7 hasLayout fix */
}

#rssfeeds li.rss_weblog a
{
	background: #F04800 url(../img/rss_weblog.gif) no-repeat 8px center;	
	color: #FFF;
	display: block;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 5px 85px;
	text-decoration: none;
	border: none;
	_height: 0; min-height: 0; /* IE7 hasLayout fix */	
}

#rssfeeds li.rss_sidenotes a
{
	background: #F04800 url(../img/rss_sidenotes.gif) no-repeat 8px center;
	color: #FFF;
	display: block;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 5px 96px;
	text-decoration: none;
	border: none;
	_height: 0; min-height: 0; /* IE7 hasLayout fix */	
}

#rssfeeds li.rss_weblog a:hover { background: #F63 url(../img/rss_weblog_over.gif) no-repeat 8px center; }
#rssfeeds li.rss_sidenotes a:hover { background: #F63 url(../img/rss_sidenotes_over.gif) no-repeat 8px center; }

#rssfeeds li.rss_weblog span,
#rssfeeds li.rss_sidenotes span { padding: 0 0 0 4px; }

/* -- Flickr ------------------------------------------------------------*/

.flickr
{
	position: relative;
	padding: 8px 0 6px 30px;
	margin: 12px 18px 16px 0;
	background: #DC4404 url(../img/bg_poll.png) repeat-y 0 0;
}

.flickr h2
{
	margin: 0;
	padding: 0 0 2px 0;
	background: transparent url(../img/flickr_h2.gif) no-repeat 146px center;
}

.flickr_badge_image img
{
	border: 1px solid #300 !important;
	padding: 5px;
	margin: 0 16px 0 0;
	background-color: white;
}

.flickr_badge_image a,
.flickr_badge_image a:hover,
.flickr_badge_image a:visited
{
	background: none;
	border: none;
	text-decoration: none;
}

#flickr_badge_wrapper
{
	padding: 4px 0 10px 0;
	border: none;
}

/* -- Related Links ----------------------------------------------------- */

.related-info p
{
	margin: 0 10px;
	padding: 5px 0 5px 20px;
	border-color: #FFF;
	border-width: 1px 0 0 0;
	border-style: solid;
}

.related-info img
{
	margin: 0;
	padding: 0;
	vertical-align: text-bottom;
	border: none;
}

#news
{
	font-size: 1em;
	list-style: none;
	margin: 0 0 25px 0;
	padding: 0;
}

#news li
{
	background: none;
	list-style: none;
	margin: 2px 40px 0 30px;
	padding: 0;
}


/* -- Simple Search form ------------------------------------------------- */

#simple_search
{
	height: 50px;
	position: absolute;
	right: 52px;
	top: 56px;
	width: 168px;
}

#simple_search h3
{
	display: block;
	font-size: 0.2em;
	height: 25px;
	line-height: 1em;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 168px;
}

#simple_search p
{
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}

#simple_search #sp-q
{
	float: left;
	font-size: .9em;
	padding: 2px;
	width: 132px;
	height: 15px;
	border-color: #600;
	border-width: 1px;
	border-style: solid;
}

#simple_search #search-submit
{
	float: right;
	height: 22px;
	width: 22px;
	padding: 0 6px 0 0;
	border: none;
	background: none;
	cursor: pointer;
}

/* -- Footer (3 column layout) -------------------------------------------------- */

.footer { font-size: .85em; }
html>body .footer { background: url(../img/footer.png); }

.footer-end
{
	clear: both;
	font-size: 0;
	height: 71px;
	width: 950px;
	margin: 0;
	padding: 0 0 20px 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
}
html>body .footer-end { background-image: url(../img/footer_end.png); }

#ft-1 { padding: 0 0 0 58px; }
#ft-2 { margin: 0; }
#ft-3 { margin: 0; }

.f1
{
	width: 260px;
	margin: 0;
	padding: 0 0 4px 24px;
}

#ft-1 h2 { color: #C80D00;}
#ft-2 h2 { color: #B60600;}
#ft-3 h2 { color: #A50000;}

.f1 h2
{
	color: #C80D00;
	margin: 0;
	padding: 0 0 1px 0; /* 1 pixel space for correct IE display of comment count box */
	font: 180% Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	text-transform: lowercase;
	letter-spacing: -1px;
}

.f1 h2 a,
.f1 h2 a:hover,
.f1 h2 a:visited
{
	color: #C80D00;
	background: none;
	border: none;
	text-decoration: none;
	text-shadow: none;
}

.f1 h2 span a,
.f1 h2 span a:visited
{
	color: #A50000;
	padding: 2px 4px 2px 3px;
	margin: 0 2px 0 14px;
	font: bold 80% Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
	text-transform: none;
	vertical-align: middle;
	letter-spacing: normal;
	text-align: center;
	border-color: #A50000;
	border-width: 1px;
	border-style: solid;
}

.f1 h2 span a:hover
{
	color: #FFF;
	background: #A50000;
	padding: 2px 4px 2px 3px;
	margin: 0 2px 0 14px;
	text-decoration: none;
	text-shadow: none;
	border-color: #A50000;
	border-width: 1px;
	border-style: solid;
}

.f1 a,
.f1 a:visited
{
	background: none;
	border: none;
	color: #F90;
	margin: 0;
	padding: 0;
}

.f1 a:hover
{
	background: none;
	border: none;
	color: #FFF;
	text-shadow: 0 0 3px #F99;
}

ul.previously
{
	list-style-type: none;
	margin: 1em 0 6px 0;
	border-width: 1px 0 0 0;
	border-style: solid;
}

#ft-1 ul.previously { border-color: #C80D00; }
#ft-2 ul.previously { border-color: #B60600; }
#ft-3 ul.previously { border-color: #A50000; }

ul.previously li
{
	list-style-type: none;
	margin: 0;
	padding: .1em 0 .2em 0;
	border-width: 0 0 1px 0;
	border-style: solid;
}

#ft-1 ul.previously li { border-color: #C80D00; }
#ft-2 ul.previously li { border-color: #B60600; }
#ft-3 ul.previously li { border-color: #A50000; }

ul.previously .foot_date,
ul.previously .foot_date a
{
	padding: 0 1em 0 0;
	text-transform: uppercase;
	text-shadow: none;
	background-color: transparent;
}

ul.previously .foot_date a:hover { color: #FFF; }

#ft-1 ul.previously .foot_date,
#ft-1 ul.previously .foot_date a { color: #C80D00; }
#ft-2 ul.previously .foot_date,
#ft-2 ul.previously .foot_date a { color: #C00000; }
#ft-3 ul.previously .foot_date,
#ft-3 ul.previously .foot_date a { color: #B00000; }


ul.previously a
{
	text-decoration: none;
	text-transform: lowercase;
}

/* -- Footer Copyright ------------------------------------------------------- */

#copyright
{
	clear: both;
	color: #FFF;
	margin: 0;
	padding: 8px 0 0 58px;
	font-family: "Lucida Grande", Geneva, Tahoma, Arial, sans-serif;
	font-weight: normal;
}

#copyright p
{
	clear: both;
	margin: 0;
	padding: 0;
}

#copyright span { font-weight: bold; }

/* Weblog Poll --------------------------------------------------------------- */

.pollWrapper
{
	position: relative;
	padding: 8px 0 6px 30px;
	margin: 38px 18px 16px 0;
	background: #DC4404 url(../img/bg_poll.png) repeat-y 0 0;
	overflow: hidden;
}

.pollBlock h2
{
	margin: 0;
	padding: 0 0 2px 0;
}

.pollQuestion
{
	margin: 0;
	padding: 0;
	color: #600;
	font-weight: bold;
	font-size: 90%;
	vertical-align: bottom;
}

.pollTotalVotes
{
	margin: 0;
	padding: 0 0 6px 0;
	font-size: 90%;
	color: #900;
	vertical-align: top;
}

.pollAnswerBlock { margin: 5px 0; }


.pollAnswer
{
	vertical-align: text-bottom;
	margin: 1px 0;
	padding: 1px 0;	
}

.pollRadio
{
	margin: 0 8px 0 0;
	padding: 0 8px 0 0;
}

.pollButtonBlock
{
	margin: 3px 0;
	padding: 0;
}

.pollButton
{
    width:auto;
    overflow:visible;
	text-align: left;
	border: none;
	background: none;
	padding: 0;
	margin: 3px 4px 3px 0;
	cursor: pointer;
}

.pollResult
{
	border-top: #C30 1px solid;
	padding: 3px 0 0 0;
	margin: 0 23px 6px 0;
}

.pollBar { vertical-align: text-top; }

.pollBarImage
{
	height: 10px;
	margin: 2px 0 0 0;
	padding: 0;
	border-color: #FFF;
	border-width: 1px;
	border-style: solid;
}
html>body .pollBarImage { background: url(../img/pollbar.png) no-repeat 0 0; }

.pollResultGap { display: none; }

.pollSelectedVotes, .pollResultVotes { color: #900; }

/* -- Since Last Visit ------------------------------------------------------- */

#sincelastvisit
{
	margin: 6px;
	padding: 0;
}

#sincelastvisit ul
{
	list-style-type: none;
	margin: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #996;
}

#sincelastvisit li
{
	list-style-type: none;
	margin: 0;
	padding: .4em 0 .4em .4em;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #996;
}

#sincelastvisit span
{
	font-weight: bold;
}

/* Advertenties / Google Adsense ------------------------------------------------------------ */

#advertentie_input
{
	margin: 0 4px 0 38px;
	padding: 12px 10px 20px 20px;
	background-color: #600;
}

#advertentie_input a,
#advertentie_input a:hover,
#advertentie_input a:visited
{
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

#advertentie_input h3
{
	color: #900;
	font: 150%/1.2 Helvetica, Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0 0 6px 1px;
	font-weight: bold;
	text-transform: lowercase;
	letter-spacing: -1px;
	text-shadow: none;	
}

#advertentie_input p
{
	padding: 0;
	margin: 0;
}

/* #advertentie_input #ad_container { background: url(../img/advertisement.gif) no-repeat 400px top; } */

/* -- Privacy Policy ------------------------------------------------------------ */

.privacypolicy
{
	margin: 0 4px 0 38px;
	padding: 20px 20px 8px 20px;
	background-color: #900;
	_height: 0; min-height: 0; /* IE hasLayout fix */
}

.privacypolicy h2 { padding: 0 0 15px 0; }

.privacypolicy p
{
	margin: 0;
	padding: 3px 0 15px 0;
	clear: both;
}
