/*
/***********************************************/
/* BE-style.css                                */
/* ******************************************* */

/* <<<<<<<<<<<<<<<<<<<<<<<<<< Structural Layout >>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
body {
 background: #003366;
 margin:  0;
 padding: 0;
 text-align: center;
/* IE hack Part 1 */ 
}

.image-bannerack-border1{
margin-bottom:auto;
}

/*---------------------------- Site Navigation -------------------------------*/
#hnav { /*Top Section Header Full Width*/
 width: 950px; /*HD Hack*/ 
 margin: 8px auto;
 height: 25px;
 background: #000000;
 padding: 0;
 border-top: 1px solid #ffffff; /*HD Hack*/
 border-bottom: 1px solid #ffffff; /*HD Hack*/
 border-left: 1px solid #ffffff;   /*HD Hack*/
 border-right: 1px solid #ffffff;  /*HD Hack*/
}

#header { /*Left Section of Header for Blog Title*/
 width: 360px;
 height: 25px;
 margin: 0px;
 padding: 0px;
 text-align: left;
 float: left;
}

#hmenu { /*Right Section of Header for navigation*/
 margin: 2px 5px 0 0;
 padding: 0px;
 text-transform:lowercase;
 text-align: right;
 float: right;
 width: 440px;
}

/* background:  url(../imagem/be-bannerack.jpg) no-repeat center; /*HD Hack*/

#masthead { /*Masthead Image for Header*/
 width: 950px; /*HD Hack*/
 height: 137px;
 margin: 0 auto;
 padding: 8px 0 0 0;
 border-top: 0px solid #cccccc; /*HD Hack*/
 border-right: 0px solid #cccccc; /*HD Hack*/
 border-bottom: 0px solid #cccccc; /*HD Hack*/
 border-left: 0px solid #cccccc; /*HD Hack*/
}

/*------------------------------- Main Body ----------------------------------*/
#container {
 width: 950px; /*HD Hack*/
 margin: 10px auto;
 background: #ffffff;
 border-left: 2px solid #cccccc; /*HD Hack*/
 border-right: 2px solid #cccccc; /*HD Hack*/
 font-family: Arial, Verdana,  Helvetica, sans-serif;
 font-size: 80%; /*controls whole page - size of text */
 text-align: left; /* IE hack Part 2 */
 border-top: 2px solid #cccccc;
 border-bottom: 2px solid #cccccc;
}

#topcontentdouble {
 float: left; /*HD Hack*/
 width: 498px; /*HD Hack*/
 height: 5px;
 /*background: #f5f6f7 url(images/header_whole2.gif) no-repeat right top;*/
 margin: 0 9px 0 9px;
 display: inline;
}

#topcontent { /*Add content on band above three columns*/
 width: 950px; /*HD Hack*/
 background: #f5f6f7 url(images/header_whole.gif) no-repeat top;
 margin: 9px auto 0 auto;
 height: 27px;
}

#content { /* Post middle content */
 float: left; /*HD Hack*/
 width: 500px;
 background: #ffffff;
 margin:  0 9px 0 9px;
 border-left: 1px solid #cccccc;
 border-right: 1px solid #cccccc;
 display: inline;
}

#bottomcontentdouble {
 display: inline;
 float: left; /*HD Hack*/
 width: 500px; /*HD Hack*/
 /*background: #f5f6f7 url(images/bottom_whole2.gif) no-repeat -40px 0;*/
 margin: 0 9px 9px 9px;
 height: 27px;
display: inline;
}

#singlecontent {
 width: 500px;
 background: #ffffff;
 padding-top:0;
 margin:  0 auto;
}

.post {
 margin-top: 0px;
 margin-left: 10px;
 margin-right: 20px;
 margin-bottom: 20px;
}

.post a {
 font-weight: normal; /* was bold; */
 color: #003366; /* was #003333; none */
 text-decoration: none;
}

.post a:hover {
 font-weight: normal; /* was bold; */
 color: #CCCCCC; /* was #003333; none */
 text-decoration: underline;
}

.post a:visited {
 color: #666666;
 text-decoration: none;
}

.post h2 {
 color: #003300;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 150%;
 font-weight: bold;
 border-top: 1px solid #cccccc;
 padding-top: 5px;
 margin-bottom: 20px;
 margin-top: 0px;
 margin-left: 0px;
text-decoration: none;
}

.post h2 a:hover {
 color: #666666;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 100%;
 font-weight: bold;
 padding-top: 5px;
 margin-bottom: 20px;
 margin-top: 0px;
 margin-left: 0px;
text-decoration: none;
}

