/* blagosphere.org common style sheet */
/* Copyright 2007 Lawrence Sica.  All Rights Reserved. */

#appBody 	{ font-family: Helvetica, Arial; width: 97%; background-color: #FFFFCC;}
#sideBar	{ display: block; 
			 background-color: #FFFFCC;
			 margin-left: auto; 
			 margin-right: 0px; 
			 margin-top: 0px;
			 margin-bottom: auto;
			 width: 20%;
			 z-index: 1;
			 padding-right: 0px;
			 float: right;
			 border-left: 1px solid black;
			}
			
#content	{ display: block; 
	         margin-left: 2px; 
	         margin-right: auto; 
			 margin-top: 0px;
			 float: top;
			 margin-bottom: auto; 
			 z-index: 1; 
 			 background-color: #FFFFCC;
			 padding: 5px;
			}
			
#header		{ width: 100%; 
			  margin-top: 0px; 
			  margin-bottom: auto; 
			  padding: 0px; 
			  border: 1px solid black; 
			  background-color: #2831A9;
			  background-image: url("/images/blagosphere-header-r.png");
			  background-position: right;
			  background-repeat: no-repeat;);
			}
			
#footer		{ position: absolute; bottom: 5px; left: 2px; width: 98%; }


/* tag changes */
a { text-decoration: none; color: #000000;}
a:hover {text-decoration: underline;}

/* text blocks */
#textColor		{ background-color: white; border: 1px solid black; width: 79%; float: center; }
.introText		{ text-align: left; width: 95%; padding-right: 5px; padding-left: 5px; } 
.copyright		{ text-align: center; margin-left: auto; margin-right: auto; margin-bottom: 5px; font-size: small; }
.blagHeaderText	{ padding: 0px; text-align: center; font-size: 20px; font-family: Verdana;}
.bottomNavText	  { border: 1px solid black; 
					background-color: #D0373C;
					padding: 3px 0px;
					text-align: center; 
					font-size: small; 
					margin-left: auto; 
					margin-right: auto; }
/* sidebar */
.sidebarTitle 	{ font-weight: bold; 
	  			  background-color: #D0373C;
	  			  color: #000000;
				  text-align: center; 
				  padding: 3px; 
				  margin-top: 0px;
				  border: 1px solid black;
				  width: 96%;
				}
				
.sideBarLinkTitle { font-weight: bold;
					  background-color: #D0373C;
					  color: #000000;
					  text-align: center; 
					  padding: 3px; 
					  border: 1px solid black;
					  width: 96%;
				}
				
.blagList		{ margin-left: 2px; list-style-type: none; padding: 1px 3px;}
.memberList		{ list-style-type: none; margin-left: 5px;}
.memberListTitle { font-size: 12pt; padding: 0px; margin-left: 5px; text-decoration: underline; font-style: normal;}
/* image styles */
.comicImage { border: none; margin-left: auto; margin-right: auto; padding: 5px;}
.headerImageL {margin-top: 0px; margin-left: 0px; padding: 0px;}
.headerImageR {margin-top: 0px; margin-right: 0px; padding: 0px; float: right;}