body {
	margin: 0;
	padding: 0;
	background: #5186e3 url('http://awhackney.org/img/hssbgs/hssbar1.png') repeat-y;		/* gradient ltr dark to lighter blue */
	color: #222;
	font-size: 75%;			/* Resets 1em to 12px */
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

/* Hyperlinks *************************************************/
a {
	color: #00c;
	background-color: transparent;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: #900;
	background-color: transparent;
	text-decoration: none;
}

/* Headings ***************************************************/
/* NB:
h1 is used only as page header
h2 is used in posts, pages, sidebar (h2 a only in posts & pages)
h3 is used in posts, pages
h4 is used in posts, pages
*/
h1, h1 a,
h2, h2 a,
h3,
h4, h5, h6 {
	margin-bottom: 0;
	color: #222;
	background-color: transparent;
	text-align: left;
}

/*
NB: These are post headings
*/
h2, h2 a {
	color: #000;
	background-color: transparent;
}
h2 a:hover, h2 a:focus, h2 a:active {
	text-decoration: none;
}

h1 {
	font-size: 2.25em;
}
h2 {
	font-size: 1.8em;
	margin-bottom: 0.5em;	/* check */
}
h3 {
	font-size: 1.5em;
	margin-bottom: 0.5em;	/* check */
}
h4 {
	font-size: 1.35em;
	margin-bottom: 0.25em;	/* check */
}
h5 {
	font-size: 1.15em;
	margin-bottom: 0.25em;	/* check */
}
h6 {
	font-size: 1em;
}

/* Misc *******************************************************/
img {
	border: 0;
}
abbr {
	cursor: help;
	border-bottom: 0.1em dotted;
}

del {
	text-decoration: line-through;
	display: inline;
}

/* **************** Layout **************** */

/*
Follows immediately after body.
760 px allows resizing down to 800 pixels wide.
auto centres left-right.
*/
#page {
	min-width: 440px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/* Header *****************************************************/
/*
What does height do here?
*/
#header {
	margin: 0;
	padding: 2em 0;
	background: url("http://awhackney.org/img/hsscats/catfence.128x128.08.png") no-repeat fixed right top;
	height: 60px;
	color: inherit;
	min-height: 60px;
	z-index: 500;
}
#headertitle {
	float: left;
	position: absolute;
	top: 1.5em;
	left: 5%;
	z-index: 600;
}
#headertitle h1 {
	margin: 0;
	background-color: transparent;
	color: #fff;
}
#headertitle h1 a {
	background-color: transparent;
	color: #fff;
	text-decoration: none;
}
#headertitle h1 a:hover, #headertitle h1 a:focus, #headertitle h1 a:active {
	text-decoration: none;
}
#headertitle p {
	margin: 0 128px 0 0;
	background-color: transparent;
	color: #fff;
	font-size: 1.1em;
}

/* Top navigation *********************************************/
#hmenu {
	border-top: 0.1em solid #005;
	border-bottom: 0.1em solid #005;
	background-color: #174077;
	color: inherit;
}
#hmenu ul {
	margin: 0 5%;
	padding: 0.5em 0;
	background-color: #174077;
	color: inherit;
	list-style-type: none;
	list-style-position: outside;
	text-indent: 0;
}
#hmenu ul li {
	display: inline;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.35em;
}
#hmenu ul li:before {
	content: "- \0020";
	background-color: transparent;
	color: #073067;
}
#hmenu ul li.hmenu1:before {
	content: "";
}
#hmenu ul li a {
	padding: 0.4em 0.5em;
	margin: 0;
	background-color: transparent;
	color: #eef;
	text-decoration: none;
}
#hmenu ul li.hmenu1 a {
	padding-left: 0.5em;
}
#hmenu ul li a:hover, #hmenu ul li a:focus, #hmenu ul li a:active {
	color: #f9f;
	background-color: #000;
}
#hmenu ul li.current_page_item a, #lawnsHome #hmenu ul li.hmenu1 a {
	text-decoration: none;
	color: #ff0;
	background-color: #073067;
	border: solid 1px #275087;
	border-right-color: #000;
	border-bottom-color: #000;
	padding: 0.2em 0.5em;
}


/* Content ****************************************************/
#wrapper {
	margin: 0 5%;
	padding-right: 230px;
}
#content{
	float: left;
	width: 96%;
	border-right: 230px solid #d8e6ff;
	border-right: 230px solid transparent;
	margin-right: -230px;
	padding: 20px 4% 20px 0;
}