.post h4 {
 color: #003366;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 115%;
 font-weight: bold;
}

.post h5 {
 color: #003366;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 115%;
 font-weight: bold;
 text-align:center;
}

.post t1-dont-work {
 color: #333300;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 250%;
 font-weight: bold;
 border-top: 1px solid #cccccc;
 padding-top: 5px;
 margin-bottom: 20px;
 margin-top: 0px;
 margin-left: 0px;
text-decoration: none;
}

.singlepost { /* Post middle content */
 float: left; /*HD Hack*/
 width: 482px;
 background: #ffffff;
 padding: 5px;
 margin:  0 9px 0 9px;
 border-left: 1px solid #cccccc;
 border-right: 1px solid #cccccc;
 display: inline;
}

#bottomcontent {
 width: 730px;
 background: #f444f7 url(images/bottom_whole.gif) no-repeat top;
 margin: 0px auto 0px auto;
 padding-bottom: 9px;
 height: 27px;
}


.meta {
 font-size: .9em;
 line-height: 15px;
}

.meta a {
 font-size: 1em;
 line-height: 15px;
 text-decoration: underline;
}


.feedback {
 float: right;
 font-size: 1.0em;
 line-height: 35px;
}


.author {
 width: 200px;
 float: right;
 text-align: right;
}


.archivelist {
 background: #ffffff;
 line-height: 20px;
}

.archivelist a {
 background: #ffffff;
 line-height: 20px;
 text-decoration: underline;
}


/*---------------------------- Page Navigation -------------------------------*/

.postnavigation {
 height: 5px;
}


.left {
 float: left;
 padding-left: 5px;
 margin:  0 9px 0 9px;
}


.right {
 float: right;
 padding-right: 5px; 
 margin:  0 9px 0 9px;
}


.leftdouble {
 font-size: 140%;
 float: left;
 padding-left: 10px;
}


.rightdouble {
 font-size: 140%;
 float: right;
 padding-right: 10px; 
}

/*
The following is the fix
for 3-pixel-jog bug in IE 
*/
/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #content {
 /*margin-right: 7px;*/
}
 
* html #sidebar {
 height: 1%;
}
/* End hide from IE5/mac */


/*
The following is the fix
for 3-pixel-jog bug in IE 
*/
/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #content {
 /*margin-right: 7px;*/ 
}
  f
* html #sidebar2 {
 height: 1%;
}
/* End hide from IE5/mac */



/* ------------------------------ Sidebar - Left -------------------------------*/

/* only for blackbox headings */
#sidebar {
 position: relative;
 float: left;
 width: 200px;
 margin: 0 0 0 10px;
 font-family: Arial,Verdana, Helvetica, sans-serif;
 font-size: 1.0em;
 text-align: left; /* IE hack Part 2 */
 display: inline;
 }

/* only the words but not the links */
#sidebar ul {
 position: relative;
}

#sidebar ul li {
 list-style-type: none;
 list-style-image: none;
}

#sidebar ul li ul {
 background: #fff;
 margin: 0 5px 0 0;
 padding: 0px 5px 15px 0px;
 list-style: none;
 
}

#sidebar ul li ul li{
 margin: 4px 4px 4px 0px;
 display: block;
 list-style: none;
 padding: 0 0 0 0;
}

/* this is the links */
#sidebar ul li ul li a{
 display: block;
 font-weight: bold;
 font-size:12px;
 text-decoration: none;
 height:1%; /* IE WIN */
}

/* when hover */
#sidebar ul li ul li a:hover{
 color: #CCCCCC;
 text-decoration: underline;
}

/* not used as far as I can tell */
#sidebar ul li ul li ul {
 margin: 0;
 padding: 0;
   
}

#sidebar ul, #sidebar ul li {
 margin: 0;
 padding: 0;

}

#sidebar h2 {
 background: #000000;
 height: 12px;
 margin: 10px 5px 0 0px;
 padding:  4px 0 2px 5px;
 color: #ffffff;
 border-bottom: 1px solid #fff;
}


/* ------------------------------ Sidebar2 - Right -----------------------------*/

#sidebar2 { /* Third Column to right of content */
 position: relative;
 float: right;
 width: 200px;
 margin: 0 10px 0 0;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 1.0em;
 text-align: left; /* IE hack Part 2 */
 display: inline;
}

#sidebar2 ul {
 position: relative;
}

#sidebar2 ul li {
 list-style-type: none;
 list-style-image: none;
}

#sidebar2 ul li ul{
 background: #fff;
 margin: 0 5px 0 0;
 padding: 0px 5px 15px 0px;
}

