---@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);

body, input, select, option, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.selected {
  border-color: darkred;
}
.highlight {
  border-color: #e6e6e6 !important;
}
.highlight-bg {
  background-color: #e6e6e6 !important;
}
table {
  border-collapse: collapse;
}
body {
	color: #666;
  background: url(bg.jpg);
}
body.body-content {
  background-color: #fff;
}
input {
	font-size: 9pt;
	color: #666;
}
textarea {
	font-size: 9pt;
	color: #666;
}
select {
	font-size: 9pt;
	color: #666;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 2.4em;
}
h3 {
	font-size: 24px;
	margin: 10px 0px 15px 0px;
}
hr {
  border: 0;
  background-color: #cccccc;
  height: 1px;
}
p {
  margin: 0; padding: 0;
}
ul, ol {
	margin-top: 0;
	
}
a {
	text-decoration: none;
	color: #f37103;
}
a:hover {
	text-decoration: underline;
}

img.border {
	border: 6px solid #E1F1F6;
}
img.alignleft {
	float: left;
	margin-right: 25px;
}
img.alignright {
	float: right;
}
img.aligncenter {
	margin: 0px auto;
}

/* Header */
#logo_wrapper {
}

#logo {
	width: 980px;
	height: 123px;
}
#logo p {
	padding: 55px 0px 0px 30px;
}
#logo h1, #logo h2, #logo h3 {
	---text-shadow: #250c12 0px 1px 3px;
}
#logo #SiteAdditionalHeaderText {
  left: 0px;
  top: 100px;
}
#logo h1 {
	top: 28px;
	left: 17px;
	letter-spacing: -1px;
	color: #FFFFFF;
}
#logo h1 a, #logo h1 * {
  display: block;
  height: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 38px;
}
#logo h2 {
	top: 84px;
	left: 20px;
	color: #666;
}
#logo h2, #logo h2 * {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#logo > div {
	top: 121px;
	left: 0px;
	width: 960px;
	color: #666;
}
#logo > div div {
	bottom: 0px;
	right: 0px;
	text-align: right;
}
#logo > div * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#logo #logo_social_buttons {
	top: 6px;
	left: auto;
	right: 17px;
	width: 215px;
  height: 26px;
}
#logo #logo_social_buttons a {
  text-decoration: none;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0px 3px;
  float: right;
}
#button-background-music {
  position: absolute;
  top: 6px;
  left: 22px;
  width: 30px;
  height: 21px;
  background: url(../background-music-speaker-off.png) no-repeat;
}

/* Menu */
#menu_wrapper {
  background: none;
}
#menu {
	width: 970px;
	height: 33px;
	margin: 0px auto;
	padding-left: 10px;
	overflow: hidden;
  background: url(menu-repeat.gif) repeat-x;
  border-bottom: 1px solid #777;
  border-radius: 5px 5px 0px 0px;
  box-shadow: 0px 0px 7px #999;
}
#menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
  text-align: center;
}
#menu li {
  display: inline-block;
}
#menu a {
	display: block;
	float: left;
	height: 25px;
	padding: 9px 20px 0px 20px;
	background: url(menu-sep.gif) no-repeat left top;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: -1px -1px 1px #444;
	color: #FFFFFF;
	font-size: 13px;
}
#menu li:first-child a { /* hide first separator */
  background: none; 
}
#menu li.current_page_item {
	/* background: url(img09.jpg) no-repeat left top; */
}
#menu .current_page_item a {
	/* background: url(img10.jpg) no-repeat right top; */
}
#menu a:hover {
	text-decoration: none;
}
#menu .dropdown ul {
  background: #848484;
  padding: 0px;
}
#menu .dropdown li {
  display: inline;
  float: left;
}
#menu .dropdown li, #menu .dropdown li a {
  background: none !important;
}
#menu .dropdown li a {
  /*padding: 3px;*/
  margin: 0px;
}

#splash {
	width: 980px;
	height: 340px;
	margin: 0px auto;
	/* background: url(img06.jpg) no-repeat left top; */
}

/* Page */
#page_wrapper {
}
#page {
  position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
  border-radius: 0px 0px 5px 5px;
  box-shadow: 0px 0px 7px #999;
}
#page-bgtop {
}
#page-bgbtm {
	margin: 0px;
  min-height: 370px;
	padding: 15px 30px 0px 30px;
}

/* Content */
#content {
	float: left;
	width: 560px;
	padding: 0px 0px 0px 0px;
}
.post .title {
	margin: 0px;
	padding-bottom: 10px;
	letter-spacing: -1px;
	color: #45121D;
}
.post .title a {
	border: none;
	text-decoration: none;
	color: #45121D;
}
.post .meta {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 5px 0px;
	text-align: left;
	font-size: 11px;
	font-style: italic;
}
.post .meta a {
}
.post .entry {
	text-align: justify;
	margin-bottom: 25px;
	margin-left: 30px;
	padding: 10px 0px 10px 0px;
}
.links {
	display: block;
	width: 96px;
	padding: 2px 0px 2px 0px;
	background: #A53602;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 330px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
	margin: 0;
	padding: 0;
}
#sidebar li ul {
	margin: 0px 15px;
	padding-bottom: 30px;
}
#sidebar li li {
	padding: 5px 15px;
	border-bottom: 1px solid #cccccc;
}
#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}
#sidebar h2 {
	min-height: 38px;
	margin-bottom: 0px;
	padding: 13px 0px 0px 0px;
	letter-spacing: -1px;
	font-size: 24px;
  color: #666;
}
#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 20px;
	text-align: justify;
}
#sidebar a {
	border: none;
	color: #7F7F81;
}

/* Calendar */
#calendar {
}
#calendar_wrap {
	padding: 20px;
}
#calendar table {
	width: 100%;
}
#calendar tbody td {
	text-align: center;
}
#calendar #next {
	text-align: right;
}

/* Footer */
#footer {
  position: relative;
	clear: both;
	width: 980px;
	height: 60px;
	margin: 10px auto 0px auto;
}
#footer p {
	margin: 0;
	padding: 30px 0px 0px 0px;
	line-height: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #61544B;
}
#two-columns {
	overflow: hidden;
	width: 920px;
	margin: 0px auto;
	padding: 30px 30px 20px 30px;
}
#two-columns h2 {
	padding: 0px 0px 20px 0px;
	font-size: 24px;
	color: #3B3B3B;
}
#column1 {
	float: left;
	width: 560px;
}
#column2 {
	float: right;
	width: 310px;
}

#bottom-menu {
}

#bottom-menu li {
  padding-right: 20px;
  padding-left: 5px;
}

#bottom-menu li a {
}

#powered-by {
  padding-right: 20px;
}

#powered-by a {
}

/* Calendar */

.inverse, #page_wrapper .inverse a {
  border-color: #F68933;
  color: #FFFFFF;
  background-color: #F68933;
}

.grid td { 
  padding: 3px;
  border: solid #848484 1px;
  text-align: left;
}

.selectedCell {
  background-color: #ddd;
  cursor: pointer;
}

.highlightCell:hover, #page_wrapper .highlightCell:hover a {
  background-color: #ddd;
}

.highlightCell {
  cursor: pointer;
}
