/*
-----------------------------------------------
Theme Name:	Emissarius Print Master
Version:  	February 2005
Author:   	Serge Isaacson
Author URL: http://www.zanzinato.com
----------------------------------------------- */

/* Global Elements
----------------------------------------------- */
html {
	background: #333 url() repeat-y;
}

body { 
	color: #333;
	margin: 0;
	padding: 0;
}

body#hom { background: #fff url(http://www.emissarius.com/home/i/bg_a.gif) repeat-x; }
body#wrn { background: #fff url(http://www.emissarius.com/warning/i/bg_a.gif) repeat-x; }
body#nws { background: #fff url(http://www.emissarius.com/newsletter/i/bg_a.gif) repeat-x; }
body#lnk { background: #fff url(http://www.emissarius.com/links/i/bg_a.gif) repeat-x; }
body#hrb { background: #fff url(http://www.emissarius.com/harbinger/i/bg_a.gif) repeat-x; }
body#cnt { background: #fff url(http://www.emissarius.com/contact/i/bg_a.gif) repeat-x; }

object#splsh {
	top: 0px; 
	bottom: 0px; 
	right: 0px; 
	left: 0px; 
	z-index: 1;
}

html>body object#splsh { 
	position: absolute; 
}

p, td, li, ul, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6 	{ 
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-weight: normal;
}

h1 {
	font-family:  Helvetica, Arial, Tahoma, sans-serif; 
	font-size: 18pt; 
	font-weight: bold;
	color: #000;
	margin-top: 10pt; 
}

h2 {
	font-family: Georgia, Palatino, serif; 
	font-size: 18pt;
	line-height: 22pt;
	color: #666;
	margin: 0;
}

hr {
	margin-top: 20pt;
}

small {
	font-size: 10pt;
	color: #666;
}


/* ID Elements
----------------------------------------------- */

#text { 
	font-size: 11pt; 
	line-height: 16pt; 
	color: #000;
}

#date { 
	font-size: 10pt; 
	color: #fff
}

#footer {
	font-size: 10pt; 
	color: #666;
	margin-bottom: 25pt;
}

#footer p {
	margin: 0;
	padding: 0;
}

#sidenotes {
	line-height: 20pt;
}

/* CLASS Elements
----------------------------------------------- */

.home { 
	background-color: #ccc;
}

.warn { 
	background-color: #363;
}

.news { 
	background-color: #c99;
}

.link { 
	background-color: #369;
}

.harb { 
	background-color: #336;
}

.cont { 
	background-color: #930;
}

.gray {
	background-color: #ccc;
}


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

a 					{ border-bottom: 0; text-decoration: none; }

a:active 			{ color: #999; border-bottom: 1pt solid #999; }

#warn a:link 		{ color: #393; border-bottom: 1pt dotted #666; }
#warn a:visited 	{ color: #393; border-bottom: 1pt dotted #666; }
#warn a:hover 		{ color: #333; border-bottom: 1pt solid #000; }

#link a:link 		{ color: #69c; border-bottom: 1pt dotted #666; }
#link a:visited 	{ color: #69c; border-bottom: 1pt dotted #666; }
#link a:hover 		{ color: #333; border-bottom: 1pt solid #000; }

#cont a:link 		{ color: #f60; border-bottom: 1pt dotted #666; }
#cont a:visited 	{ color: #f60; border-bottom: 1pt dotted #666; }
#cont a:hover 		{ color: #333; border-bottom: 1pt solid #000; }

#harb a:link 		{ color: #66c; border-bottom: 1pt dotted #666; }
#harb a:visited 	{ color: #66c; border-bottom: 1pt dotted #666; }
#harb a:hover 		{ color: #333; border-bottom: 1pt solid #000; }

#news a:link 		{ color: #933; border-bottom: 1pt dotted #666; }
#news a:visited 	{ color: #933; border-bottom: 1pt dotted #666; }
#news a:hover 		{ color: #333; border-bottom: 1pt solid #000; }

#home a:link 		{ color: #03f; border-bottom: 1pt dotted #666; }
#home a:visited 	{ color: #03f; border-bottom: 1pt dotted #666; }
#home a:hover 		{ color: #333; border-bottom: 1pt solid #000; }







