@import url("core.css");

body { color: white; background-color: #601070; font: 9pt/17pt georgia; }

.tagline { display: block; margin: 0; font-style: italic; font-weight: bold; }
#header .tagline { text-transform: lowercase; }

#header {
	border-bottom: thin solid white;
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida, Helvetica, Verdana, Arial, Sans-serif;
	font-size: small;
}
#header h1 { margin: 0; }
#header a:link { color: white; }
#header a:visited { color: #ddd; }
#header a:active, #header a:hover, #header a:focus { color: yellow; }

#content {
	position: absolute;
	background-color: white; color: #333;
	top: auto; bottom: auto;
	left: 2%; margin-left: 0;
	right: auto; margin-right: 0; width: 63%;
	margin-top: 0.5em; margin-bottom: 20px;
	padding-top: 0.5em;
	padding-right: 25%;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
	border: 1px solid black;
	z-index: 0;
}
html>body #content { width: auto; right: 10%; padding-right: 15%; }

#navigation {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida, Helvetica, Verdana, Arial, Sans-serif;
	position: absolute;
	padding: 1%;
	color: black; background: transparent;
	border: none;
	right: 0; left: auto; width: 20%;
	top: auto; bottom: auto;
	margin-top: 2%;
	z-index: 10;
}

/********************************************
 *** CONTAINED ELEMENTS: NAVIGATION SECTION *
 ********************************************/

#navigation div.navigation { 
	text-align: right;
	font-size: small;
	font-weight: normal;
	border: 2px solid #A9B;
	margin: 0 0 15px 0;
	background-color: black; color: white;
	line-height: 160%;
	padding: 0;
}

#navigation div.navigation a { cursor: help; font-weight: bold; color: white;  text-decoration: none; }
#navigation div.navigation a:link { cursor: pointer; font-weight: normal; color: #FFB070; }
#navigation div.navigation a:visited { cursor: pointer; font-weight: normal; color: #C0B090; }
#navigation div.navigation a:focus,
#navigation div.navigation a:hover,
#navigation div.navigation a:active { color: yellow; }


#navigation div.navigation#root {
	border: thin solid black;
	background-color: #AFF;
	color: black;
	text-align: center;
}

#navigation div.navigation h1,
#navigation div.navigation h2,
#navigation div.navigation h3 {
	font-family: georgia, times new roman, serif;
	color: white; background-color: #707030; border-bottom: 1px solid #A9B;
	font-size: small;
	font-weight: bold;
	padding: 3px 0.5em; margin: 0;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}

div.navigation ul {
	display: block; list-style: none;
	margin: 0.5em; padding: 0;
}

#navigation .utility {
	text-align: left;
	font-size: small;
	font-weight: normal;
	border: 2px dotted black;
	margin: 0 0 15px 0; padding: 0.25em;
	background-color: #EEE; color: black;
}

#navigation .utility h1, #navigation .utility h2,
#navigation .utility h3, #navigation .utility h4,
#navigation .utility h5, #navigation .utility h6 {
	font-family: palatino, georgia, times new roman, serif;
	margin: 0 0.25em; border-bottom: thin solid black; padding: 0;
	background-color: transparent; color: black;
}

#navigation .utility textarea { width: 98%; }
#navigation .utility #senditon { text-align: right; font-weight: bold; }
#navigation .utility ul { margin: 0.5em 1.5em; padding: 0; }
#navigation .utility ul li { margin 0.5em 0; padding: 0; }

/*******************************************
 *** CONTAINED ELEMENTS: CONTENT SECTION ***
 *******************************************/

#content p {
	 padding-left: 1.0em;
	 padding-right: 1.0em;
}
#content .notice {
	margin-left: 4.0em;
	margin-right: 4.0em;
	border: 1px dashed #777;
	background-color: #C0DEDE;
	color: black;
}

#content h1, #content h2 {
	border-top: none; border-left: none; clear: both;
	border-bottom: thin solid black; border-right: thin solid black;
	background-color: #FFE0EF; color: black;
	margin: 0.5em 0; padding: 0.25em 0.75em;
}

#content h3, #content h4, #content h5, #content h6 {
	clear: right;
	border-top: none; border-left: none;
	border-bottom: thin solid black; border-right: thin solid black;
	background-color: #EFD0DF; color: black;
	margin: 0.5em 0; padding: 0.25em 0.75em;
}

#content h1 a, #content h2 a, #content h3 a, #content h4 a {
	color: black;
}

.byline {
	display: block;
	font-size: 0.9em;
	line-height: 130%;
}

#content .post-info {
	border-top: none; border-left: none;
	border-bottom: thin solid black; border-right: thin solid black;
	background-color: #EFD0DF; color: black;
	margin: 0.5em 0; padding: 0.25em 0.75em 0.25em 0.75em;
	min-height: 5.0em;
}

#content .post-info h2, #content .post-info h3 { clear: right; border: none; background: transparent; padding: 0; margin: 0; }
#content .post-date {
	float: left;
	color: #E6E6E6;
	font-family: Georgia, 'Lucida Unicode', Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
	margin: 3px 10px 0 0;
	padding: 8px 3px;
	width: 4.25em;
	background-color: #4D104D;
	line-height:1em;
}

html>body #content .post-info { position: relative; padding-left: 6.0em; }
html>body #content .post-date { float: none; position: absolute; left: 0.75em; }

#content .post-info a:link { color: black; }

.subtitle {
	display: block;
	margin: 0; padding: 0;
	font-size: smaller;
	text-transform: none;
	letter-spacing: 0;
}

