@font-face {
  font-family: 'TrajanPro';
  src: url('../trajan_pro.eot'); /* IE9 Compat Modes */
  src: url('../trajan_pro.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../trajan_pro.woff') format('woff'), /* Pretty Modern Browsers */
       url('../trajan_pro.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../trajan_pro.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TrajanPro';
    src: url('../TrajanPro-Bold.otf');
    font-weight: bold;
}

body{
	margin: 0px;
	width: 100%;
	height: 100%;
	background: #eee;
	background: url('../images/pillars.jpg') no-repeat center center fixed;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
 	-o-background-size: cover;
	background-size: cover;
	background-position: 0px 0px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/pillars.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/CBLR/images/pillars.jpg', sizingMethod='scale')";
    font-family: 'Arial';
    font-size: 14px;
    line-height: 20px;
	}
#logo_top{
font-family: 'TrajanPro';
font-size: 28px;
color: #025caa;
letter-spacing: 0.8px;
margin-top: 27px;
font-weight: bold;
}
#logo_subtext{
font-family: 'TrajanPro';
font-size: 13px;
color: #959595;
letter-spacing: 1.8px;
margin-top: 5px;
text-transform: uppercase;
}

#top_container{
 position: absolute; top: 0px; left: 0px; width: 100%; height: 137px; background: #fff; align: center;
}
#top_container_1000{
 position: relative; width: 1000px; margin: 0px auto;
}

#logo{position: absolute;}
#search_box{ position: absolute; top:30px; right: 10px; height: 30px; width: 230px;}
.search{ background: url('../images/search_icon.png') no-repeat; background-position: 206px 3px; border: 0px; font-size: 14px; color: #bbb; padding: 8px 5px; width: 228px; border: 2px solid #ddd; border-radius: 3px;}
#search{ position: absolute; top:30px; right: 10px; height: 30px; width: 230px; z-index: 9999;}
/*#s { background: url('../images/search_icon.png') no-repeat; background-position: 206px 3px; border: 0px; font-size: 14px; color: #bbb; padding: 8px 5px; width: 228px; border: 2px solid #ddd; border-radius: 3px;}*/
#searchsubmit { background: url('../images/search_icon.png') no-repeat; height: 30px; width: 30px; border: 0px; position: absolute; top: 5px; left: 207px;}
#top_menu{width:1000px; margin: 0px auto;}
#footer_container{width: 1000px; margin: 5px auto; font-family: Arial; font-size: 13px; color: #10416a;}
#footer_contents{margin: 10px; float: left;}
#footer{
 margin-top: 50px;
 width: 100%;
 border-top: 1px solid #d4d4d4;
 background: #f3f3f2;
 height: 73px;
 position: fixed;
 bottom: 0px;
}

.cul-footer {
  background: #d9d9d9;
  clear: both;
  color: #777;
  font-size: 12px;
  padding: 4px 20px;
  text-align: center;
}

.cul-footer a {
  color: #777;
  text-decoration: underline;
}

.cul-footer a:hover {
  text-decoration: none;
}

#top_menu ul{
 font-family: 'TrajanPro';
 font-weight: bold;
 margin: 0px;
 padding: 0px;
 height: 42px;
 z-index: 999999;
}

#top_menu li{
 padding: 12.5px 45px;
 list-style:none;
 cursor: pointer;
 float: left;
 color: #fff;
 font-size: 16px;
 height: 17px;
 z-index: 999999;
}

.announcements a{
	color: #666;
	text-decoration: none;
}

.announcements a:hover{
	color: #015daa;
}

.vticker{
	width: 790px;
}
.vticker ul{
	padding: 0;
	height: 50px;
}
.vticker li{
	list-style: none;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 10px;
	font-family:  Helvetica, Arial, Times;
 	font-size: 16px;
 	font-weight:  bold;
 	color: #444;
 	line-height: 20px;
}
.et-run{
	background: red;
}

h3{
	font-size: 10px;
	color: #666;
	text-transform: uppercase;
}

.article_title a{
	color:  #025dad;
	text-decoration: none;
	text-align: left;
}

.article_title a:hover{
	color: #444;
}

.article_footer a{
	color: #025dad;
}

