/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		iBlue
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:	Sharky (Sharky.er.pl & BoardBB.pl)

	Copyright 2009 Sharky All rights reserved
    --------------------------------------------------------------
*/

/* Layout
 ------------ */


body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(./images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


a:link, a:visited, a:active {
	color: #d7457c;
	text-decoration: underline;
}

a:hover {
	color: #402c43;
	text-decoration: underline;
}


a:focus {
    outline: none;
}

input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px !important;
	font-weight: normal;
	text-transform: none !important;
	color: #666666;
	font-variant: normal;
	letter-spacing: 0px;
}

h1, h2 {
	margin: 0px;
	padding: 0px;
	color: #472f3f;
	text-decoration: none;
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: -2px;
	font-weight: bold;
}

h1 a {
	color: #472f3f !important;
	text-decoration: none !important;
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: -2px;
	font-weight: bold;
	line-height: 25px;
}

h1 a:hover {
	color: #d7457c !important;
	text-decoration: none;
}


#wrapboard {
    width: 900px;
	margin: auto;
	padding: 0px;
}

#wrapheader {
	margin: auto;
	padding: 0px;
	width: 1050px;
}

/* Main blocks */


#top1 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 56px;
	width: 1050px;
}

#player {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 56px;
	width: 215px;
}

#navmenu {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 56px;
	width: 810px;
}

#navmenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
 }
 

 
 #navmenu li {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
}


#navmenu li a {
	font-size: 0px;
	background-position: top left;
	outline: none;
	float: left;
	margin: 0px;

}



#navmenu li a:hover {
	background-position: bottom left !important;
}

#navmenu li a.vesti {
	width: 74px;
	background-image: url(./images/vesti.gif);
}

#navmenu li a.tour {
	width: 65px;
	background-image: url(./images/tour.gif);
}

#navmenu li a.biografija {
	width: 91px;
	background-image: url(./images/biografija.gif);
}
#navmenu li a.diskografija {
	width: 114px;
	background-image: url(./images/diskografija.gif);
}

#navmenu li a.press {
	width: 67px;
	background-image: url(./images/press.gif);
}


#navmenu li a.galerija {
	width: 81px;
	background-image: url(./images/galerija.gif);
}

#navmenu li a.forum {
	width: 77px;
	background-image: url(./images/forum.gif);
}


#navmenu li a.chat {
	width: 60px;
	background-image: url(./images/chat.gif);
}

#navmenu li a.shop {
	width: 67px;
	background-image: url(./images/shop.gif);
}

#navmenu li a.info {
	width: 87px;
	background-image: url(./images/sajt-info.gif);
}



#top2 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 80px;
	width: 740px;
}

#logo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 105px;
	width: 315px;
}

#tweets {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 80px;
	width: 419px;
	text-align:right;
}



#main-content-wrap {
	margin: auto;
	padding: 0px;
	width: 1000px;
}



#main-content-head, #main-content-foot{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 57px;
	width: 980px;
}

#main-content-head {
	background-image: url(./images/maincontent-head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 50px;
}

#main-content-foot {
	background-image: url(./images/maincontent-foot.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#main-content {
	width: 980px;
	background-image: url(./images/maincontent-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
}






#forummenu {
	margin: auto;
	padding: 0px;
	height: 50px;
	width: 900px;
}






#wrapcentre {
	margin: 0 auto;
}


#wrapnav {
    width: 800px;
	margin: 0 auto;
	padding-top: 16px;
	text-align: center;
}

#menubar {
	min-height: 46px;
	height: auto !important;
	height: 46px;
	text-align: center;
	padding: 0;
	float: left;
}

#navbar {
	display: inline;
    width: 800px;
	margin: auto;
}

#navbar a {
	color:#ffffff;
	font-weight: bold;
    padding: 6px;
}

#navbar a:hover {
	color: #FF99CC;
}

#datebar {
	margin: 10px 5px 0 5px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background: #f8f8f7 url('./images/rowbg.gif') top right no-repeat;
	border-width: 3px;
	border-style: solid;
	border-color: #eeeeee;
	padding: 6px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: #af5959;
}

#pageheader {
	margin: 0px;
	padding: 0px;
	height: 40px;
}


#pageheader h2 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
}


