/*
Theme Name: MKP Chicago
Theme URI: http://mkpchicago.org
Description: The stylesheet used by MKP Chicago; also used by Wordpress as a theme; hence these comments
Version: 1.6
Author: Rusty Lane
Tags:

yada yada
*/

#CSS-COMMENT {
	border: 1px solid #6a9ac8;	/* sidebar */
	border: 1px solid #80a9d0;	/* content */
	border: 1px solid #5088be;	/* body background */
	border: 1px solid #00347B;	/* menubar */
	border: 1px solid #2c6090;	/* header/footer */

	background: #6a9ac8;		/* sidebar */
	background: #80a9d0;		/* content */
	background: #5088be;		/* body background */
	background: #00347B;		/* menubar */
	background: #2c6090;		/* header/footer */
	background: #FFCE05;		/* questions, mission, etc... */
}

html { 
	font-size: 90%;
}

body {
	min-width: 667px;
	font-family: "Trebuchet MS", Verdana, Helvitica, sans-serif;
	line-height: 1.3em;
	color: black;
	background: #5088be;
	margin: 0;
	padding: 0;
	border: 0;	
}

img {
	border: 0;
}

img.flag { width: 19px; height: 12px; }

/*----------------------------------------------------------------------------*/

.dbdebug		{ font-size: 90%; }
.dbdebug .call-tree	{ background: #DDE5EB; }
.dbdebug .query		{ background: #FFCE05; }
.dbdebug .cached	{ background: #6a9ac8; }
.dbdebug b		{ color: #900000; }

/*----------------------------------------------------------------------------*/

a {
	color: #00347b;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #900000;
	z-index: 1;
	text-decoration: underline;
}

a.external {
	padding-right: 15px;
	background:url(../images/external.png) 99% 40% no-repeat;
}

/*----------------------------------------------------------------------------*/

#wrapper {
	width: 76%;
	width: 90%;
	margin: 1em auto;
}

/*----------------------------------------------------------------------------*/

#header {
	height: 88px;
	width: 100%;
	background: #2c6090;
	position: relative;
}

#header #logo {
	height: 88px;
	width:	155px;
	position: absolute;
	top: 0;
	left: 0;
}

#header #text {
	height: 88px;
	position: relative;
	margin-left: 155px;
	color: white;
}

#header #text h1#title {
	font-size: 1.8em;
	line-height: 1em;
	font-weight: normal;
	position: relative;
	top: .3em;
	left: .5em;
}

#header #text h1#title a {
	font-weight: normal;
}

#header #text q#sub-title {
	quotes: none;
	font-style: italic;
	position: absolute;
	overflow: auto;
	bottom: .5em;
	right: 1em;
}

/*----------------------------------------------------------------------*/

.bg-strip {
	height: 5px;
	width: 100%;
	background: transparent;
	clear: both;
}

.menubar {
	height: 25px;
	width: 100%;
	color: white;
	background: #00347b;
}

.menubar .current {
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	top: 3px;
	left: .8em;
	float: left;
}

.menubar ul.navlinks {
	font-size: 90%;
	position: relative;
	top: 3px;
	right: 1.2em;
	padding: 0;
	margin: 0;
	float: right;
	list-style-type: none;
	list-style-image: none;
}

.menubar ul.navlinks li {
	display: inline;
	margin-left: 1em;
}

.menubar ul.navlinks a {
	color: white;
	font-weight: normal;
}

.menubar ul.navlinks a:hover {
	text-decoration: underline;
}

.menubar ul.navlinks li.active {		/* class="active", not a:active */
	color: #FFCE05;
}

.menubar ul.navlinks li.skip-to-content { display: none; }

/*----------------------------------------------------------------------------*/

#footer {
	text-align: center;
	font-size: 85%;
	color: white;
	background: #2c6090;
	padding-top: .5em;
	padding-bottom: .5em;
	clear: both;
}

#footer a {
	color: white;
	font-weight: normal;
}

#footer a:hover {
	color: #900000;
}

/*----------------------------------------------------------------------------*/

#main {
	background: #6a9ac8 url(../images/6a9ac8.jpg) repeat-x;
}

/*----------------------------------------------------------------------------*/

#sidebar {
	width: 155px;
	font-weight: bold;
	background: #6a9ac8;
	/*background-color:#cec;*/
	float: left;
}

