/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:	 	 mnml_mod
	Based on style:	 blackbox_blue / subSilver
	Original author: subBlue ( http://www.subBlue.com/ )
	Modified by:	 Lucas Kane
    Modifies by:     Leslie Liew
	
    Based on mnml style for Wordpress 
	
	Copyright 2010 Leslie Liew
    --------------------------------------------------------------
*/

@import url('styles/reset.css');
@import url('styles/typography.css');

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}
body {
    color:#FFF;
	background:#1B1B1B url(images/body-background.png) no-repeat top center;
	background-attachment:fixed;
}
#header {
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	width:100%;
}
#branding {
    width:800px;
    margin:0 auto;
}
#access {
    width:800px;
    margin:0 auto;
}
#network-bar {
    width: 100%;
    margin: 0px;
}
#content-wrap {
    width:1000px;
    margin:0 auto;
    overflow:hidden;
}
#wrapcentre {
	margin: 10px;
}

#footer {
	clear: both;
    width:800px;
    margin: 0 auto;
}

#wrapnav {
	width: 100%;
	margin: 10px;
	background-color: #333333;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#logodesc {
	margin-bottom: 5px;
	padding: 5px 25px;
	background: #000000;
	border-bottom: 1px solid #4787A7;
}

#menubar {
	text-align: left;
	margin: 10px;
}

#datebar {
	text-align: left;
	margin-top: 10px;
	margin: 10px;
}

#findbar {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.forumrules {
	background-color: #333333;
	border-width: 1px;
	border-style: solid;
	border-color: #FF0000;
	padding: 4px;
}

#pageheader {
    font-size:27px;
    font-weight:bold;
    letter-spacing:-1px;
    line-height:28px;
    margin-bottom:3px;
}
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }

/* Text
 ------------ */
p.moderators {
	margin: 0px;
	float: left;
	color: #006699;
	font-weight: bold;
}

p.linkmcp {
	margin: 0px;
	float: right;
	white-space: nowrap;
}

p.breadcrumbs {
	margin: 0px;
	float: left;
	color: #006699;
	font-weight: bold;
	white-space: normal;
}

p.datetime {
	margin: 0px;
	float: right;
	white-space: nowrap;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0px;
	float: right;
	white-space: nowrap;
}

p.forumdesc {
	padding-bottom: 4px;
}

p.topicauthor {
	margin: 1px 0px;
}

p.topicdetails {
	margin: 1px 0px;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0px;
	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: #333333;
}

.postdetails {
	color: #999999;
}

.postbody {
}

.postbody li, ol, ul {
	margin-left: 1.5em;
}

.posthilit {
	background-color: yellow;
}

.nav {
	margin: 0px;
	color: 999999;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: 999999;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
}



.genmed {
	margin: 1px 1px;
}

.gensmall {
	margin: 1px 1px;
}

.copyright {
	color: #888888;
	font-weight: normal;
}

