/*
THEME NAME: Theseus-K4T
THEME URI: http://themeshaper.com/theseus-a-wordpress-theme-for-conquering-a-maze-of-content/
DESCRIPTION: Find your way through a labyrinth of content with Theseus.
VERSION: 1.1
AUTHOR: Ian Stewart
AUTHOR URI: http://themeshaper.com
*/

@import url('library/blueprint/screen.css');
@import url('library/blueprint/lib/ie.css');

/*.container { background: url(library/blueprint/lib/grid.png); }*/

/* Global Elements
-------------------------------------------------------------- */

body {
	font-family: "Lucida Sans", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	margin:0;
	font-size: 1em;
	color:#999999;

}
h1,h2,h3,h4,h5,h6 {
	color:#8238A0;

}
strong, b, em, i, blockquote, address {
	background:transparent;
}
blockquote, del {
}
blockquote blockquote {
}

ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
caption {
	background:transparent;
	font-size: 80%;
	line-height: 1.875em;
	letter-spacing:1px;
}
th	{
	border-bottom: 2px solid #7C8462; font-weight: bold;
}
td {
	border-bottom: none;
}
ins {
	text-decoration:none;
}
a {
	color:#8238A0;
	text-decoration:none;
}

a:hover {
	color:#8238A0;
}

/* Header
-------------------------------------------------------------- */

#header {

}
#branding {
	overflow:hidden;
	position:relative;
	margin-top: 5px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#slideshow {
	padding-top: 25px;
	background-image: url(images/slideshow-bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;	
	height: 237px;
}
#dropdown {
	padding-top: 30px;
	padding-bottom: -5px;
	padding-right: 5px;
	max-height: 1px;
}
#blog-title a {
	padding-left: 120px;
	color: #FFFFFF;
	font-size: xx-small;
	line-height: 1px;
	margin-top: -10px;
}

#blog-description {
	padding-left: 135px;
	padding-top: 5px;
	margin-bottom: -20px;
	height: 45px;
}

#site-meta {
}
#subscription-links {
	text-align:right;
	position:absolute;
	top:15px;
	right:240px;
	padding:4px 0;
}
#branding #searchform {
	background:#EEE;
	position:absolute;
	top:17px;
	right:0;
}
#branding #searchform input#s {
	border:none;
	text-indent:10px;
	background:transparent;
	color:#999;
	padding:4px 0;
	border-top:1px solid #CCC;
}
#branding #searchform input#s:focus {
	color:#000;
}

/* Access
-------------------------------------------------------------- */

#access {
	background:#FFF;
}
.skip-link {
	display:none;
}
#menu {
	position:relative;
	left:-10px;
}
#menu ul ul {
	display:none;
}
#menu ul {
	margin:0;
	list-style:none;
}
#menu ul li {
	float:left;
	padding:0 0 9px 0;
	margin-right:1px;
	position:relative;
}
#menu ul li a {
	font-size: 80%;
	line-height: 1.2em;
	display:block;
	float:left;
	margin:0;
	padding:2px 0;
	border-top:2px solid #FFF;
}
#menu ul li a span {
	padding:0 10px;
}
#menu ul li a:hover {
	color:#999999;
}
.home #menu ul li#home, #menu ul li.current_page_item {
	background-position:bottom center;
}
.home #menu ul li#home a, #menu ul li.current_page_item a {
	background:#CCCCCC;
	color:#FFF;
	border-top:2px solid #575350;
}
.paged #menu ul li#home {
	background:transparent;
}
.home #menu ul li#home a, #menu ul li.current_page_item a {
	background:#CCCCCC;
	color:#FFF;
}
.paged #menu ul li#home a {
	background:transparent;
	border-color:#FFF;
	color:#000;
}


/* Content
-------------------------------------------------------------- */

