/*-------------------------------------
Project: 
	phpbb WASO (Web and Accessibility Standards Overhaul) - 2.0.04
	(Based on phpbb 2.0.19 - http://phpbb.com)
File:
	screen-subsilver-waso.css
Media: 
	Screen
Date: 
	30 December 2005
Author:
	Marco Battilana
	Crazy Bat Designs - http://crazybat.ca
-------------------------------------*/
/*-------------------------------------
Global styles
-------------------------------------*/
html, body {
	color: #000;
	background: #ddd;
	font: 100%/100% Verdana, sans-serif;
}
a {
	color: #069;
	background: transparent;
	text-decoration: none;
}
a:hover {
	color: #dd6900;
	background: #fff;
	text-decoration: underline;
}
a:active {
	color: #333;
	background: #fff;
}
acronym {
	cursor: help;
	border-bottom: 1px dashed #666;
}
caption {
	color: #efefef;
	background: #efefef;
	font-size: 0px;
	line-height: 0.1px;
}
cite {
	font-weight: bold;
	font-style: normal;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
}
em {
	color: #900;
	font-weight: bold;
	font-style: normal;
}
fieldset,
legend {
	margin: 0;
	border: 0;
	padding: 5px;	
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
hr {
	clear: both;
	width: 98%;
	height: 3px; 
	color: #fff;
    background: #fff;
	border: solid 1px #999;
}
img {
	border: 0;
}
input, select {
	font: 0.7em Verdana, sans-serif;
}
label {
	display: block;
	margin: 5px 0 0 0;
	font-size: 0.6em;
}
ol, ul {
	margin: 0;
	border: 0;
	padding: 0;
}
.offleft,
.skip
{
	position: absolute;
	left: -9999px;
	width: 990px;
	overflow: hidden;
}
/*-------------------------------------
Container styles
-------------------------------------*/
#container {
	width: 99%;
	background: #fff;
	margin: 0 auto;
	border: solid 1px #999;
	padding: 0;
}
/*-------------------------------------
Leftbar and Rightbar styles
-------------------------------------*/
#leftbar {
	position: absolute;
	left: -9999px;
	width: 990px;
	overflow: hidden;
}
#rightbar {
	position: absolute;
	left: -9999px;
	width: 990px;
	overflow: hidden;
}
/*-------------------------------------
Banner styles 
-------------------------------------*/
#banner {
	display: block;
	height: 91px;
	background: url(../../subSilver/images/logo_phpBB.gif) 0% 50% no-repeat;
	margin: 5px;
}
#banner h1,
#banner h2 {
	margin: 0 0 0 245px;
}
#banner h1 {
	font: bold 1.4em "Trebuchet MS", sans-serif;
}
#banner h2 {
	font-size: 0.8em;
	font-weight: normal;
}
/*-------------------------------------
Toolbar styles 
-------------------------------------*/
#toolbar {
	font-size: 0.7em;
	text-align: center;
	margin: -35px 0 0 250px;
}
#toolbar ul {
	float: left;
	display: block;
	width: 500px;
	list-style: none;
}
#toolbar ul li {
	float: left;
}
#toolbar ul li a {
	padding: 0 13px 0 17px;
}
#toolbar ul li a span.offleft {
	position: static;
}
#toolbar ul li#faq a {
	background: url(../../subSilver/images/icon_mini_faq.gif) 0% 50% no-repeat;
}
#toolbar ul li#search a {
	background: url(../../subSilver/images/icon_mini_search.gif) 0% 50% no-repeat;
}
#toolbar ul li#memberlist a {
	background: url(../../subSilver/images/icon_mini_members.gif) 0% 50% no-repeat;
}
#toolbar ul li#usergroups a {
	background: url(../../subSilver/images/icon_mini_groups.gif) 0% 50% no-repeat;
}
#toolbar ul li#register a {
	background: url(../../subSilver/images/icon_mini_register.gif) 0% 50% no-repeat;
}
#toolbar ul li#profile a {
	background: url(../../subSilver/images/icon_mini_profile.gif) 0% 50% no-repeat;
}
#toolbar ul li#loginpm a {
	background: url(../../subSilver/images/icon_mini_message.gif) 0% 50% no-repeat;
}
#toolbar ul li#loginlogout a {
	background: url(../../subSilver/images/icon_mini_login.gif) 0% 50% no-repeat;
}
/*-------------------------------------
Style Switcher styles
-------------------------------------*/
#styleswitcher {
	clear: both;
	position: relative;
	top: 0;
	right: 0;
	float: right;
	background: url(../images/ss-sb-bg.gif) top left no-repeat;
	padding: 0 0 0 100px;
}
#styleswitcher ul {
	list-style: none;
}
#styleswitcher ul li {
	float: left;
}
#styleswitcher ul li a {
	display: block;
	width: 15px;
	height: 15px;
	border: solid 1px #036;
}
#styleswitcher ul li#ss-default a {
	color: #333;
	background: url(../images/ss-default-bg.gif) top left no-repeat;
}
#styleswitcher ul li#ss-contrast a {
	color: #333;
	background: url(../images/ss-contrast-bg.gif) top left no-repeat;
}
#styleswitcher ul li#ss-structure a {
	color: #333;
	background: url(../images/ss-structure-bg.gif) top left no-repeat;
}
#styleswitcher ul li#ss-zoom a {
	color: #333;
	background: url(../images/ss-zoom-bg.gif) top left no-repeat;
}
#styleswitcher ul li#ss-fullwidth a {
	color: #333;
	background: url(../images/ss-fullwidth-bg.gif) top left no-repeat;
}
#styleswitcher ul li#ss-subsilver-waso a {
	color: #333;
	background: url(../images/ss-subsilver-waso-bg.gif) top left no-repeat;
}
#styleswitcher ul li#ss-nostyle a {
	color: #333;
	background: url(../images/ss-nostyle-bg.gif) top left no-repeat;
}
/*-------------------------------------
Content styles
-------------------------------------*/
#content {
	color: #000;
	background: #fff;
	margin: 0;
	border: 0;
	padding: 0;
}
#content #content-container {
	clear: both;
	margin: -10px 0 0 0;
	padding: 5px;
}
	/*----------
	Content Anchor styles
	----------*/