.titles {
	font-weight: bold;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
table {
    border-collapse: collapse;
}
th {
	color: #999999;
	font-weight: bold;
	background-image: url('images/cellpic3.png');
	white-space: nowrap;
	padding: 7px 5px;
}

.tablebg {
}

.catdiv {
	height: 28px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url('images/cellpic2.png');
	background-repeat: repeat-x;
}

.cat {
	height: 28px;
	margin: 0px;
	padding: 0px;
	border: 0;
	background-image: url('images/cellpic1.png');
	text-indent: 4px;
}

.cat h4 {
    font-weight: bold;
}

.catend {
	height: 28px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.row1 {
	border: 1px solid #272727;
    padding: 4px;
}

.row2 {
	border: 1px solid #272727;
    padding: 4px;
}

.row3 {
	border: 1px solid #272727;
    padding: 4px;
}

.rowgood {
	border: 1px solid #272727;
}

.rowneutral {
	border: 1px solid #272727;
}

.rowbad {
	border: 0;
}

.spacer {
}

hr {
	height: 1px;
	border-width: 0px;
	background-color: #777777;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */
a:link {
	color: #006699;
	text-decoration: none;
}

a:active,
a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #006699;
	text-decoration: underline;
}

a.forumlink {
	color: #666666;
	font-weight: bold;
}

a.topictitle {
	margin: 1px 0px;
	font-weight: bold;
}

a.topictitle:visited {
	color: #006699;
	text-decoration: none;
}

th a,
th a:visited {
	color: #999999 !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}


/* Form Elements
 ------------ */
form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

input {
	color: #333333;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #666666;
	background-color: #999999;
}

textarea {
	background-color: #333333;
	color: #999999;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}

select {
	color: #999999;
	background-color: #333333;
	font-weight: normal;
	border: 1px solid #999999;
	padding: 1px;
}

option {
	padding-right: 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}

.post {
	background-color: #333333;
	color: #999999;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #999999;
	font-weight: normal;
	background-color: #333333;
	border: 1px solid #666666;
}

.btnmain {
	font-weight: bold;
	background-color: #333333;
	border: 1px solid #666666;
	color: #999999;
	cursor: pointer;
	padding: 1px 5px;
}

.btnlite {
	font-weight: normal;
	background-color: #333333;
	border: 1px solid #666666;
	color: #999999;
	cursor: pointer;
	padding: 1px 5px;
}

.helpline {
	background-color: #999999;
	color: #333333
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0px 5px;
	padding: 4px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #006699;
	color: #999999;
	background-color: #333333;
	font-weight: bold;
}

.quotetitle .quotetitle {
}

.quotecontent, .attachcontent {
	margin: 0px 5px 10px 5px;
	padding: 5px;
	border-color: #006699;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	background-color: #999999;
	color: #333333;
}

.attachcontent {
	font-size: 0.85em;
	background-color: #999999;
	border-color: #006699;
}

.codetitle {
	margin: 10px 5px 0px 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #006699;
	color: #999999;
	background-color: #333333;
}

.codecontent {
	margin: 0px 5px 10px 5px;
	padding: 5px;
	border-color: #006699;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #333333;
	background-color: #999999;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #333333;
}

.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;
}

.blue {
	color: #006699;
}

.sep {
	color: #333333;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

/* Header
-------------------------------------------------------------- */

#header {
    background:url(images/mnml-header-trans.png) top;
    padding:18px 0 0 0;
    z-index:100;
}
#branding {
    padding:18px 0;
}
#branding img {
    margin-top:-10px;
    margin-bottom:-15px;
}
#blog-title {
    font-size:24px;
    font-weight:bold;
    line-height:24px;
    display:inline;
    padding:0 5px 0 40px;
}
#blog-title a {
	text-decoration:none;
	color:#FFF;
    text-shadow: #040405 0 -1px 5px;
}
#blog-title a:hover {
}
#blog-description {
    display:inline;
    font-size:18px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#040405;
    margin-left:30px;
    margin-right:30px;
}

/* Menu
-------------------------------------------------------------- */

.skip-link {display:none;}

#access {
    overflow:hidden;
    border-top:1px solid #232829;
}	
#access ul {
	margin:0 40px 0 0;
	list-style:none;
	float:right;
    border-right:1px solid #232829;
}
#access ul ul {
	display:none;	
}
#access li {
	display:inline;
	margin:0;
}
#access a {
    display:block;
    float:left;
    color:#040405;
    padding:0 10px;
    line-height:21px;
    text-decoration:none;
    text-transform:uppercase;
    font-size:10px;
    letter-spacing:2px;
    border-left:1px solid #232829;
}
#access .current_page_item a {
    background:#3D4243;
}
#access a:hover {
    background:#323739;
}

/* Network bar
 * ----------------------------------------------------------- */
#network-bar {
    border-bottom: 1px solid #272727;
    background-color: #272727;
}
#network-bar a:visited, #network-bar a:link {
    display: block;
    cursor: default;
    float: left;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    vertical-align: bottom;
    font-weight: bold;
    font-size: larger;
    color: #cccccc;
}
#network-bar a:hover {
    background-color: #000000;
    color: #ffffff;
}
.network-head {
    width: 200px;
    border-left: 1px solid #272727;
    border-right: 1px solid #272727;
}
.network-entry {
    width: 120px;
    border-right: 1px solid #272727;
}

/* Content
-------------------------------------------------------------- */

#wrapper {
    padding:0 0 100px 0;
}

/* Footer
-------------------------------------------------------------- */

#footer p {
    margin-left:10px;
    margin-top:10px;
}


/* GYM Sitemaps & RSS - www.phpbb-seo.com */
div.gymsublist {
	display:block;
	position:relative;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:10px;
	padding-right:0;
	margin:0;
}
div.gymsublist ul {
	display:block;
	position:relative;
	height:1%;
	padding-left:30px;
}
div.gymsublist ul li {
	display:block;
	position:relative;
	line-height:18px;
	font-size:11px;
}
/* GYM Sitemaps & RSS - www.phpbb-seo.com */
/* End
-------------------------------------------------------------- */
