﻿@import url('layout.css');
body {
	font-family: calibri,Arial ;
	font-size: 1.2em;
	background-repeat: repeat;
	background-attachment: scroll;
	background-image: url('../images/bg2.jpg');
}
audio {
	width: 400px;
	height:50px;
}
#container {
	width: 960px;
	margin: 0 auto;
	opacity: 0.9;
}
#content {
	float: right;
	width: 750px;
	text-align: justify;
}
#content img {
	padding: 10px;
}
#content img:hover {
	border: 2px solid Blue;
}
#leftpane {
	font-size: x-large;
	float: left;
	width: 180px;
	text-align: center;
}
#masthead {
	text-align: center;
	width: 960px;
	border: 1px dotted #725972;
	background-color: #515151;
	background-repeat: repeat;
	background-attachment: scroll;
	color: #FFFFFF;
	font-size: large;
}
/* Navigation Styles */
#navigation {
	position: relative;
	float: right;
	width: 160px;
	border-right: 1px dotted #725972;
	color: aqua;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
}
#navigation a {
	color: brown;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #AAAAAA;
}
#footer {
	text-align: center;
	clear: both;
	width: 618px;
	border: 1px dotted #d8bfd8;
}
/* Masthead Styles */
#masthead h1, h2 {
	color: #FFFFFF;
}
#masthead h2 {
	color: #FFFFFF;
}

#masthead h3 {
	color: #402640;
}
/* Content Styles */
#content h1, h2, h3, h4, h5, h6 {
	color: #503750;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
#tabSerm {
	border: 1px solid black;
	width: 100%;
	padding:5px;
	margin: 0 10px 10px 0;
}

a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
div.serms{
	width:100%;
}
div.serm {
  width:45%;
  border: 1px solid #73AD21;
  text-align:center;
  display:inline-block;
  line-height:100px;
  cursor: pointer;
}
div.serm:hover{
   background-color:#73AD21;;
}

th {
	background-color: #04AA6D;
	color: white;
	border-spacing: 5px;
	padding:5px;
}

td {
	border-bottom: 2px solid #aaa;
	padding:5px;
	border-spacing: 5px;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