#content a {
	color: #069;
	background: transparent;
}
#content a:hover {
	color: #dd6900;
	background: transparent;
	text-decoration: underline;
}
#content a:active {
	color: #333;
	background: #fff;
}
#content a.sublink {
	font-size: 0.7em;
	font-weight: bold;
}
	/*----------
	Content Definition styles
	----------*/
#content dt,
#content dd {
	color: #333;
	background: #efefef;
}
#content dt {
	margin: 0;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	padding: 2px 5px 0 50px;
	font-size: 0.75em;
	font-weight: bold;
}
#content dd {
	margin: 0;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	padding: 0 5px 2px 0;
	font-size: 0.7em;
}
	/*----------
	Content Header styles
	----------*/
#content h3 {
	font-size: 0.7em;
	font-weight: bold;
}
#content h4 {
	display: block;
	height: 25px;
	color: #069;
	background: transparent url(../../subSilver/images/cellpic1.gif) repeat;
	border-bottom: solid 4px #c8d1d7;
	padding: 0 0 0 5px;
	font-size: 0.75em;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.8em;
}
#content h5 {
	margin: 5px 0 0 0;
	font-size: 0.75em;
}
	/*----------
	Content Paragraph styles
	----------*/
#content p {
	margin: 0 0 5px 0;
	font-size: 0.6em;
}
	/*----------
	Content List styles
	----------*/
#content .highlights ul,
#content .highlights ol {
	font-size: 0.6em;
	margin: 0 0 0 30px;
}
#content .highlights ul {
	list-style: disc;
}
#content ul.inlinelist {
	margin: 0;
	list-style: none;
}
#content ul.inlinelist li {
	float: left;
	margin: 0 3px 0 0;
	font-size: 1.6em;
}
	/*/////-------------------------------------
	Content - IDs
	/*----------
	boxstatus ID
	- The style that displays the status of your inbox
	----------*/
