/****************************************************************************************************

	Copyright (C) 2004 -2005 Daniel Kauffman. All rights reserved.
	
	THIS SOFTWARE MAY NOT BE USED EXCEPT UNDER LICENSE.
	
	ABSOLUTELY NO WARRANTY IS PROVIDED.
	
	For licensing information, you may contact:
		"Daniel Kauffman"
		Daniel (dot) Kauffman (at) rocksolidsolutions (dot) org
	
	This software is not in the public domain and may not be used for any purpose,
	except as provided under license.
	
****************************************************************************************************/


/********** Top Level Elements ************************************************/


/* Set font scale for all elements */

html {
	font-size: 136%;
}


/* Hide header */

head {
	display: none;
}


/* Default z-index */
div, p, img {
	z-index: 10;
}


/********** Text Elements *****************************************************/

/* Set display and spacing defaults for text elements */

h1, h2, h3, h4, h5, h6 {

	margin: 0;
	
	padding: 0.60em 0.00em 0.60em 0.00em;
	
	line-height: 1.28;
	
	letter-spacing: 0.04em;
	word-spacing: 0.04em;
	
}

ol, ul {

	margin-top: 0;
	margin-bottom: 0;
	
	padding: 0.00em 0.00em 1.20em 0.00em;
	
	line-height: 1.28;
	
	letter-spacing: 0.04em;
	word-spacing: 0.04em;
	
}

p, li {

	margin: 0;
	
	padding: 0.00em 0.00em 1.20em 0.00em;
	
	line-height: 1.28;
	
	letter-spacing: 0.05em;
	word-spacing: 0.04em;
	
}


/* Set relative font sizes for text elements */

h1 { font-size: 1.78em; }
h2 { font-size: 1.44em; }
h3 { font-size: 1.18em; }
h4 { font-size: 1.00em; }
h5 { font-size: 0.85em; }
h6 { font-size: 0.72em; }

p, ol, ul, li {
	font-size: 1.00em;
}


/********** Form Elements *****************************************************/

/* Set display and spacing defaults for form elements */

input, select, textarea {
	margin: 0.40em 0 0.80em 0.80em;
	vertical-align: middle;
}

input, select, option, textarea {
	padding: 0.06em;
}


/* Set relative font sizes for form elements */

input, select, option, textarea {
	font-size: 1.00em;
}


/********** Links ************************************************************/

a, a:link, a:visited, a:hover, a:active {
	outline: none;
}

img {
	border: 0;
}


/********** Common Classes ****************************************************/

.left {text-align: left;}
.center {text-align: center;}
.right {text-align: right;}
.justify {text-align: justify;}

.bold {font-weight: bold;}
.italic {font-style: italic;}
.underline {text-decoration: underline;}

.tight { margin: 0; padding: 0; }

.notagif {
	
	padding-left: 0.38em;
	
	font-size: 72%;
	font-weight: bold;
	
	vertical-align: text-top;
	
	text-decoration: none;
	
}

span.nowrap {
	white-space: nowrap;
}

