/* 
	Bostasp.org Community Forums stylesheet [bostasp theme] 
	Copyright (c) 2009 Bostasp 
	
	Last updated: 10th January 2009
	Feel free to browse
*/


/* Standard hyperlink styles */
a:link, a:active, a:visited 
{
	text-decoration: none;
	background-color: transparent;
	color: #003366;
}
a:hover 
{
	text-decoration: underline;
	background-color: transparent;
	color: #003366;
}

/* Footer hyperlink styles */
#footer a:link, #footer a:active, #footer a:visited, 
	#footerarea a:link, #footerarea a:active, #footerarea a:visited 
{
	text-decoration: none;
	background-color: transparent;
	color: #7da7d9;
}
#footer a:hover, #footerarea a:hover
{
	text-decoration: underline;
	background-color: transparent;
	color: #306bb7;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	text-decoration: none;
	font-size: 10pt;
}
a.nav:hover
{
	color: #8c0714;
	text-decoration: underline;
}

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

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #000000;
	font-size: small;
	font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body 
{ 
	margin: 0;
	padding: 0;
	background: #00233e url(http://img.bostasp.org/bg.jpg) repeat-x top left;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

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

textarea
{
	font-size: 100%;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* 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;
	font-family: verdana, sans-serif;
}

/* Paragraph styles */
p 
{
	margin: 0.4em;
}

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

hr {
	margin: 0 0.4em;
	height: 1px;
	border: 0;
	color: #000;
	background: black;
}

.fhrcolor {
	margin: 15px 5px 0 5px;
	height: 1px;
	border: 0;
	color: #000;
	background: black;
}

/* No image should have a border when linked */
a img
{
	border: 0;
}

.quoteheader
{
	background: #dee1e2 url(http://img.bostasp.org/com/open_quote.gif) no-repeat;
	border-top: 1px solid #3a4650;
	border-right: 1px solid #3a4650;
	border-left: 3px solid #3a4650;
	height: 20px;
	padding: 2px 25px;
	color: #000000;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	margin: 3px 3px 0 3px;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #000000;  
	background: #dee1e2 url(http://img.bostasp.org/com/close_quote.gif) no-repeat bottom right;
	border-bottom: 1px solid #3a4650;
	border-right: 1px solid #3a4650;
	border-left: 3px solid #3a4650;
	padding: 5px 18px; 
	font-size: 8pt;
	min-height: 20px;
	margin: 0 3px 3px 3px;
}
/* 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 "Code:" header part... */
.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: #000000;
	background-color: #ECEDF3;
}
.windowbg2
{
	color: #000000;
	background-color: #f6f6f6;
}
.windowbg3
{
	color: #000000;
	background-color: #c8d1d8;
}

/* 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: #f8f8f8;
	font-style: normal;	
	background: url(http://pics.bostasp.org/titlebg.gif) #243c4b repeat-x;
}
.titlebg, table.titlebg2 tr td, div.titlebg2 table tr td, td.titlebg table tr td, .titlebg a:link, .titlebg a:visited
{
	color: #f8f8f8;
	font-style: normal;
}

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

.titlebg2 a:hover
{
	color: #c8d1d8;
	text-decoration: none;
}

/* 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
{	
	background: url(http://pics.bostasp.org/catbg.gif) silver repeat-x;
	border-bottom: 1px solid #a7a7a7;
}
.catbg2 , tr.catbg2 td
{
	background: url(http://pics.bostasp.org/catbg2.gif) silver repeat-x;
	border-bottom: 1px solid #a7a7a7;	
}

.catbg, .catbg2, .catbg3
{
	color: black;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 105%;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: black;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: black;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #8c0714;
	text-decoration: underline;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #c1c1c1;
	padding: 0;
}

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

.tborder2 
{
	background-color: #c1c1c1;
	padding: 0;
}
.tborder3
{
	border: 1px solid #c1c1c1;
	padding: 0;
}


/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}


/* 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;
}

/* forum structure style */
#headerarea 
{
	padding: 0;
	margin: 0;
}
#bodyarea 
{
	padding: 1.0em;
	margin: 0 -1.0em;
	background: #d4dce3;
	border-top: 2px solid #617383;
	border-bottom: 2px solid #617383;
}
#footerarea 
{
	padding: 0.4em;
	text-align: center;
}
#smf_copyright 
{
	font-size: 0.75em;
}

