/* aurora.css by Art Zoller Wagner 03/02/03
  Corrected & modified from the original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com */

/* AZW-added styles, see body also 

   also added styles for #poll_block
   also added styles for #vocabulary_block

*/

/* Used for zoller wagner digital design in page footers, moderators & admins in who's online */
/*.credit {font-size: 11px; margin-bottom: 10px;}*/
.mod, .admin {font-size: 10px;}
.admin, a.admin, a.admin:link, a.admin:visited {color: #008040;}
.mod, a.mod, a.mod:link, a.mod:visited {color: #400080;}
a.admin:hover, a.mod:hover {color: #FF0000;}

/* used to create lighter body bg color for admin control panel */
.admincp {background-color: #FFF3DF;}

th.thHead { text-align: center;}

/* styles in original */

/* General page style. The scroll bar colours only visible in IE5.5+ 
   azw added margin padding text-align */
body { 
	margin: 0 auto;
	padding: 0;
	text-align: center; /* IE 5.x needs to center wrapper, had to add div to posting_topic_review.tpl  */
	background-color: #84582F;
	scrollbar-face-color: #FFDEB5;
	scrollbar-highlight-color: #FFFFFF; /* was #FFE8C2; */
	scrollbar-shadow-color: #84582F; /* was #FFDEB5; */
	scrollbar-3dlight-color: #FFFF91; /* was ECD2A8, A3743A, FFE8C2,  FFF2C1, ffffaa */
	scrollbar-arrow-color:  #800040;
	scrollbar-track-color: #FFF3DF; /* was #FFE8C2; */
	scrollbar-darkshadow-color: #3F311D; /* was 84582F */
	}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif;}
a:link,a:active,a:visited { color: #800040;}
a:hover		{ text-decoration: underline; color: #FF0000;}
hr	{ height: 0px; border: solid #A3743A 0px; border-top-width: 1px;} /* was ECD2A8 */

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFE8C2; border: 1px #84582F solid;}

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFE8C2; border: 2px #3F311D solid;}

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #FFEBC2;}
td.row2	{ background-color: #FFDEB5;}
td.row3	{ background-color: #ECD2A8;}

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum

  image is at: url(http://www.asturianus.org/forum/templates/subSilver/images/cellpic2a.jpg);
  in  original was listed at:url templates/subSilver/images/cellpic2a.jpg);
  was--doesn't work--at: images/cellpic2a.jpg); (relative to overall_page_header.tpl)
*/
/* was works:	td.rowpic {	background-color: #EEDCC6; background-image: 
url(http://www.asturianus.org/forum/templates/subSilver/images/cellpic2a.jpg); background-repeat: repeat-y;}  BG-C WAS: FFE8C2; */
  td.rowpic {	background-color: #EEDCC6; background-image: 
	url(/forum/templates/subSilver/images/cellpic2a.jpg); background-repeat: repeat-y;} /* BG-C WAS: FFE8C2; */

/* Header cells - the blue and silver gradient backgrounds 
images  bg-c was: #800040 
*/

/* was worked: th	{ color: #FFFFFF; font-size: 11px; font-weight: bold; background-color: #3F311D; height: 25px;
	background-image: url(http://www.asturianus.org/forum/templates/subSilver/images/cellpic3a.gif);} */
th	{ color: #FFFFFF; font-size: 11px; font-weight: bold; background-color: #3F311D; height: 25px;
	background-image: url(/forum/templates/subSilver/images/cellpic3a.gif);}

/* was worked: td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {	background-image: url(http://www.asturianus.org/forum/templates/subSilver/images/cellpic1a.gif); background-color:#ECD2A8; border: #FFFFFF; 
	border-style: solid; height: 28px;} */
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {	background-image: url(/forum/templates/subSilver/images/cellpic1a.gif); background-color:#ECD2A8; border: #FFFFFF; 
	border-style: solid; height: 28px;}


/* Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on. */
td.cat,td.catHead,td.catBottom { height: 29px;	border-width: 0px 0px 0px 0px;}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFE8C2; border-style: solid; height: 28px;}
td.row3Right { background-color: #ECD2A8; border: #FFFFFF; border-style: solid;}
td.spaceRow { background-color: #EED7B0; border: #FFFFFF; border-style: solid;} /* was with previous */
th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px;}
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px;}
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px;}
th.thLeft,td.catLeft { border-width: 0px 0px 0px 1px;}
th.thBottom,td.catBottom { border-width: 0px 1px 1px 1px;}
th.thTop { border-width: 1px 0px 0px 0px;}
th.thCornerL { border-width: 1px 0px 0px 1px;}
th.thCornerR { border-width: 1px 1px 0px 0px;}

/* The largest text used in the index page title and toptic title etc. */
.maintitle { font-weight: bold; font-size: 22px; font-family: "Verdana, Arial, Helvetica, sans-serif",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height: 120%; color: #000000;}

/* General text */
.gen { font-size: 12px;}
.genmed { font-size: 11px;}
.gensmall { font-size: 10px;}
.gen,.genmed,.gensmall { color: #000000;}
a.gen,a.genmed,a.gensmall { color: #800040; text-decoration: none;}
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #FF0000; text-decoration: underline;}
.genmed .ullink a { color: #FF0000; text-decoration: underline;} /* used with templates/subSilver/agreement.tpl


/* vocabulary_block, poll_block, we_support_outer */
#we_support_outer,
#poll_outer,
#vocabulary_outer { /* on forum index */
	margin: 10px 0px 6px;
	padding: 2px;
	border: 1px #caa solid;	}
	
#we_support_block,
#poll_block,
#vocabulary_block {
	margin: 0;
	padding: 6px 52px 5px;
	border: 2px #eca solid;	}

#we_support_outer,
#poll_outer {background-color: #fff;}
#we_support_block,
#poll_block {background-color: #ffe8c2;}

.display_none {display: none;} /* hide entire poll_outer block if no poll */
.display_block {display:block;} /* display poll_outer block if poll */
.float_left_img {float: left; padding-right:20px;}
.float_right {float: right;}
hr.clearfloat {visibility: hidden; clear: both; height: 0; border: 0; margin: 0; padding: 0;} /* used to be sure floats finish before next lower div starts */

#we_support_block h1.gen, #we_support_block h2.genmed, #we_support_block p.gensmall,
#poll_block h1.gen, #poll_block h2.genmed, #poll_block p.gensmall,
#vocabulary_block h1.gen, #vocabulary_block h2.genmed, #vocabulary_block p.gensmall { font-size: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 1em; }
#we_support_block h1.gen,
#poll_block h1.gen,
#vocabulary_block h1.gen { margin: 0 0 20px; font-weight: bold; }
#we_support_block h2.genmed,
#poll_block h2.genmed,
#vocabulary_block h2.genmed { font-size: 15px; font-weight: normal; line-height: 1.8em;}
#we_support_block p.gensmall,
#poll_block p.gensmall,
#vocabulary_block p.gensmall { font-size: 12px; font-weight: normal; line-height: 1.4em; }
#we_support_block h1.gen a, #we_support_block h2.genmed a, #we_support_block p.gensmall a,
#poll_block h1.gen a, #poll_block h2.genmed a, #poll_block p.gensmall a,
#vocabulary_block h1.gen a, #vocabulary_block h2.genmed a, #vocabulary_block p.gensmall a { color: #800040; text-decoration: none;}
#we_support_block.gen a:hover, #we_support_block h2.genmed a:hover, #we_support_block p.gensmall a:hover,
#poll_block h1.gen a:hover, #poll_block h2.genmed a:hover, #poll_block p.gensmall a:hover,
#vocabulary_block h1.gen a:hover, #vocabulary_block h2.genmed a:hover, #vocabulary_block p.gensmall a:hover	{ color: #FF0000; text-decoration: underline;}


/* The register, login, search etc links at the top of the page */
.mainmenu { font-size: 11px; color: #000000;}
a.mainmenu { text-decoration: none; color: #800040;}
a.mainmenu:hover { text-decoration: underline; color: #FF0000;}

/* Forum category titles */
.cattitle { font-weight: bold; font-size: 12px; letter-spacing: 1px; color: #800040;}
a.cattitle { text-decoration: none; color: #800040;}
a.cattitle:hover { text-decoration: underline;}

/* Forum title: Text and link to the forums used in: index.php */
.forumlink { font-weight: bold; font-size: 12px; color: #800040;}
a.forumlink { text-decoration: none; color: #800040;}
a.forumlink:hover { text-decoration: underline; color: #FF0000;}

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav { font-weight: bold; font-size: 11px; color: #000000;}
a.nav { text-decoration: none; color: #800040;}
a.nav:hover { text-decoration: underline;}

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2 { font-weight: bold; font-size: 11px; color: #000000;}
a.topictitle:link { text-decoration: none; color: #800040;}
a.topictitle:visited { text-decoration: none; color: #56391F;} /* was A56D3A*/
a.topictitle:hover { text-decoration: underline; color: #FF0000;}

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { font-size: 11px; color: #000000;}

/* Location, number of posts, post date etc */
.postdetails { font-size: 10px; color: #000000;}

/* The content of the posts (body of text) */
.postbody { font-size: 12px; line-height: 18px;}
a.postlink:link	{ text-decoration: underline; color: #800040;}
a.postlink:visited { text-decoration: underline; color: #56391F;} /* was A56D3A */
a.postlink:hover { text-decoration: underline; color: #FF0000;}

/* Quote & Code blocks */
.code {	font-family: Courier, 'Courier New', serif; font-size: 11px; color: #6699CC;
	background-color: #FFF3DF; border: #A3743A; border-style: solid; border-left-width: 1px; 
	border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;} /* was ECD2A8 */

.quote { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #3F311D; 
	line-height: 125%; background-color: #FFF3DF; border: #A3743A; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; 
	border-bottom-width: 1px;} /* was ECD2A8 */

/* Copyright and bottom info */
.copyright { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #3F311D;
	letter-spacing: -1px;}
a.copyright	{ color: #3F311D; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}

/* Form elements */
input,textarea, select { color: #000000; font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color: #000000;}

/* The text input fields background colour */
input.post, textarea.post, select {	background-color: #FFE8C2;}
input { text-indent: 2px;}

/* The buttons used for bbCode styling in message post */
input.button { background-color: #FFE8C2; color: #000000; font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;}

/* The main submit button option */
input.mainoption { background-color: #FFF3DF; font-weight: bold;}

/* None-bold submit button */
input.liteoption { background-color: #FFF3DF; font-weight: normal;}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know */
.helpline { background-color: #FFDEB5; border-style: none;}

