/*
// This file is part of the Carrington Blog Theme for WordPress
// http://carringtontheme.com
//
// Copyright (c) 2008-2009 Crowd Favorite, Ltd. All rights reserved.
// http://crowdfavorite.com
//
// Released under the GPL license
// http://www.opensource.org/licenses/gpl-license.php
//
// **********************************************************************
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
// **********************************************************************
*/

/* Reset: based on http://meyerweb.com/eric/tools/css/reset v1.0 | 20080212, sans table styles
============================================================================================== */

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,
hr{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
cite,
address {
	display:inline;
	font-style:normal;
}

/* Typography
======================================================*/
body {
	background: #fff;
	color: #51555c;
	font: 12px/18px helvetica, arial, sans-serif;
}
code {
	font-family: "Lucida Console", Monaco, monospace;
}
*[lang] {
	font-style: italic;
}
del {
	text-decoration: line-through;
}
acronym,
.caps {
	text-transform: uppercase;
}
.small-caps {
	font-variant: small-caps;
}
acronym,
.num,
.caps,
.small-caps {
	letter-spacing: 0.1em;
}
pre {
	overflow: auto;
}
textarea {
	font: 12px/18px helvetica, arial, sans-serif;
	padding: 3px;
}
/* Links */
/*
a,
a:visited {
	color: #a00004;
	text-decoration: none;
}
*/
/* specify all three for accessibility */
a:focus,
a:hover,
a:active {
	text-decoration: none;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a
/*,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited*/ {
	color: #6d8f97;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #496e77;
	text-decoration: none;
}
/* elements with title attribute */
abbr[title],
acronym[title],
dfn[title],
span[title],
del[title] {
	cursor: help;
}
/* typogrify: inset initial double quotes. */
.dquo {
	margin-left: -.45em;
}
 /* fancy ampersands */
.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-size: 13px;
	font-style: italic;
}
/* Font sizes, vertical measure, color */
h1,
.h1 {
	font-size: 24px;
	line-height:1;
	color: #222222;
	display:block;
	margin-bottom:3px;
}
h2,
.h2 {
	font-size: 18px;
	line-height:1;
	color: #444444;
	display:block;
	margin-bottom:3px;
}
h3,
.h3 {
	font-size: 14px;
	line-height:1;
	color: #666666;
	display:block;
	margin-top:0px;
	margin-bottom:-1px;
}
h4,
.h4 {
	font-size: 12px;
	line-height:1;
	color: #666666;
	display:block;
	margin-bottom:3px;
}
h5,
.h5 {
	font-size: 10px;
	line-height:1;
	color: #666666;
	display:block;
	margin-bottom:3px;
}

p {
	margin-bottom:6px;
}
br {
	margin-bottom:2px;
}
pre,
dl,
ul,
ol {
	margin-bottom:10px;
	margin-left: 36px;
	list-style: decimal;
}
blockquote {
	border-left:2px solid #e9eaea;
	margin:0 9px 9px;
	padding-left:10px;
}

dd {
	margin-left:18px;
}
li ul,
li ol {
	margin-bottom: 0;
}
li,
dd,
.tight {
	margin-bottom:9px;
}
ul li {
	background: url(../img/arrow-bullet.gif) no-repeat left top;
	list-style:none;
	padding-left:12px;
}
acronym,
.caps,
.small {
	font-size: 11.5px;
}
hr {
	background:#ccc;
	color:#ccc;
	height:1px;
	margin:0 30px 18px 30px;
}
.rule-major{
	background-color:#e9eaea;
}
.rule,
.rule-minor {
	border-top:1px solid #cecfd1;
	height:9px;
	margin:0 0 18px;
}
.rule-major {
	border-top:1px solid #cecfd1;
	height:35px;
	margin:0 0 18px;
}
.rule hr,
.rule-minor hr,
.rule-major hr {
	display:none;
}

/* No formatting class */
.plain,
.plain li {
	background:transparent;
	border:0;
	font-style:normal;
	list-style:none;
	margin:0;
	padding:0;
}
.alt-font {
	color: #999;
	font-family: Georgia, Palatino, "Palatino Linotype", Baskerville, serif;
	font-style:italic;
}
.alt-font a {
	font-family:helvetica, arial, sans-serif;
	font-style:normal;
}

/*
// This file is part of the Carrington Blog Theme for WordPress
// http://carringtontheme.com
//
// Copyright (c) 2008-2009 Crowd Favorite, Ltd. All rights reserved.
// http://crowdfavorite.com
//
// Released under the GPL license
// http://www.opensource.org/licenses/gpl-license.php
//
// **********************************************************************
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
// **********************************************************************
*/

/* UI: Shared classnames
================================================================= */
.accessibility {
	left:-32000px;
	position:absolute;
}
.lofi {
	display:none;
}

html body {
}
/* http://sonspring.com/journal/clearing-floats */
html body div.clear,
html body span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

img {
	padding: 5px 0px 5px 0px;
}

/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

h1.page-title {
	color: #999;
	font: italic 14px Georgia, serif;
}




.pagination,
.pagination-single {
	background-color:#fff;
	margin-top: 20px;
	overflow:hidden;
}
.pagination .previous a,
.pagination-single .previous {
	float:left;
}
.pagination .next a,
.pagination-single .next {
	float:right;
}



.pagination .next a,
.pagination-single .next,
.pagination .previous a,
.pagination-single .previous {
	background-color:#fafafa;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:2px 10px;
	max-width:300px;
}

#top.pagination .next a,
#top.pagination-single .next,
#top.pagination .previous a,
#top.pagination-single .previous {
	background-color:#fff;
	padding:0px;
}