ul#navlinks {
	font-size: 85%;
	margin-top: 1em;
	margin-left: 1em;
	padding-left: 0;
	list-style-type: none;
	list-style-image: none;
}

ul#navlinks ul {
	list-style-type: none;
	list-style-image: none;
}

ul#navlinks ul {
	margin-left: 0;
	padding-left: 1.5em;
}

ul#navlinks a {
	color: black;
}

ul#navlinks a:hover {
	color: #900000;
}

ul#navlinks li.active {		/* class="active", not a:active */
	color: #900000;
}

ul#navlinks li.separator {
	border-top: 1px solid black;
	margin-right: 1em;
	margin-bottom: .5em;
	height: 1px;
}

/*----------------------------------------------------------------------------*/

#content {
	height: 100%;
	margin-left: 155px;
	padding: 1em 1.5em;
	background: white;
	border-bottom: 1px solid white;
}

h2#content-title {
	font-size: 1.5em;
	line-height: 1em;
	font-weight: bold;
	margin: 0 0 .5em 0;
	padding: 0;
	color: #900000;
}

h3 {	/* content subtitles */
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 0px;
	color: #900000;	/* 00347B */
}

/*----------------------------------------------------------------------------*/

.faq {				/* Container for the FAQ/#top link */
	position: relative;
	margin-top: 1em;
	margin-bottom: .2em;
}

.faq h3 {			/* The FAQ title */
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.3em;
	color: #900000;	/* 00347B */
	margin-right: 4em;
}

.faq div {			/* contains <a href id="#top"> */
	display: none;
}

.answer {
	/*margin-left: 2em;*/
}

/*----------------------------------------------------------------------------*/

.clear-faq {				/* Container for the FAQ/#top link */
	border-bottom: 1px solid #aaaaaa;
	width: 100%;
	position: relative;
	margin-top: 1em;
	margin-bottom: .2em;
	clear: right;
}

.clear-faq h3 {			/* The FAQ title */
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.3em;
	color: #900000;	/* 00347B */
	margin-right: 4em;
}

.clear-faq div {			/* contains <a href id="#top"> */
	font-size: 94%;
	color: #aaaaaa;
	position: absolute;
	bottom: 0;
	right: 0;
}

/*----------------------------------------------------------------------------*/

#toc {
	border: 1px solid #aaaaaa;
	background-color: #eeeeee;
	padding: 5px;
	font-size: 95%;
	margin-top: 1em;
	margin-bottom: 1em;
}

#toc #toctitle {
	text-align: center;
}

#toc #toctitle p {
	display: inline;
}

#toc .toctoggle {
	font-size: 94%;
}

#toc ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	font-size: 90%;
}

.tocnumber {
	margin-left: 4px;
}

.toctext { }

/*----------------------------------------------------------------------------*/

ul.sitemap {
	list-style-type: disc;
}

ul.sitemap ul {
	list-style-type: disc;
	padding-left: 1.5em;
	margin-left: 0;
}

ul.sitemap li.active {		/* class="active", not a:active */
	font-weight: bold;
	color: #900000;
}

/*----------------------------------------------------------------------------*/

div.infowindow {
	background: white;
	color: black;
}

div.infowindow a {
	color: #00347b;
}

div.infowindow a:hover {
	color: #900000;
}

div.infowindow div.title {
	color: #900000;
	font-weight: bold;
	font-size: larger;
}

div.infowindow span {
	font-size: smaller;
	color: black;
}

div.infowindow div.address { }
div.infowindow div.contact { }
div.infowindow div.phone { }
div.infowindow div.site { }
div.infowindow div.mail { }
div.infowindow div.directions { }

.tooltip {
	background-color: white;
}

/*----------------------------------------------------------------------------*/

.link-separator {
	display: none;
}

.phone {
	white-space: nowrap;
}

.highlight {
	background: #FFCE05;
}

span.pdf {
	font-size: 94%;
	color: #900000;
}

a.contact-email {
	color: #900000;
}

a.contact-email:hover {
	text-decoration: underline;
}

.page-navlinks {
}

.page-navlinks .right {
	float: right;
}

/*----------------------------------------------------------------------------*/

ul.intentions li {
	margin-bottom: .3em;
}

