/*
Theme Name: Baylor University Men's Choir
Theme URI: http://www.baylormenschoir.org/
Description: WordPress theme for the Baylor Men's Choir web site.
Version: 1.0.1
Author: Aaron A. Kelley
Author URI: http://aaron-kelley.net/

    This theme was designed and built by Aaron A. Kelley,
    modeled after the original BUMC web site design by
    Ramsay Zaki.

*/
#center_element {
	width: 65em;
	border: 0;
	padding: 0;
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
hr {
	border: 0;
	border-top: 1px solid #003015; /* border widths are duplicated by hr's so its actually 2px high */
}

a:link    {color:green;}
a:visited {color:green;}
a:hover   {color:red;}
a:active  {color:yellow;} 

#blackbar {
	width: 65em;
	background-color: #000;
	height: 10px;
	margin:0;
	padding:0;
}

#header {
	background-color: #003015;
	height: 100px;
	border-bottom: 3px solid #fecb00;
}
#footer {
	border-top: 3px solid #fecb00;
	background-color: #003015;
	text-align: center;
	color:#FFFFFF;
	font-size: small;
}
#footer a {
	color:white;
}
#footerpad {
	padding: .5em 0 0 0;
}
#main {
	overflow:hidden;
	margin: 0;
	padding: .5em 0 0 .5em;
}
#content {
	padding: 0 1em 1000px 2em;
	float:left;
	margin: 0 0 -1000px 0;
	width: 45em;
	min-height: 30em;
}
#page_title {
	text-align: center;
	font-size: 150%;
	color: #fecb00;
	padding: 1em .5em 1em .5em;
	font-weight:bold;
}
.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

body {
	margin-top: 8px;
	margin-left: 0px;

	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	text-align: justify;

	background-color: #D9D9D9;
}

table.border
{
	border-right: #FFFFFF 3px solid;
	border-top: #FFFFFF 3px solid;
	border-left: #FFFFFF 3px solid;
	border-bottom: #FFFFFF 3px solid;
	/*background-color: #00CC99;*/
	background-color: #009944;

	/*width: 720px;*/
        min-width: 720px;
        width: 80%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}
.cleared {
	clear: both;
	line-height: 0;
	display: block;
}

table.superheading
{
	color: #FFFFFF;
	font-family: "Times New Roman", times, serif;
	font-size: small;
	letter-spacing: 4px;

        border: #009966 3px solid;
	background-color: #007744;

	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 1px;
}

table.superheading a
{
	color: #FFFFFF;
	font-family: "Times New Roman", times, serif;
	font-size: small;
	letter-spacing: 1px;
	text-decoration: none;
}

table.heading
{
	color: #FFFFFF;
	font-family: "Times New Roman", times, serif;
	font-size: small;
	letter-spacing: 4px;
	text-transform: uppercase;

	background-color: #006633;

	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 1px;
}

table.heading a
{
	color: #FFFFFF;
	font-family: "Times New Roman", times, serif;
	font-size: small;
	letter-spacing: 4px;
	text-decoration: none;
	text-transform: uppercase;    
}

table.content
{
	border: #009966 1px solid;
	background-color: #FFFFFF;

	width: 89%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
}