/* Welcome styles */

div.welcome 
{
	height: 3.55em;
}

p.welcome 
{
	margin: 0.4em;
	font-size: 140%; 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #dde5e9; 
	float: left;
}

p.welcome span 
{
	font-size: 160%;
}

.clock
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #dde5e9;
	text-align: right;
	margin-top: 0.5em;
}

/* Guest introduction */
#guest_intro 
{
	border: 2px solid #8dc63f;
	color: #003300;
	background: #acd373;
	margin: 0.4em 0;
}
#guest_intro h2 
{
	margin: 0.3em;
	font-size: 1.1em;
	font-weight: normal;
}
#guest_intro a:link, #guest_intro a:visited, #guest_intro a:active 
{
	text-decoration: none;
	background-color: transparent;
	color: #406618;
}
#guest_intro a:hover 
{
	text-decoration: underline;
	background-color: transparent;
	color: #406618;
}

/* User info block */
#uinfo 
{
	border: 2px solid #859db4;
	color: #001b36;
	background: #d9e4ea;	
	margin: 0.5em 0;
	height: auto;
	white-space: nowrap;
}
#uinfo .avatar
{
	float: left; 
	margin: 0.2em; 
	height: 5.5em; 
	width: auto;
}
#uinfo a:link, #uinfo a:active, #uinfo a:visited 
{
	text-decoration: none;
	background-color: transparent;
	color: #306bb7;
}
#uinfo a:hover 
{
	text-decoration: underline;
	background-color: transparent;
	color: #7da7d9;
}