/* Post *******************************************************/
.post {
	margin: 0 0 2em 0;
	clear: both;
	padding: 0 2em 1em 2em;
	background-color: #f0f5ff;
	color: inherit;
	border: solid 2px #b8c6df;
/*	border-top-width: 6px; */
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.post code {
	background-color: #f0f5ff;
	color: inherit;
}
.post img {
	background-color: #f0f5ff;
	color: inherit;
	border: solid 1px #fff;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	padding: 2px;
}
.post img.large {
	margin-bottom: 1em;
	padding: 4px;
}

.post strong {
}
.post h2 {
	border-bottom: solid 4px #c8d6ef;
	clear: both;
}
.post h3 {
	margin-top: 2em;
	color: #226;
}

.postentry > h3:first-child, .announcement_post > h3:first-child {
	margin-top: 1em;
}

.postentry > p:first-child + h3, .announcement_post > p:first-child + h3 {
	margin-top: 1em;
}

.postentry > h3 + p {
	margin-top: 1em;
}

.picnik + h3 {
	margin-top: 1em;
}

.wp-caption + h3 {
	margin-top: 1em;
}
.post h4 {
	margin-left: 0.75em;
	color: #38465f;
}
.post h5 {
	margin-left: 0.9em;
	color: #38465f;
}
.post p, .lawnsMessage {
	margin-top: 0;
	margin-bottom: 1em;
	margin-left: 1.1em;
	line-height: 1.5em;
}

.postentry > p + ul {
	margin-top: 0;
}
.post ul, .post ol {
	margin-top: 0;
}
.post ol li, .post ul li {
	margin-top: 0;
	margin-bottom: 0.25em;
	line-height: 1.5em;
}
.postentry > p:first-child {
	margin-top: 2em;
}

.post .beforelist {
	margin-bottom: 0.5em;
}

.wp-caption + p {
	margin-top: 1.5em;
}
.post li li {
	font-size: 1em;
}
.post dt {
	font-weight: bold;
	margin-top: 1em;
}
.post dd {
	margin-top: 0.25em;
}
.post hr {
	color: #c8d6ef;
	background-color: #c8d6ef;
	height: 2px;
	border: 0;
}
.post blockquote {
	padding: 0 8em 0 0;
	border-left: 16px solid #ccc;
}
.post .lawnsMessage {
	border: solid 1px #fff;
	border-bottom-color: #dde;
	border-right-color: #dde;
	padding: 16px;
	margin: 1em 16px 1.5em 16px;
	background-color: #ebf0fa; 
}
.post .lawnsMessage hr {
	color: #fff;
	background-color: #fff;
}
.post blockquote blockquote {
	margin-left: 0;
	font-size: 1em;
}
.postmetadata {
	clear: both;
	margin: 1em 0;
	font-size: 1.1em;
}

.post a:hover, .post a:focus, .post a:active {
	color: #900;
	background-color: #e0e5ef;
}
.postentry a {
    border-bottom: 1px dotted;
}

.wp-caption a, .wp-caption a:hover, .wp-caption a:focus, .wp-caption a:active {
	border: none;
	background-color: transparent;
}

.formContainer {
	background-color: #e0e5ef;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0.5em;
	border: dotted 1px #aaa;
}

.formContainer p input, .formContainer p textarea {
	background-color: #fff;
	color: #000;
}

.formContainer .formSubmit input {
	background-color: #d5d5ff;
	border: solid 1px;
	border-color: #fff #bbb #bbb #fff;
}
.formContainer .formSubmit input:hover {
	background-color: #c5c5c5;
	border-color: #fff #999 #999 #fff;
}

.wpcf7-not-valid-tip-no-ajax {
	font-weight: bold;
	background-color: #d0d5df;
	color: #c00;
}
.wpcf7-validation-errors {
	font-weight: bold;
	background-color: #e0e5ef;
	color: #c00;
	font-size: larger;
}

.wpcf7-mail-sent-ok {
	font-weight: bold;
	background-color: #e0e5ef;
	color: #000;
	font-size: larger;
}



/* Alignment **************************************************/
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   margin: 5px 5px 5px 0;
   border: 0;
   display: block;
}
.alignright {
   float: right;
   margin: 5px 0 5px 5px;
}
img.alignright {
   margin: 0 0 12px 12px;
}

.lawnsImage {
	margin: 0;
	padding: 0;
}


/* Sidebar ****************************************************/
#sidebar{
	float: left;
	width: 190px;
	margin: 20px -230px 20px 0;
	padding: 18px;
	background-color: #d8e6ff;
	color: inherit;
	border: solid 2px #b8c6df;
/*	border-top-width: 6px; */
	-moz-border-radius: 2em;
	border-radius: 2em;
}
#sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 1em;
}
#sidebar ul li {
	margin: 0 0 2em 0;
}
#sidebar ul ul {
	font-size: 1em;
	margin: 0;
	padding: 0;
}
#sidebar li li {
	margin: 0.1em 0;
	padding: 2px 0;
	border-bottom: dotted 1px #b8c6df;
}