#content #boxstatus {
	display: block;
	float: right;
	width: 170px;
	color: #333;
	background: #fff;
	margin: 5px;
	border: solid 1px #036;
	padding: 5px;
	text-align: left;
	font-size: 0.8em;
}
#content #boxstatus img {
	border: solid 1px #333;
}	
	/*----------
	iconlegend ID
	- The style for the icon legends, both large and small
	----------*/
#content #iconlegend ul {
	list-style: none;
	width: 650px;
	margin: 0 auto;
}
#content #iconlegend ul li {
	display: block;
	float: left;	
	width: 215px;
	margin: 5px 0;
	padding: 2px 0;
	text-align: left;
	font-size: 0.65em;
}
#content .newposts {
	color: #000;
	background: url(../../subSilver/images/folder_new.gif) center left no-repeat;
}
#content .hot {
	color: #000;
	background: url(../../subSilver/images/folder_hot.gif) center left no-repeat;
}
#content .hotnewposts {
	color: #000;
	background: url(../../subSilver/images/folder_new_hot.gif) center left no-repeat;
}
#content .nonewposts {
	color: #000;
	background: url(../../subSilver/images/folder.gif) center left no-repeat;
}
#content .lockednew {
	color: #000;
	background: url(../../subSilver/images/folder_lock_new.gif) center left no-repeat;
}
#content .locked {
	color: #000;
	background: url(../../subSilver/images/folder_lock.gif) center left no-repeat;
}
#content .announcement {
	color: #000;
	background: url(../../subSilver/images/folder_announce.gif) center left no-repeat;
}
#content .announcementnew {
	color: #000;
	background: url(../../subSilver/images/folder_announce_new.gif) center left no-repeat;
}
#content .sticky {
	color: #000;
	background: url(../../subSilver/images/folder_sticky.gif) center left no-repeat;
}
#content .stickynew {
	color: #000;
	background: url(../../subSilver/images/folder_sticky_new.gif) center left no-repeat;
}
#content #iconlegend li span {
	margin: 0 0 0 25px;
}
#content span.newposts,
#content span.hot,
#content span.hotnewposts,
#content span.nonewposts,
#content span.lockednew,
#content span.locked,
#content span.announcement,
#content span.announcementnew,
#content span.sticky,
#content span.stickynew {
	float: left;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 3px 0 0;
}
#content #largeiconlegend ul  {
	width: 450px;
	height: 50px;
	margin: 0 auto;
	list-style: none;
}
#content #largeiconlegend ul li {
	float: left;
	text-align: center;
	font-size: 0.6em;
}	
#content #largeiconlegend span.iconlocked,
#content #largeiconlegend span.iconnewposts,
#content #largeiconlegend span.iconnonewposts {
	display: block;
	width: 150px;
	height: 50px;
}
	/*----------
	Content moderator ID
	- The style for the moderator commands
	----------*/
#content #moderatorcommands ul {
	list-style: none;
}
#content #moderatorcommands ul li {
	float: left;
}	
#content #moderatorcommands ul li a {
	display: block;
	width: 23px;
	height: 20px;
}	
#content #moderatorcommands ul li#moddelete a {
	background: url(../../subSilver/images/topic_delete.gif) top left no-repeat;
}
#content #moderatorcommands ul li#modmove a {
	background: url(../../subSilver/images/topic_move.gif) top left no-repeat;
}
#content #moderatorcommands ul li#modlock a {
	background: url(../../subSilver/images/topic_lock.gif) top left no-repeat;
}
#content #moderatorcommands ul li#modunlock a {
	background: url(../../subSilver/images/topic_unlock.gif) top left no-repeat;
}
#content #moderatorcommands ul li#modsplit a {
	background: url(../../subSilver/images/topic_split.gif) top left no-repeat;
}
	/*/////-------------------------------------
	Content - Classes
	/*----------
	Higlights class
	----------*/
#content .highlights {
	background: #efefef;
	margin: 5px;
	border: solid 2px #069;
	padding: 2px;
}
	/*----------
	Horiziontal rule thindivide class
	- The thin, white lines with a dark grey border
	----------*/
