/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		Pete MMF
	Based on style:	     Pete
	Original author:	Pete
	Modified by:		Pete	
	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/ )
    --------------------------------------------------------------

link color #127cb8
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color:#999999;
	background-image: url('http://mediamusicforum.com/picbg/bgforum.png');
	background-position: center;
	background-repeat:repeat-y;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#wrapheader {
	min-height: 120px;
	height: auto !important;
	height: 120px;
/*	background-image: url('./images/background.gif');
	background-repeat: repeat-x;*/
/*	padding: 0 25px 15px 25px;*/
	padding: 0;
}

#wrapcentre {
	margin: 0px;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

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

/*edited height 110 to 140*/
#logodesc {
	height: 265px;
	width: 980px;
	background-image: url("http://mediamusicforum.com/x-header/header-media-blue.jpg");
	margin-left: auto;
	margin-right: auto;
}

#menubar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 2.5em;
	background-color: silver;
	margin: 0px 0px 0px 0px;
}

#menubar a:link{
	color: #5a5a5a; 
	text-decoration: none;
	padding-bottom: 2px; 
}

#menubar a:visited {
	color:#5a5a5a; 
	text-decoration: none;
}

#menubar a:hover {
	color: white;

}

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

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

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

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

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


/*  Text
 --------------------- */
h1 {
	color: black;
	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;
}