#top.pagination-single {
	margin-bottom:20px;
	border-bottom:4px double #ccc;
	padding:10px 0px;	
}

#category-projects p.image {
	float:left;
}

#browse_projects {
	float:right;
	border-bottom:1px solid #ccc;
	text-align:right;
	width:100%;
}




.loading {
	background: url(../img/spinner.gif) 10px 17px no-repeat;
	clear: both;
	color: #ccc;
	height: 50px;
}
.loading span {
	display: block;
	padding: 17px 32px 0;
}
.close {
	background-color:#e9eaea;
	border-bottom: 1px solid #ddd;
	padding: 8px 0 6px;
	text-align: center;
}
/* including for compatibility */
.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Structure
================================================
	Total width: 960
	Columns: 12
	Column width: 58px
	Gutter width: 24px
	Unit (column + gutter): 82px
	Interior padding: 6px = colum width 50px
	#content = 7 units
	#sidebar = 5 units
*/
/*#page {
  width:660px;
  position:absolute;
  top:0px;
  left:150px;
  padding:0px 20px;
}*/
.section { /* Full-width areas */
	/*min-width: 980px; /* cut-off background fix */
}
.wrapper {
	clear: both;
	margin: 0 auto;
	width: 660px;
}
/*
#header {
	position:absolute;
	width:150px;
	overflow:hidden;
}
#header_logo {
	background-color: #51555c;
	background-repeat:repeat-x;
	background-position:left bottom;
	color: #cecfd1;
	height:76px;
  width: 130px;
  margin: 0 0;
	background-repeat:repeat-x;
	background-position:center bottom;
	padding: 12px 10px 10px;
}
*/
#header a,
#header a:visited {
	color: #fff;
}
#header #blog-title {
	font-family: "Avenir Light", "Futura Light", helvetica, arial, sans-serif;
	font-size: 18px;
	font-weight:normal;
	line-height: 1;
	margin-bottom: 9px;
}
#header #blog-title a:hover {
	text-decoration: none;
}

#navigation a,
#navigation a:visited {
	font-weight: normal;
	font-size:18px;
	padding:2px 0px;
	text-transform: lowercase;
	color:#333;
}
#navigation .secondary a,
#navigation .secondary a:visited,
#navigation li li a,
#navigation li li a:visited {
	font-weight:normal;
	text-transform:none;
}

#sub-header {
	background-color: #e9eaea;
	padding: 9px 0;
}
#sub-header form#cfct-search {
	float:right;
}
#all-categories {
	padding:2px 0 0;
	width:760px;
}
#all-categories-title {
	float: left;
	font-weight:normal;
	margin-right:12px;
}

#big_splash {
  padding:20px 0px 0px 0px; 
  margin-bottom:30px;
  margin-top:36px;
}

#big_splash #big {
  font-size:24px;
  margin-bottom:10px;
}

#big_splash #notbig {
  font-weight:bold;
  font-size:14px;
}

#big_splash #notbig .highlight {
  color:#aa0;
}

#the_latest_news {
  font-size:16px;
  border-bottom: 1px solid #eee;
  margin-bottom:20px;
  color:#c7c7c7;
}

/*#main {
	margin:24px 0;
}
*/
#content {
	float: left;
	padding-bottom: 24px;
	width: 660px;
}

/*
#sidebar {
	background-color:#e9eaea;
	float:left;
	margin-left:24px;
	padding:14px;
	width: 358px; 
	position:absolute;
	left:870px;
	top:50px;
	width:200px;
} 
*/
#sidebar #primary-sidebar,
#sidebar #secondary-sidebar {
	float:left;
	width:173px;
}
#sidebar #primary-sidebar {
	margin-right:12px;
}
#footer {
	background-repeat:repeat-x;
	background-position:left top;
	clear: both;
	color: #999;
	padding: 32px 0 64px;
}
#footer a,
#footer a:visited {
	color: #CECFD1;
}
#footer .wrapper {
	overflow:hidden;
	padding-bottom:28px;
}
#footer p#generator-link {
	float:left;
	padding-top: 12px;
}
#footer p#developer-link {
	display:block;
	text-indent:-32697px;
}

/* Posts
 =============================== */
