/*
Typography */

#navigation { font-size: 10px; }

/* Universal Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {  margin: 0; padding: 0; }
fieldset, a img { border: 0 solid transparent; }

/*
Typography */

body {
	font: 12px/1.8em Verdana, Geneva, sans-serif;
}

/*
Typography */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #503322; 
}

h1 { font-size: 22px; line-height: 1em; margin: 0; padding: 5px 0; }
h1.forum-name { color: #fff; }
h2 { font-size: 22px; line-height: 1em; margin: 1em 0; }
h3 { font-size: 11px; margin: 1em 0; }
h4 { font-size: 11px; margin: 1em 0; color: #3199CE; }
h5 { font-size: 11px; font-weight: bold; margin-bottom: 0; }
h6 { font-size: 11px; font-weight: bold; margin-bottom: 0; }

p { font-size: 11px; margin-bottom: 11px; }
address { font-size: 11px; font-style: normal; margin-bottom: 11px; }
blockquote { margin: 0 33px; padding-bottom: 11px; }
blockquote p { margin-bottom: 00px; }
blockquote .source { font-size: 11px; }

blockquote.emphasized { text-align: center; margin: 0; }
blockquote.emphasized p { font-size: 11px; line-height: 11px; padding: 0 125px; }
blockquote.emphasized p.source { font-size: 11px; }

ul, ol { margin: 0 0 11px 33px; }
ul ul, ul ol, ol ul, ol ol { margin-bottom: 0; }
li { font-size: 11px; }
li li, li p { font-size: 1em; }

dl { margin: 0 0 11px 0; }
dt { font-size: 11px; font-weight: bold; }
dd { font-size: 11px; margin: 0 0 11px 33px; }
dd ul, dd ol { margin-left: 0; }
dd * { font-size: 1em; }

.publication_name { font-style: italic; }
a.footnote { vertical-align: super; font-size: 75%; text-decoration: none; line-height: 0; }
p.footnote { font-size: 11px; }

#bodyarea td, #forum_header td.windowbg2 { padding: 5px; }
td, th { vertical-align: top; }

/*
Forum Navigation */

.tborder { clear: both; }

#forum_navigation {
	float: left;
	background: #25170f url(/forums/Themes/brownledge/images/bg-forum-cat-title.gif) repeat-x 0 0;
	margin-bottom: 18px;
	width: 100%;
	display: inline; 
}

#forum_navigation ul { margin: 0; list-style: none; float: left; }
#forum_navigation li, #forum_navigation a { float: left; }
#forum_navigation li { font-size: 14px; font-weight: bold; }
#forum_navigation a { text-decoration: none; padding: 4px 12px; }
#forum_navigation a:link, #forum_navigation a:visited { color: #fff; }
#forum_navigation a:hover, #forum_navigation a:active { color: #e9bc73; }

/* Normal, standard links. */
a:link { color: #503322; }
a:visited { color: #3f2617; }
a:hover { color: #744b33; }
a:active { color: #744b33; }

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	color: #000000;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	color: #000000;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

/* No image should have a border when linked */
a img
{
	border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #D7DAEC;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	color: #656264;
	background-color: #FFF;
}
.windowbg2
{
	color: #656264;
	background-color: #FFF;
}
.windowbg3
{
	color: #656264;
	background-color: #E0E1E8;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	color: #503322;
	font-style: normal;
	background: #efbf73;
	border-bottom: solid 1px #503322;
	padding-left: 10px;
	padding-right: 10px;
}

#forum_header .catbg, #forum_header .windowbg2 {
	border-bottom: solid 1px #503322;
}

.bordercolor td.titlebg, table.titlebg2, #upshrinkHeader2 .titlebg2, div.tborder div.titlebg2 {
	border: 0; 
}

.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: normal;
	color: #503322;
	font-style: normal;
}

.titlebg a:hover
{
	color: #FFF;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: black;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	font-size: 17px;
	background: #25170f url(/forums/Themes/brownledge/images/bg-forum-cat-title.gif) repeat-x 0 0;
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: url(images/bg-forum-cat-title.gif) #25170f repeat-x;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	/*
	border-bottom: solid 1px #C7C5C5;
	*/
}
.catbg, .catbg2
{
	font-weight: normal;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #fff;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #FFF;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #503322;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 1px;
	border: 1px solid #503322;
	background-color: #FFFFFF;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: 11px;
}
.normaltext
{
	font-size: 12px;
}
.largetext
{
	font-size: 14px;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error
{
	color: red;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}