.bullet a{ color: #444; }
.bullet a:hover{ color: #025dad; }
#footer_contents a{ color: #444; }
#footer_contents a:hover{ color: #025dad; }

/*
//OLD CSS
//
*/

a {
	color: #5B6DA6;
	text-decoration:none;
}
/*a:visited { color: #8C724E; }*/
a:active { color: #8C724E; }
a:hover { text-decoration: underline; }
dl { margin-bottom: 1.75em; }
dt { margin-bottom: 0.75em; }
dd { margin-bottom: 0.25em; }
h2, h3, h4, h5, h6 {
	font-weight:500;
	margin-bottom:0.5em;
	margin-top:0.5em;
}
h2 {
	font-family: Georgia, serif;
	font-size: 1.35em;
	font-variant:small-caps;
}
h3 {
	font-size: 1.1em;
	font-weight:600;
}
li {
	line-height: 1.2em;
	margin-bottom: 0.75em;
}
p { margin-bottom: 1em; }
td {
	height:auto;
}
tr {
	height:auto;
}
body.single div.maincontent small.date {
	margin-bottom: 1em;
	display: block;
}
.printonly {
	display: none;
	visibility: hidden;
}
/** Structure **/
#custom-doc {
	background-color:#FFFFF7;
	border:solid 2px #b5c8d7;
	font-family: verdana;
	font-size: 100%;
	margin:0 auto;
	text-align:left;
	width:972px;
}
#bd {
	background-image: url('../images/el-sidebar-bg.png');
	background-position:691px 0;
	background-repeat:repeat-y;
	height:100%;
	margin-top:0px;
	width:100%;
}
*:first-child+html #bd {
	overflow:hidden;
	height:100%;
	width:100%;
	position:relative;
}
#bd .maincontent {
	margin:1em 25px 4em;
	width: 616px;
}
#bd, #nav { margin-left: 0; }
#bd .maincontent ol, #bd .maincontent ul {
	margin-left: 1em;
	margin-bottom: 1em;
}
#bd .maincontent ol li {
	margin-left: 1em;
	list-style-type: disc;
}

/** Banner **/
#banner {
	background-color: #FFFFF7;
	border-width: 5px 0;
	border-color: #b09f84;
	border-style: solid;
	height: inherit;
	position:relative;
	display:block;
}
#banner h2 { margin: 0.5em 25px; }
#banner img {
	height: 232px;
	width: 972px;
}
#banner .banner {
	width: 632px;
	background-color: #FFFFF0;
}
#banner .text {
	width: 300px;
	margin-left: 1em;
	color: #FFFFF0;
}
body.home #banner {
	height:232px;
}
body.home #banner a {
	float:left;
	position:absolute;
}
body.home #banner.single a { text-decoration: none; }
#banner.hide{
	display:none;
	margin-left:-1000px;
}
#banner.show{
	display:inline;
	margin-left:0px;
}

/** Header **/
#hd h1.logo {
	background-image: url('../images/el-logo.png');
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	height: 41px;
	text-indent: -1000em;
	width: 100%;
	margin:15px 5px 10px;
}

/** Content-type Formatting **/
.alignright { float:right; }
.alignleft { float:left; }
.authored-item h3 {
	font-size:0.9em;
	font-weight:600;
}
.clear { clear:both }
.entry > h2 {
	padding-top:0;
	margin-top:0;
}
.entry form { margin-bottom:2em; }
.hentry {
	border-bottom:1px #C4C4BE solid;
	margin-bottom:2em;
	padding-bottom:1em;
}
.hentry h3.title { margin-bottom: 0 !important; }
.hentry small.date {
	margin-bottom: 1em;
	display: block;
}
.hide {
	display: none;
	visibility: hidden;
}
.info, .information {
	font-size:small;
	margin-bottom:1em;
}
.maincontent h2.title {
	color: #5B6DA6;
	margin-bottom: 0.7em;
	line-height: 1.2em;
}
.maincontent p { margin-bottom: 1.5em; }
.masthead dl { margin-bottom: 0;}
.masthead dt {
	color:#817460;
	margin-bottom:0.75em;
}
.masthead td {
	padding-bottom: 0.75em;
}
.masthead dl > dt:only-child {
	margin-bottom:0;
}
.navigation {
	margin-bottom:1.75em;
	margin-top:0;
}
.navigation a:link { color: #5B6DA6;}
.navigation a:visited { color: #5B6DA6;}
.navigation a:active { color: #5B6DA6;}
.piece-category-title { font-weight:500; }
.postmetadata {
	font-size:smaller;
	margin: 0.75em 0 0.5em 0;
}
.postmetadata p { margin-bottom:0; }
#bd .postmetadata ul { margin: 0.75em 0; }
.postmetadata ul li {
	list-style-type: none;
	margin-bottom: 0.25em;
	margin-left: 0;
}
.support li { line-height: 2em; }
.support li a {
	color: #000;
	text-decoration: none;
}
.teaser { padding: 1em 0 0; }

#bd .minibox {
	margin-right: 22px;
	width: 190px;
}
#bd .minibox:first-child { margin-right:0px; }
#bd .minibox h2 + img { margin-bottom: 1em; }
#bd.cblr-online .entry br {
	display:block;
	height:10px;
	margin:1em;
}
#bd.masthead .maincontent { padding-top: 1em; }
#respond form #comment { width: 100%; }

/** Forms **/
.contact-form { margin-bottom:2em; }
.contact-form dt {
	color: #8C724E;
	font-weight: 600;
	margin-bottom: 0.75em;
}
.contact-form dd { margin-bottom:0.75em; }
.contact-form button {
	padding-left:0.75em;
	padding-right:0.75em;
}
.print-only {
	display:none;
	visibility:hidden;
}
#bd.donation-form table { width:100%; }
#bd.donation-form td { margin-left:25px; }
#bd.donation-form tr {
	height:3em;
	margin-bottom:1em;
}
#bd.donation-form dl { margin-bottom:1em; }
#bd.donation-form dt { font-weight:600; }
#bd.donation-form dd { margin-left:2em; }
#bd.donation-form form { margin-top:1em; }
