/*
phpBB style name: Black Pearl
Based on style:   subsilver2
Original author:  Tom Beddard ( http://www.subBlue.com/ )
Modified by:      Mighty Gorgon ( http://www.icyphoenix.com )
*/

/* === 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, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #CCCCCC;
	background-color: #111111;
	font-size: 62.5%; /*62.5% This sets the default font size to be equivalent to 10px */
/*	margin: 0px 10px 0px 10px;

}
*/

/*html, */

body {
    width: 700px; 
    min-height: 100%;
/*    margin: 0; */
	margin: 0px 10px 0px 10px;
    padding: 0;
	font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #CCCCCC;
	background-color: #111111;
    font-size: 12px;
    line-height: 1.3em;
    -webkit-text-size-adjust: none;
}
html { height: 100%; }
body { position: relative; }


/* === Text === */

h1 {
	color: #FF9233;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 150%;
	text-decoration: none; width: 650px
}

h2, h3 { 
    font-size: 14px;
    margin: 4px 0;
    padding: 0;
	color: #FF9233;
    text-shadow: none;
}


p { 
  /*  margin: 4px; */
    padding: 0;
	width: 650px;
}

/*
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 120%;
	text-decoration: none; width: 650px
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 120%;
}

h4 {
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
	padding-top: 3px;
}

p {
	font-size: 1.5em;
	width: 650px
}
*/


/* CSS spec requires a:link, a:visited, a:hover and a:active rules to be specified in this order. */
/* See http://www.phpbb.com/bugs/phpbb3/59685 */
a:link {
	color: #FF9233;
	text-decoration: none;
}

a:visited {
	color: #FF9233;
	text-decoration: none;
}

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

a:active {
	color: #FF9233;
	text-decoration: none;
}

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

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

