/* == Container Colours */
/*#wrapper {background-color: #999999;}
#masthead {background-color: #99c753;}
#content {background-color: #f6f6f6;}
#mainContent {background-color: #d4d4d4;}
#secondaryContent {background-color: #e5e5e5;}
#mainNav {background-color: #D1D146;}
#footer {background-color: #fc0;}*/

/* == Resets based on Eric Meyer's 2008 rest  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background-color: #eee;
	line-height: 1.3;
}
ol, ul {
	margin: 0;
}
/*If you want quotes, put them in the mark-up*/
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* == Terracoda's Global Settings */
html, body {
	border:0;
	margin:0;
	padding:0;
}
body {
	font-size: 80%;
	font-family:"Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
	color: #999;
}
 
/* == Headings */
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	/*font-family: 'Lucide Grande', Garamond, serif;*/
	color: #7a4120; /*#7a4120*/ /*#8B6F6F*/
}
h1 {
	padding:0 0 20px 0;
	/*letter-spacing:-1px;*/
	font-size:2em;
}
h2 {
	padding:10px 0 0 0;
	/*letter-spacing:-1px;*/
	font-size:1.5em;
}
h3, h4, h5, h6 {
	font-size: 1em;
}
/* == Common Formatting */
p, ul, ol, address, blockquote {
	margin:0;
	padding:0 0 20px 0;
}
pre {
	margin: 0 20px 20px 20px;
	padding: 5px;
	border: 1px solid;
	background: #fff;
}
ul, ol, dl {
	padding:0 0 20px 20px;
}
blockquote {
	margin:0.25em;
	padding:0.25em 1.25em 1em 1.25em;
}
blockquote p {
	margin: 0;
	padding: 0;
}
small {
	font-size:0.85em;
}
img {
	border:0;
	margin: 0;
	padding: 0 5px 5px 5px;
}
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 dotted;
}
 
/* == Anchor Links */
a,
a:link,
a:visited{
	text-decoration: underline;
	color:blue;
}
a:hover, a:focus, a:active, .here {
	 text-decoration: none;
	 color: purple;
	 outline: none;
}

/* == Form Controls */
form {
	margin:0;
	padding:0;
	display:inline;
}
input, select, textarea {
	font:1em Arial, Helvetica, sans-serif;
}
textarea {
	width:100%;
	line-height:1.25;
}
label {
	cursor:pointer;
}
 
/* == Tables */
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;	
}
table tr td {
	padding:2px;
}
 
/* == Global Classes */
/* general image replacement */
.replace {
	text-indent: -9999px;
	font-size: 1px;
	/*do we need a line-height here?*/
}
/* my handy in-line menu class */
.pipeLine {
	list-style-position: inherit;
}
.pipeLine li {
	height: 50%;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	padding: 0 0.55em 0 0; /* padding bigger on li to compensate for border */
	margin: 0;
}
.pipeLine a {
	padding-left: 0.5em;
	padding-bottom: 2px;
}
.pipeLine li.last {
	border-right: none;
}

/* == General Formatting classes */
.clear         { clear:both; }
.floatLeft    { float:left; }
.floatRight   { float:right;}
 
.textLeft     { text-align:left; }
.textRight    { text-align:right; }
.textCenter   { text-align:center; }
.textJustify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.imgLeft      { float:left;margin: 0; }
.imgRight     { float:right;margin: 0; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0; padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