/*----------------------------------------------------------------------*/

table.sorted {
	margin: 0 0 1em 0;
	border-collapse: collapse;
	border: 1px solid #336;
}

table.sorted th,
table.sorted td {
	border: 1px solid #336;
	border-collapse: collapse;
	padding: .2em .5em;
	background: #EAEEF3;
	text-align: left;
}

table.sorted td[axis='number'],
table.sorted td[axis='date'] { text-align: right; }

table.sorted th { white-space: nowrap; background: #B4C4D1; }

table.sorted thead tr		{ border-bottom: 2px solid #336; }
table.sorted tfoot tr		{ border-top:    2px solid #336; }
table.sorted .odd td		{ background: #E8ECF1; }
table.sorted .even td		{ background: #DDE5EB; }
table.sorted .hover td		{ background: #A5B3C9; }
table.sorted .sortedminus	{ background: #ecc; }
table.sorted .sortedplus	{ background: #cec; }
table.sorted .selrow td		{ background: #879AB7; }

table.small {
	font-size: 90%;
}

table.x-small {
	font-size: 75%;
}

/*----------------------------------------------------------------------*/

.picture-left  { float: left; }
.picture-right { float: right; padding-left: 1em; }

h2#content-title	+ a > .picture-left  { margin: 0.5em 1.0em 0.5em 0.0em; }
ul.questions		+ a > .picture-left  { margin: 0.5em 1.0em 0.5em 0.0em; }
ul.intentions		+ a > .picture-left  { margin: 0.5em 1.0em 0.5em 2.0em; }
div.faq			+ a > .picture-left  { margin: 1.0em 1.0em 0.5em 0.0em; }
p.answer		+ a > .picture-left  { margin: 0.5em 1.0em 0.5em 2.0em; }
p			+ a > .picture-left  { margin: 0.5em 1.0em 0.5em 0.0em; }
div.faq			+ a > .picture-right { margin: 1.0em 0.0em 0.5em 1.0em; }
.picture-left		+ a > .picture-right { margin: 1.0em 0.0em 0.5em 1.0em; }
p			+ a > .picture-right { margin: 0.5em 0.0em 0.5em 1.0em; }

/* The height here must agree with the height in Pictures.php */

ul.filmstrip {
	margin: 1em 0 0 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	height: 200px;
	overflow: hidden;
}

ul.filmstrip li {
	margin: 0 1.0em 0 0;
	float: left;
}

ul.filmstrip li img {
	height: 200px;
}

/*----------------------------------------------------------------------------*/

ul#questions {
	font-style: italic;
	font-size: 1.1em;
	color: #FFCE05;
	background: #FFCE05;
	margin: 0 0 1em 0;
	padding: .1em 1em .1em 1em;
}

ul#questions li { margin: 0.5em 0.5em 0.5em 1em; }

ul.status {
	font-size: 1.1em;
	background: #FFCE05;
	margin: 0 0 1em 0;
	padding: .1em 1em .1em 1em;
}

ul.status li { margin: 0.5em 0.5em 0.5em 1em; }

ul.characteristics-list {
	font-weight: bold;
	margin-left: 2em;
	padding-left: 0;
	color: #900000;
}

ul.characteristics-list li {
	margin-bottom: .3em;
}

ul.characteristics-list li span {
	font-weight: normal;
	color: black;
}

ol.top-ten {
	font-weight: bold;
	margin-left: 2em;
	padding-left: 0;
	color: black;
}

ol.top-ten li {
	margin-bottom: .3em;
}

ol.top-ten li span {
	display: block;
	font-weight: normal;
	color: black;
}

.quote {
	font-style: italic;
	color: #900000;
	margin-left: 2em;
	margin-right: 3em;
}

.mission {
	font-style: italic;
	color: black;
	background: #FFCE05;
	margin: 0 0 1em 2em;
	padding: .1em 1em .1em 1em;
}

/*----------------------------------------------------------------------------*/

.links {
	margin-top: 1em;
}

.links .image {
	float: left;
	margin-right: 1em;
	margin-bottom: .5em;
}

.bordered { padding: 2px; border: 1px solid #aaaaaa; }

.links .image img {
	text-align: center;
	display: block;
	border: 0;
}

.links .text { }

.rss {
	float: left;
	margin: .3em 1em .3em 0;
}

/*----------------------------------------------------------------------*/

.testimonial {
	margin-top: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #aaaaaa;
}

.testimonial .left {
	float: left;
	margin-right: 1em;
}

.testimonial .right {
	float: right;
	margin-left: 1em;
}

.testimonial img {
	padding: 2px;
	border: 1px solid #aaaaaa;
}

/*----------------------------------------------------------------------------*/

.links-div {				/* Container for the FAQ/#top link */
	border-top: 1px solid #aaaaaa;
	width: 100%;
	position: relative;
	margin-bottom: 1em;
	margin-top: .2em;
}

.links-div h3 {
	display: none;
}

.links-div div {			/* contains <a href id="#top"> */
	font-size: 94%;
	color: #aaaaaa;
	background: white;
	position: absolute;
	top: -.9em;
	right: 0;
	z-index: 1;
}

.links-div div a {			/* for <a href id="#top"> */
	color: #aaaaaa;
}

.links-div div a:hover {		/* for <a href id="#top"> */
	color: #900000;
}

/*----------------------------------------------------------------------------*/

.edit {					/* contains "[<a href...>edit</a>]" */
	font-size: 94%;
	color: #aaaaaa;
}

.edit a {
	color: #aaaaaa;
}

.edit a:hover {
	color: #900000;
}

/*----------------------------------------------------------------------------*/

.trainings-left {
	float: left;
	margin-right: .5em;
	margin-bottom: 1em;
	background: #FFCE05;
}

.trainings-right {
	float: right;
	margin-left: .5em;
	margin-bottom: 1em;
	background: #FFCE05;
}

div.faq + .trainings-right {
	margin-top: 1em;
}

.trainings-left h4, .trainings-right h4 {
	font-size: 1em;
	font-weight: bold;
	margin: .5em 1em .3em .7em;
	color: #900000;
}

.trainings-left ul, .trainings-right ul {
	color: black;
	margin: 0 1em 0 1em;
	padding: 0 0 .5em 1em;
}

/*----------------------------------------------------------------------*/
/* WORDPRESS */
/*----------------------------------------------------------------------*/

#header #text #title a {
	color: white;
}

#sidebar ul {
	list-style-type: none;
}

#sidebar ul {
	list-style-type: none;
}

#sidebar input {
	width: 100px;
}

#sidebar #searchsubmit {
	width: 5em;
	text-align: center;
}

#sidebar #navlinks h2 {
	font-size: 1.2em;
	margin: 1em 0 0 0;
}

#calendar a {
	background: #FFCE05;
}

small {
	font-size: 0.9em;
	color: #777;
}

.entry {
	margin: 1em 0 1em 0;
	text-align: justify;
}

.entry p {
	margin-bottom: 1em;
}

.postmetadata {
	font-size: 0.9em;
	color: #777;
	margin: 0;
}

ol.commentlist {
	font-size: 0.9em;
	color: #777;
	margin-left: 2em;
}

ol.commentlist p {
	font-size: 1.1em;
	color: black;
}

.navigation {
	width: 100%;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	text-align: right;
}

.widecolumn h1,
.narrowcolumn h1 {
	font-size: 1.5em;
	line-height: 1em;
	font-weight: bold;
	margin: 0 0 .5em 0;
	padding: 0;
	color: #900000;
}

.widecolumn h2,
.narrowcolumn h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 1em;
	color: #900000;	/* 00347B */
}

.widecolumn h2 a,
.narrowcolumn h2 a {
	color: #900000;	/* 00347B */
	text-decoration: none;
}

.widecolumn h2 a:hover,
.narrowcolumn h2 a:hover {
	text-decoration: underline;
}

/*----------------------------------------------------------------------*/

form.login table {
	padding: .5em 1em;
	background: #FFCE05;
}

form.login th {
	text-align: left;
}

.error, .appstatus {
	color: #900000;
	font-weight: bold;
}

.invalid {
	background: #FFCE05;
}

form#centers-form {
	margin-bottom: 1em;
}