/*edited*/
p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {/*pt*/
	margin: 0;margin-right:13px;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {/*pt*/
	margin: 0px 0px 0px 10px;
	float: left;
	color: #990000;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;/*pt*/margin-right:10px;
	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 : 10px
}

p.topicauthor {
	margin: 1px 0;
}

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

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

.postdetails {
	color: #000000;
}

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

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

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

.cattitle {

}

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

/*overide in addstyle*/
.genmed {
	margin: 1px 1px;
	font-size : 10px;
padding-right:10px;
padding-left:10px
}




.gensmall {
	margin: 1px 1px;
	font-size: 10px;/*pt*/padding:0px 10px 0px 10px;
}

.copyright {
	color: #444;
	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;
/*pt*/
margin-left:14px
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #757978;
	font-size: 10px;
	font-weight: bold;
	background-color: #E1E1E1;
	background-image: url('./images/cellpic3.gif');
	white-space: nowrap;
	padding: 7px 5px;
	height: 25px;
}

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

.tablebg {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('./images/cellpic2.jpg') repeat-y scroll top left;
}
.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

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

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

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

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

.breadcrumbs {
	background-color: #EFEFEF;
}

.breadcrumbs a:link, .breadcrumbs a:visited {
	color: black;
	text-decoration: none;
}

.breadcrumbs a:hover {
	color:gray;
	text-decoration: none;
}

.foldersline {
	background-color: #EFEFEF;
	border: 1px #cccccc solid;
}

.spacer {
	background-color: #D1D7DC;
}

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

.legend {
	text-align:center;
	margin: 0 auto;
	background-color: #EFEFEF;
	border: 1px #cccccc solid;
}

/* Links
 ------------ */

/*color changed to a bit darker - names in forum index list*/
a:link {
	color:teal;
	text-decoration: none;
}

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

a:hover {
	color: gray;
	text-decoration: none;
}

a.forumlink {
	color: black;
	font-weight: bold;
	font-size: 10px;
}

a.forumlink:hover {
	color: #127cb8;
	font-weight: bold;
	font-size: 10px;
	text-decoration:none
}

a.topictitle {
	margin: 1px 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #127cb8;
	text-decoration: none;
}

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

a.topictitle:hover {
	color: gray;
	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 {
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #FFFFFF;
	background-color: #FAFAFA;
}

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

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #999999;
	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: white;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
}

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

.btnmain {
	font-weight: ff;
	background-color: #FAFAFA;
	border: 1px solid #999999;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

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

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

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


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

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

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #D1D7DC;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #FAFAFA;
	color: #444444;
}

.attachcontent {
	font-size: 0.85em;
}

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

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

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

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


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

.sep {
	color: black;
	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: normal;
}

/* MEDIA */

#toprightlink
{text-align:right;
width:490px;height:35px;
float:right;
color:white}

#toprightlink a:link,#toprightlink  a:visited
{
font-weight:bold;
color:white;
font-size:12px;
text-decoration:none;
}

#toprightlink  a:hover,#toprightlink  a:active
{color:red}

div.paddingtop
{padding:8px;font-size:12px}

div.biglogo
{float:left;
width:250px;
height:200px;
background:none;
text-align:center;
vertical-align:middle;
clear:both}


img.homelink

{width:150px;height:150px;border:0px solid blue}

div.logo-space
{width:730px;
height:90px;
background:none;
float:left}

div.logo-pt
{width:110px;
height:110px;
float:right}

div.logo-taming
{width:144px;
height:110px;
background:none;
float:right}

div.logo-media
{width:118px;
height:110px;
background:none;
float:right}

div.logo-cafe
{width:144px;
height:110px;
background:none;
float:right}


a.petelogo:link,a.petelogo:visited
{display:block;
border: 0px solid white;
text-align:center;
font-size:12px;
background-image: url(http://mediamusicforum.com/x-header/mm-site-pt.png);
text-decoration:none;
width:110px;
height:110px;
padding:0px;
margin:0px;
background-repeat:no-repeat;
}

a.petelogo:hover,a.petelogo:active
{background-image: url(http://mediamusicforum.com/x-header/mm-site-pt-light.png)}


a.taminglogo:link,a.taminglogo:visited
{display:block;border: 0px solid white;
text-align:center;
font-size:12px;
background-image: url(http://mediamusicforum.com/x-header/mm-site-taming.png);
text-decoration:none;
width:144px;
height:110px;
padding:0px;
margin:0px;
background-repeat:no-repeat;
}

a.taminglogo:hover,a.taminglogo:active
{background-image: url(http://mediamusicforum.com/x-header/mm-site-taming-light.png);}

a.cafelogo:link,a.cafelogo:visited
{display:block;border: 0px solid white;
text-align:center;
font-size:12px;
background-image: url(http://mediamusicforum.com/x-header/mm-site-cafe.png);
text-decoration:none;
width:144px;
height:110px;
padding:0px;
margin:0px;
background-repeat:no-repeat;
}

a.cafelogo:hover,a.cafelogo:active
{background-image: url(http://mediamusicforum.com/x-header/mm-site-cafe-light.png);}


a.medialogo:link,a.medialogo:visited
{display:block;border: 0px solid white;
text-align:center;
font-size:12px;
background-image: url(http://mediamusicforum.com/x-header/mm-site-media-light.png);
text-decoration:none;
width:118px;
height:110px;
padding:0px;
margin:0px;

background-repeat:no-repeat;
}

a.medialogo:hover,a.medialogo:active
{background-image: url(http://mediamusicforum.com/x-header/mm-site-media-light.png)}




div.advert
{width:728px;border:1px solid gray;margin-bottom:10px}

div.searchsites
{width:300px;height:32px;
background:none;float:right;
text-align:right;
border-right:1px solid gray}


div.mainmenu
{display:block;
background-image: url(http://mediamusicforum.com/x-header/menu_m.png);
background-repeat:repeat;
height:32px;
vertical-align:bottom;
border-left:1px solid #666666;
border-right:1px solid #666666;
}
div.menupad
{padding-top:8px}

/*MAIN HORIZONTAL NAVIGATION LINKS AT TOP */

a.store:link,a.store:visited
{display:inline;
text-align:center;
font-size:12px;
color:black;
background-image: url(http://mediamusicforum.com/x-header/tab-store-hover.png);
text-decoration:none;
font-weight:bold;

border-right:1px solid gray;
background-repeat:repeat-x;
padding:8px 8px 8px 9px;
}


a.store:hover,a.store:active
{background-image: url(http://mediamusicforum.com/x-header/tab-store-hover.png);
color:red;}


a.mainlink:link,a.mainlink:visited
{display:inline;
text-align:center;
font-size:12px;
color:white;
background-image: url(http://mediamusicforum.com/x-header/tab.png);
text-decoration:none;
font-weight:bold;

border-right:1px solid gray;
background-repeat:repeat-x;
padding:8px 8px 8px 9px;
}


a.mainlink:hover,a.mainlink:active
{background-image: url(http://mediamusicforum.com/x-header/tab-hover.png);}


/*main links ACTIVE PAGE */


a.mainpage:link,a.mainpage:visited
{display:inline;
text-align:center;
font-size:12px;

color:white;
background-image: url(http://mediamusicforum.com/x-header/tab-hover.png);
text-decoration:none;
font-weight:bold;
border-left:1px solid aqua;
border-right:1px solid aqua;
background-repeat:repeat-x;
padding:8px 8px 8px 8px;
}


a.mainpage:hover,a.mainpage:active
{
background-image: url(http://mediamusicforum.com/x-header/tab-hover.png);
}





