/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		ProstoStyle
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		SDPsM ( http://www.alest.cc )
	
	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x
	
	Copyright 2008 SDPsM ( http://www.alest.cc/ )
    --------------------------------------------------------------
*/
/* Layout
 ------------ */
* {
	margin: 0; /* Reset browsers default margin, padding and font sizes */
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	margin: 0;
	color: #323D4F;
	background: black url(http://prosto.fm/images/background.jpg) no-repeat top center;
	color: #FFF;
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Tahoma, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	text-align: center;
}

#wrapheader {
	margin: auto;
	width: 961px;
	/*	padding: 0 25px 15px 25px;*/
	padding: 0;
	min-height: 120px;
	height: auto !important;
	height: 120px;
}

#wrapcentre {
	margin: 5px auto 0 auto;
	width: 961px;
	text-align: left;
}

#wrapfooter {
	margin: auto;
	width: 961px;
	clear: both;
	text-align: center;
}

#wrapnav {
	width: 100%;
	margin: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
	background-color: #ECECEC;
}

#menubar {
	margin: 15px 0;
	width: 960px;
	background: url('./images/forums_menu.png') no-repeat top left;
	height: 55px;
	//background: none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/styles/ProstoStyle/theme/images/forums_menu.png',SizingMethod="crop");
}

#menubar img.prosto_forums{
	float: left;
	margin: 12px 50px 5px 25px;
}

#menubar table td{
	padding: 20px 5px 0 50px;
}

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

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

.forumrules {
	border-width: 1px;
	border-style: solid;
	border-color: #a3c4cb;
	padding: 4px;
	background-color: #416F77;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Tahoma, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: white;
}

#pageheader {
}

#pagecontent {
}

#pagefooter {
}

#poll {
}

#postrow {
}

#postdata {
}

/*  Text
 --------------------- */
h1 {
	color: white;
	font-family: Tahoma, "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;
	float: left;
	color: white;
	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;
	white-space: normal;
	color: white;
	font-weight: bold;
	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;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
	font-size: .9em;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	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: #FFFFFF;
}

.postdetails {
	color: #FFFFFF;
}

.postbody {
	font-size: 1.3em;
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	line-height: 1.4em;
}

.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: white;
	font-weight: bold;
}

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

.pagination strong{
	color: #ffd700;
	font-size: 1.3em;
}

.cattitle {
}

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

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

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

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

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

.error {
	color: red;
}

/* Tables
 ------------ */
th {
	padding: 7px 5px;
	white-space: nowrap;
	color: #FFFFFF;
	background-color: #4E7981;
	background-image: url('./images/cellpic3.gif');
	font-size: 1.1em;
	font-weight: bold;
}

td {
	padding: 2px;
}

td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #a3c4cb;
}

.catdiv {
	margin: 0;
	padding: 0;
	border: 0;
	background: #416F77 url('./images/cellpic1.gif') scroll top left;
	height: 28px;
}

.rtl .catdiv {
	background: white url('./images/cellpic1.gif') scroll top right;
}

.cat {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #416F77;
	background-image: url('./images/cellpic1.gif');
	text-indent: 4px;
	height: 28px;
}

.row1 {
	padding: 4px;
	background-color: #416F77;
}

.row2 {
	padding: 4px;
	background-color: #36656C;
}

.row3 {
	padding: 4px;
	background-color: #214F57;
}

.spacer {
	background-color: black;
}

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

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

/* Links
 ------------ */
a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:active,
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

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

a.forumlink {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Tahoma, "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

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

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

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

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

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

input {
	padding: 1px;
	border: 1px solid #A9B8C2;
	color: #333333;
	background-color: #D5D5D5;
	font-family: Tahoma, "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
}

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

select {
	border: 1px solid #A9B8C2;
	padding: 1px;
	color: #333333;
	background-color: #D5D5D5;
	font-family: Tahoma, "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
}

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 {
	border-style: solid;
	border-width: 1px;
	background-color: white;
}

.btnbbcode {
	border: 1px solid #666666;
	color: #000000;
	background-color: #EFEFEF;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Tahoma, "Lucida Grande", Verdana, Helvetica, sans-serif;
}

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

.btnlite {
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
	background-color: #ECECEC;
	font-weight: normal;
	font-size: 1.1em;
	cursor: pointer;
}

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

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

/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #EEE;
	background-color: #3a6a70;
	font-size: 0.85em;
	font-weight: bold;
}

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

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	background-color: rgb(48,89,95);
	color: #bcc9d3;
	font-weight: normal;
	font-size: 1em;
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	line-height: 1.4em;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-family: Tahoma, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

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