table.layout
{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

table.orderform
{
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}


td.layout
{
	vertical-align: top;
	width: 50%;
}

table.calendar
{
	border: #CCCCCC 1px solid;
	width: 100%;
}

table.repertoire
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

td.rep-left
{
}

td.rep-right
{
	text-align: right;
}

td.calendar
{
	border: #CCCCCC 1px solid;
	width: 25%;
	vertical-align: top;
}

td.calendar-highlight
{
	background-color: #00CC99;
}

td.top
{
	vertical-align: top;
}

.pagetitle
{
    text-align: center;
}

.callig
{
	font-family: "Lucida Calligraphy", sans-serif;
	font-size: medium;
	color: #333333;
}

.foot-left
{
	color: #FFFFFF;
	background-color: #009966;
}

.foot-center
{
    color: #FFFFFF;
    background-color: #009966;
    text-align: center;
}

.foot-right
{
	color: #FFFFFF;
	background-color: #009966;
	text-align: right;
}

.medium
{
	font-size: medium;
}

.small
{
	font-size: small;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
.centered {
	text-align: center;
}
/* End Images */
/* LEFTNAV DARK GREEN */

.menu {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	width: 18em;
	height: 10001px;
	position:relative;  
	margin: 0 0 -10000px 0;
	z-index: 100;
	float: left;
	padding: 0;
	background-color:#003015;
}

.menu ul li {
 background-color:#003015;
}
	
.menu ul li.menu-item-type-custom a, .menu ul li.menu-item-type-custom a {
	display:block; 
	text-decoration: none;
	color: #fff;
	width:15em;
	font-weight: bold;
/*	height:18px; */
	padding: 4px 2em 4px 1em;
        background-image: url("https://www.baylor.edu/facultystaff/images/nav_gold_arrow.png");
        background-repeat:no-repeat;
        background-position:center right; 
}

.menu ul li a {
	display:block; 
	text-decoration: none;
	color: #FFF;
	width:15em;
	font-weight: bold;
	padding: 4px 2em 4px 1em;
/*	height:18px; */
/*        background-image: url("https://www.baylor.edu/facultystaff/images/no_nav_arrow.png");
	background-repeat:no-repeat;
        background-position:center right;  */
	background-image: none;
}

li.widget {
	padding:0; 
	margin:0;
	list-style-type: none;
}

.menu ul {
	padding:0; 
	margin:0;
	list-style-type: none; 
}

.menu ul li {
	float:left; 
	margin-right:1px; 
	position:relative;
	border-bottom: 1px solid #000;
}

.menu ul li ul {
	display: none;
}

/* LEFTNAV LIGHT GREEN */

.menu_lt {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	width: 202px;
	height: auto;
	position:relative;  
	margin: 0px;
	z-index: 100;
}

.menu_lt ul li {
 background-color:#ddd;
}	
       
.menu_lt ul li.menu-item-type-custom a, .menu_lt ul.menu-item-type-custom li a:visited {
	display:block; 
	text-decoration: none;
	color: #fff;
	width:177px; 
	font-weight: bold;
/*	height:18px; */
	padding: 4px 25px 4px 10px;
	background-image: url("https://www.baylor.edu/frontpage/images/revised/green_nav_arrow.png");
	background-repeat: no-repeat;
        background-repeat:no-repeat;
        background-position:center right; 
/*	border-bottom: 1px solid #000; */
}

.menu_lt ul li a {
	display:block; 
	text-decoration: none;
	color: #005424;
	width:177px; 
	font-weight: bold;
/*	height:18px; */
	padding: 4px 25px 4px 10px;  
/*        background-image: url("https://www.baylor.edu/facultystaff/images/no_nav_arrow.png"); */
/*        background-repeat:no-repeat; */
		  background-image: none;
/*	border-bottom: 1px solid #000; */
}

.menu_lt ul {
	padding:0; 
	margin:0;
	list-style-type: none; 
}

.menu_lt ul li {
	float:left; 
	margin-right:1px; 
	position:relative;
	border-bottom: 1px solid #000;
}

.menu_lt ul li ul {
	display: none;
}
/* LEFTNAV DARK GREEN */

.menu ul li:hover a {
	color:#fecb00;
	font-weight: bold; 
	background:#005524;
	text-decoration: none;
}

.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:0px; 
	left:18em; 
	width:18em;
	border: 1px solid #b8b8b8;
}

.menu ul li:hover ul li a {
	display:block; 
	background:#eaeaea; 
/*	opacity: .9; */
/*	filter: alpha(opacity=90);*/
	color:#005524; 
	width:15em;
	text-decoration: none;
}

.menu ul li:hover ul li a:hover {
	background:#b0b0b0; 
	color:#fff;
	text-decoration: none;
}
/* LEFTNAV LIGHT GREEN */

.menu_lt ul li:hover a {
	color:#fff;
	font-weight: bold; 
	background:#005424;
	text-decoration: none;
}

.menu_lt ul li:hover ul {
	display:block; 
	position:absolute; 
	top:0px; 
	left: 20em; 
	width: 15em;
	border-left: 1px solid #FFF;
}

.menu_lt ul li:hover ul li a {
	display:block; 
	background:#eaeaea; 
/*	opacity: .9; */
	filter: alpha(opacity=90);
	color:#005424;
	width:15em;
	text-decoration: none;
}

.menu_lt ul li:hover ul li a:hover {
	background:#b0b0b0; 
	color:#fff;
	text-decoration: none;
}