#sidebar li ul > li:first-child {
	border-top: dotted 1px #b8c6df;
}
#sidebar li li li {
	padding-left: 10px;
}
#sidebar ul h2 {
	margin: 0 0 0.5em 0;
	padding: 0;
	color: #222;
	background-color: transparent;
	font-size: 1.2em;
}
#sidebar h3 {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
#sidebar .youtube div {
	position: absolute; left: -10000px;
}

#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
	background-color: #c8d6ef;
}
#sidebar .current-cat:before {
	content: "\00A7\0020";
	margin-left: -8px;
	color: #633;
	background-color: transparent;
	font-weight: bold;
}
#sidebar .current-cat a {
	color: #633;
	background-color: transparent;
	font-weight: bold;
}
#sidebar .ngg-widget img {
	border: solid 1px #fff;
	border-right-color: #a8b6cf;
	border-bottom-color: #a8b6cf;
}
#sidebar ul .cat-item {
	color: #444;
}
#sidebar select {
	margin-top: 0.2em;
}

#sidebar img.funder {
	border: solid 1px #fff;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
}

#sidebar p.goon {
	margin-top: 4em;
}

/* Forms ******************************************************/
input {
	font-size: 1.1em;
}
input[type=text], textarea {
	background-color: #f0f5ff;
	color: inherit;
	border: 1px inset #aaa;
}
input[type=submit] {
	background-color: #eee;
	color: inherit;
	border: 1px outset #aaa;
}
textarea {
	font-size: 12px;
}

/* Search forms ***********************************************/
#searchform input[type=text] {
	width: 100%;
}

/* Footer *****************************************************/
#footer {
	clear: both;
	padding: 1em;
	border-top: 0.2em solid #005;
	text-align: left;
	font-size: 1em;
	background-color: #174077;
	color: #eee;
}
#footer a {
	color: #ccf;
	background-color: transparent;
}
#footer #ach {
	float: right;
	margin-top: -8px;
	margin-left: 8px;
}

/* Added by Rick */
.endphotos {
	margin: 3em;
	padding: 1em;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}

.navigation {
	font-weight: bold;
	font-size: 1.25em;
	background-color: #d8e6ff;
	color: inherit;
	margin-top: 1em;
	padding: 0.5em 2em;
	border: solid 2px #b8c6df;
/*	border-top-width: 6px; */
	-moz-border-radius: 2em;
	border-radius: 2em;
}

.navigation .this-page {
	font-weight: normal;
}

.navigation a, .navigation .this-page {
	padding: 2px 8px;
}

.navigation a.lawnsNumbered {
	border: solid 1px #a8b6cf;
}

.navigation a:hover, .navigation a:focus, .navigation a:active {
	color: #900;
	background-color: #c8d6ef;
	border-color: #fff;
	border-right-color: #8896af;
	border-bottom-color: #8896af;
}

h2.lawnsSearch {
	margin-bottom: 1em;
	background-color: #d8e6ff;
	color: inherit;
	padding: 0.5em 1em;
	border: solid 2px #c8d6ef;
/*	border-top-width: 3px; */
	-moz-border-radius: 1em;
	border-radius: 1em;
}
span.lawnsSearch {
	color: #090;
}
.postSearch h3 {
	margin-top: 1em;
	font-size: 1em;
}
.postSearch .postentry {
	margin-top: 0;
	padding: 0;
}
.postSearch .postentry > p:first-child {
	padding: 0.1em;;
	margin: 0;
}


p.lawnsSingle {
	font-weight: normal;
}

.wp-caption {
	clear: both;
}
.wp-caption p.wp-caption-text {
	position: absolute; left: -10000px;
}

#top {
	position: absolute;
	top: 4px;
	right: 16px;
	float: right;
	width: 128px;
	z-index: 0;
}

.lawnsArchive {
	margin-bottom: 1em;
	background-color: #d8e6ff;
	color: inherit;
	padding: 0.5em 2em;
	border: solid 2px #b8c6df;
/*	border-top-width: 6px; */
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.lawnsArchive p {
	font-weight: bold;
	font-size: 1.25em;
	color: #226;
	background-color: transparent;
}
.lawnsNormal {
	font-weight: normal;
	font-size: 1em;
	color: #222;
	background-color: transparent;
}

.lawnsArchive a:hover, .lawnsArchive a:focus, .lawnsArchive a:active {
	background-color: #c8d6ef;
}

.hidden {
	position: absolute; left: -10000px;
}

.tagpara {
	font-weight: bold;
	font-size: 1.5em;
}

.entry_author_image {
	float: right;
}

.filedin, .breadcrumb {
	border-top: dotted 1px #b8c6df;
	padding-top: 4px;
	margin-top: 2em;
	display: block;
	color: #444;
}

.blogroll {
	margin-top: 0;
}

.blogroll li {
	margin-bottom: 0.5em;
}


#hlogos {
	float: right;
	margin-top: -8px;
	margin-left: 8px;
}

