﻿/*
	Filename         :	screen_general.css
	Version			 :	3.0.0 (REDESIGN_2010)
	Last updated by  :	KS, The Guild (kaoru@theguildnetwork.com)
	Last Updated     :	20 January 2010 General browser style overrides, used in all pages
*/

* {
	padding: 0;
	margin: 0;
}
html, body 
{
    height: 100%;
    margin: 0 0 1px;
    padding: 0;
}
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}
h1 {
	font-weight: bold;
	color: #0240b2;
	font-size: 1.2em;
	margin: 0px 0px 5px;
	padding: 0px;
}

/* proposed colour switches could be added here for heading styles */
/* probably not the best place */
h1.J4Gcerise { color: #eb003b}

h2 {
	font-size: .9em;
	color: #0081dc;
}
h2 a {
	color: #005590;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	color: #0081dc;
	clear: both;
	margin-bottom: 0.3em; /* KS 08/04/09 */
}
h3 a {
	color: #005590;
}
h4 {
	font-size: 0.85em;
	font-weight: bold;
	color: #d67f00;
}
h5 {
	font-size: 0.8em;
	font-weight: bold;
	color: #0081dc;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0.3em; /* KS 08/04/09 */
}
h6 {
	font-size: 0.8em;
	font-weight: normal;
	color: #002b8d; /* KS 08/04/09 */
	padding: 0px;
	margin: 0px;
	margin-top: 0.8em;
}
p {
	font-size: 0.75em;
	font-weight: normal;
/*	color: #002b8d; KS 09-04-08 */
	color: #333;
	line-height: 1.4em;
	margin: 0px 0px 7px;
	padding: 0px;
}
blockquote {
	font-size: 0.75em;
	line-height: 1.4em;
	margin: 0.8em;
	padding: 0 1.2em 0 0.6em;
	width: auto;
	color: #002b8d;
	font-style: italic; /*KS 09-04-08 */
}
/* blockquote.line1 {
	background: url(../images/bg-quote-1line.gif) no-repeat left top;
	min-height: 64px;
}
blockquote.line3 {
	background: url(../images/bg-quote-3line.gif) no-repeat left top;
	min-height: 95px;
}
blockquote.line5 {
	background: url(../images/bg-quote-5line.gif) no-repeat left top;
	min-height: 123px;
} BACKGROUNDS REMOVED KS 09-04-08 */ 
cite {
	line-height: normal;
	font-style: italic;
	/* font-weight: bold; KS 09-04-08 */
	text-align: right;
	display: block;
	color: #002b8d;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 6px; /*KS 09-04-08 */
	padding-left: 0px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #0081dc;
}
a:hover {
	text-decoration: underline;
}
ul, ol {
	margin: 0px 0px 7px 8px;
	padding: 0px;
}

li
{
	margin: 0px 0px 0px 8px;
	padding: 0px 0px 3px;
	font-size: 0.75em;
	line-height: normal;
}
img {
	padding: 0;
	margin: 0;
	border: none;
}
img.fltleft {
	float: left;
}
img.fltright {
	float: right;
}
