/* @override http://www.shooflydesign.org/css/newfly.css */

body {
	background: white url(/images/yellowBGBar.gif);
	background-repeat: repeat-x;
	
	margin: 0;
	padding: 0;
	
	font-family: "lucida grande", lucida, "trebuchet ms", tahoma, helvetica, arial, sans-serif;
	font-size: 12px;
}

#header {
	margin: 0;
	padding: 0;
	
	position: absolute;
	top: 0;
	left: 0;
	width: 465px;
	height: 139px;
	z-index: 5;
}

#header img {
	border-width: 0;
	padding: 0;
	margin: 0;
}

#hl {
	position: absolute;
	top: 0;
	left: 0;
}

#hr {
	position: absolute;
	top: 0;
	left: 241px;
}

#fb {
	position: absolute;
	top: 85px;
	left: 0;
}

#nav {
	position: absolute;
	top: 5px;
	right: 5px;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 12px;
	color: #900;
	background: white;
	z-index: 100;
}

/*
#nav {
	position: absolute;
	top: 83px;
	right: 5px;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 12px;
	color: #900;
	z-index: 100;
}
*/
#pageHeader {
	position: absolute;
	top: 28px;
	right: 0;
	text-align: right;
	width: 300px;
	z-index: 1;
}

#content {
	position: absolute;
	top: 100px;
	left: 230px;
	margin-right: 1em;
	text-align: justify;
	line-height: 1.5;
	
	z-index: 3000;
}

#sidebar {
	position: absolute;
	top: 130px;
	left: 0;
	width: 200px;
	padding: 10px;
	z-index: 99;
}

#sidebar ul		
{
	margin-left: 1.5em;
	padding-left: 0;
	list-style-position: outside;
	line-height: 1.3;
	padding-top: 0;
padding-bottom: 0;
	margin-top: 0;
	list-style-type: none;
	list-style-image: url(/images/tick.gif);
}

#sidebar li {
	font-size: 11px;
	margin-left: 0;
	padding-left: 0;
}

#sidebar h2 {
	font-size: 12px;
	margin-bottom: 0;
	padding-bottom: 0.3em;
	color: #096;
	font-family: "lucida grande", lucida, "trebuchet ms", tahoma, helvetica, arial, sans-serif;
}

#sidebar h1, #sidebar .box {
	font-size: 14px;
	margin-bottom: 0;
	padding-bottom: 0.5em;
	color: #999;
	font-family: "lucida grande", lucida, "trebuchet ms", tahoma, helvetica, arial, sans-serif;
border: 1px solid #fcf;
padding: 0.2em;
margin-left: -0.2em;
width: 80%;
text-align: left;
background: #fef;
margin-top: 1em;
}

#sidebar h1 a, #sidebar .box a {
	color: #606;
	font-weight: bold;
}

#sidebar h1 a:hover, #sidebar .box a:hover {
	color: #606;
	border: none;
}

#sidebar_links {
	margin: 20px 0 0 0;
}

#sidebar_links img {
display: block;
margin-bottom: 10px;
}

h1 {
	font-family: optima, "trebuchet ms", tahoma, helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	
	color: #606;
}


h2.url {
	margin-top: -0.7em;
	padding-top: 0;
	font-size: 14px;
}

h2
{
	font-family: optima, "trebuchet ms", tahoma, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #366;
}

h3
{
	font-family: optima, "trebuchet ms", tahoma, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #366;

}

a:link {
	color: #069;
	text-decoration: none;
	border-bottom: 1px solid #069;
}

a:visited {
	
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

a:hover {
	color: #C90;
	text-decoration: none;
	border-bottom: 1px dotted #C90;
	
}

a:active {
	color: #069;
	text-decoration: none;
	border-bottom: 1px solid #069;
	
}

#nav a {
	color: #900;
	border: none;
}

#nav a:hover {
	border-bottom: 1px dotted #900;
}

#sidebar a {
	color: #063;
	border: none;
}

#sidebar a:hover {
	color: #096;
	border-bottom: 1px solid #096;
}

.hireUs {
	background: #ffc;
	border: 1px solid #999;
	margin: 0em;
	padding: 0.5em 1em;
	width: 18em;
	text-align: right;
}

.right {
	text-align: right;
}



blockquote.testimonial {
	margin: 0;
	padding: 0;
	font-style: normal;

	
	margin-bottom: 1em;
	padding: 0.5em 1em;
	background-color: #ffb;
	border: 1px solid #999;
}

input, textarea {
	width: 100%;
	z-index: 3000;
}

input.auto {
	width: auto;
}

#errors {
	color: red;
	background: pink;
}

#messages {
	color: green;
	background: #cfc;
	
	margin-bottom: 2em;
}

.blogbottom {
	padding-top: 1em;
	border-top: 1px solid #ccc;
}

.blogbody p.right {
	color: #666;
	font-style: oblique;
}


.comments-head {
	border-top: 1px solid #ccc;
	padding: 1em 0;
	font-weight: bold;
}

.comments-body {
	color: #000;
	margin-bottom: 1.5em;
	font-size: 0.95em;
}

span.comments-post {
	display: block;
	margin-top: -0.5em;
	color: #666;
	text-align: right;
}


.comments-body form {
	font-size: 1.05em;	
}

.screenshot {
	border: 1px solid #ccc;
}

#header a, #pageHeader a, .screenshot a {
	border: none;
}

a img {
	border: none;	
}

a.noborder {
	border-width: 0;
}


.attribution {
text-align: right;
font-style: normal;
}

.testimonial {
border: 1px solid #ccc;
padding: 0.5em 1em;
margin-bottom: 2em;
background: #dfd;
color: black;
}

.footnotes {
	border-top: 1px solid #ccc;
	padding-top: 0.5em;
	font-size: 0.9em;
	color: #666;
}

#screenshot_blueheron {
	border-width: 0;
}