body {
	margin:0;
	padding:0 60px;
	background:#FFF;
	font-family:arial, tahoma, sans-serif;
	font-size:75%;
}
body#popup {/* Container for popup windows */
	padding:1em;
}

img {
	border:none;
	vertical-align:middle;
}

/* Headings & Captions */
#logo h2 {
	margin:0;
	padding:0;
	background:url(../images/logo.gif) 3% 50% no-repeat;
	font-family:arial, georgia, 'trebuchet ms', sans-serif;
	font-size:1.8em;
	font-weight:bold;
	text-indent:-10000px;
	width:80%;
}
h2, h3, h4, caption, h3.caption {
	padding-bottom:3px;
	font-family:georgia, serif;
	font-weight:bold;
	width:80%;
}
h2, h3, h4 {
	border-bottom:1px solid #000;
}
h2 {
	font-size:1.65em;
}
h3.category-title {
	margin:0.5em 0;
}
h2 a, h3 a, h4 a {
	padding:0;
	text-decoration:none;
	color:blue;
}
h3.caption a:link, h3.caption a:visited {
	color:blue;
}
caption, h3.caption {
	margin:0.5em auto;
	font-size:1.2em;
	text-align:left;
	border:none;
	width:90%;
}

/* Lists */
ul {
	list-style:disc;
}

/* Links */
a:link, a:active, a:visited {
	color:blue;
}
a:hover {
	color:#EE8600;
}

/* Feed Links */
a.feed {
	padding-right:18px;
	background:url(../images/rss.png) 100% 50% no-repeat;
	line-height:14px;
}

/* Additional tags */
blockquote {
	margin:0.5em 1.5em;
	padding:0.5em;
	border-width:1px 1px 1px 3px;
	border-style:solid;
	border-color:#ccc;
	font-family:'trebuchet ms', sans-serif;
	font-style:italic;
	font-size:0.95em;
	min-height:2em;
}
hr {
	border-style:solid;
	color:#ccc;
	width:60%;
}

/* Sortable table styles */
.header-sort-asc {
	background:url(../images/arrow_up.gif) 95% 50% no-repeat;
	border-left:1px solid #D9D9D9;
	border-right:1px solid #D9D9D9;
}
.header-sort-desc {
	background:url(../images/arrow_down.gif) 95% 50% no-repeat;
	border-left:1px solid #D9D9D9;
	border-right:1px solid #D9D9D9;
}
.header-sortable {
	cursor:ns-resize;
}

.memberquote {
	font-style:normal;
}

.post-preview-area {
	display:block;
	padding:5px;
	border:1px solid #8B9AA6;
	overflow:auto;
	height:130px;
}
table.search-results td.hilite {
	padding:5px 10px;
	font-size:105%;
	background-color:#FFFBCC;
	border-color:#E6DB55;
	border-style:solid;
	border-width:1px 0;
}
