/*

N.B.: Identical to default.css except for SSL call to external style sheet.

File name: /elements/text/default_ssl.css
Web site: Hartnett Hosting | www.hartnett.ca
Created by Craig Hartnett of NinerNet Communications at http://www.niner.net
Copyright (c) 1996-2008 NinerNet Communications. All rights reserved.
Version 2.2.0, Monday, June 23, 2008.

Recent Revision History:

	2008:06:23 (3.3.0)	-	Comment block added,
						Removed CSS solely for NinerNet ribbon to external CSS file.

To Do:

	* Nothing in particular.

Notes:

	* Some nice CSS courtesy of BlueRobot.com.

*/


@import url("https://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: 10%; }
fieldset { padding: .5em; }

/* End global white space reset. */


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

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

h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 36px;
	line-height: 36px;
	font-weight: 900;
	color: #c70000;
	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: #c70000;
	font-style: italic;
	}

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

a:visited {color: #625e5e;}
a:hover {color: #0000a0;}

#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;
	}