#hlogos ul {
	list-style-type: none;
	list-style-position: outside;
	text-indent: 0;
}
#hlogos ul li {
	display: inline;
	margin: 0 0 0 16px;
	padding: 0;
}

div.imgComplex {
	margin-top: 0.5em;
	margin-bottom: 2em;
}
div.imgDesc {
	padding: 1em;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
div.imgDesc p {
	margin: 0;
}
div.imgDesc ul {
	margin-bottom: 0;
}

div.vidobj {
	margin: 2em 0;
	padding: 0 16px 16px 16px;
	border: solid 1px #ddd;
}

div.lawnsFrame {
	margin: 1em 0;
	padding: 0.2em;
	border: solid 1px #ddd;
	background-color: #e0e5ef;
	color: #393;
	font-weight: bold;
}

div.lawnsJigsaw {
	width: 164px;
	overflow: hidden;
	margin: 0.25em 0 0.25em 10%;
}

img.lawnsJigsaw {
	display: block;
	border: 1px #ddd solid;
	margin: 0.2em;
	padding: 0;
}

div.brightcove {
	float: left;
	margin: 0 1em 1em 0;
	border: solid 1px #c8d6ef;
	background-color: #fff;
}

#rol {
	margin-top: 4em;
}

/* File icons *************************************************/
a[href$=".doc"],
a[href$=".mov"],
a[href$=".mp3"],
a[href$=".mpeg"],
a[href$=".mpg"],
a[href$=".pdf"],
a[href$=".pps"],
a[href$=".ppt"],
a[href$=".txt"],
a[href$=".wmv"],
a[href$=".xls"],
a[href$=".zip"],
a[href*="action=edit"]
{
	padding-bottom: 2px;
	padding-left: 22px;
	padding-top: 2px;
	background: transparent;
}
a[href$=".doc"] {
	background: url(http://awhackney.org/img/silkicons/page_white_word.png) no-repeat scroll left center;
}
a[href$=".mpg"], a[href$=".mpeg"], a[href$=".mov"], a[href$=".wmv"] {
	background: url(http://awhackney.org/img/silkicons/film.png) no-repeat scroll left center;
}
a[href$=".pdf"] {
	background: url(http://awhackney.org/img/silkicons/page_white_acrobat.png) no-repeat scroll left center;
}
a[href$=".pps"], a[href$=".ppt"] {
	background: url(http://awhackney.org/img/silkicons/page_white_powerpoint.png) no-repeat scroll left center;
}
a[href$=".txt"] {
	background: url(http://awhackney.org/img/silkicons/page_white_text.png) no-repeat scroll left center;
}
a[href$=".xls"] {
	background: url(http://awhackney.org/img/silkicons/page_white_excel.png) no-repeat scroll left center;
}
a[href$=".zip"] {
	background: url(http://awhackney.org/img/silkicons/page_white_compressed.png) no-repeat scroll left center;
}
a[href*="action=edit"] {
	background: url(http://awhackney.org/img/silkicons/page_white_edit.png) no-repeat scroll left center;
}



/* return top link */
#return_top a {
	position: absolute;
	position: fixed;
	right: 20px;
	bottom: 8px;
	width: 21px;
	height: 124px;
	display: block;
	background: url(to-top-a-021x124.png) no-repeat;
}


#return_top a:hover {
	background: url(to-top-b-021x124.png) no-repeat;
	text-decoration: none;
}

.bbc, .video, .scloud {
	margin: 1em 0 2em 1em;
	padding: 0;
}
.bbc p, .video p, .scloud p {
	font-weight: bold;
	margin-top: 0.25em;
	padding: 0;
}

.picnik, .pbucket {
	background-color: #e0e5ef;
	color: inherit;
	border: solid 1px #fff;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	padding: 2px;
	margin: 1em auto 2em auto;
}

.slideright {
	float: right;
	margin: 0 0 6px 6px;
}


/*
Body
Background color	V pale blue		#e3f1ff

Header
Background color	Sky blue		#4376d3

Nav menu, footer
Background color	Dark blue		#174077
Horiz borders		V dark blue		#005

Sidebar
Background color 	Pale blue		#d8e6ff

Content
Right border		Pale blue		#d8e6ff

Post
Background color 	Paler blue		#f0f5ff
Border				Less pale blue	#c8d6ef


MAIN COLORS
Body background
Header background
Menu, footer background
Sidebar background
Post background
*/