#content .explanatory-sidebar {
	clear: left; float: left; width: 30%; min-width: 205px;
	text-align: center; font: italic 10pt/22pt georgia;
	margin-top: 1.0em; margin-left: 0.5em;
	margin-right: 1.0em; margin-bottom: 0.5em; 
}
#content .explanatory-sidebar p { margin-top: 0; }

#content .node { }

#content img.photo, #content .illustration { clear: both; float: right; margin-top: 0; margin-right: 0; margin-bottom: 0.5em; margin-left: 20px; }

table.application { border: thin solid black; border-collapse: collapse; }
table.application tr, table.application th, table.application td { vertical-align: top; }
table.application th, table.application td { font-size: smaller; }
table.application th { background-color: #FFE0FF; text-align: right; border: thin solid black; padding: 0.5em; margin: 0; }
table.application th.section-head { text-align: center; background-color: #700070; color: white; }
table.application thead td { background-color: #3070c0; color: white; }
table.application td { border: thin solid black; padding: 0.5em; margin: 0; }
table.application p { margin-top: 0; }
table.application ul { list-style: none; }

table.past-conventions { border: thin solid black; border-collapse: collapse; }
table.past-conventions tr { vertical-align: bottom; }
table.past-conventions td, table.past-conventions th {
	border-top: thin solid #777;
	border-bottom: thin solid #777;
	font-size: smaller; font-weight: bold;
	text-align: left;
}
table.past-conventions th { background-color: black; color: white; text-align: center; text-transform: uppercase; }
table.past-conventions th.convention-what { background-color: transparent; color: black; text-align: center; text-transform: none; }
table.past-conventions .convention-where { width: 20%; text-align: center; }
table.past-conventions .convention-when { width: 20%; text-align: center; }

table.agenda { border: thin solid black; border-collapse: collapse; width: 100%; }
table.agenda tr { vertical-align: top; }
table.agenda th.day { text-align: center; background-color: #700070; color: white; padding: 0.5em; 0.5em; width: auto;  }
table.agenda th { border: thin solid black; background-color: #FFE0FF; text-align: right; padding: 0.1em 0.5em; width: 15%; }
table.agenda td { border: thin solid black; background-color: white; padding: 0.1em 0.5em; }
table.agenda td.intensive { background-color: #DFDFDF; width: 35%; }
#content table.agenda h3 {
	background: transparent;
	border-left: none; border-right: none; border-top: none;
	border-bottom: 1px dotted #777;
	margin: 0;
	padding: 0;
	font-size: 1.0em;
}

table.workshops {
	background-color: #E0E0E0; color: black;
	border-collapse: collapse;
	border: thin solid black;
	font-size: 0.80em;
}

table.workshops th {
	border: thin solid black;
	background-color: blue; color: white;
	font-weight: bold;
	text-align: center;
	padding: 0.25em;
}

table.workshops td {
	border: thin solid black;
	padding: 0.25em;
}

table.workshops td.schedule {
	text-align: center;
	width: 125px;
}

table.workshops td.title {
	font-size: 1.10em;
	font-weight: bold;
	margin: 0.0em;
}

#content ul.payments { list-style: none; margin-left: 2.0em; padding: 0; }
#content ul.payments li { margin-bottom: 1.0em; }
#content blockquote { border-left: thin solid #777777; background-color: #EFEFFF; color: black; padding: 0 1.0em; }
#content blockquote blockquote { background-color: #EFFFEF; border: thin solid #777777; }

#content address { border-left: thin solid #777777; background-color: #EFEFFF; color: black; margin: 0.5em 2.0em; padding: 1.0em; font-style: normal; }

/*** WordPress styles ***/
/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background: #90a090;
	border-top: double 3px #aba;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: all;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#commentform #name, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

/*** SGC 2007 Theme ***/
body.sgc2007 { background-color: #3088A0; }
body.sgc2007 #navigation div.navigation { background-color: #e0e0e0; color: black; border-color: #99AABB; }
body.sgc2007 #navigation div.navigation a { color: black; }
body.sgc2007 #navigation div.navigation a:link { color: #0040d0; }
body.sgc2007 #navigation div.navigation a:visited { color: #3020a0; }
body.sgc2007 #navigation div.navigation a:focus,
	body.sgc2007 #navigation div.navigation a:hover,
	body.sgc2007 #navigation div.navigation a:active { color: green; }
body.sgc2007 #navigation div.navigation h1,
body.sgc2007 #navigation div.navigation h2,
body.sgc2007 #navigation div.navigation h3 {
	background-color: #307050;
	color: white;
	border-color: #99AABB;
}
body.sgc2007 #content h1, body.sgc2007 #content h2 {
	background-color: #7090C0;
	color: white;
}
body.sgc2007 #content h3, body.sgc2007 #content h4, body.sgc2007 #content h5,
body.sgc2007 #content h6 {
	background-color: #7090B0;
	color: white;
}
body.sgc2007 #content h1 a, body.sgc2007 #content h2 a, body.sgc2007 #content h3 a,
body.sgc2007 #content h4 a { color: white; }
body.sgc2007 #content .post-info {
	background-color: #7090B0;
	color: white;
}
body.sgc2007 #content .post-info h2, body.sgc2007 #content .post-info h3 { background: transparent none repeat scroll 0%; border: none; clear: right; margin: 0pt; padding: 0pt; }
body.sgc2007 #content .post-date {
	color: white;
	background-color: #102D4D;
}
body.sgc2007 #content .post-info a:link { color: white; }