#sidebar2 ul li ul li{
 margin: 4px 4px 4px 0px;
 display: block;
 list-style: none;
 padding: 0 0 0 0;
}

/* only for my portal links */
#sidebar2 ul li ul li a{
 display: block;
 text-decoration: none;
 height:1%; /* IE WIN */
}

#sidebar2 ul li ul li a:hover{
 color:  #CCCCCC;
 text-decoration: underline;
}


#sidebar2 ul li ul li ul {
 margin: 0;
 padding: 0;
}

#sidebar2 ul, #sidebar ul li {
 margin: 0;
 padding: 0;
}

#sidebar2 h2 {
 background: #000000;
 height: 12px;
 margin: 10px 5px 0 0px;
 padding:  4px 0 2px 5px;
 color: #ffffff;
 border-bottom: 1px solid #fff;
}


/* ------------------------------ Comments -----------------------------------*/
#response {
 margin: 0px 110px;
}


#commentlist {
 padding: 0px 10px 0px 10px;
 margin-left: 10px;
 margin-right: 10px;
 color: #000000;
 list-style-type: none; 
 text-align: justify;
}


#commentlist li  p{
 padding: 0px;
 margin: 8px 0px 0px 0px;
}


.commentname {
 width: 220px;
 float: left;
 font-size: 0.9em;
 margin: 0;
 padding: 0  0 2px 0;
}


.commentinfo{
 width: 250px;
 float: right;
 text-align: right;
}


.commenttext {
 clear: both;
 padding-top: 0px;
 margin-top: 0px;
 margin-bottom: 70px;
 border-top: 1px solid #e4ebef;
 text-align:left; 
 line-height:16px;
}


/* ----------------------------- Comment Form ------------------------------- */
h2#postcomment {
 background: #FFFFFF url(images/comments.gif) no-repeat center top; 
 margin: 40px 0px 0px 0px;
 padding: 0 0 20px 10px;
}


#commentform {
 background: #f5f6f7; 
 padding: 1px 20px;
 margin-top: 0px;
 margin-bottom: 0px;
}


#commentboxes {
 width: 200px;
 float: left;
 color: #000000;
 font-size: 0.9em;
}


p.instructions {
 margin: 14px 0 0 200px;
 color: #000000;
 font-size: 0.9em;
 text-align: justify;
 border-left-width: 1px;
 border-left-style: solid;
 border-left-color: #cccccc;
 padding-left: 15px;
 position: relative;
}


#inputbox {
 clear: both;
 color: #000000;
 font-size: 0.9em;
}


#button{
 padding-top: 0.5em;
}


#commentsbottom {
 background: #FFFFFF url(images/commentsdown.gif) no-repeat center top; 
 margin: 0;
 padding: 0;
 height: 22px;
}


/* --------------------------- 'Sidebar' Structure -------------------------- */
#menu {
 width: 950px;
 height: 45px;
 background: #ffffff;
 border-top: 1px solid #cccccc;
 border-right: 1px solid #cccccc;
 border-bottom: 2px solid #cccccc;
 border-left: 1px solid #cccccc;
}


#searchform {
 float: left;
 margin-top: 12px;
 padding-left: 20px;
 display: inline;
}


#topimage {
 margin: 2px 0 0 0; 
 cursor: pointer;
 width: 60px;
 height: 40px;
 background: url(images/topbutton.gif) no-repeat top;
 float: right;
 padding-right: 9px;
 padding-top: 3px;
}


#topimage a{
 display:block;
 height:100%;
 overflow:hidden;
 text-decoration:none;
}

.storead {
margin: 5px 0 5px 0;
}

/* ------------------------------- Credits ---------------------------------- */
#footer {
 margin: 10px auto;
 width: 950px;
 font-size: .8em;

}


#footer p {
 margin-top: 0;
/* color:#00CC33; also changes color of footer test */
}


.clearer {
 clear: both;
 line-height: 0px;
}


/*------------------------------ H Menu Styling ----------------------------- */
#top { 
 display: inline;
 list-style-type: none;
}


#hnav ul li{
 display: inline;
}


#hnav ul li a {
 color: #ffffff;
 text-decoration: none;
 padding: 5px 0px 5px 30px;
 font-size: 0.7em;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-weight: normal;
}


#hnav ul li a:hover {
 color: #66FF00;
}



/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<< Typography >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* ------------------------------- General ---------------------------------- */

/* next two are the words and the hover for the Sponsors */
a {
 color: #003366;
 text-decoration: none;
}

a:hover {
 color:  #CCCCCC;
 text-decoration: underline;
}


