/*

File name: /elements/text/default.css
Web site: CAI Email | www.cdnair.ca
Created by NinerNet Communications at http://www.niner.net .
Copyright (c) 1996-2014 NinerNet Communications. All rights reserved.
Version 0.0.0, Friday 17 October 2014 17:28 -0700.

Recent Revision History:

	2014-10-17 (0.0.0)	-	File created based on version 2.2.0 from hartnett.ca.

To Do:

	* Everying in particular.

Notes:

	* Some nice CSS courtesy of BlueRobot.com.

*/


@import url("http://www.niner.net/external/ninernet_ribbon.css");


/*

GLOBAL WHITE SPACE RESET from http://leftjustified.net/journal/2004/10/19/global-ws-reset/ :

To fix drop-down selects in Firefox: select { min-width: 1.5em; }

*/

* {
	padding: 0;
	margin: 0;
	}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin: 1em; }
/* h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin: 1em 5%; } */
li, dd { margin-left: 2%; }
fieldset { padding: .5em; }

/* End global white space reset. */


body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #ed192d;
	line-height: 18px;
	font-size: 12px;
	}

td {
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	}

h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 36px;
	line-height: 36px;
	font-weight: 900;
	color: #ed192d;
	font-style: italic;
	}

h2 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 900;
	color: #05c;
	text-align: center;
	}

h3 {
	margin: 30px 0px 15px 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 900;
	color: #333;
	font-style: italic;
	}

a {
	color: #ed192d;
	font-weight: bold;
	}

a:visited {color: #625e5e;}
a:hover {color: #214598;}

#ninernet_ribbon {
	margin: 0px 0px 0px 0px;
	}

#footer {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

abbr {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	cursor: help;
	}