.entry-content,
.entry-summary {
	overflow:auto;
}
.hentry {
	position:relative;
}
.hentry .edit {
	background-color:#900;
	border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	font-size: 11.5px;
	opacity:.60;
	padding:3px 5px 1px;
	left:-32697px;
	position:absolute;
	top:0;
}
.hentry:hover .edit,
.post:hover .edit-post,
.comment.hentry:hover .edit-comment {
	left: auto;
	right:0;
}
.hentry:hover .edit-comment {
	left:-32697px;
	right: auto;
}
.comment.hentry.bypostauthor:hover .edit-comment {
	top: 2px;
	right: 2px;
}
.edit a,
.edit a:visited,
.edit a:hover{
	color:#fff;
}
.full .full-content {
	clear:both;
	padding-top: 9px;
	width: 660px;
}
.full .pages-link,
.page-numbers {
	font-weight:bold;
}
.full .pages-link a,
a.page-numbers {
	border:1px solid #cecfd1;
	font-weight:normal;
}
.full .pages-link a,
.page-numbers{
	padding:2px 6px;
}
.full .pages-link a:hover {
	border-color:#999;
	text-decoration:none;
}
.full p.comments-link {
	float:right;
}

.archive {
	/* border-top: 1px dotted #cecfd1; */
	list-style: none;
	margin: 1.5em 0 0;
}
.archive li {
	margin-bottom:0;
}
.archive .full {
	margin-top:18px;
}
.excerpt {
	background: url(../img/arrow-bullet.gif) no-repeat 0 12px;
	border-bottom: 1px dotted #cecfd1;
	color: #999;
	padding: 12px 146px 12px 20px;
	position:relative;
}
.excerpt strong.entry-title {
	font-size: 14px;
}
.excerpt strong.entry-title a,
.excerpt strong.entry-title a:visited {
	color: #51555c;
}
.excerpt strong.entry-title a:hover {
	color: #a00004;
	text-decoration: none;
}
.excerpt .date {
	margin-top:1.5em;
}
.excerpt p {
	margin:0;
}
.excerpt .date,
.excerpt .comments-link a,
.excerpt .comments-link a:visited,
.excerpt .comments-link span {
	display: block;
	width: 140px;
}
.excerpt .date,
.excerpt .comments-link {
	position:absolute;
	right:0;
	top:14px;
}
.search {
	border-top: 1px dotted #cecfd1;
	padding-top:18px;
}

/* Comments and comment form
=================================== */
.commentlist{
	clear:both;
	list-style:none;
	margin:0 0 18px;
}
li.li-comment{
	background:transparent;
	margin:0;
	padding:0;
	position:relative;
}
li.li-comment li.li-comment {
	background:url(../img/comment-thread.gif) no-repeat 0 3px;
	padding-left:24px;
}
.commentlist .comment {
	margin-bottom:8px;
	overflow:hidden;
	padding:0 0 0 60px;
}
.commentlist .comment .photo img{
	margin-left:-60px;
	position:absolute;
}
.comment cite.fn {
	font-size:14px;
	font-weight:bold;
}
.comment .comment-content {
	overflow:hidden;
	margin-bottom:4px;
}
.comment .comment-content p:last-child,
.comment .comment-content p.last-child {
	margin-bottom:0;
}
.comment-meta {
	color:#999;
	font-size: 10.5px;
}
.comment-meta .date {
	float:right;
}
.comment-reply-link,
.comment-reply-link:visited,
.comment-reply-link:hover {
	background:#900;
	border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	color:#fff;
	font-size:9.5px;
	opacity:.7;
	padding:3px 5px 2px;
}
/* author comments */
.commentlist .bypostauthor {
	background-color:#efeff1;
	padding:8px 12px 6px 72px;
}

/* trackbacks and pingbacks */
.ping {
	border-top:1px dotted #cecfd1;
	padding:9px;
}
.ping .entry-summary,
.ping .entry-summary p {
	border:0;
	margin:0;
	padding:0;
}
form.comment-form {
	background-color:#efeff1;
	border:1px solid #e9eaea;
	margin-bottom:8px;
	padding:9px 9px 0;
}
.comment-form label {
	color:#51555c;
	font-weight:bold;
}
.comment-form-user-info input {
	margin-right:9px;
	width:200px;
}
.comment-form em {
	color:#999;
	font-weight:normal;
	font-style:normal;
	font-size:12px;
}
.comment-form textarea {
	height:9em;
	width:95%;
}

/* Sidebar and Widgets
============================== */
.widget {
	margin-bottom:18px;
	overflow:hidden;
	width:100%;
}
h2.widget-title,
.widget_search label {
	font-size: 1.16666667em; /* 14 */
	line-height: 1.28571429;
	margin: 0 0 .58333334em 0;
}
.widget li {
	margin:0;
}
.widget_search label {
	display:block;
	font-weight:bold;
}
.widget_search input {
	margin-bottom:6px;
}
#carrington-subscribe h2.widget-title {
	color:#999;
	float:left;
	font:normal 1.16666667em/1.28571429 helvetica, arial, sans-serif; /* 14 */
	margin:7px 0 0;
	text-transform:uppercase;
}
#carrington-about {
	padding-bottom:24px;
}
#carrington-about .about{
	background-color:#fff;
	overflow:hidden;
	padding:12px;
}
#carrington-about p {
	margin:0;
}
#carrington-about a.more,
#carrington-about a.more:visited {
	float:right;
}
#carrington-archives ul {
	border-top: 1px dotted #cecfd1;
}
#carrington-archives li {
	background-position:left 6px;
	border-bottom: 1px dotted #cecfd1;
}
#carrington-archives li a {
	display:block;
	padding:6px 0;
}

