/*
-----------------------------------------------
Theme Name:	Emissarius Screen 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://emissarius.zanzinato.com/home/i/bg_a.gif) repeat-x; }
body#wrn { background: #fff url(http://emissarius.zanzinato.com/warning/i/bg_a.gif) repeat-x; }
body#nws { background: #fff url(http://emissarius.zanzinato.com/newsletter/i/bg_a.gif) repeat-x; }
body#lnk { background: #fff url(http://emissarius.zanzinato.com/links/i/bg_a.gif) repeat-x; }
body#hrb { background: #fff url(http://emissarius.zanzinato.com/harbinger/i/bg_a.gif) repeat-x; }
body#cnt { background: #fff url(http://emissarius.zanzinato.com/contact/i/bg_a.gif) repeat-x; }

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

html>body object#splsh,html>body ruffle-embed#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: 18px; 
	font-weight: bold;
	color: #000;
	margin-top: 10px; 
}

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

hr {
	margin-top: 20px;
}

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


/* ID Elements
----------------------------------------------- */
#text { 
	font-size: 11px; 
	line-height: 16px; 
	color: #000;
}

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

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

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

#sidenotes {
	line-height: 20px;
}

/* 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; }
.bold 				{ font-weight: bold; }
.italic 			{ font-style: italic; }

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

a:active 			{ color: #999; }

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

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

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

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

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

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







