/*   
Theme Name: IBBF
Theme URI: http://www.ibbfrota.com
Description: Theme for the Iglesia Biblica Bautista Fe de Rota
Author: Larry R. Carlisle
Author URI: http://www.carlislefamily.net
Version: 0.1
*/

body {
     background:url('http://ibbfrota.com/wp-content/uploads/2010/01/background_image2.png');
     }

#container {
           margin:0 auto; width:845px; text-align:center;
           }


#sidebar {
         float:right; width:200px; text-align:left; background-color: white;
             filter:alpha(opacity=50);
	     -moz-opacity:0.5;
	     -khtml-opacity: 0.5;
	     opacity: 0.5;
             padding: 5px 5px 0px 5px;
         }


#content {
         float:left; background:url(http://ibbfrota.com/wp-content/uploads/2010/01/sides.png) top left repeat-y; width:605px; text-align:left; padding: 0px 5px 0px 25px;
         }




#footer {
        width:100%; clear:both;
        }



/* Beginning of the Verse of the Day */
     .biblevotd img { display: none; }
/* End of the Verse of the Day */


/*Instructions for the tab box on the doctrine page*/
     .tabbox { position: relative;
		   top: 0;
		   left: 0;
		   width: 565px;
		   height: 220px;
		 }

     .tabbox h2 { position: relative;
              margin: 0;
              padding: 0;
              width: 150px;
              border: solid #000;
              border-width: 1px 0 1px 1px;
              z-index: 2;
            }

     .tabbox .last h2 { border-bottom-width: 1px; }

     .tabbox h2 a { display: block;
                padding: 5px;
                margin: 0 1px 0 0;
                font-size: 16px;
                color: #000;
                text-decoration: none;
			  }

     .tabbox h2 a:hover { background: #FFC; }

     .tabbox .tabpanel { position: absolute;
                     top: 0;
                     left: 150px;
                     width: 430px;
                     height: 250px;
                     padding: 7px;
                     background: #DEDEDE;
                     border: 1px solid #000;
                     border-top: 1px solid #000;
                     z-index: 1;
                     visibility: hidden;
                   }

     .tabbox .selected .tabpanel { visibility: visible;
                               overflow: auto;
                             }

     .tabbox .selected h2 a { background: #DEDEDE;
                          margin: 0;
                          cursor: default;
                        }
/*End of instructions for tab box on doctrine page*/