#content {
	margin-bottom: 0em;
}
#content a {
	color:#8238A0;
}
#content a:hover {
	color:#8238A0;
	text-decoration: underline;
}
.attachment #content a:hover {
	border-bottom:none;
}
.category .p1, .search .p1, .tag .p1, .author .p1, .archive .p1 {
	margin-top:1em;
}
#post-0 .entry-content {
	margin-top:1.5em;
}
.post {
	clear:both;
}
.hentry {
	margin-bottom:1em;
}
.entry-title {
	font: clear;
	font-size: 1.1em;
	line-height: 1.2em;
	letter-spacing: 1px;
	font-variant: small-caps;
}
.page-link {
	margin-bottom:1.5em;
}
.comments-link {
	background:#DFE2FF;
	display:inline;
	font-size: 80%;
	line-height: 1.5em;
	padding:4px 0;
}
#content .comments-link a, .comments-link span	 {
	padding:0 10px;
	border:none;
}
#content .comments-link a:hover {
	color:#000;
}
.entry-meta, .edit-link {
	font-size: 7pt;
	margin-bottom: .75em;
	line-height: 9pt;
	color:#CCCCCC;
}
#content .entry-meta a,#content .edit-link a, #content .entry-meta a:hover,#content .edit-link a:hover {
	color:#999999;
}
.entry-content {
	margin-top:1em;
	font-size: 9pt;
}
.page .entry-content, .single .entry-content {
	margin-top:1em;
}
.entry-content h1,.entry-content h2,.entry-content h3 {
	margin-bottom:1em;
	line-height: 1.25em;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
}
.entry-content h4 {
	margin-bottom:1.5em;
	line-height: 1.5em;
	font-style:italic;
}
.entry-content h5,.entry-content h6 {
    font-size:80%;
	margin-bottom:0;
	line-height: 1.875em;
	text-transform:uppercase;
	letter-spacing:1px;
}
.caps {
	font-size: 80%;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:0 1px;
}
.important {
	font-weight:bold;
	background:#CCCCCC;
	padding:0 1px;
}
#noresults-searchform input {
	text-indent:10px;
}

/* Ribbon
-------------------------------------------------------------- */

.ribbon a, #content .ribbon-title a {
	color:#999999;
}
.ribbon a:hover, #content .ribbon-title a:hover {
	color:#999999;
	border:none;
}
.ribbon {
	color:#999999;
	padding:2em 0 0 0;
}
.single #access, .author #access, .category #access,
.archive #access, .search #access, .four04 #access, .paged #access {
	padding-bottom:5px;

}
.single .ribbon, .author .ribbon, .category .ribbon,
.archive .ribbon, .search .ribbon, .four04 .ribbon, .paged .ribbon {
	margin-top:5px;
}
#feature-title {
	width: 550px;
	color:#701683;
	font-size: 9pt;
	line-height: 1em;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#feature-title .ourmission {
	font-variant: small-caps;
	font-weight: bold;
	display: inline;
}
.entry-title .container, .page-title .container {
	display:block;
	color:#8238A0;
	
}
.ribbon-title {
	line-height:1.25em;
	padding-bottom: 0px;
	padding-top: 10px;
	font-size: 1.1em;
}
#rss-remind {
	margin-top:1em;
	margin-bottom:1.25em;
}
#remind-call {
	line-height:1.25em;
}

/* Comments
-------------------------------------------------------------- */

#comments {
	margin-top:1em;
	font-size: 90%;

}
#comments h3 {
    font-size:1em;
	margin-bottom:1em;
	line-height: auto;
	letter-spacing:1px;
}
#comments ol {
	list-style:none;
	margin:0 0 1em 0;
	overflow:hidden;
}
#comments ol li {
	margin-bottom:1em;
	overflow:hidden;
}
.comment-author {
	padding-bottom:5px;
}
.bypostauthor .comment-author {
}
.comment-content {
	background-color: #DFE2FF;
	border:thin none #999999;
	padding: 15px;
}
.bypostauthor .comment-content {
	background:#DFE2FF;
	border:thin none #999999;
}
.comment-content p {
	padding: 15px;
	margin:0;
}
.wp-smiley {
	float:none;
	margin:0;
}
.comment-meta {
	font-size: .8em;
	line-height: 1em;
}
#content .comment-meta a {
}
#content .comment-meta a:hover {
	color:#000;
}
#comments-list .comment-meta {
	float:right;
}
#respond {
	background:#DFE2FF;
	padding:15px;
	border:thin none #999999;
}
#respond input, #respond textarea {
	font-size:.9em;
	width:674px;
	padding:5px;
	margin:0;
}
#respond .form-input {
	margin-bottom:.125em;
}
#respond .form-input input, #respond textarea {
	width:660px;
	padding-left:5px;
	background:#F1F2EF;
}
#respond textarea {
	margin-bottom:1.5em;
}
#respond .form-input input:focus, #respond textarea:focus {
	background:#FFF;
}
.form-label {
	font-size: .8em;
	line-height: 1.875em;
}

/* Navigation
-------------------------------------------------------------- */

.nav-previous {
	float:left;
	width:50%;
}
.nav-next {
	float:right;
}
#nav-above {
	display:none;
}
.navigation {
	overflow:hidden;
	font-style:italic;
	font-size: 80%;
	line-height: 1.5em;
}


