/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
   Style name:       wwwguitaristka
   Based on style:   subSilver (the default phpBB 2 style)
   Original author:  subBlue ( http://www.subBlue.com/ )
   Modified by:      Terekhova Natalie ( http://www.guitaristka.ru )

   This is an alternative style for phpBB3 for those wishing to stay with
   the familiar subSilver style of phpBB version 2.x

   Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* Layout
------------ */
* {
   /* Reset browsers default margin, padding and font sizes */
   margin: 0;
   padding: 0;
}

html {
   font-size: 100%;
}

body {
	      scrollbar-arrow-color: gold;
          scrollbar-face-color: #444444;                  
          scrollbar-track-color: #333333;
          scrollbar-highlight-color: #000000;
          scrollbar-darkshadow-color: #000000;
          scrollbar-shadow-color: #333333;
          scrollbar-3dlight-color: #333333;
}

body {
    font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #CEC09D;
	background-color: #333333;
	font-size: 11px; 
	margin: 0;
	background-image: url('./images/main_back.gif');
}

#wrapheader {
   min-height: 105px;
   height: auto !important;
   height: 105px;
   background-image: url('./images/guitaristka_logo_bkgd.jpg');
   background-repeat: repeat-x;
   padding: 0px 0px 15px 0px;
}

#wrapcentre {
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
}

#wrapfooter {
   text-align: center;
   clear: both;
   color: #758A80;
   font-weight: normal;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #000000;
	padding: 0px;
}

#logodesc {
   margin-bottom: 0px;
   padding: 0px 0px;
}

.headerlogo {
   margin-top: -2px;
   padding: 0;
}

#menubar {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}

#datebar {
   margin: 10px 25px 0 25px;
}

