/* ------------------------------------------------------ *
 * QuakeNet:#php / base screen style
 *
 * $Id: screen.css,v 1.1 2004-02-07 01:46:00 gix Exp $
 * ------------------------------------------------------ */

/* Import Visual Styles 
@import url('faqStyle.css');
@import url('Style.css');*/


/* General Elements
 * ------------------------------------------------- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	background: #fff;
}

img {
	border: 0;
}

hr {
	height: 1px;
	border: none;
	border-top: solid 1px #999;
}

abbr, acronym, .help {
	cursor: help;
	border-bottom: dotted 1px #f00;
}

a.def:link, a.def:visited, a.def:hover, a.def:active {
	border-bottom: 1px dotted #f00;
	text-decoration: none;
	cursor: help;
	text-decoration: none;
}
a.def acronym, a.def abbr {
	border-bottom: none;
}


/* Headings
 * ------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	text-align: left;
}

h1 {
	font-size: 170%;
	font-family: sans-serif;
	font-weight: normal;
	margin-top: 0;
}
h2 {
	font-size: 140%;
	font-family: sans-serif;
	font-weight: normal;
	border: solid 1px #339;
	border-left-width: 0.25em;
	background: #f2f2f2;
	padding: 0.25em;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 100%;
	font-weight: bold;
}
h5 {
	font-size: 100%;
	font-style: italic;
}
h6 {
	font-size: 100%;
	font-variant: small-caps;
}


/* Helper
 * ------------------------------------------------- */

.none {
	display: none;
}

.clear {
	clear: both;
}

.copyright {
	font-style: italic;
}

.note {
	color: #000;
	background: #eef;
	border: solid 1px #339;
	padding: 0.5em;
}

.important {
	color: #000;
	background: #fcc;
	border: solid 1px #f00;
	padding: 0.5em;
}

.shortcut {
	font-size: smaller;
	border-top: dashed 1px #ccc;
}

.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu li {
	display: inline;
	margin: 0;
	padding: 0;
}
.menu li a {
	padding: 5px;
	text-decoration: none;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}


/* Columns
 * ------------------------------------------------- */

#header {
	/*font-size: 20px;*/
	color: #000;
	background: #f2f2f2 url('../img/head.png') no-repeat top left;
	/*height: 50px;*/
	/*border-top: solid 1px #006;*/
	border-bottom: solid 1px #006;
	padding: 10px 35px;
	font-size: 25px;
}

#nav {
	float: left;
	width: 200px;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	margin-bottom: 2em;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav li {
	border-bottom: dashed 1px #999;
	margin: 0;
	padding: 0;
}

#nav a {
	display: block;
	padding: 5px;
    width: 190px;
}

#content {
	/*float: left;*/
	margin-left: 200px;
	padding: 0 1em;
	margin-bottom: 2em;
}

#footer {
	font-size: smaller;
	padding: 0 1em 1em 1em;
}

#footer p {
	margin: 0.25em 0;
}


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

a:link, a:visited {
	color: #339;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	color: #006;
	background-color: #eee;
	text-decoration: none;
}

a:active {
	color: #fff;
	background-color: #339;
	text-decoration: none;
}

#nav a {
	text-decoration: none;
}


/* Quotes
 * ------------------------------------------------- */

blockquote {
	padding: 0.5em;
	margin-left: 1em;
	border-left: solid 1px #339;
}

blockquote .nick {
	font-weight: bold;
}