/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	color: #092732;
	text-transform: none;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	color: #092732;
	text-decoration: none;
	font-size:  12px;
	vertical-align: top;
	padding: 2px 6px 4px 6px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	background: url(images/maintab_first.gif) left bottom no-repeat;
	width: 10px;
}
.maintab_back
{
	background: url(images/maintab_back.gif) left bottom repeat-x;
}
.maintab_last
{
	background: url(images/maintab_last.gif) left bottom no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background: url(images/maintab_active_first.gif) left bottom no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background: url(images/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
	background: url(images/maintab_active_last.gif) left bottom no-repeat;
	width: 8px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, 
{
	color: #003366;
	text-decoration: none;
}

.maintab_active_back a:link , .maintab_active_back a:visited 
{
	color: #f8f8f8;
	text-decoration: none;
}	

.maintab_back a:hover 
{
	color: #003366;
	text-decoration: underline;
}

.maintab_active_back a:hover {
	color: #f8f8f8;
	text-decoration: underline;
}

/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: #092732;
	text-transform: none;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: #092732;
	text-decoration: none;
	font-size: 12px;
	vertical-align: bottom;
	padding: 3px 6px 3px 6px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	background: url(images/mirrortab_first.gif) no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background: url(images/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
	background: url(images/mirrortab_last.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_first
{
	background: url(images/mirrortab_active_first.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	background: url(images/mirrortab_active_back.gif) repeat-x;
}
.mirrortab_active_last
{
	background: url(images/mirrortab_active_last.gif) no-repeat;
	width: 8px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, 
{
	color: #003366;
	text-decoration: none;
}

.mirrortab_active_back a:link , .mirrortab_active_back a:visited 
{
	color: #f8f8f8;
	text-decoration: none;
}	

.mirrortab_back a:hover 
{
	color: #003366;
	text-decoration: underline;
}

.mirrortab_active_back a:hover {
	color: #f8f8f8;
	text-decoration: underline;
}
/* 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;
}


/* Bostasp.org styles */

#content 
{
	margin-top: 0;
	margin-bottom: 50px;
	margin-left: 0;
	margin-right: 0;
	background: #000b16;
	border-top: 0;
	border-bottom: 15px solid #0e3154;
	color: #fff;
	padding: 1.0em;
}

#top 
{
	width: auto;
	background: url(http://img.bostasp.org/static/logo.jpg) no-repeat top left;
	height: 163px;
	margin: 0;
	padding: 0;
}
#top h1 
{
	font-size: 2.0em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0.2em 0 0 0.4em;
	margin: 0;
	display: none;
}	
#top p 
{
	font-size: 0.9em;
	font-style: normal;	
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 1.0em;
	margin: 0;
	display: none;
}

#tlinks p 
{
	font-size: 75%;
	text-align: right;
	color: #f8f8f8;
	margin: 5px;
}

#tlinks a 
{
	color: #f8f8f8;
}
#footer 
{
	margin: 2.0em -1.25em -1.4em -1.25em;
	padding: 0.6em 0 1.0em 1.8em;
	font-size: 80%;
	background: #00233e;
	position: relative;
}

/* Main menu styles */
#nava 
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 110%;		
	margin: 0;
	height: 100%; /* God help this height value*/
	_height: 19pt; /* Dirty hack for MSIE 6 and below. Dirty! */
	background: #0e3154;
}
#nava ul 
{
	overflow: hidden;
	margin: 0 1.0em;
	padding-top: 0.16em;
	padding-bottom: 0.15em;
	padding-left: 0.5em;
	padding-right: 0.5em;	
}
#nava li 
{
	float: left;
	list-style-type: none;
	margin: 0;
}
#nava a 
{
	position: relative;
	margin: 0;
	margin-bottom: -1px;
	padding: 0.2em 0.5em;
	background: transparent;
	text-decoration: none;
	color: #dde5e9;
}
#nava a:hover, #nava a:active 
{
	margin: 0;
	padding: 0.2em 0.5em;
	background: #000b16;
	color: #dde5e9;	
}
#act a 
{
	margin: 0;
	padding: 0.2em 0.5em;
	background: #00233e;
	color: #dde5e9;	
}

/* Page contents navigation styles */
#page-contents 
{	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
	margin-top: 0;
	margin-bottom: 1.0em;	
	margin-left: -1.0em; 
	margin-right: -1.0em;
	background: #7da7d9; 
	width: auto;
}
#page-contents h3 
{
	margin: 0.2em 0.9em;
	font-size: 140%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000b16;
	line-height: 0.7em;
}
#page-contents ul 
{
	margin: 0;
	padding: 0.25em 1.2em;	
	overflow: hidden;
	background: #1d354e;
	_height: 100%;
}
#page-contents li 
{
	float: left;
	list-style-type: none;
	margin: 0;
}
#page-contents a 
{
	position: relative;
	margin: 0;
	padding: 0.30em 0.6em;
	background: transparent;
	text-decoration: none;
	color: #dde5e9;
}
#page-contents a:hover, #page-contents a:active 
{
	margin: 0;
	padding: 0.30em 0.6em;
	background: #000b16;
	text-decoration: none;
	color: #dde5e9;	
}
#page-contents .act
{
	margin: 0;
	padding: 0.30em 0.6em;
	background: #000b16;
	text-decoration: none;
	color: #dde5e9;	
}

/* Community header */

#community
{
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 20px solid #4c7712;
	background: #8dc63f;
	padding: 0;
	margin-top: -1.0em;
	margin-bottom: 1.25em;
	margin-left: -1.0em; 
	margin-right: -1.0em;
	width: auto;
}
#community h2
{	
	font-size: 4em;
	color: #fff;
	padding: 0.2em;
	padding-left: 75px;
	margin: 0em;
}
#community p
{
	font-size: 1.75em;
	color: #fff;
	padding-left: 80px;
	margin: 0;
}
#community span
{
	font-weight: lighter;
	color: #c1dd9a;
}
