/* defaults */

body {
	min-width: 400px; max-width: 2000px
	background: white; color: #3F3F3F;
	margin: 0 0 1em 0; padding: 0;
	font-family: Helvetica, Verdana, sans-serif;;
	text-rendering: optimizeLegibility;
}

a:link, a:visited
{
	color: #3c7e7a;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
}

a:hover, a:active
{
	color: #00b389;
}

h2
{
	padding: 0;
	margin: 20px 0 20px 0;
	font-size: 2em;
}

h2 a:link, h2 a:visited
{
	font-weight: normal;
	text-decoration: none;
}

h2 a:hover, h2 a:active
{
	background: none;
	font-weight: normal;
	text-decoration: underline;
	color: #3d6a67;
	margin: -1px -3px;
	padding: 1px 3px;
}

h3
{
	margin: 1px 0 0 1px;
	font-weight: bold;
	font-size: 1.2em;
}

h4
{
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: .5em;
	margin-top: 1em;
}

blockquote
{
	border-left: 4px solid #80807c;
	padding: 0 15px 0 10px;
	font-style: italic;
	line-height: 150%;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-top: 20px;
}

code
{
	display: block;
	padding: 10px;
	color: #444E1F;
	background: #f5f7ed;
	font-size: 1.2em;
}

p
{
	line-height: 1.4;
}

/* for head.php */

#banner {
	position: relative;
	margin: 0; padding: 0; height: 76px; width: 100%; margin-bottom: 1em;
	background: url(img/banner-bgnd.jpg) right top;
    -webkit-box-shadow: -8px 0 8px #777;  
    -moz-box-shadow: -8px 0 8px #777;  
}

#banner img {
	border-style: none;
	margin: 0;
	padding: 0;
}

#banner a:hover {
	background-color: transparent;
}

#banner a.link {
	border-style: none; text-decoration: none; text-shadow: black 2px 2px;
	font-size: 120%; color: white;
	position: absolute; right: 10px; bottom: 5px;
}

/* for foot.php */

div#footer p {
	margin: 0 auto;
	text-align: center; font-size: 75%; color: #CCC;
}

/* content */

div#contents {
	padding: 0; margin: 1em;
}

/* notices */

div.notices {
	margin-top: 1em; margin-bottom: 1em;
}

div.notice {
	margin: 0 0 1em;
	padding: 0 0 1.2em;
	border-bottom: 2px solid #d8d8d8;
	position: relative;
}

div.notice .title {
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	text-shadow: rgba(126,126,126,0.5) 2px 2px 4px;
}

div.notice.urgent .title {
	color: #A22;
}

div.notice .meta {
	margin-top: 1px;
	padding-left: 1px;
	padding-right: 1px;
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 90%;
	font-style: italic;
}

/* schedules */

div.schedules {
	margin-top: 1em; margin-bottom: 1em;
}

div.schedules .year
{
	padding: 0;
	margin: .5em 0 .25em 0;
	font-size: 1.8em;
}

div.meeting {
	border: 2px solid #a0c0c0; margin: 0 1.2em 1.5em 0; padding: 14px;
	width: 90%; min-height: 8em;
	display: inline-block; vertical-align: top; position: relative;
	background: #f4f8f6; border-radius: 8px;
    box-shadow: 3px 3px 7px #ccc;  
}

div.meeting.past {
	display: none;
}

div.meeting.next {
	padding:11px; border: 5px solid #80acc0;
    box-shadow: 3px 3px 7px #aaa;
	background: #f4f8ff;
}

div.meeting .when {
	font-size: 1em; font-weight: bold;
}

div.meeting .topic {
	font-size: 1em; font-weight: bold;
}

div.meeting .where {
	font-style: italic;
}

div.meeting .desc {
	margin-top: .5em;
}

/* board */

table.board {
	margin-left: 1em;
	border: 2px solid;
	border-collapse: collapse;
}

table.board th, table.board td {
	font-size: 120%;
	padding: .5em; text-align: left;
	border-bottom: 1px solid; border-right: 1px dotted;
}

table.board th {
	background-color: black; color: white;
	font-style: italic;
	border-right: 1px solid;
}

table.board th.office, table.board td.office {
	width: 10em;
}

table.board th.who, table.board td.who {
	width: 20em;
}

/* potluck */

div.potluck .what {
	margin: 1em 0 0 0;
}

div.potluck .when {
	margin: .2em 0 0 0;
	font-weight: bold;
}

div.potluck .where {
	margin: .25em 0 1em 0;
	font-style: italic;
}

div.potluck .desc {
	font-size: 120%;
}

div.potluck table.items {
	margin: 1em 0 0 0;
	border: 2px solid;
	border-collapse: collapse;
	width: 100%;
}

div.potluck table.items th, div.potluck table.items td {
	font-size: 120%;
	padding: .6em; text-align: left;
	border-bottom: 1px solid; border-right: 1px dotted;
}

div.potluck table.items th {
	background-color: black; color: white;
	font-style: italic;
	border-right: 1px solid;
}

div.potluck table.items th.what, div.potluck table.items td.what {
	width: 70%;
}

div.potluck table.items th.who, div.potluck table.board td.who {
	width: 30%;
}

div.potluck button.claim {
	font-size: 100%; padding: .2em 1em;
}

div.potluck button.other {
	font-size: 120%;
	margin: .25em 0 0 1em; padding: .3em 2em;
}
