/* General
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
version:   1.0
author:    maureen toles
email:     info@dragonflyprinting.com
website:   http://www.dragonflyprinting.com/
-----------------------------------------------------------------------------*/
/* Remove padding and margin */
* { text-indent: 0; margin: 0; padding: 0; }
/* Class for clearing floats */
.clear {
	clear:both;
}
/* Remove border around linked images */
img {
	border: 0;
}
a {outline: none}
/* Color
===================================================*/
body { 
color: white; background-color: #f5985b; background-repeat: repeat-x; 
}
.frontpage { background-color: #323232; }
h1, h2 { color: #f5985b; }
tr.mainbody {
	background-color: #323232;
}
tr.frontpgbody { background-color: #f5985b; }
a:link, a:visited { color: #f6e08d; text-decoration: underline; }
a:hover, a:active { color: #889ce4; text-decoration: underline; }
#topnav a:link, #topnav a:visited { color: white; }
#topnav a:hover, #topnav a:active {
	color: white;
	text-decoration: underline; }
#sidebar li a { color: #e1b569; }
#sidebar a:hover, #topnav a:active {
	color: #889ce4; }
#secondaryContent a:link img, #secondaryContent a:visited img { border: solid 1px #e1b569; }
#secondaryContent a:hover img, #secondaryContent a:active img { border: solid 1px #889ce4; }
/* Typography
===================================================*/
body { font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif; font-size: 0.85em; line-height: 1em; margin-bottom: 10px; }
#content { line-height: 1.4em; }
h1 { font-size: 1.25em; line-height: 1.5em; margin-top: 0.6em; margin-bottom: 0.3em; }
h2 { font-weight: bold; font-size: 1.1em; line-height: 1.25em; margin-top: 0.5em; margin-bottom: 0.3em; }
#topnav li { font-size: 0.9em; }
#topnav li a { font-weight: bold; text-decoration: none; }
#sidebar li a { font-size: 0.9em; font-weight: bold; text-decoration: none; }
#topnav a:link, #topnav a:visited { font-size: 1.15em; }
#topnav a:hover, #topnav a:active { font-size: 1.15em; }
#sidebar { text-align: center; }
#sidebar p { font-size: 0.8em; }
#content p { padding-bottom: 10px; }
#footer { font-size: 0.8em; text-align: left; }
#footer p {
	padding: 10px 0 0 8px;
}
/* Positioning
===================================================*/
#header {
	position: relative;
	height: 100px;
	width: 780px; 
	margin-right: auto;
	margin-left: auto;
}
#navcontainer {
	position: absolute;
	top: 70px;
	right: 2px; 
	z-index: 1000;
}
#topnav li {
	display: inline;
	list-style-type: none;
	padding-right: 15px;
}
#main {
	width: 780px;
	margin-right: auto; /* centered */
	margin-left: auto;
}
#sidebar { width: 180px; float: left; padding: 18px 0 10px; margin-top: 40px; }
#sidebar ul { text-align: left; margin-top: 20px; margin-left: 60px; padding-left: 0; list-style: none; padding-bottom: 16px; }
#sidebar li {
	margin-top: 6px;
	margin-bottom: 10px;
}
#content { padding: 18px 0 0; margin-left: 200px; width: 560px; }
#content img {
	margin: 10px;
	border-width: 0; }
#mainContent { width: 400px; height: 470px; overflow: hidden; margin: 0; float: left; }
#secondaryContent { width: 140px; height: 470px; overflow: scroll; clip: auto; display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: right; max-width: 140px; }
#footer { width: 780px; margin-right: auto; margin-left: auto; }
#header img {
	margin-top: 10px;
	border: none;
}
#sidebar img { border: none; margin: 6px; padding-top: 10px; }
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
#secondaryContent img {
	clear: right;
	margin: 8px;
	padding: 0;
	 }
td.formlabel {
	font-weight: bold;
	padding-right: 10px;
	margin-left: 0;
	padding-left: 0;
	vertical-align: top;
}
table.form td {
	padding: 4px 4px 4px 0;
}
input.submit {
   background-color: white;
	font-family : Arial, Helvetica, Sans-serif;
	font-size : 12px;
	font-weight : bold;
	margin-bottom: 10px;
}
input, textarea {
	border: solid 1px #955758;
	padding: 2px;
	font-size : 12px;
	font-family: arial, sans-serif;
}