/*----------------------------------------------------------------------*/

div.logname {
	text-align: right;
	font-size: 90%;
	margin-top: -.5em;
	color: #900000;
	font-weight: bold;
}

/*----------------------------------------------------------------------*/

table.warrior,
table.igroup,
table.igroup-members,
table.board,
table.register {
	margin: 0 0 1em 0;
	border-collapse: collapse;
}

table.warrior,
table.register {
	border: 2px solid #336;
}

table.warrior tr.division,
table.warrior tr.division td,
table.warrior tr.division th {
	border-top: 2px solid #336;
}

table.warrior td,
table.igroup td,
table.igroup-members td,
table.board td,
table.register td {
	border: 1px solid #336;
	border-collapse: collapse;
	padding: .2em .5em;
	background: #80a9d0;
	background-color:#E8ECF1;
}

table.warrior th,
table.igroup th,
table.igroup-member th,
table.board th,
table.register th {
	text-align: left;
	font-weight: bold;
	font-size: 90%;
	border: 1px solid #336;
	border-collapse: collapse;
	padding: .2em .5em;
	background: #5088be;		/* body background */
	background-color:#DDE5EB;
}

table.warrior a,
table.igroup a,
table.igroup-members a,
table.board a,
table.register a {
	color: #900000;
}

table.register th { width: 30%; }