/* Misc
=================================== */

#footer p#developer-link a,
#footer p#developer-link a:visited {
	background:url(../img/footer/by-crowd-favorite-light.png) no-repeat left top;
	float:right;
	height:30px;
	text-indent:-32697px;
	width:270px;
}

#TB_secondLine {
	color:#999;
	font-family: Georgia, Palatino, "Palatino Linotype", Baskerville, serif;
	font-style:italic;
}
#TB_title{
	background-color: #51555c;
	color:#fff;
	font-size:11.5px;
	line-height:18px;
}
#TB_title a,
#TB_title a:visited {
	color:#fff;
}
a#TB_prev:hover,
a#TB_next:hover {
	height:100%;
}
a#TB_prev:hover {
	background:url(../img/lightbox/prevlabel.gif) no-repeat left center;
}
a#TB_next:hover {
	background:url(../img/lightbox/nextlabel.gif) no-repeat right center;
}

/*
// This file is part of the Carrington Blog Theme for WordPress
// http://carringtontheme.com
//
// Copyright (c) 2008-2009 Crowd Favorite, Ltd. All rights reserved.
// http://crowdfavorite.com
//
// Released under the GPL license
// http://www.opensource.org/licenses/gpl-license.php
//
// **********************************************************************
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
// **********************************************************************
*/

.rule,
.rule-major,
.rule-minor {
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:center;
	border:0;
}
.rule {
	/*background-image:url(../img/divider-ornament.gif);*/

}
.rule-major {
	/*background-image:url(../img/comments-divider.gif);*/
}
.rule-minor {
	/* background-image:url(../img/divider-ornament.gif); */
}
.nav li li {
/*	background:url(../img/dropdown-divider.gif) no-repeat center top; */
}
.nav li li:first-child,
.nav li li.first-child {
	background:transparent;
}
.pagination,
.pagination-single {
	/* background-image:url(../img/grey-to-white-gradient.png); 
	background-repeat:repeat-x;
	background-position:left top; */
}
.close {
	background-image: url(../img/header/texture-light.png) top center;
}

.full .comments-link a,
.full .comments-link a:visited,
.full .comments-link span,
.excerpt .comments-link a,
.excerpt .comments-link a:visited,
.excerpt .comments-link span{
	background: url(../img/comment.gif) no-repeat left center;
	padding: 1px 0 0 20px;
}
.excerpt .comments-link a,
.excerpt .comments-link a:visited,
.excerpt .comments-link span{
	width:120px;
}
.commentlist .bypostauthor {
	/*background-image: url(../img/watermark-light.gif);*/
	background-repeat:no-repeat;
	background-position:left top;
}

form.comment-form {
	/*background-image: url(../img/watermark-light.gif);*/
	background-repeat:repeat-x;
	background-position:left top;
}

#header {
	/* background-image:url(../img/header/gradient-dark.png); */
}
#header_logo {
	/* background-image:url(../img/c74.png);   */
}
#header .wrapper {
	background-image:url(../img/header/texture-dark.png);
}
#sub-header {
	background-image: url(../img/sub-header-border-bottom.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
}
#sidebar {
	/* background:url(../img/sidebar-background.gif) no-repeat left top; */
	background-color: #fff !important;
}
#footer {
	/*background-image: url(../img/footer/gradient-dark.png);*/
}
#footer .wrapper {
/*	background: url(../img/footer/divider-ornament-wide-light.png) no-repeat center bottom;*/
}
#carrington-subscribe {
	/*background: url(../img/divider-ornament.gif) no-repeat center bottom;*/
}

#carrington-subscribe a{
	background:url(../img/rss-button.gif) no-repeat left top;
}

#carrington-about {
	background: url(../img/divider-ornament.gif) no-repeat center bottom;
}
#carrington-about .about{
	background:url(../img/watermark-light.gif) repeat-x left top;
}

/* Gallery
=================================== */

body#attachment #header {
/*	background-image:url(../img/header/gradient-dark.png); */
	background-repeat:repeat-x;
	background-position:center bottom;
}
body#attachment #header .wrapper {
	background-position:center bottom;
}
.figure-info {
	/*background:transparent url(../img/divider-ornament-wide-dark.png) no-repeat scroll center top;*/
}
.previous-attachment,
.next-attachment {
	padding-bottom:13px;
}
.previous-attachment {
	background:url(../img/attachment/150px-flourish-left-dark.png) no-repeat right bottom;
}
.next-attachment{
	background:url(../img/attachment/150px-flourish-right-dark.png) no-repeat left bottom;
}

/* Misc
=================================== */

#TB_title{
	background-image: url(../img/header/texture-dark.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}


/* our own darn css file! */

#header {
	position:absolute;
	left:10px;
	top:10px;
	width:150px;
	overflow:hidden;
}
#header_logo {
	background-repeat:repeat-x;
	background-position:left bottom;
	color: #cecfd1;
	height:100px;
  width: 150px;
  margin: 0px 0px 0px 0px;
	background-repeat:repeat-x;
	background-position:center bottom;
	padding: 0px;
}


