/*
The original subSilver Theme for phpBB version 2+
Created by subBlue design
http://www.subBlue.com
*/
body {
margin: 0;
padding: 0;
font-family: Arial, Sans-Serif;
text-align: center;
font-size: 12px;
}
a,
a:visited,
a:active,
a:link {
text-decoration:none;
}
/* General page style. The scroll bar colours only visible in IE5.5+ */
/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color: #006699; }
a:hover		{ text-decoration: underline; color: #DD6900; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
/* This is the border line & background colour round the entire page */
.bodyline	{ background: #FFFFFF; border: 1px #98AAB1 solid; }
/* This is the outline round the main forum tables */
.forumline	{
background:#FFFFFF;
/*
background-color: #FFFFFF;
border: 2px #006699 solid;
*/
}
/* Main table cell colours and backgrounds */
td.row1	{ background-color: #EFEFEF; }
td.row2	{ background-color: #DEE3E7; }
td.row3	{ background-color: #D1D7DC; }
/*
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
*/
td.rowpic {
background-color: #FFFFFF;
background-image: url(images/cellpic2.jpg);
background-repeat: repeat-y;
}
/* Header cells - the blue and silver gradient backgrounds */
th	{
color: #FFA34F; font-size: 11px; font-weight: bold;
background-color: #006699; height: 25px;
background-image: url(images/cellpic3.gif);
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-image: url(images/cellpic1.gif);
background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
}
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: #FFFFFF; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
background-color: #D1D7DC; border: #FFFFFF; border-style: solid; }
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; }
.maintitle,h1,h2	{
font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; line-height: 120%; color: #000000;
}
.gen { font-size: 12px; }
.genmed { font-size: 11px; }
.gensmall { font-size: 10px; }
.gen,.genmed,.gensmall { color: #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }
.mainmenu		{ font-size: 11px; color: #000000 }
a.mainmenu		{ text-decoration: none; color: #006699;  }
a.mainmenu:hover{ text-decoration: underline; color: #DD6900; }
/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color: #006699}
a.cattitle		{ text-decoration: none; color: #006699; }
a.cattitle:hover{ text-decoration: underline; }
/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ color: #006699; }
a.forumlink 	{ text-decoration: none; color: #006699; }
a.forumlink:hover{ text-decoration: underline; color: #DD6900; }
/* 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: #006699; }
a.nav:hover		{ text-decoration: underline; }
/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color: #000000; }
a.topictitle:link   { text-decoration: none; color: #006699; }
a.topictitle:visited { text-decoration: none; color: #5493B4; }
a.topictitle:hover	{ text-decoration: underline; color: #DD6900; }
/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { font-size: 10px; color: #333;}
.name a { font-size: 11px}
/* 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;}
a.postlink:link	{ text-decoration: none; color: #006699 }
a.postlink:visited { text-decoration: none; color: #5493B4; }
a.postlink:hover { text-decoration: underline; color: #DD6900}
/* Quote & Code blocks */
.code {
font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
.quote {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
/* Copyright and bottom info */
div.copyright { text-align:center }
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; 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: #FFFFFF;
}
input { text-indent: 2px; }
/* The buttons used for bbCode styling in message post */
input.button {
background-color: #EFEFEF;
color: #000000;
font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* The main submit button option */
input.mainoption {
background-color: #FAFAFA;
font-weight: bold;
}
/* None-bold submit button */
input.liteoption {
background-color: #FAFAFA;
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: #DEE3E7; border-style: none; }
/* ------------ STANDARD END --- */
/* Begin Typography & Colors */
font,th,td,p { font-family: Arial, Helvetica, sans-serif }
form{
margin: 0;
padding: 0;
}
#page {
background: #F0E5B9;
color: #251f0f;
text-align: left;
margin: 2px auto;
padding: 0;
width: 760px;
border: 1px solid #ccddcc;
}
#header {
color: #574319;
background: url(images/head0906.png) #F0E5B9 no-repeat top left;
padding: 5px 0;
width: 100%;
}
#content {
font-size: 12px;
padding:0px;
}
.description {
text-decoration: none;
border: none;
color: #FF0000;
background: #F0E5B9;
}
h2 {
text-decoration: none;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-weight: bold;
color: #333333;
background: #F0E5B9;
}
h3 {
font-size: 12px;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-weight: bold;
color: #333333;
background: #F0E5B9;
}
/* End Typography & Colors */
/* Begin Various Tags & Classes*/
div .search {
width: 100%;
display: block;
text-align: right;
}
.search {
font-family: Tahoma, Arial, Geneva, sans-serif;
font-size: 8pt;
text-align: right;
}
/* main design elements */
div.tipmenu {
padding: 0 0px 0px 0px;
clear:both;
}
.counters img, .counters a {
border: 0;
padding: 0;
margin: 0;
}
/* menu 1 */
.menu1 {
clear:both;
line-height:normal;
padding: 0  0 0 230px;
}
.menu1 li {
float:left;
margin:0;
padding:0;
}
.menu1 ul {
margin:0;
padding:0;
list-style:none;
}
.menu1 a,
.menu1 a:link,
.menu1 a:visited,
.menu1 a:hover {
display:block;
margin:0;
padding:0;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
letter-spacing: 0px;
font:bold 10px Verdana, Helvetica, sans-serif;
vertical-align:middle;
text-align:center;
color: #6d5b1f;
background: #F0E5B9;
text-decoration: none;
}
.menu1 a:hover {
color: #FF0000;
background: #F0E5B9;
text-decoration: underline;
}
/* menu 1 end */
hr.hr3 {
width: 120px;
text-align: left;
margin: 0 auto 0 0;
border: none 0;
border-top: 1px solid #000;
height: 1px;
}
.med {
text-align: center;
vertical-align: middle;
white-space: nowrap;
background: #DEE3E7;
font-size: 10px;
color: #333;
}
.med1 {
text-align: center;
vertical-align: middle;
white-space: nowrap;
background: #DEE3E7;
font-size: 10px;
background: #EFEFEF;
}
.med1 img {
width:46px;
height:25px;
}
.postbody {
padding:5px;
width:550px;
overflow:auto;
}
.postbody img {
max-width: 400px;
}
.taleft {
float:left;width:60%;text-align:left
}
.taright {
font:bold 10px Arial,sans-serif;
float:left;width:40%;text-align:right
}
.cl {
clear:both;
}
.aright{
text-align:right
}
.icmpnew {
padding:0 0 0 20px;background:url(images/icon_minipost_new.gif) transparent no-repeat top left;
color:#000;
font:bold 10px Arial,sans-serif;
}
.icmp {
padding:0 0 0 20px;background:url(images/icon_minipost.gif) transparent no-repeat top left;
color:#000;
font:bold 10px Arial,sans-serif;
}
.fr-l {
background:url(images/folder_locked_big.gif) transparent no-repeat center left;
}
.fr-n {
background:url(images/folder_new_big.gif) transparent no-repeat center left;
}
.fr {
background:url(images/folder_big.gif) transparent no-repeat center left;
}
body.spring {
background:url(images/spring/bg-b3.gif) #fff fixed repeat center top;
}
.spring th	{
color: #315431;
font-size: 11px;
font-weight: bold;
height: 30px;
padding:0;
border:none;
margin:0px;
text-align:center;
background: url(images/spring/cellpic3.png) #6e9933 repeat-x top left;
}
.spring td.cat,
.spring td.catHead,
.spring td.catSides,
.spring td.catLeft,
.spring td.catRight,
.spring td.catBottom {
background: #e4e9da;
border: none;
height: 28px;
color: #000000;
}
.spring td.rowpic {
background: #e4e9da;
}
.spring .fr-l {
padding:0 0 10px 50px;
background:url(images/spring/fold_locked_big.gif) #efefef no-repeat center left;
}
.spring .fr-n {
padding:0 0 10px 50px;
background:url(images/spring/fold_new_big.gif) #efefef no-repeat center left;
}
.spring .fr {
padding:0 0 10px 50px;
background:url(images/spring/fold_big.gif) #efefef no-repeat center left;
}
body.xmas {
background:url(images/xmas-bg.png) #fff fixed center top;
}
.xmas .fr-l {
padding:0 0 10px 50px;
background:url(images/xmas/folder_locked_big.gif) transparent no-repeat center left;
}
.xmas .fr-n {
padding:0 0 10px 50px;
background:url(images/xmas/folder_new_big.gif) transparent no-repeat center left;
}
.xmas .fr {
padding:0 0 10px 50px;
background:url(images/xmas/folder_big.gif) transparent no-repeat center left;
}
.xmas th	{
color: #FFA34F;
font-size: 11px; font-weight: bold;
height: 36px;
padding:0;
border:none;
margin:0px;
text-align:center;
background: url(images/xmas/cellpic3.gif) #069 bottom left;
}
.catLeft {
padding:0 10px;
margin:0;
}
.catHead {
padding:0 10px;
margin:0;
}
.shortinfo {
width:155px;
}
/* Form elements */
input,textarea, select {
color: #000000;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
border: 1px solid #bfd2db;
}
input[type="radio"] {
border:none;
}
.navl ul{margin:10px 0;padding:10px 0;list-style:none}
.navl ul li{float:left;font:12px Verdana,sans-serif}
.navl ul li a:hover{border: 1px dotted #FFEEDD;background:#FFFFFF;color:#FF0000;text-decoration:none}
.navl ul li a:active,.nav ul li a,.nav ul li a:link,.nav ul li a:visited{border:1px dotted #FFEEDD;margin:2px 0;padding:3px 0px;width:20px;display:block;background:#F0E5B9;color:#FF0000;font:bold 12px Calibri,Arial,sans-serif;text-align:center;text-decoration:none}
.navl ul li div{margin:2px 0;padding:3px 4px}
.navl ul li.cur a:link,.nav ul li.cur a:visited{border:1px dotted #FFEEDD;background:#FFFFFF;color:#000000}
.navstr {
padding: 5px 0 7px 0px;
font-weight: bold;
}
.navstr a {
padding: 5px 0 7px 7px;
font-weight: bold;
}
.pdt {
width:155px;
font: 10px Arial, Helvetica, sans-serif;
padding:5px;
}
.pdtnm {
font: bold 12px Arial, Helvetica, sans-serif;
}
.pdtav {
text-align: center;
}
.pdtav div {
text-align: center;
}
.pdtpr {
width:72px;
height:18px;
display:block;
background-image: url(images/lang_russian/icon_profile.gif);
}
.pdtpr b {
display:none;
}
.pdtrc {
width:72px;
height:18px;
display:block;
background-image: url(images/lang_russian/icon_recipes.gif);
}
.pdtrc b {
display:none;
}
.glance-a {
vertical-align:top;
padding:0 5px 0 0;
width:50%;
}
.glance-r {
vertical-align:top;
padding:0 0 0 5px;
width:50%;
}
.glance-bul {
vertical-align:top;
text-align:left;
}
.glance-title {
vertical-align:top;
text-align:right;
}
.glance-ai {
vertical-align:top;
text-align:left;
}
.glance-ai ul {
padding:0;
margin:0 0 0 25px;
list-style-image:url(images/bul.gif)
}
.glance-ai ul li a,
.glance-ai ul li a:visited {
color: #ce360d;
font: normal 12px Arial, Verdana, Helvetica, sans-serif;
}
.glance-ai ul li a.inbold,
.glance-ai ul li a.inbold:visited {
font: bold 12px Arial, Verdana, Helvetica, sans-serif;
}
.glance-ai ul li {
font: normal 10px Arial, Helvetica, sans-serif;
padding: 0 0 2px 0;
}
.gose {
float:right; width:200px; padding:0; margin:0;
}
.gose form {
padding:0; margin:0;
}
.gose form p {
margin:0; padding:0
}
.gose-in1 {
border:1px solid #F7D492;background:#f5f5f3;font: normal 12px Arial,sans-serif; color: #6D5B1F; padding:2px; vertical-align:top;
}
.gose-in2 {
border:1px solid #F7D492;background:#F5EFD1;font: normal 12px Arial,sans-serif; color: #6D5B1F; padding:2px; vertical-align:top
}
.menu1set {
width:500px;
white-space:nowrap;
}
.tipmenuset {
float:left;width:470px;
}
.superglance {
padding-left:220px;height:80px
}
.loginf {
float:right;clear:both;
}
.menu1 ul li.inbold a.inbold {
color:#ff0000;
background:#F0E5B9;
}
h1,
h1 a,
h1 a:visited,
h1 a:hover,
h1 a:link {
font:bold 25px Arial,Verdana, Helvetica, sans-serif;
font-variant: small-caps;
text-align: center;
padding:0;
margin:10px auto;
text-decoration: none;
color: #FF0000;
background: #F0E5B9;
letter-spacing: 3px;
}
.forumline .med {
padding: 0 10px;
}
.forumlink {
font: bold 12px Verdana, Arial, sans-serif;
}
a.topictitle {
	font: bold 12px Verdana, Arial, sans-serif;
	line-height: 2em;
}
.sitepos {
padding: 2px 0 4px 10px;
}
#homepagelist th {
text-align:center;
padding: 2px 5px;
}
#homepagelist td.row1 {
padding:0;
}
#homepagelist td.row1 a.forumlink {
padding:3px 0 0px 55px ;
text-decoration:none;
width:380px;
display:block;
}
#homepagelist td.row1 a.forumlink .genmed {
display:block;
width:400px;
text-decoration:none;
padding:0 0 0 15px;
font: normal 9px Verdana, Arial, Helvetica, sans-serif;
color:#333;
}
#homepagelist td.row1 .gensmall {
width:200px;
padding:0 0 0 70px;
}
#homepagelist td.med {
padding:4px 5px;
}
#homepagelist img {
border:none;
}
#forumlist .topicline {
padding:5px 5px;
text-align:left;
vertical-align:top;
}
#forumlist .topicimg {
width:20px;
height:75px;
text-align:center;
vertical-align:middle;
}
/* End Various Tags & Classes*/