/* Images
-------------------------------------------------------------- */

.entry-content img {
	padding: 3px;
	background: #ffffff;
	border: 1px solid #ccc;
	margin-top: 3px;
	margin-bottom: 0px;
}
img.alignleft,
img.align-left {
	display: block;
	float: left;
	margin-right:1em;
}
img.alignright,
img.align-right {
	display: block;
	float: right;
	margin-left:1em;
}
img.center,
img.align-center {
	margin: 0 auto;
	display: block;
	float: none;
	clear: both;
}

/* Footer
-------------------------------------------------------------- */
#footer {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#footer p {
	color: #CCCCCC;
	font-size: 7pt;
	line-height: 7pt;

}
#footer-table {
	margin-top: 0px;
	margin-bottom: -40px;
	margin-right: 0px;
	margin-left: 0px;

}

#site-info {
	color:#CCCCCC;
	text-align: center;
}
#site-info a {
	font-weight:bold;
	color:#CCCCCC;
	text-align: center;
}

/* Footer-bar sidebars
-------------------------------------------------------------- */

#footer-bar {
	clear:both;
}
.sidebar {
	color:#FFFFFF;
	font-size: 8pt;
	line-height: 1em;
	margin-top: 30px;
	margin-bottom: -20px;
}
.sidebar a {
	color:#ffffff;
	}

.sidebar .leftpos {
	min-height: 180px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 12px;
	list-style:none;
	margin:0;
	background-color: #FFFFFF;
	background-image: url(images/redbox.jpg);
	background-repeat: no-repeat;
}
.sidebar .centerpos {
	min-height: 180px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 12px;
	list-style:none;
	margin:0;
	background-color: #FFFFFF;
	background-image: url(images/yellowbox.jpg);
	background-repeat: no-repeat;
}
.sidebar .rightpos {
	min-height: 180px;
	list-style:none;
	margin:0;
	background-color: #FFFFFF;
	background-image: url(images/bluebox.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;		
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 12px;
}

.sidebar .rightpos h3, .sidebar .centerpos h3, .sidebar .leftpos h3 {
	color:#FFF;
	line-height: 1.5em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	font-size: 1.25em;
	font-variant: small-caps;
}
.sidebar .rightpos ul, .sidebar .centerpos ul, .sidebar .leftpos ul {
	list-style:none;
	margin-bottom: 5px;
}
.sidebar .rightpos ul ul, .sidebar .centerpos ul ul, .sidebar .leftpos ul ul {
	list-style:none;
	margin-bottom: 5px;
	padding-left: 5px;
}

.textwidget a, .sidebar a:hover {

}
#footer #calendar h3 {
	display:none;
}
#footer #calendar caption {
	color:#FFF;
    font-size: 80%;
	line-height: 1em;
	letter-spacing:1px;
	margin:0;
}
#footer #calendar th, #footer #calendar td {
	border:none;
	padding-top:0;
	padding-bottom:0;
	
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	width:500px;
	font-size: 8pt;
	height:auto;
	float:right;
	position:relative;
	z-index:100;
	
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:5px; margin:0; list-style-type:none; color:#666666;}

.menu ul ul {width:120px; color:#666666;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

.menu li {float:right;position:relative; }

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	color:#666666;
	font-variant: small-caps;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	line-height: 10pt;
}
/* style the second level hover */
.menu ul ul a.drop:hover{

}
.menu ul ul :hover > a.drop {

}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited, .menu ul ul ul a:hover  {
	background-color: #FFFF99;
	line-height: 8pt;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute; height:auto; top:15px;right:-5px; min-width:120px;}

/* position the third level flyout menu */
.menu ul ul ul{right:130px; top:-5px; min-width: 100px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:0px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#ffffff;
	height:auto;
	line-height:.9em;
	padding:5px 10px;
	min-width: 120px;
	border-width:0 1px 1px 1px;
}

/* style the top level hover */
.menu a:hover, .menu :hover > a, {
	background-color: #FFF89D;
}
.menu ul a:hover, .menu ul :hover > a {
	background-color: #FFF89D;
}
.menu ul ul a:hover, .menu ul ul :hover > a {
	background-color: #E9C5FC;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:hidden;}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
	color: #666666;
	background-color: #D6F49B;
}

.menu .current_page_item a {
	color: #666666;
	background: #D6F49B;
}

.menu ul .current_page_item ul a {
  color: #666666;
  background: #D6F49B;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
	background-color: #E9C5FC;
}






