html {
	color:#000;
	background:#FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, textarea, select {
	font-size:100%;
}
legend {
	color:#000;
}
html {
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 76%;
	line-height: 170%;
}
h1, h2, h3, h4 {
	font-family: "Myriad Pro", "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: inherit;
	background-repeat: no-repeat;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}

a,
a:link {
	text-decoration: none;
	color: #2e67c7;
}

a:hover,
a:active {
	text-decoration: underline;
	color: #000;
}

a.more-link,
a.more-link:visited {
	display: inline-block;
	padding: 4px 0;
	width: auto;
	margin: 5px 0;
}

a.more-link:hover {
	text-decoration: none;
	background-color: #5e769f;
	color: white !important;
	padding: 4px;
}

.entry-content a:visited {
	color: #5e769f;
}

pre, code, code var, kbd, samp {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", "Courier 10 Pitch", "Courier New", Courier, monospace;
}

#wrapper {
	width: 990px;
	/* 200 | 55 | 470 | 55 | 210 */
	
	margin: 0 auto 0 auto;
	/*padding-right: 180px;*/
}
#footer {
	clear: both;
}

.entry-meta,
.entry-utility,
.wp-caption,
.widget-title {
	cursor: default;
}

.entry-meta .entry-date,
.entry-meta .entry-date a
.entry-meta .entry-date a:hover {
	color: teal;
	text-decoration: none;
}

.screen-reader-text {
	position: absolute;
	left: -9000px;
}

#submit {
	padding: 4px;
	cursor: pointer;
}

/* Navigation */

#access {
	width: 255px;
	min-height: 561px;
  height: 500px;
	/*background-image: url('../img/nav.png');
	background-repeat: no-repeat;*/
	position: relative;
	top: -20px;
	float: left;
}
#nav-container {
	width: 200px;
	min-height: 434px;
	position: relative;
	margin-top: 20px;
}
#nav-container ul {
	display: none;
	background-color: #f7f7f7;
}
#nav-container ul.current-menu-level {
  position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	display: block;
	width: 200px;
	height: 560px;
}
#nav-container ul.current-menu-level-parent {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	display: block;
	width: 200px;
	height: auto;
}
.menu-level-goin {
	font-weight: bold;
	cursor: pointer;
}
#nav-container ul li {
	display: block;
	white-space: nowrap;
	overflow: hidden;
}
#nav-container ul li a {
	display: block;
	height: 37px;
	line-height: 37px;
	width: 140px;
	padding-left: 55px;
	text-decoration: none;
	color: #111;
	font-size: 11px;
	letter-spacing: 0pt;
	font-weight: bolder;
}
#nav-container ul li {
	background-image: url('../img/nav-icons.png');
	background-repeat: no-repeat;
	background-position: 8px -186px;
}

#nav-container ul li.current-menu-item {
		background-position: 8px -256px;
}

#nav-container ul li#menu-item-16 {
	padding-top: 2px;
	background-position: 8px 0px;
	padding-left: 5px;
}
#nav-container ul li#menu-item-17 {
	background-position: 10px -37px;
	padding-left: 5px;
}
#nav-container ul li#menu-item-18 {
	background-position: 12px -74px;
	padding-left: 5px;
}
#nav-container ul li#menu-item-19 {
	background-position: 10px -111px;
	padding-left: 5px;
	margin-bottom: 20px;
}

.menu-item {
  background-color: #f7f7f7;
  border: 1px solid #c0c0c0;
  color:#000;
  margin-bottom: 4px;
}
#nav-container ul li.menu-level-goup {
	cursor: pointer;
	background-position: 7px -149px;
	padding-left: 0px;
}
#nav-container ul li.menu-level-goup a {
	padding-left: 50px;
}
#nav-container ul li a:hover {
	text-decoration: none;
	color: navy;
}

/* Main */

#main {

}
#main #container {
	float: left;
	width: 470px;
	margin-top: 37px;
}
#main #sidebar {
	float: right;
	width: 210px;
	/*margin-top: 37px;*/
}
#site-title {
	background-image: url('../img/logo.gif');
	width: 430px;
	height: 66px;
	overflow: hidden;
	margin: 35px 0 0 98px;
	top: 14px;
	position: relative;
}
#site-title a {
	display: block;
	width: 430px;
	height: 66px;
	padding-top: 100px;
}
#branding {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	min-height: 35px;
	padding: 1px 0;
}
#branding img {
	margin: 0 auto;
	display: block;
}

h1.page-title {
	display: block;
	margin: 0 0 15px 0;
}

body.archive h1.page-title {
	font-size: 2.1em;
	color: #635f63;
	border-bottom: 1px solid silver;
	margin-bottom: 30px;
} 

