/*

 Title:	primary.css

  Date:	2009-07-10

Author: Erik Mueller-Harder, Vermont Softworks

 Notes:
		This sheet fits between the purely structural grid.css and the purely color-related primary.css and secondary.css sheets.  It defines fonts, text sizes, alignments, etc., for non-grid-related blocks in our xhtml.  Also some colors, but only if they're universally true throughout the site -- or very common defaults.

*/


/* body
   --------------------------------------------	*/
body {
	background: #ffffff;
	color: #000000;
    font-family: Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
	font-size: 100%;
}


/* anchors
   --------------------------------------------	*/
a {
	color: inherit;
	text-decoration: inherit;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #0000aa;
}

a:visited {
	border-bottom-color: #999999;
}

a:hover {
	border-bottom-style: solid;
}

a.imglink {
	border-bottom-style: none;
}


/* headings
   --------------------------------------------	*/
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
	margin: 1em 0 0.3em 0;
	font-family: "Arial Unicode MS" "Lucida Sans Unicode", Lucida, Arial, Verdana, sans-serif;
}

h1, h2, h4, h5, h6 {
	font-size: 92%;
}

h3 {
font-size: 105%;
}

h1 {
/* 	Only for the "Vermont Softworks" at top of page */
    font-family: Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
	font-weight: normal;
	font-size: 100%;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: +1em;
	color: #376028;
	padding: .7em 0 0 0;
	margin: 0;
}

h1 a {
	color: inherit;
	text-decoration: none;
	border-bottom-style: none;
}

h2 {
/* 	Only for the "Where good things develop" at top of page */
    font-family: Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
    font-style: italic;
	font-weight: normal;
	font-size: 100%;
	text-align: center;
	padding: .5em 0 .7em 0;
	letter-spacing: +0.6em;
	margin: 0;
	color: #cc6600;
}

h2 a {
	color: inherit;
	text-decoration: none;
	border-bottom-style: none;
}


/* lists
   --------------------------------------------	*/
ol, ul {
	margin: 0 .5em 0 .5em;
	padding: .25em 0 .5em 0;
}

ol {
	list-style: decimal; /* "decimal" really means "integer" */
}

ul {
	list-style: square;
}

ol.movements *,
ul.movements *
{
    font-family: Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
    font-weight: bold;
}

ol.second {
	padding: 0 1em;
	list-style-type: none;
}

li.second {
	margin-left: 1.5em;
}

li.second:before {
	margin-left: -1.5em;
	content: counter(ongoing, lower-alpha) ".  ";
	counter-increment: ongoing;
}

ul.second {
	list-style-type: circle;
	list-style-position: outside;
}

ol.sections,
ul.sections {
	margin: 0;
	padding: 0 0 .5em 0;
	line-height: 110%;
}

ol.sections li,
ul.sections li {
	padding: 0 0 .5em 0;
}


/* clear boxes
   --------------------------------------------	*/
.boxclear {
	margin-bottom: 1em;
	padding: .5em 1em .5em 1em;
}


/* shaded boxes
   --------------------------------------------	*/
.box {
	margin-bottom: 1.5em;
	padding: 0;
}

.box h3,
.box h4,
.box h5,
.box p {
	margin: 0;
	padding: .25em .25em .25em .5em;
}

.box > p,
.box > ul,
.box > ol,
.box > table {
	font-size: 80%;
	font-family: "Arial Unicode MS" "Lucida Sans Unicode", Lucida, Arial, Verdana, sans-serif;
}

.box a {
	border-bottom-style: none;
	font-weight: bold;
}


.lefthalf {
	float: left;
	width: 48%;
	margin: 0 .5% 1em .5%;
	padding: 0 .5%;
}

.righthalf {
	float: right;
	width: 48%;
	margin: 0 .5% 1em .5%;
	padding: 0 .5%;
}



/* graphics
   --------------------------------------------	*/
.gfx {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 85%;
}


.album {
	width: 100%;
	margin: 0.5em 0;
}

.movements .composer {
	font-weight: normal;
	font-style: italic;
	font-size: 105%;
}

.note {
	font-style: italic;
}

p.note em {
	font-style: normal;
	text-decoration: underline;
}

.serialno {
	font-family: "Arial Unicode MS" "Lucida Sans Unicode", Lucida, Arial, Verdana, sans-serif;
	font-size: 75%;
	font-weight: bold;
}

.super {
	vertical-align: super;
	font-size: 75%;
}


/* tables (yes, we occasionally use tables, when appropriate) */
   --------------------------------------------	*/
table {
	table-layout: fixed;
	border-width: 1px;
	border-style: solid;
	border-color: #00ff00;
	background-color: #ff0000;
	padding: 1em;
	margin: 1em;
}

th.currency,
td.currency {
	text-align:right;
	white-space:nowrap;
}

th.text,
td.text {
	text-align: left;
}


/* END OF OFFICIALLY SANCTIONED CSS!!
   --------------------------------------------	*/


.box h2 a,
.box h2 a.visible {
	color:#fff;
	background:#333 url("../img/switch_minus.gif") 97% 50% no-repeat;
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
}
.grid_4 .box h2 a {
	background-position: 97% 50%;
}
.grid_5 .box h2 a {
	background-position: 98% 50%;
}
.grid_12 .box h2 a {
	background-position: 99% 50%;
}


