/** Global Styles edited for Targa Newfoundland Project
By Taliesin Smith
July 10, 2008

/***** Global Settings *****/
html, body {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 62.5%; /*16 x 0.625=10px*/ 
}

body {
	font: 1.2em/1.4em tahoma, geneva, arial, sans-serif;
	color: #7e7e7e;
	background: #fff;
}
body *{
	font-size: 1em;
}
/***** Headings *****/
h1, h2, h3, h4, h5, h6 {
	font: 1.3em/1.5em arial, helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 100%;
	}
h1, h2, h3 {
	font-weight: bold;
	}
h1 {
	color: #3b3b3b;
	text-transform: uppercase;
	padding: 0.5em 0 1em 0;
	letter-spacing: 0.25em;
	font-size: 1.2em;
	}
h1, h2 {
	padding: 1em 0 0.25em 0;
	letter-spacing: 0;
	font-size: 1.3em;
	}
h2 {
	color: #dc3804;
	}
h3 {
	color: #dc3804;
	font-size:1em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 1em 0 1em 0;
	}
 
/***** Common Formatting *****/
q, em, i, cite, q, address {
	font-style: italic;
	}
strong, b {
	font-weight: bold;
}
p, address, pre {
	margin: 0;
	padding: 0 0 1em 0; /*0 0 1.25em 0*/
}
ul ul {
	margin-top: 0;
	font-size: 1em;
} 
ul, ol {
	padding: 0;
	margin: 0;
	list-style-position: outside;
	}
ul{
	list-style-type: disc;
	}
ol {
	list-style-type: decimal;
	}
li {
	margin: 0 0 0 15px; /*Keeps bullets in-line with paragraph text*/
	padding: 0 0 1em 0; /*0 0 1.25em 0*/
	vertical-align: top;
	}
pre, code {
	font-family: Courier, Monaco, 'Lucida Sans', sans-serif;
}
pre {
	background-color: #fafafa;
	border:1px solid;
}
blockquote {
	margin: 1em 1em 1em 0;
	padding: 0 1.25em;
	border-left: 4px solid #000;
}
blockquote span {
	font-style: italic;
}
small {
	font-size: 0.85em;
	}
img, a img {
	border:0;
	padding-bottom: 15px;
	}
sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
	}
sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
	}
acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
	}
 
/***** Links - Lord Vader Formerly Handle Anakin*****/
a, a:link {
	font-weight: normal;
	color: #dc3804;
	text-decoration: underline;
	}
a:visited {
	color: #dc3804;
	text-decoration: underline;
	}
a:focus,
a:hover, 
a:active {
	text-decoration: underline;
	color: #3b3b3b;
	}

/***** Default Table Styles *****/
table {
	border: none;
	margin: 0;
	padding: 0;
	}
caption {
	text-indent: -99999px; /*hides the caption by default*/
	font-size: 1px;
	height: 1px;
	} 
th {
	text-align: left;
	}
table tr td {
	padding: 0;
	margin: 0;
	border: none;
	border-collapse: collapse;
	}
table td {
	vertical-align: top;
}
table {display: table;}
tr {display: table-row;}
td, th {display: table-cell;}
/***** Forms *****/
form {
	margin: 0;
	padding: 0;
	display: inline;
	}
fieldset {
	border-style: none;
}
form ul {
	list-style-type: none;
	width: 370px;
}
form ul li {
	padding: 0; 
	margin: 0 0 3px 0;
	clear: both;
	border-top: 1px solid #ececec;
	width: auto;
}
form ul li * {
	/*margin: 3px;*/
}
input, select, textarea, label {
	padding: 3px 5px 3px 0;
	margin: 3px 0 3px 0;
}
input, select, textarea {
	float: left;
	width: 250px;
	/*line-height: 1.4em;*/
	/*margin-top: 5px;*/
	}
input:focus, select:focus, textarea:focus {
	background-color: #efefef;
	border: 1px solid #e7a18a;
}
form ul li.controls {
	text-align: right;
}
form ul li.controls input {
	width: auto;
}
textarea {
	width: 100%;
	/*line-height: 1.4;*/
	}
label {
	/*display: inline-block;*/
	float:left;
	width: 100px;
	cursor: pointer;
	}
 
/***** Global Classes *****/
.clear 		{ clear:both; }
.floatLeft	{ float:left; }
.floatRight	{ float:right; }
 
.imgLeft	{ float:left; margin:4px 10px 4px 0; }
.imgRight	{ float:right; margin:4px 0 4px 10px; }
 
.noPadding	{ padding:0; }
.noIndent	{ margin-left:0; padding-left:0; }
.indent	{ margin-left:0; padding-left: 35px; }
.noBullet	{ list-style:none; list-style-image:none; }
.noBullet li	{ list-style:none; list-style-image:none; }
.caps		{ text-transform: uppercase;}
