@charset "utf-8";
/* CSS Document */
/* myposhstudio.com */
/* Dark blue: #061769 */



html {
 font-size: 100%;
}

body {
 background-color: black;
 font-size: 62.5%;
 font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
 margin: 0;
}

body#audio {
 background-color: #111;
}

p {
 font-size: 1.5em;
 line-height: 1.6em;
}

h1, h2, h3, h4, h5 {
 color: #6def01;
 /*font-family: Helvetica, Verdana, sans-serif;*/
 font-family: Georgia, "Times New Roman", Times, serif;
}

a:link, a:visited {
 color: #6def01;
}

a:hover {
 background-color: #6def01;
 color: white;
 text-decoration: none;
}

h1 {
 font-size: 3.2em;
 font-weight: normal;
}

h2 {
 font-size: 2.9em;
 font-weight: normal;
}

h3 {
 font-size: 2.3em;
 font-weight: normal;
}

h4 {
 font-size: 1.9em;
 font-weight: normal;
}

h5 {
 font-size: 1.5em;
 font-weight: normal;
}

img {
 border: none;
}

li {
 font-size: 1.2em;
}

#all {
 margin: 0 auto;
 padding: 0;
 width: 880px;
}

#masthead {
 /*border: 1px solid green;*/
 background-image: url(../img/call_number.jpg);
 background-position: 490px 10px;
 background-repeat: no-repeat;
 height: 180px;
 margin: 0 auto;
 position: relative;
}

#masthead_home {
 /*border: 1px solid green;*/
 height: 40px;
 margin: 0 auto;
 position: relative;
 width: 880px;
}

#masthead #logo {
 background-image: url(../img/mastlogo.jpg);
 height: 160px;
 margin: 10px 0;
 width: 300px;
}

#main_content {
 border: 1px solid #061769;
 background-color: #000;
 background-image: url(../img/gothic_cross.jpg);
 background-repeat: no-repeat;
 min-height: 483px;
 margin: 0 auto 20px;
 padding: 15px 20px;
}

#main_content #main_content_inner {
 color: white;
}

#nav {
 height: 50px;
 overflow: hidden;
 width: 500px;
 position: absolute;
 top: 120px;
 left: 400px;
}

#masthead_home #nav {
 top: -10px;
}

#nav ul {
 list-style: none;
}

#nav:focus, #nav ul:focus, #nav ul li:focus, #nav a:focus, object:focus {
 outline: none;
}

#nav li {
 display: inline;
 float: left;
}

#nav a {
 display: block;
 width: 110px;
 height: 50px;
 background-image: url(../img/sprite.jpg);
 text-indent: -5000px;
}

#nav_home a {background-position: 0 0;}
#nav_home a:hover {background-position: 0 -50px;}
#nav_home a:active {background-position: 0 -100px;}

#nav_gallery a {background-position: -110px 0;}
#nav_gallery a:hover {background-position: -110px -50px;}
#nav_gallery a:active {background-position: -110px -100px;}

#nav_test a {background-position: -220px 0;}
#nav_test a:hover {background-position: -220px -50px;}
#nav_test a:active {background-position: -220px -100px;}

#nav_about a {background-position: -330px 0;}
#nav_about a:hover {background-position: -330px -50px;}
#nav_about a:active {background-position: -330px -100px;}

#index_animate {
 height: 610px;
 margin: 2px auto;
 position: relative;
 width: 900px;
}

#copy {
 color: #6def01;
 margin-top: -20px;
}

#footer {
 font-size: 1.3em;
 margin: auto;
}

#footer #textbar {
 color: #6def01;
 margin: 50px auto 10px;
 text-align: center;
}

#footer #misc_footer {
 margin: 0 auto 20px;
 text-align: center;
}

#index_div {
 background-image: url(../img/business_card.jpg);
 background-position: top center;
 background-repeat: no-repeat;
 height: 704px;
 margin: 20px auto;
 width: 900px;
}

#index_div h1 {
 color: #FF6;
 font-family: Verdana, Geneva, sans-serif;
 font-size: 4.0em;
 font-style: italic;
 text-align: center;
}

#mastlogo {
 margin: auto;
 width: 800px;
}

.blue {
 background-color: blue;
}

.bold {
 font-weight: bold;
}

.center {
 text-align: center;
}

.clear {
 clear: both;
}

.grey {
 color: #666666;
}

.fleft {
 float: left;
}

.fright {
 float: right;
}

.no_margpad {
 margin: 0px;
 padding: 0px;
}

.return_15px {
 margin: -15px 0 0 -15px;
}

.right {
 text-align: right;
}

.side_content {
 padding: 20px 25px;
}

.spacer { 
 height: 300px;
 width: 800px;
}

.square {
 height: 200px;
 padding: 5px;
 width: 200px;
}

.white {
 color: white;
}

.expand h3 {
 cursor: pointer;
 margin-bottom: 0px;
 padding-bottom: 0px;
 text-decoration: underline;
}

.expand h4 {
 margin-top: 0px;
}