top a {
 border: 0;
 text-decoration: none;
}


blockquote {
 background: #f5f6f7;
 padding: 3px 3px;
}


code {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 1.0em;
}


h1 a {
 margin: 0;
 padding: 0;
 text-decoration: none;
 color: #000033;
}


h2 {
 color: #000000;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 0.9em;
 margin-bottom: 0px;
 margin-top: 40px;
 margin-left: 10px;
}


h4.al {
 color: #000000;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 130%;
 font-weight: bold;
 margin-bottom: 10px;
 margin-top: 40px;
 border-top: 1px solid #cccccc;
 padding-top: 8px;
}


.singlepost h2 {
 color: #000000;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 120%;
 font-weight: bold;
 padding-top: 5px;
 margin-bottom: 40px;
 margin-top: 0px;
 margin-left: 0px;
}


h3 {
 text-align: left;
 color: #000000;
 margin: 0;
 margin-top: 3px;
 padding: 0;
 font-size: 0.9em;
 line-height: 26px;
 font-weight: normal;
}


/* ------------------------------Site Navigation ---------------------------- */
#blogtitle {
 margin: 0;
 padding: 0;
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 color: #ffffff;
 font-weight: bold;
 font-size: 0.8em;
}


#blogtitle a{
 font-weight: bold;
 color: #ffffff;
 text-decoration: none;
}


#blogtitle a:hover{
 color: #cccccc;
 font-weight: bold;
 text-decoration: none;
}


/* -------------------------------- Main Body ------------------------------- */
.post, .singlepost{
color: #000000;
 text-align: left;

}

.posted {
 color: #666666;
}

.storycontent {
 padding: 0px 0px 5px 0px;
 font: 1.1em Arial, Helvetica, sans-serif;
 line-height: 18px;
}

.singlepost p {
 margin-top: 0;
}

.singlepages p {
 color: #000000;
 text-align: left;
 margin: 0px 105px 80px 105px;
 line-height: 20px;
 font: 1.2em Arial, Helvetica, sans-serif;
}

.storycontent a {
 color: #000033;
 text-decoration: underline;
}


.storycontent a:hover {
 font-weight: normal;
 color: #666666;
}

.storycontent a:visited {
 color: #666666;
 text-decoration: underline;
}

/* ----------------------------- Page Navigation ---------------------------- */
.left a{
 color: #000033;
 font-size: 0.9em;
}


.right a{
 font-size: 0.9em;
 color: #000033;
}


.leftdouble a{
 color: #000033;
 font-size: 0.9em;
}


.rightdouble a{
 font-size: 0.9em;
 color: #000033;
}


/* -------------------------------- Comments ------------------------------- */
.commentauthor {
 font-weight: bold;
 font-size: 1.2em;
 padding: 0 0 2px 0;
 margin: 0;
 color: #000000;
}


.commentauthor a{
 font-weight: bold;
 margin: 0;
 padding: 0 20px 0 0;
 background: url(images/bullet.jpg) no-repeat top right;
}


.commentdate {
 font-size: 0.8em;
 text-align: right;
 line-height: 18px;
 padding: 0;
 margin: 0;
}


#nocomment, #commentsclosed {
 text-align: center;
 color: #7b7b7b;
 font-size: 1.1em;
}


/* ------------------------------ Comments Form ----------------------------- */
#comment  {
 width: 465px;
}


#comment, #author, #url, #email, #press{
 background: #e7e9ed;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 1.1em;
 color: #7b7b7b;
 padding: 1px 2px 1px 1px;
}


#comment, #author, #url, #email{
 border: 1px solid #d5d7db;
}


#comment:hover, #author:hover, #url:hover, #email:hover{
 border: 1px solid #7b7b7b;
}


#comment:focus, #author:focus, #url:focus, #email:focus{
 background: #FFFFFF;
 border: 1px solid #000000;
 color: #7b7b7b;
 padding: 1px 2px 1px 1px;
}


#commentboxes p {
 margin: 0;
 padding-bottom: 0.9em;
}


h2#comments{
 margin-bottom:40px;
}


p.feeds {
 float: right;
 margin-top: -1.8em;
 font-size: 0.9em;
}


p.feeds a, p.feeds a:hover  {
 text-decoration: none;
}


p.feeds a:hover {
 color: #000000;
}


#inputbox {
 clear: both;
 color: #7b7b7b;
 font-size: 0.9em;
}


#inputbox a {
 color: #7b7b7b;
}


#inputbox a:hover {
 color: #FFFFFF;
}


p.inputbox {
 margin: 0;
 padding-bottom: 10px;
}