h2.entry-title {
	font-size: 2.1em;
	line-height: 1.1em;
}

h2.entry-title a {
	color: black;
	text-decoration: none;
}

h2.entry-title a:hover {
	color: navy;
}

.entry-meta, .entry-utility {
	margin: 1.2em 0;
	color: teal;
	overflow: hidden;
}

body.page .entry-utility,
body.single .entry-utility {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	margin-top: 15px;
	padding: 1.2em 5px;
}

body.page .entry-meta {
	display: none;
}

body.page .entry-content {
	margin-top: 15px;
}

div.post {
	overflow: hidden;
}

div.post+div.post {
	border-top: 1px dotted silver;
	margin-top: 15px;
	padding-top: 30px;
}

#ktug_calendar,
#ktug_calendar div.ui-datepicker {
	margin: 0 0 0 auto;
}

.entry-utility span {
	line-height: 18px;
	float: left;
}

.entry-utility a {
	color: teal;
}

.entry-utility a:hover {
	color: #2e67c7;
}

.entry-utility .cat-links {
	background-image: url('../img/fugue-icons/document-stand.png');
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 20px;
}

.entry-utility .cat-links:hover {
	background-image: url('../img/fugue-icons/blue-document-stand.png');
}

.entry-utility-prep-cat-links {
	display: none;
}


.entry-utility .tag-links {
	background-image: url('../img/fugue-icons/document-tag.png');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
}

.entry-utility .tag-links:hover {
	background-image: url('../img/fugue-icons/blue-document-tag.png');
}

.entry-utility-prep-tag-links {
	display: none;
}

.entry-utility .comments-link {
	background-image: url('../img/fugue-icons/balloon-white.png');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
}

.entry-utility .comments-link:hover {
	background-image: url('../img/fugue-icons/balloon.png');
}

.meta-sep {
	margin: 0 3px;
	color: #ebebeb;
}


/* Widgets */

.widget-container {
	margin: 37px 0;
}

h3.widget-title {
	display: block;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.8em;
	padding-bottom: 0.23em;
	border-bottom: 1px solid #ebebeb;
	margin: 0 0 0.23em 0;
	color: #616164;
}

#top_ad {
	width: 450px;
	height: 100px;
	border: 1px solid red;
}


/* Comments */

#comments {
	clear: both;
}

#comments .navigation {
	padding: 0 0 18px 0;
}

h3#comments-title,
h3#reply-title {
	display: block;
	margin: 30px 0 20px 0;
	color: #3b85a6;
	font-size: 1.5em;
	border-bottom: 1px solid #ebebeb;
}

.commentlist li.comment {
	border-top: 1px dotted #ccc;
	position: relative;
	padding-top: 10px;
}

.commentlist ul.children {
	margin-left: 10px;
}

.commentlist li:first-child {
	border-top: none;
	margin-bottom: 0;
}

.commentlist li li:first-child {
	border-top: 1px dotted #ccc;
}

#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}

.commentlist .avatar {
	position: absolute;
	top: 10px;
	left: 0;
}

.comment-author,
.comment-meta {
	display: block;
	margin-left: 50px;
}

.comment-author cite {
	font-style: normal;
	font-weight: bold;
	font-size: 1.1em;
	color: #823d1a;
}

.comment-meta {
	font-size: 0.9em;
}

.comment-meta a:link,
.comment-meta a:visited {
	color: teal;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}

.commentlist .even {
	background-color: #fefefe;
}

.commentlist .bypostauthor {
}

.commentlist li.comment div:hover .reply {
	visibility: visible;
}

.commentlist li.comment div .reply {
	float: right;
	visibility: hidden;
}

.nopassword,
.nocomments {
	display: none;
}

#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}

#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}


/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 30px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* Gallery */

.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}

#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* Content styling */

.richtext p,
.richtext dl,
.richtext td,
.richtext th,
.richtext ul,
.richtext ol,
.richtext blockquote {
	font-family: inherit;
}
.richtext tr th,
.richtext thead th,
.richtext label,
.richtext tr th,
.richtext thead th {
	font-family: inherit;
}

.richtext input,
.richtext textarea {
	font-size: 1em;
	line-height: 160%;
}

.richtext hr {
	background-color: #89b2c8;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: .5em;
}

.richtext ul {
	list-style: disc;
	margin: 0 0 1em 1.5em;
}

.richtext ul ul,
.richtext ul ul ul ul,
.richtext ul ul ul ul ul ul {
	list-style: circle;
}

.richtext ul ul ul,
.richtext ul ul ul ul ul,
.richtext ul ul ul ul ul ul ul {
	list-style: square;
}

.richtext li {
	list-style: inherit;
}