#findbar {
   width: 100%;
   margin: 0;
   padding: 0;
   border: 0;
}

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.forumrules h3 {
   color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { 
    font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	background-color: #5B0D0B;
	color: #D9CEB3;
	border-top-width: 1px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-left-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-top-color: #000000;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-color: #999999;
}

.polllist { 
    font-family: Georgia, Arial, Helvetica, sans-serif;
	background-color: #5B0D0B;
	font-size: 15px;
	color: #D9CEB3;
}

#postrow { }
#postdata { }

/*  Text
--------------------- */

h1 {
   color: black;
   font-family: "Trebuchet MS", Verdana, sans-serif;
   font-weight: bold;
   font-size: 1.8em;
   text-decoration: none;
}

h2 {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 1.5em;
   text-decoration: none;
   line-height: 120%;
}

h3 {
   font-size: 1.3em;
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;   line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #D9BE2B;
}

p {
   font-size: 1.1em;
}

p.moderators {
   margin: 0;
   float: left;
   color: black;
   font-weight: bold;
}

.rtl p.moderators {
   float: right;
}

p.linkmcp {
   margin: 0;
   float: right;
   white-space: nowrap;
}

.rtl p.linkmcp {
   float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.rtl p.breadcrumbs {
   float: right;
}

p.datetime {
   margin: 0;
   float: right;
   white-space: nowrap;
   font-size: 1em;
}

.rtl p.datetime {
   float: left;
}

p.searchbar {
   padding: 2px 0;
   white-space: nowrap;
}

p.searchbarreg {
   margin: 0;
   float: right;
   white-space: nowrap;
}

.rtl p.searchbarreg {
   float: left;
}

p.forumdesc {
   padding-bottom: 4px;
   font-size: 11px;
   font-family: Verdana;
}

p.topicauthor {
   margin: 1px 0;
}

p.topicdetails {
   margin: 1px 0;
   color: #DDDDDD;
   font-size: 9px;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
   margin: 1px 0;
   color: #D8F40B;
   font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
   color: green;
   font-weight:bold;
}

.postapprove img, .postreported img {
   vertical-align: bottom;
}

.postauthor {
	color: #FFD476;
}

.postdetails {
	color: #9E8E78;
	font-size: 10px;
	font-family: Verdana;
}

.postbody {
font-size: 13px; color: #ffefd5; font-family: Verdana;
}

.postbodysmall {
font-size: 11px; color: #FFC58A; font-family: Verdana;
vertical-align: bottom;
}

.postbody li, ol, ul {
   margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
   margin: 0 1.5em 0 0;
}

.posthilit {
   background-color: yellow;
   color: #DD0000;
   font-weight: bold;
}

.nav {
   margin: 0;
   color: #DDD8D0;
   font-weight: bold;
}

.pagination {
   padding: 4px;
   color: #27D8B5;
   font-size: 1em;
   font-weight: bold;
}

.paginationtema {
   padding: 4px;
   color: #27D8B5;
   font-size: 1em;
   font-weight: bold;
}

.cattitle {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

.gen {
   margin: 1px 1px;
   font-size: 11px;
   color: #C1B6AE;
}

.genmed {
   margin: 1px 1px;
   font-size: 11px;
}

.gensmall {
   margin: 1px 1px;
   color:#c6b78e;
   font-size: 11px;
}

.copyright {
	color: #758A80;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFDAB9;
	text-decoration: none;
}

.error {
   color: red;
   font-size: 12px;
}

.mainmenu {
	color: #009900;
	font-size: 1em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
 

/* Tables
------------ */

th {
	color: #acb0b8;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #232323;
	background-image: url('./images/cellpic3.gif');
	white-space: nowrap;
	padding: 7px 5px;
}

td {
   padding: 2px;
}

td.profile {
   padding: 4px;
}

.tablebg {
	background-color: #2C2C2C;
	border-style: solid;
	border-width: 1px;
	border-color: #616161;
} 

.catdiv {
   height: 28px;
   margin: 0;
   padding: 0;
   border: 0;
   background: darkslategray url('./images/cellpic2.jpg') repeat-y scroll top left;
}

.rtl .catdiv {
   background: darkslategray url('./images/cellpic2.jpg') repeat-y scroll top left;
}

.cat {
   margin: 0;
   height: 28px;
   margin: 0;
   padding: 0;
   border: 0;
   background-color: #252525;
   background-image: url('./images/cellpic1.gif');
   text-indent: 4px;
}

.footer {
   height: 32px;
   margin: 0;
   padding: 0;
   border: 0;
   background-color: #333333;
}

.row11 {
	padding: 4px;
}


.row1 {
	background-color: #414141;
	padding: 4px;
}

.row2 {
	background-color: #3C3C3C;
	padding: 4px;
}

.row3 {
	background-color: #12220B;
	background-image: url('./images/cellpic.gif');
	padding: 4px;
}

.row22 {
	background-color: #2D2D2D;
	padding: 4px;
	border-top-width: 0;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.spacer {
	background-color: #3c3b3b;
}

hr {
   height: 1px;
   border-width: 0;
   background-color: #303A33;
   color: #DDD8D0;
}

.legend {
   text-align:center;
   margin: 0 auto;
}

/* Links
------------ */

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
.rtl a {
	direction: rtl;
	unicode-bidi: embed;
}

a:link {
	color: #D3BFBB;
	text-decoration: none;
	font-size:13px;
	font-family: sans-serif;
}

a:active,a:visited {
	color: #D3BFBB;
	text-decoration: none;
	font-size:13px;
	font-family: sans-serif;
}

a:hover {
	color: #FFC58A;
	text-decoration: none;
}

a.cattitle {
	color: #D9BE2B;
	text-decoration: none;
}

a.cattitle:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a.mainmenu {
   color: #536A58;
   text-decoration: none;
}

a.mainmenu:visited {
color: #4C6351;
text-decoration: none;
}

a.mainmenu:hover {
color: #000000;
text-decoration: none;
}

a.topmenu {
	font-size: 11px; color: #f0fe00; text-decoration: none; font-family: Verdana; font-weight: bold; vertical-align: middle;
}
a.topmenu:visited {
	color: #f0fe00; text-decoration: none;
}
a.topmenu:hover {
	color: #ffffff; text-decoration: none;
}

a.forumlink {
	color: #FFDAB9;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

a.forumlink:hover {
	color: #C2A7A0;
	text-decoration: none;
}

a.postlink {
	color: #FFD1B0;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	font-size: 12px;
}

a.postlink:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a.topictitle {
	color: #F2CE97;
	margin: 1px 0;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
}

a.topictitle:visited {
	color: #F2CE97;
	text-decoration: none;
}

a.topictitle:hover {
	color: #F8E0BE;
	text-decoration: none;
}

a.titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #FFDAB9;
	text-decoration: none;
}

a.titles:hover  {
	color: #FFFF80;
	text-decoration: none;
}

a.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #EADDA8;
	text-decoration: none;
}

a.nav:hover  {
	color: #FBB897;
	text-decoration: none;
}

a.copyright {
	color: #758A80;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.copyright:visited {
	color: #758A80;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.copyright:hover  {
	color: #FFFFFF;
    text-decoration: none;
}

a.admin {
	color: #D3BFBB;
	background-color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.admin:hover  {
	color: #FFFFB7;
    text-decoration: none;
}

a.row11 {color: #FFAC62;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.row11:hover {
	color: #FEF070;
    text-decoration: none;
}

a.citata {
	background-color: #342B03;
	color: #FA9970;
	font-weight: 400;
	font-family: Georgia, sans-serif;
	font-size: 12px;
}
a.citata:hover {
   color: #00FF00;
}

a.citatass {
   color: #FFD476;
}

a.citatass:hover {
   color: #FF8040;
}

th a,th a:visited {
   color: #acb0b8 !important;
   text-decoration: none;
}

th a:hover {
   text-decoration: none;
}

/* Form Elements
------------ */

form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
FONT-SIZE: 11px; background-image: url('./images/bgin.gif'); COLOR: #D3CDB6; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #363636;
}

textarea {
FONT-SIZE: 11px; background-image: url('./images/bgin.gif'); COLOR: #D3CDB6; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #363636;
}

select {
FONT-SIZE: 11px; background-image: url('./images/bgin.gif'); COLOR: #D3CDB6; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #363636;
}

option {
   padding: 0 1em 0 0;
   FONT-SIZE: 13px; background-image: url('./images/bgin.gif'); COLOR: #E3D6CA; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #363636;
}

option.disabled-option {
   color: graytext;
}

.rtl option {
   padding: 0 0 0 1em;
}

input.radio {
   border: none;
   background-color: transparent;
}

.post {
    cursor: hand; 
    background-color : #BBB09F;
	border-style: solid;
	border-width: 1px;
	height: 18px;
}

.postprivat {
	background-color: #363636;
	border-style: solid;
	border-width: 1px;
	height: 100px;
}

.btnbbcode {
	color: #BBDB4F;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #999999;
	border: 1px solid #000000;
}

.btnmain {
	font-weight: bold;
	background-color: #B8AE34;
	border: 1px solid #000000;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #B8AE34;
	border: 1px solid #000000;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 11px;
}

.btnfile {
	font-weight: normal;
	background-color: #B8AE34;
	border: 1px solid #000000;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #3c3b3b;
	border-style: none;
	color: #FFFFFF;
}

/* BBCode
------------ */

.quotetitle {
BORDER-TOP: #999999 1px solid; FONT-SIZE: 15px; BORDER-LEFT: #CCCCCC 0px solid; BORDER-right: #CCCCCC 0px solid;  COLOR: #C7DDC7; FONT-FAMILY: monospace; BACKGROUND-COLOR: #000000;
}

.attachtitle {
BORDER-TOP: #999999 1px solid; FONT-SIZE: 15px; BORDER-LEFT: #CCCCCC 0px solid; BORDER-right: #CCCCCC 0px solid;  COLOR: #C7DDC7; FONT-FAMILY: monospace; BACKGROUND-COLOR: #000000; 
}

.quotecontent, .attachcontent {
	margin: 0 5px 15px 5px;
	padding: 5px;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.4em;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	background-color: #5B0D0B;
	color: #D9CEB3;
	border-top-width: 0px;
	border-right-width: 4px;
	border-left-width: 1px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: double;
	border-bottom-style: double;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-color: #999999;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	color: #ffffff;
	background-color: #56412C;
	font-size: 0.85em;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 0;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	font-weight: normal;
	color: #004A00;
	font-size: 15px;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #EDE9CB;
	border-top-width: 0px;
	border-right-width: 6px;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: dashed;
	border-bottom-style: solid;
	border-left-style: dashed;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.syntaxbg {
   color: #FFFFFF;
}

.syntaxcomment {
   color: #FF8000;
}

.syntaxdefault {
   color: #0000BB;
}

.syntaxhtml {
   color: #000000;
}

.syntaxkeyword {
   color: #007700;
}

.syntaxstring {
   color: #DD0000;
}

/* Private messages
------------------ */

.pm_marked_colour {
   background-color: #000000;
}

.pm_replied_colour {
   background-color: #B4885C;
}

.pm_friend_colour {
   background-color: #007700;
}

.pm_foe_colour {
   background-color: #DD0000;
}

/* Misc
------------ */

img {
   border: none;
}

.sep {
   color: #D3CDB6;
   background-color: #FFA34F;
}

table.colortable td {
   padding: 0;
}

pre {
   font-size: 1.1em;
   font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
   white-space: nowrap;
}

.username-coloured {
   font-weight: bold;
   font-size:13px;
   font-family: sans-serif;
}

.count {
	filter: alpha(Opacity=24,FinishOpacity=24,Style=1);
		}
		
.spoiltitle {color:#FAB085;}
.spoilbtn { font-weight: bold; font-size: 13px; border: 1px solid #000000; color: #00FF00;}
.spoildiv  {text-align:justify;}