#content hr.thindivide {
	width: 100%;
	height: 1px; 
	color: #fff;
    background: #fff;
	border: solid 1px #ccc;
	padding: 0;
}
	/*----------
	Icon classes
	- Places the various icon images
	----------*/
#content .iconlocked,
#content .iconnewposts,
#content .iconnonewposts {
	display: block;
	float: left;
	width: 50px;
	height: 55px;
}
#content .iconlocked {
	color: #333;
	background: url(../../subSilver/images/folder_locked_big.gif) 50% 0% no-repeat;
}
#content .iconnewposts {
	color: #333;
	background: url(../../subSilver/images/folder_new_big.gif) 50% 0% no-repeat;
}
#content .iconnonewposts {
	color: #333;
	background: url(../../subSilver/images/folder_big.gif) 50% 0% no-repeat;
}
#content .iconlocked strong,
#content .iconnewposts strong,
#content .iconnonewposts strong {
	position: absolute;
	left: -9999px;
	width: 990px;
	overflow: hidden;
}
#content .latestpostlink,
#content .newestpostlink {
	color: #333;
	background: #fff;
	border: solid 1px #ccc;
	padding: 0 3px;
	font-size: 0.8em;
}
	/*----------
	Forum specific classes
	- Makes up many of the style of elements throughout the forum
	----------*/
#content .smallnote {
	font-size: 0.85em;
}
#content .messageheader {
	padding: 5px 5px 0 5px
}
#content .messagebody {
	padding: 0 5px 5px 5px;
	font-size: 0.8em;
}
#content .messagebody li {
	font-size: 1.6em;
}
#content .forumpostinfo {
	float: right;
	font-size: 0.6em;
	text-align: right;
}
#content .memberinfo {
	float: left;
	font-size: 0.7em;
}
#content .avatar {
	display: block;
	float: left;
	padding: 4px 4px 0 4px;
}
#content .avatar img {
	border: solid 1px #333;
}
#content .administrator {
	color: #f96;
	background: transparent;
	font-weight: bold;
}
#content .moderator {
	color: #060;
	background: transparent;
	font-weight: bold;
}
#content .row1, 
#content .row2 {
	clear: both;
	margin: 5px 0;
	border: solid 1px #999;
}
#content .row1 {
	background: #efefef;
}
#content .row2 {
	background: #fff;
}
	/*----------
	Forum function button classes
	- The styles related to buttons found on the top and the bottom of the topic (ie: quote, delete, profile, etc.)
	as well as the memberlist and profile pages.
	----------*/
