/* @override http://127.0.0.1:5000/css/basic.css */

/* @group Global blocks */

body {
	font-family: Arial;
}

h3 {
	font-style:italic;
	text-align: left;
	font-size: 16px;
	margin: 15px 0;
	color: Black;
	font-weight: bold;
}

div.clearme{
	height: 1px;
	width: 100%;
	clear: both;
}

h2 {
	text-align: right;
	font-size: 24px;
	margin: 15px 0;
	border-bottom: 2px solid #000066;
	color: #000066;
	clear: both;
}

p {
	margin: 5px 0 20px 0;
}

div.flash {
	font-weight: bold;
	text-align: center;
	margin-bottom: 1EM;
	font-size: large;
}

table {
    border-color: Black;
    border-width: 1px;
    border-style: solid;
}

table td {
    border-color: Black;
    border-width: 1px;
    border-style: solid;
    margin: 0;
    padding: 4px;
}

table th {
	background-color: #000066;
	margin: 0;
	padding: 4px;
	color: White;
	text-align: center;
	font-weight: bold;
}

table tr.alternate {
	background-color: #ffffe1;
}

#custom-doc {
	margin:auto;text-align:left; /* leave unchanged */
	/*width:61.53em;/* non-IE */
	/*width:60.06em;/* IE */
	width: 870px;
	/*min-width:600px;/* optional but recommended */
}

div#ft {
	padding-top: 10px;
}

h2.small_spacing {
	margin-bottom: 5px;
}



/* @end */

/* @group Global Styles */

a:visited {
	text-decoration: none;
	color: blue;
}
	
a:link {
	text-decoration: none;
	color: blue;
}
em {
	font-style: italic;
}

strong {
	font-weight: bold;
}



/* @end */

/* @group Navigation */

ul.nav a {
	text-decoration: None;
	color: #666;
}

ul.nav li a:hover, ul.nav li.selected a{
	color: #000066;
}

/* @group Header */

div#hd ul.nav {
	padding: 10px 0;
	text-align: center;
	margin-top: auto;
	margin-bottom: auto;
	font-family: Georgia, Helvetica, Arial, sans-serif;
	font-size: 19px;
}

div#hd ul.nav li {
	display: inline;
	margin: 5px;
	padding: 5px 8px;
}



/* @end */

/* @group Sidebar */

div#sidebar_content ul.nav {
	font-size: 16px;
	font-family: Arial, sans-serif;
}

div#sidebar_content ul.nav li {
	margin-bottom: 12px;
}



/* @end */



/* @end */

/* @group Sidebar */

div#sidebar_content div#login p {
	margin-bottom: 5px;
	padding: 0;
}

div#sidebar_content div#login {
	margin-top: 20px;
	background-color: #eee;
	padding: 1px 3px;
	width: 90%;
	text-align: center;
}


div#sidebar_content div#register p {
	margin: .5em 0;
	padding-left: 5px;
}

div#sidebar_content div#register {
	margin-top: 20px;
	background-color: #eee;
	padding: 1px 3px;
	width: 90%;
}


/* @end */

/* @group Forms */

/* @group admin */

.crud_dialog fieldset {
  padding: 1em;
  font:80%/1 sans-serif;
  }
  
.crud_dialog label {
  float:left;
  width:7em;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
  }

.crud_dialog input[type="text"] {
	width: 300px;
}

div.crud_dialog {
	width: 100em;
}

/* @end */

input[type='text'], input[type='password'], select { 
	margin-bottom: 1em;
	width: 300px;
}

span.error-message {
	color: red;
}

form p {
	margin: 0;
}

input:focus, textarea:focus {
	background-color: #eee;
}



/* @end */

/* @group Schedules */

div.schedule table {
	 margin: 0 auto; 
}

p.emergency_message {
	margin-top: -20px;
	font-weight: bolder;
	color: red;;
}

div.ical_link {
	margin-top: 30px;
	text-align: center;
}

div.ical_link p {
	margin-bottom: 5px;
}

div.ical_link img.google_calendar_link {
	display: block;
	margin: 0 auto;
}

/* @end */

/* @group Bios */

div.bio {
	margin-bottom: 45px;
}

div.bio div.side img {
	width: 200px;
}

div.bio div.side {
	width: 210px;
	float: left;
	
}

div.bio div.content {
	width: 475px;
	float: right;
}

div.bio h3.name {
	margin-top: 0;
	font-style: italic;
	color: #000066;
	font-weight: 575;
}

div.bio h3.title {
	font-size: 20px;
	font-family: Georgia;
	font-weight: 550;
}

div.bio div.side span.date {
	font-style: italic;
}



/* @end */

/* @group News */

div.newsitem h3.headline {
	margin: 15px 0 0 0;
	padding: 0;
	color: #000066;
}

div.newsitem h3.date {
	margin: 0 0 15px 0;
	color: #666;
	font-size: 14px;
}

div.newsitem {
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: #000066;;
}

ul#sidebar_news_items li {
	margin-bottom: 10px;
}

ul#sidebar_news_items h3 {
	margin-bottom: 1px;
}

/* @end */

/* @group Photos */
div.gallery_block {
	display: inline;
	width: 200px;
	float: left;
}

div.gallery_block h3 {
	text-align: center;
}

div.gallery_block img {
	display: block;
	margin: 0 auto;
}

div.gallery_block p {
	text-align: center;
}

p.photo_caption {
	text-align: center;
	font-size: 16px;
	color: #000066;
	font-weight: bold;
}

/* @end */

.document ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 2em;
}

.document ol li ol li {
	list-style-type: lower-alpha;
	margin-left: 2em;
}

p.nospace {
	margin: 0;
	padding: 0;
}