#inboxcontent {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 700px;
}
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: #548fb0;
	font-family: "Lucida Grande", "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;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	padding: 0px 0px 0px 10px;
	float: left;
	color: #548fb0;
	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: #548fb0;
	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: 0px;
	margin: 0px;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	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 {
	font-size: 20px;
	font-weight: bold;
	color: #d7457c;
	letter-spacing: -2px;
}

.postdetails {
	color: #402c43;
	text-align: center;
}

.avatar {
	background-image: url(./images/avatar-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 130px;
	width: 130px;
}

.avatar img {
	background-color: #ffffff;
	margin: 0px;
	padding: 2px;
}

.postbody {
	font-size: 13px;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #474747;
}

.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;
}

.nav {
	margin: 0;
	color: #d7457c;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: -1px;
}

.pagination {
	padding: 4px;
	color: #548fb0;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 1px;
	font-size: 14px !important;
	font-weight: bold;
	text-transform: none;
	letter-spacing: -1px;
}

.copyright {
	color: #5f6c77;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.titles {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #402c43;
	white-space: nowrap;
	background-color: #ffffff;
}

td {
	padding: 5px;
}
td.profile {
	padding: 2px;
}

.tablebg {
	background-color: #ffffff;
}

.catdiv {
	margin: 0;
	padding: 0;
	border: 0;
}
.rtl .catdiv {
}

.cat {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #FFF;
	text-indent: 4px;
	font-size: 20px;
	color: #472f3f;
	letter-spacing: -2px;
	text-transform: uppercase;
	text-decoration: none;
	height: 50px;
}

.row1 {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #fcf0f7;
}

.row2 {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #f3f3f3;
}

.row3 {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
}

.row4 {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
}

.spacer {
	background-color: #f8f8f7;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
}


a.navlink{
    color: #069;
	font-size: 1.1em;
}

a.navlink:hover {
    color: #878d88;
	font-size: 1.1em;
}

a.forumlink {
	color: #472f3f;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: -2px;
	text-decoration: none;
}

a.forumlink:hover {
	color: #d6457c;
}

a.topictitle {
	margin: 1px 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle:visited {
	color: #d6457c;
	text-decoration: none;
}

th a,
th a:visited {
	color: #FFF !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: none;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #5f6c77;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #eeeeee;
	background-color: #FFF;
	cursor: pointer;
}

textarea {
	background-color: #FFF;
	color: #5f6c77;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #eeeeee;
	padding: 2px;
}

select {
	color: #5f6c77;
	background-color: #FFF;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #eeeeee;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}

.post {
	background-color: #ffffff;
}

.btnbbcode {
	color: #5f6c77;
	font-weight: normal;
	font-size: 1.1em;
	background-color: #ffffff;
}

.btnmain {
	font-weight: bold;
	background-color: #ffffff;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #ffffff;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #999999;
}

.btnfile {
	font-weight: normal;
	background-color: #ffffff;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #f8f8f7;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	color: #5f6c77;
	background-color: #ffffff;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	background-color: #f8f8f7;
	color: #5f6c77;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	color: #5f6c77;
	background-color: #eeeeee;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #eeeeee;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #5f6c77;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #f8f8f7;
}

.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: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #f8f8f7;
}

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;
	color: #663366 !important;
}

#indexactive {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 250px;
	width: 900px;
}

#recent-topics {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 600px;
}


#marqueecontainer {
	position: relative;
	width: 600px;
	height: 150px;
	overflow: hidden;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#marqueecontainer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none !important;
	width: 100%;
}


#marqueecontainer li {
	margin: 0px;
	padding: 0px;
	list-style-type: none !important;
}

#vmarquee {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.linklist ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width:600px;
}

.linklist li {
	display: inline;
	list-style-type: none;
}

#forumcontent {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 900px;
}

#footer {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 250px;
	width: 100%;
	background-image: url(./images/foot-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}



#footmenu {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	height: 40px;
	width: 1000px;
	text-align: center;
	float: left;
}

#footmenu ul {
	margin: auto;
	padding: 0px;
	height: 30px;
	list-style-type: none;
}

#footmenu li {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}

#footmenu li a {
	color: #472f3f;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #472f3f;
	margin: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -2px;
}

#footmenu li a:hover {
	color: #d7457c;
	text-decoration: underline;
}

#footmenu .separator {
    border-right: none !important;
}




#copyright {
	margin: auto;
	padding: 0px;
	width: 1000px;
}

#copyright p {
	padding: 0px;
	margin-top: 210px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	width: 760px;
	color: #c9bcc5;
	font-size: 12px;
}