#content div.messagecommands {
	float: right;
	padding: 0 0 5px 0;
}
#content div.messagecommands ul,
#content div.membercommands ul {
	list-style: none;
	margin: 0 0 5px 0;
}
#content div.membercommands ul {
	width: 300px;
}
#content div.messagecommands ul li,
#content div.membercommands ul li {
	float: left;
}
#content div.messagecommands ul li a,
#content div.membercommands ul li a,
#content a.smallbutton {
	margin: 0 2px 2px 0;
	text-align: center;
	text-decoration: none;
}
#content a.smallbutton-profile,
#content a.smallbutton-pm,
#content a.smallbutton-email,
#content a.smallbutton-www,
#content a.smallbutton-aim,
#content a.smallbutton-icq,
#content a.smallbutton-msnm,
#content a.smallbutton-yim,
#content a.smallbutton-quote,
#content a.smallbutton-edit,
#content a.smallbutton-search
 {
	display: block;
	width: 62px;
	height: 18px;	
}
#content a.smallbutton-delete,
#content a.smallbutton-ip {
	display: block;
	width: 20px;
	height: 18px;
}
#content a.smallbutton-profile,
#content a.smallbutton-profile:hover,
#content a.smallbutton-profile:active {
	color: #333;
	background: url(../../subSilver/images/lang_english/icon_profile.gif) center center no-repeat;
}
#content a.smallbutton-pm,
#content a.smallbutton-pm:hover,
#content a.smallbutton-pm:active {
	color: #333;
	background: url(../../subSilver/images/lang_english/icon_pm.gif) center center no-repeat;
}
#content a.smallbutton-email,
#content a.smallbutton-email:hover,
#content a.smallbutton-email:active {
	color: #333;
	background: url(../../subSilver/images/lang_english/icon_email.gif) center center no-repeat;
}
#content a.smallbutton-www,
#content a.smallbutton-www:hover,
#content a.smallbutton-www:active {
	color: #333;
	background: url(../../subSilver/images/lang_english/icon_www.gif) center center no-repeat;
}
#content a.smallbutton-aim,
#content a.smallbutton-aim:hover,
#content a.smallbutton-aim:active {
	color: #333;
	background: url(../../subSilver/images/lang_english/icon_aim.gif) center center no-repeat;
}
#content a.smallbutton-icq,
#content a.smallbutton-icq:hover,
#content a.smallbutton-icq:active {
	color: #333;
	background: url(../../subSilver/images/lang_english/icon_icq_add.gif) center center no-repeat;
}
#content a.smallbutton-msnm,
#content a.smallbutton-msnm:hover,
#content a.smallbutton-msnm:active {
	color: #333;
	background: url(../../subSilver/images/lang_english/icon_msnm.gif) center center no-repeat;
}
#content a.smallbutton-yim,
#content a.smallbutton-yim:hover,
#content a.smallbutton-yim:active {
	color: #333;
	background: url(../../subSilver/images/lang_english/icon_yim.gif) center center no-repeat;
}
#content a.smallbutton-quote,
#content a.smallbutton-quote:hover,
#content a.smallbutton-quote:active {
	color: #333;
	background: url(../../subSilver/images/lang_english/icon_quote.gif) center center no-repeat;
}
#content a.smallbutton-edit,
#content a.smallbutton-edit:hover,
#content a.smallbutton-edit:active {
	color: #333;
	background: url(../../subSilver/images/lang_english/icon_edit.gif) center center no-repeat;
}
#content a.smallbutton-delete,
#content a.smallbutton-delete:hover,
#content a.smallbutton-delete:active {
	color: #333;
	background: url(../../subSilver/images/icon_delete.gif) center center no-repeat;
}
#content a.smallbutton-ip,
#content a.smallbutton-ip:hover,
#content a.smallbutton-ip:active {
	color: #333;
	background: url(../../subSilver/images/lang_english/icon_ip.gif) center center no-repeat;
}
#content a.smallbutton-search,
#content a.smallbutton-search:hover,
#content a.smallbutton-search:active {
	color: #333;
	background: url(../../subSilver/images/lang_english/icon_search.gif) center center no-repeat;
}
	/*----------
	BBCode classes
	- Classes catered to bbcode
	----------*/
#content blockquote,
#content pre {
	display: block;
	width: 90%;
	color: #060;
	background: #fafafa;
	border: solid 1px #d1d7dc;
	margin: 5px 15px;
	padding: 5px;
	font: 1.1em Courier, "Courier New", serif;
}
	/*----------
	Posting image list classes
	- The styles related to all posting images. (New Topic, Post Reply, Locked)
	----------*/
#content ul.postlist {
	list-style: none;
	margin: 0;
	border: 0;
	padding: 0;
}
#content ul.postlist li {
	float: left;
	margin: 5px 10px 5px 0;
	border: 0;
	padding: 0;
}
#content a.postnewtopic,
#content a.postnewtopic:hover,
#content a.postnewtopic:active {
	display: block;
	width: 85px;
	height: 27px;
	color: #fff;
	background: url(../../subSilver/images/lang_english/post.gif) top left no-repeat;
}
#content a.postreply,
#content a.postreply:hover,
#content a.postreply:active {
	display: block;
	width: 85px;
	height: 27px;
	color: #fff;
	background: url(../../subSilver/images/lang_english/reply.gif) top left no-repeat;
}
#content a.newpost,
#content a.newpost:hover,
#content a.newpost:active {
	display: block;
	width: 85px;
	height: 27px;
	color: #fff;
	background: url(../../subSilver/images/lang_english/msg_newpost.gif) top left no-repeat;
}
#content a.locked,
#content a.locked:hover,
#content a.locked:active {
	display: block;
	width: 85px;
	height: 27px;
	color: #fff;
	background: url(../../subSilver/images/lang_english/locked.gif) top left no-repeat;
}
#content a.postnewtopic span,
#content a.postreply span,
#content a.locked span {
	position: absolute;
	left: -9999px;
	width: 990px;
	overflow: hidden;
}
	/*----------
	Overflow class
	- The simulation of an iframe in the original design
	----------*/