.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: white;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Tahoma, Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}

/* SDPsM
 ------------ */
div.bottomer{
	margin: 15px auto;
	width: 961px;
}

div.bottomer div.copyright{
	float: left;
	width: 633px;
	background: url(http://prosto.fm/images/big_hdr_bg.png) no-repeat top left;
	text-align: left;
	height: 55px;
	//background: none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://prosto.fm/images/big_hdr_bg.png',SizingMethod="crop");
}

div.bottomer div.copyright div{
	padding: 14px 0 0 400px;
}

div.bottomer div.copyright div,div.bottomer div.copyright div a{
	color: white;
}

div.bottomer div.copyright img{
	float: left;
	margin: 20px 0 0 110px;
}

div.bottomer div.search{
	float: left;
	margin-left: 15px;
	width: 310px;
	background: url(http://prosto.fm/images/small_hdr_bg.png);
	text-align: left;
	height: 55px;
	//background: none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://prosto.fm/images/small_hdr_bg.png',SizingMethod="crop");
}

div.bottomer div.search div{
	margin: 18px 0 5px 20px;
}

div.bottomer div.search div.zoom{
	float: left;
	margin: -3px 18px 0 0;
	width: 20px;
	background: url(http://prosto.fm/images/zoom.png);
	height: 26px;
	//background: none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://prosto.fm/images/zoom.png',SizingMethod="crop");
}

div.bottomer div.search input.but{
	width: 72px;
}

div.bottomer div.search input.txt{
	margin-right: 10px;
	width: 138px;
}

div.header{
	margin: auto;
	width: 961px;
	font-size: 0;
}

div.header div.logo{
	text-align: left;
	height: 142px;
}

div.header div.logo a{
	text-decoration: none;
}

#liveRadio{
	margin: 126px 0 0 178px;
	position: absolute;
}

#prostoLogo{
	margin:0 0 0 84px;
	position:absolute
}

#prostoText{
	margin:37px 0 0 210px;
	position:absolute
}

div.main_menu{
	margin-bottom: 5px;
	width: 961px;
	background: url(http://prosto.fm/images/main_menu.jpg) no-repeat top left;
	text-align: center;
	height: 65px;
}

div.main_menu ul{
	margin: 0 auto 0 auto;
	padding-right: 30px;
	width: 825px;
}

div.main_menu ul li{
	float: left;
	width: 117px;
	list-style: none none;
	text-align: center;
	height: 65px;
}

div.main_menu ul li a{
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

div.main_menu ul li div{
	padding-top: 27px;
}

div.main_menu ul li div div{
	padding: 0;
	display: none;
	text-align: left;
}

div.main_menu ul li ul{
	margin: 25px 0;
	padding: 0;
	width: 180px;
	position: absolute;
	z-index: 77;
	opacity: 0.9;
}

div.main_menu ul li ul li{
	float: none;
	margin: 0;
	padding: 10px 10px 0 25px;
	width: 179px;
	background: url(http://prosto.fm/images/submenu_bg.gif) repeat-y top left;
	text-align: left;
	height: auto;
}

div.main_menu ul li ul li a{
	font-weight: normal;
}

div.main_menu ul li ul li.bottom{
	border: 0;
	padding: 0;
	width: 180px;
	background: url(http://prosto.fm/images/submenu_bottom.png);
	height: 17px;
	//background: none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://prosto.fm/images/submenu_bottom.png',SizingMethod="crop");
}

div.main_menu ul li.divider{
	width: 1px;
	font-size: 0;
}

div.main_menu ul li.divider img{
	margin-top: 15px;
}

br.all {
	clear: both;
	font-size: 0;
}