p.pages {
 margin: 0;
 padding: 40px 40px;
 padding-top: 0;
 text-align: center;
}


p.pages a {
 color: #005D93;
}


/* ---------------------- Credits - bottom of Template ----------------------- */
p.credits {
 padding: 0px 0px;
 text-align: center;
 margin: 10px 0px; 
 color: #CCCCCC;
 font-family: Arial, Helvetica, sans-serif;
 font-size: small;
/*  background-color:#003366;  don't need  */
}
p.shmedits {
 padding: 0px 0px;
 text-align: center;
 margin: 10px 0px; 
 color:  #FF3366;
 font-family: Arial, Helvetica, sans-serif;
 font-size: small;
/*  background-color:#003366;  don't need  */
}

p.wordpress {
 margin: 0;
 padding: 0;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #cccccc;
}


/* --------------- Search/Archives/Categories Results Pages ------------------*/
.searchresult {
 padding: 30px 0 0 0;
 margin:0;
}


.searchresult a{
 color: #000033; 
}


.searchinfo {
 font-size: .9em;
 line-height: 18px;
 padding: 0 0 2px 0;
 color: #000000;
 margin: 0 ;
}




h1.searchdetails {
 font-size: 150%;
 padding: 9px 0 9px 0;
 color: #000000;
 margin: 0 0 0 9px ;
 font-weight: bold;
 font-family: Arial, Helvetica, sans-serif;
}


/*--------------------------- 'Comment Edit' Buttons ------------------------ */
#ed_toolbar {
 background: #d5d7db; 
 border: 1px solid #d5d7db;
 padding-left: 5px;
}


#ed_bold {
 background: url(images/bold.gif) no-repeat top;
 height: 22px;
 width: 22px;
 border: 0px none;
}


#ed_italic {
 background: url(images/italic.gif) no-repeat top;
 height: 22px;
 width: 22px;
 border: 0px none;
 margin-left: 5px;
}


#ed_link {
 background: url(images/link.gif) no-repeat top;
 height: 22px;
 width: 22px;
 border: 0px none;
 margin-left: 5px;
}


#ed_close{
 background: url(images/close.gif) no-repeat top;
 height: 22px;
 width: 22px;
 border: 0px none;
 margin-left: 25px;
}

/* 
This piece of code is for clearing
the floats without structural markup
Don't modify it
*/
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

.clearfix {
 display: inline-table;
}

/* Hides from IE-mac */
* html .clearfix {
 height: 0%;
}
.clearfix {
 display: block;
}
/* End hide from IE-mac */
.alt {
        background-color: #f8f8f8;
        background-color: #ced7e8;
        border-top: 1px solid #5f0409;
        border-bottom: 1px solid #5f0409;
        }
.notice {
       color: #05ac58;
       color: #5f0409;
       font-size: 1.2em;
       font-weight: bold;
        }
.notice2 {
        color: #5f0409;
        font-weight: bold;
         }
#wp-calendar a{
   background-color: #B2C9F5;
}
/* BE Text Styles for Postings */

.bePost1 {
	font-family: Arial, Helvetica, Sans-serif, Verdana, Geneva;
	font-size: small;
	font-style: italic;
	color: #000000;
	}

.bePost2 {
	font-family: Arial, Helvetica, Sans-serif, Verdana, Geneva;
	font-size: x-large;
	font-style: normal;
	font-weight : bold;
	color: #003366;
	}

.bePost3 {
	font-family: Arial, Helvetica, Sans-serif, Verdana, Geneva;
	font-size: small;
	font-style: normal;
	color: #000000;
	}

.bePost4 {
	font-family: Verdana, Arial, Helvetica, Sans-serif, Geneva;
	font-size: small;
	font-style: normal;
	color: #000000;
	}

.bePost5 {
	font-family: Geneva, Arial, Sans-serif, Verdana, Geneva;
	font-size: smaller;
	font-style: normal;
	color: #000000;
	}

.bePost6 {
	font-family: Arial, Helvetica, Sans-serif, Verdana, Geneva;
	font-size: medium;
	font-style: normal;
	font-weight : bold;
	color: #003366;
	}

.beTableTop1 {
 background-color:#cccccc;
 font-size: 115%;
 font-weight: bold;
}

.beExerpt1 {
	outline-style:outset;
	font-family: Geneva, Arial, Sans-serif, Verdana, Geneva;
	font-size: small;
	font-style: normal;
	color: #666666;
	background-color:#CCCCCC;
	}

.beIndent1 {
margin-left: 15px;
text-indent: 0px;
}

.bePostPost1 {
	font-size: smaller;
	}