#header_logo img {
  padding:0px;
}

.inline {
	display:inline !important;
}



/*Text Styles*/

.h2 {
  font-size: 18px;
  font-family: helvetica, sans-serif;
}


.comment-form-comment label.h3 {
	margin-bottom:10px;
}

/* Links */
a {
	color: #000;
	font-weight:bold;
	text-decoration: none;
}

#page_content, .cat_articles, .cat_press_releases, .single_default, .cat_projects {
  margin-top:79px;
}

.tag_archive, .category, .search_default {
	margin-top:85px;
}

.cat_articles h1, .cat_press_releases h1, .cat_projects h1 {
	margin-bottom:18px;
}


.cat_projects #blurb{
	margin-bottom:40px;
	}


.category-projects p.image {
		float:left;
		margin:0 10px 10px 0;
	}




#featured-project .hidethis {
	display:none;
}

.featured_excerpt {
	margin:2px 0 0 0;
}

.featured_excerpt span.image {
	float:left;
	margin:0 10px 0px 0px;
}

.featured_excerpt span.info {
	width:110px;
	float:left;
	margin:5px 0 0 0;
	font-size:10px;
	line-height:12px;
}

.featured_excerpt span.title, .featured_excerpt span.author {
	display:block;
	margin:0 0 0px 0;
}

.featured_excerpt span.author {
	font-weight:bold;
	margin:2px 0 0 0;
}

.featured_excerpt span.image img {
	width:100px;
}

p {
  font-size: 100%;
  line-height: 1.6em; 
  padding-bottom: 1em;
}

br {
  font-size: 100%;
  line-height: 1.2em; 
  padding-bottom: 1em;
}

#introtext img.intro {
	display: block;
	margin: 0;
	padding: 0px 10px 10px 0px;
}

/*
hr {
	height: 1px;
	width: 60%;
	border: none;
	display: block;
	clear: both;
}
*/


#page {
  width:660px;
  position:absolute;
  top:10px;
  left:160px;
  padding:0px 20px;
}

/* Links */
h1 a,a,a:link {
	color: #6d8f97;
	font-weight:bold;
	text-decoration: none;
}

/*h1 a:visited,
a:visited {
	color: #948b4d;
	font-weight:bold;
	text-decoration: none;
}*/
	
h1 a:hover,
a:hover {
	color: #496e77;
	font-weight:bold;
	text-decoration: none;
}



#sidebar {
	background-color:#e9eaea;
/*	float:left;
	margin-left:24px;
	padding:14px;
	width: 358px; */
	position:absolute;
	left:880px;
	top:140px;
	width:200px;
} 

#navigation {
  padding-top:10px;
}

/* Lists */

ul {
	list-style: disc;
	padding-left: 8px;
	margin: 5px 0px 5px 0px;
}

#content ul {
	margin-left: 5px;
	
}

ul li{
	padding-left: 8px;
	margin: 5px 0px 5px 0px;
}

.post ul li {
	padding-left: 10px !important;
}

/*
ul { 
	list-style: disc;
	margin-left: 10px;
	padding-bottom: 10px;
	}

ul li {
    margin: 0px 0px 10px 5px;
  }
*/


  
ol
{
	list-style: decimal;
	margin-left: 5px;
	padding-bottom: 10px;
}

ol li
{
  margin: 0px 0px 10px 0px;
}


/* Tables */

#table1 table { 
   width: 650px;
   }

#table1 img.icon {
	display: block;
	margin: 0;
	padding: 0px 10px 2px 0px;
}

#table1 img.iconsm {
	display: block;
	margin: 0;
	padding: 0px 10px 10px 0px;
}

#table1 img.button {
	margin: 0;
	padding: 0px 10px 0px 0px;
}

#table1 ul {
	padding-left: 8px;
	margin: 5px 0px 5px 0px;
}

#table1 li{
	margin: 5px 0px 5px 0px;
	padding-left: 8px;
	border: 0;
}

#table1 h3 {
	font-size: 14px;
	line-height:1;
	color: #666666;
	display:block;
	margin-top:5px;
	margin-bottom:3px;
}

#table1 h4 {
	font-size: 12px;
	line-height:1;
	color: #000000;
	display:block;
    margin-top:2px;
	margin-bottom:0px;
}

#table1 h5 {
	font-size: 10px;
    line-height:1;
	color: #000000;
	display:block;
	margin-top:3px;
	margin-bottom:5px;
}

#table_dl img.icon {
	display: block;
	margin: 0;
	padding: 0px 20px 15px 0px;
}

/*SUPPORT PAGES*/

#table_support table { 
   width: 750px;
   }

#table_support img.icon {
	display: block;
	margin: 0;
	padding: 0px 10px 2px 0px;
}

#table_support img.iconsm {
	display: block;
	margin: 0px 0px;
	padding: 0px 10px 10px 0px;
}

#table_support img.button {
	margin: 0;
	padding: 0px 10px 0px 0px;
}