#content .overflowy {
	display: block;
	height: 400px;
	max-height: 400px;
	overflow: auto;
}
#content .overflowy .grid {
	width: 97%;
}
	/*----------
	Poll classes
	- The styles related to the polls
	----------*/
#content .pollbox {
	display: block;
	width: 250px;
	color: #000;
	background: transparent;
	margin: 0 auto;
	padding: 3px;
	text-align: center;
}
#content .pollbox .pollchoicecontainer {
	display: block;
	width: 205px;
	margin: 0 auto;
	padding: 5px;
	text-align: left;
}
#content .pollboxresults {
	display: block;
	width: 250px;
	color: #000;
	background: transparent;
	margin: 0 auto;
	text-align: center;
}
#content .pollboxresults .pollresults {
	display: block;
	width: 205px;
	margin: 0 auto;
	text-align: left;
	font-size: 0.7em;
}
	/*----------
	Page Number classes
	- The styles related to the indicator of what page you are on and how many pages there are on the forum
	----------*/
#content .pagenumber {
	float: right;
}
/*-------------------------------------
Table styles
-------------------------------------*/
.grid {
	clear: both;
	color: #000;
	background: #fff;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 0.7em;
	text-align: left;
}
.grid th {
	color: #f96;
	background: transparent url(../../subSilver/images/cellpic3.gif) 0% 0% repeat-x;
	padding: 5px 0;
	text-align: center;
}
.grid tr.row1 {
	background: #eee;
}
.grid tr.row2 {
	background: #fff;
}
.grid td {
	vertical-align: top;
	padding: 5px;
}
.grid td label {
	font-size: 0.8em;
}
	/*----------
	Fixedwidth class
	- The styles that sets a table column to a fixed width
	----------*/
.grid td.fixedwidth {
	width: 125px;
}
/*-------------------------------------
Form Control styles
-------------------------------------*/
label.inlinelabel {
	display: inline;
}
input.boxes,
textarea.boxes {
	color: #333;
	background: #fff;
}
input.button {
	color: #000;
	background: #fafafa;
	font-weight: bold;
}
/*-------------------------------------
Footer styles
-------------------------------------*/
#footer {
	clear: both;
	margin: 0 0 10px 0;
}
	/*----------
	Validation styles
	----------*/
#footer #validation {
	width: 320px;
	margin: 0 auto;
}
#footer #validation ul {
	list-style: none;
	height: 20px;
}
#footer #validation ul li {
	float: left;
	font-size: 0.7em;
	font-weight: normal;
}
#footer #validation ul li a {
	padding: 0 5px;
}
#footer #validation a.adminlink {
	color: #fff;
	background: #036;
}
#footer h3 {
	clear: both;
	background: transparent;
	text-align: center;
	font-size: 0.65em;
	font-weight: normal;
	letter-spacing: -1px;
}
/*-------------------------------------
Miscellaneous styles
-------------------------------------*/
#content div.clear {
	clear: both;
	line-height: 0.1px;
}
/*-------------------------------------
Hacks
-------------------------------------*/
	/* Holly Hack: Hide From IE5/Mac \*/
* html div,
* html dl {
	height: 1%;
}
	/* Holly Hack: Hide From IE5/Mac \*/

	/*----------
	For Opera only. That's what I get for using a percentage for base size font.
	http://virtuelvis.com/archives/2004/01/css-for-opera-7
	----------*/
/*@media all and (min-width: 0px){
html, body {
	font: small Tahoma, sans-serif;
}
}*/