.box h2 a.hidden,
.box h2 a.hidden:hover {
	background-image: url("../img/switch_plus.gif");
}
.box h2 a:hover {
	background-color:#111;
}
.block {
	padding-top:10px;
}
div.menu {
	padding:0;
}
div.menu h2 {
	margin:0;
}
div.menu .block {
	padding-top:0;
}


.floatright {
	display: block;
	float: right;
	padding: 0.75em;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1.15em;
	line-height: 1.1em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:.9em;
}


/* menus
----------------------------------------------- */
ul.menu {
	list-style:none;
	border-top:1px solid #bbb;
}
ul.menu li {
	margin:0;
}
ul.menu li a {
	display:block;
	padding:4px 10px;
	border-bottom:1px solid #ccc;
}
ul.menu li a:hover {
	background:#eee;
}
ul.menu li a:active {
	background:#ccc;
}


/* submenus
----------------------------------------------- */
ul.menu ul {
	list-style:none;
	margin:0;
}
ul.menu ul li a {
	padding-left:30px;
}


/* section menus
----------------------------------------------- */
ul.section {
	border-top:0;
	margin-bottom:0;
}
ul.section li {
	text-transform:uppercase;
}
ul.section li a {
	background:#bbb;
}
ul.section li a:hover {
	background:#aaa;
}
ul.section li a:active {
	color:#fff;
	background:#666;
}
ul.section li li a {
	background:#ddd;
	border-bottom:1px solid #eee;
}
ul.section li li a:hover {
	background:#ccc;
}
ul.section li li a:active {
	color:#000;
	background:#fff;
}
ul.section ul li {
	text-transform:none;
}
ul.section ul.current li a {
	background:#eee;
	border-bottom:1px solid #fff;
}
ul.section ul.current li a:hover {
	background:#ddd;
}
ul.section ul.current li a:active {
	background:#fff;
}
ul.section li a.current {
	color:#fff;
	background:#666;
}
ul.section li a.current:hover {
	background:#555;
}
ul.section li a.current:active {
	background:#444;
}
ul.section li a.active {
	background:#fff;
	cursor:default;
}
ul.section li.current > a.active,
ul.section li.current > a.active:hover {
	color:#fff;
	background:#666;
	cursor:default;
}


/* table
----------------------------------------------- */
col.colC {
	width:8em;
}
th, td {
	padding:.2em 1em;
	text-align:left;
}
thead th {
	border-bottom:2px solid #888;
	background:#bbb;
	padding:.4em 1em .2em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#555;
	border:1px solid #555;
}
tbody th,
tbody td {
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	background:#eee;
}
tbody tr.odd th,
tbody tr.odd td {
	background:#fff;
}
tfoot th,
tfoot td {
	border-top:2px solid #666;
	background:#eee;
}
tfoot tr.total th,
tfoot tr.total td {
	border-top:6px double #666;
}
tfoot tr.total th {
	text-transform:uppercase;
}


/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	border:1px solid #bbb;
	padding:10px;
	position:relative;
	background:#e9e9e9;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
}
fieldset.transfer p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset.transfer p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.transfer p input {
	width:60%;
}
fieldset.transfer input.button {
	margin-left:35%;
}

fieldset.transfer textarea {
	background-color: #ffeeee;
	width: 60%;
}

form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}


/* articles
----------------------------------------------- */
.articles {
	padding:0;
}
.articles h2 {
	margin:0;
}
#articles {
	padding-top:0;
}
.article {
	border-top:1px solid #666;
	padding-top:.5em;
}
.box .article {
	border-top:3px solid #fff;
	padding:13px 10px 0 10px;
}
.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {
	margin-bottom:.2em;
	font-size:1.6em;
}
.box .first {
	border-top:none;
}
.article h4 {
	font-size:1.2em;
	text-transform:uppercase;
	margin-bottom:.5em;
}
.article a.image {
	float:left; 
	margin:3px 10px 3px 0; 
	padding:4px;
	border:1px solid #bbb;
	background:#fff;
}
.article a.image:hover {
	border:1px solid #666;
}
.article a.image img {
	float:left; 
}
.article p.meta {
	color:#666;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:.3em 0;
	margin-bottom:.8em;
}


/* site information
----------------------------------------------- */
.site_info_left {
    font-family: Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
	font-weight:normal;
	letter-spacing: +0.1em;
	text-align: left;
	color: #aaaaaa;
	padding: 0 0 .2em 0;
	margin: 0;
	line-height: normal;
}


.site_info_right {
    font-family: Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
	font-weight:normal;
	letter-spacing: +0.1em;
	text-align: right;
	color: #aaaaaa;
	padding: 0 0 .2em 0;
	margin: 0;
	line-height: normal;
}


#site_info a {
	color:#fff;
}


#site_info a:hover {
	color:#000;
}


/* AJAX sliding shelf
----------------------------------------------- */
#loading {float:right; margin-right:14px; margin-top:-2px;}
.block {padding-bottom:1px;}


/* Accordian
----------------------------------------------- */
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size:1.1em;
	font-weight: normal;
}
.element h4 {
	margin: 0;
	padding:4px;
	line-height:1.2em;
}
.element p {
	margin: 0;
	padding: 4px;
}
.float-right {
	padding:10px 20px;
	float:right;
}

#accordian-block {
	padding-bottom:10px;
}