#table_support ul {
	padding-left: 8px;
	margin: 0px 0px 0px 0px;
}

#table_support li{
	margin: 5px 0px 0px 0px;
	padding-left: 8px;
	border: 0;
}

#table_support h3 {
	font-size: 14px;
	line-height:1;
	color: #666666;
	display:block;
	margin-top:5px;
	margin-bottom:3px;
}

#table_support h4 {
	font-size: 12px;
	line-height:1;
	color: #000000;
	display:block;
    margin-top:2px;
	margin-bottom:0px;
}

#table_support h5 {
	font-size: 10px;
    line-height:1;
	color: #000000;
	display:block;
	margin-top:3px;
	margin-bottom:5px;
}

ol {
	margin-bottom:5px;
	margin-left: 20px;
	list-style: decimal;
}

li ol {
	margin-bottom: 0;
}


/*DOWNLOAD PAGE*/

#table_dl img.icon {
	display: block;
	margin: 0;
	padding: 0px 20px 15px 0px;
}

#table_dl p {
  font-size: 90%; 
  padding-bottom: 5px;
}

#table_dl h2 {
	font-size: 18px;
	line-height:1;
	color: #444444;
	display:block;
	margin:2px 0px 5px 0px;
}

#table_dl h3 {
	font-size: 14px;
	line-height:1;
	color: #666666;
	display:block;
	margin:5px 0px 3px 0px;
}

#table_dl h4 {
	font-size: 12px;
	line-height:1;
	color: #666666;
	display:block;
    margin:2px 0px 0px 0px;
	margin-bottom:0px;
}

#table_dl h5 {
	font-size: 10px;
    line-height:1;
	color: #666666;
	display:block;
	margin:-12px 0px 8px 0px;
}

#table_dl ul {
	padding-left: 8px;
	margin: 5px 0px 5px 0px;
}

#table_dl li{
	margin: 5px 0px 5px 0px;
	padding-left: 8px;
	border: 0;
}

/*SHOP PAGES*/

#table_shop table { 
   width: 750px;
   }

#table_shop img.icon {
	display: block;
	margin: 0;
	padding: 0px 10px 2px 0px;
}

#table_shop img.cart {
	display: block;
	margin: 0;
	padding: 0px 0px 0px 0px;
}

#table_shop p {
  font-size: 100%; 
  padding-bottom: 5px;
}

#table_shop hr {
	background:#ccc;
	color:#ccc;
	height:1px;
	margin:0px 15px 15px 10px;
}

#table_shop h3 {
	font-size: 14px;
	line-height:1;
	color: #666666;
	display:block;
	margin-top:5px;
	margin-bottom:3px;
}

#table_shop h4 {
	font-size: 12px;
	line-height:1;
	color: #000000;
	display:block;
    margin-top:2px;
	margin-bottom:0px;
}
	
#table_shop h5 {
	font-size: 10px;
    line-height:1;
	color: #666666;
	display:block;
	margin-top:3px;
	margin-bottom:5px;
}

#table_shop ul {
	padding-left: 8px;
	margin: 2px 0px 2px 0px;
}

#table_shop li{
	margin: 1px 0px 1px 0px;
	padding-left: 4px;
	border: 0;
}

.post-info a {
  font-weight:normal;
}

/*404 PAGE*/

#table_404 table { 
   width: 550px;
   padding-top: 115px;
   }
   
#table_404 h2 {
	font-size: 18px;
	line-height:1;
	color: #444444;
	display:block;
	margin:2px 0px 5px 0px;
}

/*BLURB AT TOP OF HOMEPAGE*/

#blurb {
	background:#f5f3ed;
	padding:15px 112px 15px 15px;
	font-size:14px;
	line-height:18px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	

}

#blurb.top_of_page {
	margin-bottom:40px;
	min-height:71px;
	max-height:71px;  
}

#blurb .highlight
{
	font-size:21px;
	line-height:15px;
	color: #63686f;
	font-weight: bold;
	display:block;
}

#blurb .highlight strong {
	color:#2c6aa4;
	font-style:italic;
}

/* wp-signup.php styling */

.mu_register {
	margin:85px 0 0 0 !important; 
	width:100% !important;
}

.mu_register #setupform input, #class_form input, #class_form textarea, #ilok input {
	border:1px solid #ccc;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
    -moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
    -moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
    -moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	margin-top:0;	
}



.mu_register #setupform label {
	width:135px;
	margin:20px 0 5px 0;
	font-size:18px;
	font-weight:normal;
	
	
}

.mu_register #setupform br {
	clear:both;
}

.mu_register #setupform input#submit {
	cursor:pointer;
	color:#999;
	
}

.mu_register #setupform input#submit:hover {
	background-color:#574E4F;
	color:#fff;
}

#class_form input, #class_form textarea {
	padding:5px;
}

#class_form input[type=text], #class_form textarea {
	display:block;
	width:600px;
}

#class_form input[type=checkbox] {
	display:inline;
}

#ilok input[type=text] {
	padding:5px;
	width:600px;
}