table.positions { font-size: 80% }
table.positions td { padding: .1em .5em }

/*----------------------------------------------------------------------*/

ul.weekend-by-center {
	list-style-type: none;
}

ul.weekend-by-center > li {
	list-style-type: none;
	margin-top: 1em;
}

ul.weekend-by-center > li h3 {
	margin-bottom: .5em;
}

ul.weekend-by-center > li ul.center {
	list-style-type: disc;
}

li.staffing,
li.applied {
	background: #FFCE05;
}

/*----------------------------------------------------------------------*/

ul.weekend-by-month {
	list-style-type: none;
}

ul.weekend-by-month > li {
	list-style-type: none;
	margin-top: 1em;
}

ul.weekend-by-month > li h3 {
	margin-bottom: .5em;
}

ul.weekend-by-month > li > ul.month {
	list-style-type: none;
}

ul.weekend-by-month > li > ul.month > li {
	list-style-type: none;
}

ul.weekend-by-month > li > ul.month > li h4 {
	margin-top: .2em;
	margin-bottom: 0;
}

ul.weekend-by-month > li > ul.month > li > ul.weekend {
	list-style-type: disc;
}

ul.weekend-by-month > li > ul.month > li > ul.weekend > li {
	list-style-type: disc;
}

/*----------------------------------------------------------------------*/

.event {
}

.event .when,
.event .where,
.event .who {
	margin: 0;
}

.event .when .head,
.event .where .head,
.event .who .head {
	float: left;
	margin-right: 1em;
	font-weight: bold;
}

.event .when .data,
.event .where .data,
.event .who .data {
}

.event .headline {
	margin-top: 1em;
}

.event .headline .head {
	display: none;
}

.event .headline .data {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0px;
	color: #900000;	/* 00347B */
}

.event .content {
	margin-top: 1em;
}

.event .content .head {
	display: none;
}

.event .content .data {
	/*border: 1px solid #aaaaaa;*/
	/*background-color: #eeeeee;*/
}

.event .content .data p {
	margin: .5em 1em;
}

div.inline-forms form { display: inline; }
div.inline-forms { margin-bottom: 1em; }

span.admin-mark { color: #900000 }

span.near-future { color: #900000; font-weight: bold }

/*----------------------------------------------------------------------*/
/* For Board Meeting Minutes */

ul.minutes {
	margin: 0;
	padding: 0;

}

ul.minutes > li {
	float: left;
	margin: 0 2em 0 0;
}

.minutes > li h3 {	/* The year title */
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

ul.minutes > li ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

/*----------------------------------------------------------------------*/

#center_staffings,
#warrior_staffings {
	font-size: .7em;
}

/*----------------------------------------------------------------------*/

table.perms {
	margin-top: 1em;
	margin-bottom: 1em;
	border-collapse: collapse;
	font-size: 0.9em;
}

table.perms th {
	border-collapse: collapse;
	border-top: 1px solid #336;
	border-bottom: 1px solid #336;
	border-left: 0;
	border-right: 0;
}

table.perms td {
	border-collapse: collapse;
	border-top: 1px solid #336;
	border-bottom: 1px solid #336;
	border-left: 0;
	border-right: 0;
}