#copyright a:hover {
	color: #d8457c;
	text-decoration: none;
}




/* chat */

#chat {
	margin: auto;
	padding: 0px;
	width: 280px;
	height: 200px;
	font-size: 12px;
}

#chat-content {
	padding: 0px;
	width: 280px;
	height: 200px;
	border: 1px solid #d7457c;
}

#chat input {
	border: 1px solid #666666;
	width: 100%;
	margin: 5px;
}



ul, li {
list-style: none;
}


#ajaxChatContent #ajaxChatChatList {
	height:180px;
	overflow:auto;
}
#ajaxChatContent  #ajaxChatChatList div {
	padding-left:5px;
	padding-top:2px;
	padding-right:5px;
	padding-bottom:2px;
}
#ajaxChatContent #ajaxChatChatList img {
	vertical-align:middle;
	margin-bottom:2px;
}
#ajaxChatContent #ajaxChatChatList cite {
	margin-right:5px;
}
#ajaxChatContent #ajaxChatChatList .bbCodeImage {
	vertical-align:top;
	overflow:auto;
	margin:5px;
}
#ajaxChatContent #ajaxChatChatList .delete {
	float:right;
	width:10px;
	height:10px;
	margin-top:5px;
	margin-left:5px;
}
#ajaxChatContent #ajaxChatInputFieldContainer #ajaxChatInputField {
	width:90%;
}
#ajaxChatContent #ajaxChatCopyright {
	margin-top:5px;
}


/*
 * Borders
 */

#ajaxChatContent img {
	border:none;
}
#ajaxChatContent #ajaxChatChatList .deleteSelected {
	border-width:1px;
	border-style:dotted;
}


/*
 * Fonts
 */

#ajaxChatContent {
	font-size:0.8em;
}
#ajaxChatContent a {
	text-decoration:none;
}
#ajaxChatContent a:hover {
	text-decoration:underline;
}
#ajaxChatContent #ajaxChatCopyright {
	font-size:0.8em;
}
#ajaxChatContent #ajaxChatChatList span.dateTime {
	font-size:0.7em;
}
#ajaxChatContent #ajaxChatChatList span.guest {
	font-size:0.9em;
	font-weight:bold;
}
#ajaxChatContent #ajaxChatChatList span.user {
	font-size:0.9em;
	font-weight:bold;
}
#ajaxChatContent #ajaxChatChatList span.moderator {
	font-size:0.9em;
	font-weight:bold;
}
#ajaxChatContent #ajaxChatChatList span.admin {
	font-size:0.9em;
	font-weight:bold;
}
#ajaxChatContent #ajaxChatChatList span.chatBot {
	font-size:0.9em;
	font-weight:bold;
	font-style:italic;
}
#ajaxChatContent #ajaxChatList .chatBotMessage {
	font-style:italic;
}
#ajaxChatContent #ajaxChatChatList .chatBotErrorMessage {
	font-style:italic;
}
#ajaxChatContent #ajaxChatChatList .privmsg {
	font-style:italic;
}
#ajaxChatContent #ajaxChatChatList .action {
	font-style:italic;
}
#ajaxChatContent #ajaxChatChatList q {
	font-variant:small-caps;
}
#ajaxChatContent #ajaxChatChatList code {
    font-size:1.2em;
}


/*
 * Colors
 */

#ajaxChatContent #ajaxChatChatList {
	color:#333333;
}

#ajaxChatContent #ajaxChatChatList {
	background-color:#FFF;
}
#ajaxChatContent .rowEven {
	background-color:#FFF;
}
#ajaxChatContent .rowOdd {
	background-color:#F6F6F6;
}


#ajaxChatContent .guest {
	color:gray;
}
#ajaxChatContent .user {
	color:#d7457c;
}
#ajaxChatContent .moderator {
	color:#00AA00;
}
#ajaxChatContent .admin {
	color:#663366;
}
#ajaxChatContent .chatBot {
	color:#FF6600;
}
#ajaxChatContent #ajaxChatChatList .chatBotErrorMessage {
	color:red;
}
#ajaxChatContent #ajaxChatChatList a {
	color:#1E90FF;
}
#ajaxChatContent #ajaxChatChatList .delete {
	background:url('../img/delete.png') no-repeat right;
}
#ajaxChatContent #ajaxChatChatList .deleteSelected {
	border-color:red;
}