.flash_msg {
	border-bottom:1px solid #2c6aa4;
	background-color:#f5f3ed;
	width:100%;
	padding:50px 0 50px 0;
	text-align:center;
	display:none;
	position:absolute;
	z-index:150;
	opacity:1;
}

.flash_msg h1 {
	color:#2c6aa4;
}

.full .full-content, .post-info {
	width:100%;
	clear:none;
}

.entry-content, .entry-summary, .post-info {
	overflow:visible;	
}


#blurb_shadow {
	margin:-50px 0 0 0;
	width:660px;
}

#featured-project {
	width:220px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	-webkit-border-radius:0px 0px 8px 8px;
	-moz-border-radius:0 0 8px 8px;
	padding:15px 15px 8px 15px;
	float:right;
	margin:-12px 10px 10px 10px;
	z-index:1;
	position:relative;
}

#featured-project a.header {
	font-size:14px;
}

div#featured-project + ol.archive li:first-child div.post div.entry-content, 	div#featured-project + ol.archive li:first-child div.post {

	}

	div#featured-project + ol.archive li div.clear {
		clear:none;
	}

	ol.archive {
		margin:0px;
	}
	
	#secondary-sidebar {
		border-top:4px double #ccc;
	}
	
	#todays-events, #upcoming-events {
		font-size:9.5px;
		line-height:14px;
		color:#666;
		margin:10px 0px 0px 0px;
		
	}
	
	#todays-events li, #upcoming-events li {
		list-style-type:none;
	}
	
	#todays-events .calnk a, #upcoming-events .calnk a {
		color:#666;
		font-weight:normal;
		border-bottom:1px solid #ccc;
	}
	
	h2.widget-title {
		cursor:pointer;
	}
	
	h1 a, a, a:link, #search_container a, h2.widget-title {
		color:#746858;
	}
	
	h1 a:hover, a:hover, a:hover, #search_container a:hover, h2.widget-title:hover {
		color:#463F33;
	}
	
	#search_container a:visited {
		color:#463F33;
	}
	
	#todays-events ul li, #upcoming-events ul li {
		background-image:none;
	}
	
	#todays-events ul, #upcoming-events ul {
		margin-bottom:0px;
		padding-bottom:5px;
	}

/* genetify setup*/
     .v { display: none; }
     .genetify_disabled { display: none !important; }
     .genetify_enabled { display: block !important; }



a { outline:none; }

#header #navigation ul { 
  padding-bottom:0px;
}

#header #stupid_search_container a {
  font-size:18px;
  color:#496e77;
  font-weight:normal;
}


#header #stupid_search_container {
  margin:12px 0px;
}

#header #search_container {
  margin:12px 0px;
  vertical-align:none;
}
#header #search_container a {
  font-size:18px;
  font-weight:normal;
}

#header div.search {
  position:relative;
	/*padding: 4px;
	background-color: #aaa;*/
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#header div.search input {
	border: 1px solid #999;
	background-color: #fdfdfd;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#header div.search input.submit {
  margin-top:5px;
	background-color: #ccc;
	line-height: 15px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 2px 4px;
}

#header div.search input.submit:hover {
	background-color: #ddd;
	color: rgb(0, 100, 0);
}

#header div.search input.submit:active {
	border-color: rgb(0, 100, 0);
}

#header #search_form_container {
  padding:0px;
}

#page_content {
	float: left;
	padding-bottom: 24px;
	width: 833px;
}

#page_content .full .full-content {
  width: 833px;
}

ul.wp-tag-cloud {
  margin:0px;
  list-style-type:none;  
}

ul.wp-tag-cloud li {background-image:none;}

ul.wp-tag-cloud a {
  font-weight:normal;
}

ul.wp-tag-cloud a:hover {
  color: #463F33 !important;
}

#tag-title {
  font-weight:bold;
}

#meta-panel a {
  color:black;
  font-weight:normal;
}

#header .secondary a {
  color:black;
  font-weight:normal;
}

#header .secondary {
  padding-left:5px;
}

#previous_account_message {
  background-color:#FFFFE0;
  padding:12px;
  border:1px solid #e6db55;
  margin-top:10px;
  text-align:center;
}

h3.pings {
  margin-top:30px;
  margin-bottom:10px;
}
.pingback {
  padding:2px 0px;
  border:none;
}
div.comment-form {
  /*padding:5px;
  background-color: #EFEFF1;*/
}
.comment-textarea {
}


ul li {
	padding:0;
}


abbr[title] {
	cursor:text;
}



#page_content, #page_content .full .full-content {
	width:660px;
}

#table1 table, #table_shop table {
	width:100%;
}

#page #sidebar {
	left:720px;
}


p.recaptcha-error {
	color:red;
}


.pagination-single {
	clear:both;
}


#table_support table {
	width:660px;
}


/*PROJECT SUBMISSION FORM CSS*/

#project-sub-form ul {
	list-style-type:none;
}

#project-sub-form ul li{
	//border:1px solid #ccc;
	background-color:#fafafa;
	padding:20px 10px 10px 10px;
	display:block;
	min-height:55px;
	background-image:none;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
    -moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
    -moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
    -moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
}