.richtext ol {
	list-style: decimal;
	margin: 0 0 1em 2em;
}
.richtext ol ol {
	list-style: upper-alpha;
}
.richtext ol ol ol {
	list-style: lower-roman;
}
.richtext ol ol ol ol {
	list-style: lower-alpha;
}
.richtext ul ul,
.richtext ol ol,
.richtext ul ol,
.richtext ol ul {
	margin-bottom: 0;
	margin-top: 0;
}

.richtext p+ul,
.richtext p+ol {
	margin-top: -1.1em;
}

.richtext dl {
	margin: 0 0 1em 0;
}
.richtext dt {
	font-weight: bold;
	font-size: 1.1em;
}
.richtext dd {
	margin-bottom: 1em;
}

.richtext cite,
.richtext em,
.richtext i {
	border: none;
	font-style: italic;
}

.richtext blockquote,
.richtext cite {
	color: #0c5874;
}

.richtext big {
	font-size: 120%;
}
.richtext small {
	font-size: 90%;
}
.richtext ins {
	background: #ffc;
	border: none;
	color: #333;
}
.richtext del {
	text-decoration: line-through;
	color: #555;
}
.richtext blockquote {
	font-style: italic;
	padding: 0 3em;
}
.richtext blockquote cite,
.richtext blockquote em,
.richtext blockquote i {
	font-style: normal;
}
.richtext pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
.richtext abbr,
.richtext acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.richtext address {
	margin: 0;
	color: #ac6735;
	display: block;
}
.richtext ins {
	text-decoration: none;
}
.richtext sup,
.richtext sub {
	font-size: 90%;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
.richtext sup {
	bottom: 1ex;
}
.richtext sub {
	top: .5ex;
}

.richtext p,
.richtext blockquote,
.richtext ul,
.richtext ol,
.richtext dl,
.richtext hr,
.richtext address,
.richtext pre,
.richtext code
{
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}

.richtext pre,
.richtext kbd,
.richtext tt,
.richtext var {

}
.richtext code {
/* TODO */
}
.richtext strong,
.richtext b,
.richtext dt {
	font-size: 1.1em;
	font-weight: bold;
}
.richtext h1,
.richtext h2,
.richtext h3,
.richtext h4,
.richtext h5,
.richtext h6 {
	color: #000;
	font-weight: normal;
	margin: 1.5em 0 1em 0;
}
.richtext h1 {
	font-size: 2.6em;
}
.richtext h2 {
	font-size: 2em;
}
.richtext h3 {
	font-size: 1.7em;
}
.richtext h4 {
	font-size: 1.5em;
}
.richtext h5 {
	font-size: 1.1em;
	font-weight: bold
}
.richtext h6 {
	font-size: 1.1em;
	color: #616165;
	font-weight: bold;
}
.richtext table {
	border: 1px solid #89b2c8 !important;
	border-collapse: collapse;
	border-spacing: 0;
	margin-right: -1px;
	margin-bottom: 1.5em;
	text-align: left;
	width: 100%;
}
.richtext table tr th,
.richtext table thead th {
	font-size: 1.1em;
	color: #616164;
	font-weight: bold;
	border: none !important;
	padding: 5px 15px;
}
.richtext table tr td {
	border: none !important;
	border-top: 1px solid #89b2c8 !important;
	padding: 5px 15px;
	color: #333;
}

.richtext caption {
/* TODO */
}

.richtext img {
	margin: 0;
}
.richtext img.size-auto,
.richtext img.size-large,
.richtext img.size-full,
.richtext img.size-medium {
	max-width: 100%;
	height: auto;
}
.richtext .alignleft,
.richtext img.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 4px;
}
.richtext .alignright,
.richtext img.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-top: 4px;
}
.richtext .aligncenter,
.richtext img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.richtext img.alignleft,
.richtext img.alignright,
.richtext img.aligncenter {
	margin-bottom: 10px;
}
.richtext .wp-caption {
	background-color: #f5f5f5;
	border: none;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #616165;
	margin-bottom: 10px;
	max-width: 470px !important; /* prevent too-wide images from breaking layout */
	padding: 0;
	text-align: center;
}
.richtext .wp-caption img {
	margin: 5px auto 0 auto;
	display: block;
}
.richtext .wp-caption p.wp-caption-text {
	margin: 3px 5px;
	line-height: 150%;
	font-size: 90%;
}
.richtext .wp-smiley {
	margin: 0;
}

/* end content styling */


body { color: white; }
#wrapper { color: black; }


/* Hacks */
#post-4243 .entry-title {
  display: none;
}

#post-20 .entry-title {
  display: none;
}

#post-4267 .entry-title {
  display: none;
}
#post-4263 .entry-title {
  display: none;
}
#post-24 .entry-title {
  display: none;
}