#project-sub-form ul li label {
	width:150px;
	float:left;
	font-weight:bold;
	font-size:12px;
}

#project-sub-form ul li .aside {
	font-size:10px;
	color:#666;
	vertical-align:top;	
	width:100px;
	height:50px;
	display:block;
	float:right;
	margin:3px 13px 0 0;
	line-height:11px;
}

#project-sub-form ul li span.item {
	margin-bottom:10px;
	display:block;
}

#project-sub-form ul li input[type=text], #project-sub-form ul li textarea {
	border:1px solid #ccc;
	width:350px;
	font-size:12px;
	padding:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
    -moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
    -moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
    -moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
}

#project-sub-form ul li textarea {
	min-height:60px;
}

#project-sub-form #submit_btn {
	padding:10px;
	font-size:16px;
	text-align:center;
	background-color:#fafafa;
	width:100%;
	text-align:center;
	border:1px solid #ccc;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
    -moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
    -moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
    -moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	cursor:pointer;
	
}

#project-sub-form #submit_btn:hover {
	background-color:#574E4F;
	color:#fff;
} 

#project-sub-form .suggested {
	margin-left:150px;
	margin-top:10px;
	display:block;
}

#project-sub-form .suggested a, #project-sub-form .suggested a:visited  {
	font-weight:normal;
	color:#6D8F97;
}



/* General horizontal navigation lists with dropdown magic */

#page {
	z-index:0;
}

#header {
z-index:100;
overflow:visible;
}

#search_container {
	padding:0 0 0 5px;
}


.search {
	border:0;
}

#search_form_container {
	margin:5px 0 0 0;
}

#navigation a, #navigation a:visited {
	font-size:14px;
	line-height:12px;
	color:#574e4f;
	font-weight:bold;
}

#navigation ul.nav,
#navigation ul.nav ul,
#navigation ul.nav li {
	background:transparent;
	list-style:none;
	margin:0;
}


#navigation ul.nav li a {
	display:block;
}

div#navigation ul.nav li.current_page_item a, div#navigation ul.nav li.current_page_item a:visited, div#navigation ul.nav li.current a, div#navigation ul.nav li.current a:visited, #navigation ul.nav li:hover, #navigation ul.nav li a:hover, #navigation ul.nav li a:visited:hover {
	background-color:#746858;
	color:#ffffff;	
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
    -moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
    -moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
    -moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
}

#navigation a:hover, #navigation a:visited:hover {
	color:#fff;
	
}

#navigation ul.nav {
	
	left:120px;
}

#navigation ul.nav li {
	margin-bottom:2px;
}

#navigation ul.nav ul {
	left:80px;
	min-height:30px;
}




#navigation ul.nav ul	{
	margin:0 0 0 30px;
	border-left:1px dashed #ffffff;
	padding:0;
	width:130px;
}

#navigation ul.nav ul li {
	padding:0 0 0 5px;

}



div#navigation ul.nav ul {
	margin-top:-28px;
}

div#navigation ul.nav ul ul {
	margin-top:-19px;
}


div#navigation ul.nav li.hover a, div#navigation ul.nav li.hover a:visited {
	color:#ffffff;
}

div#navigation ul.nav li a {
	padding:6px;
}

div#navigation ul.nav ul li a {
	padding:1px 10px 0 0;
}



#navigation ul.nav li li a {
	color: #ffffff;
	padding:6px 9px;
}

#navigation ul.nav li ul li.hover a, #navigation ul.nav li ul li a:hover {
	color:#948b4d !important;
}


#navigation ul.nav li ul,
#navigation ul.nav li li {
	margin-right:0;
	background:#666666;
}
#navigation ul.nav li li ul {
	margin:22px 0 0 50px;
	border-left:1px dashed #fff;
}

#navigation ul.nav li.secondary {
	float:right;
	margin-left:12px;
	margin-right:0;
}
#navigation .nav li.secondary a {
	font-size:11px;
	margin:0px 0px;  
}
/* dropdown action */
.nav li ul,
.nav li:hover li ul,
.nav li li:hover li ul,
.nav li.hover li ul,
.nav li li.hover li ul {
	top: -32697px;
	left: 80px;
	position: absolute;
}
.nav li:hover ul,
.nav li li:hover ul,
.nav li li li:hover ul,
.nav li.hover ul,
.nav li li.hover ul,
.nav li li li.hover ul {
	top: auto;
}

.nav li:hover ul li,
.nav li li:hover ul li,
.nav li li li:hover ul li,
.nav li.hover ul li,
.nav li li.hover ul li,
.nav li li li.hover ul li {

}

#navigation .nav li ul a,
#navigation .nav li:hover li ul a,
#navigation .nav li li:hover li ul a,
#navigation .nav li.hover li ul a,
#navigation .nav li li.hover li ul a 
#navigation .nav li ul a:visited,
#navigation .nav li:hover li ul a:visited,
#navigation .nav li li:hover li ul a:visited,
#navigation .nav li.hover li ul a:visited,
#navigation .nav li li.hover li ul a:visited {
  font-size:10px;
}

a {
	cursor:pointer;
}









