  /*  Sussex Inlet Computer Club css style sheet.  */

body  {
    font-size: 100%;
    margin: 0px 0px;
    padding: 0px;
    margin-bottom: 100px;
	}  
p  {  
  font-family: verdana, arial, helvetica;
  margin-left: 10px;
  font-style: normal;
  font-size: 16px;
  color: #000000;
  font-weight: 400;  
  /* 100 to 900 Specifies from thin to thick characters. 
  The keyword 'normal' is synonymous with '400', and 'bold' is synonymous with '700'.  */  
  	}

.wrapper  {
	max-width:100%;
	}
.entry-title {
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: 400;
	}	
a {
    display: block;
    background-color: #77a12f;
    text-decoration: none;
	}
a.service {
   color: #0000ff;
   background-color: #ffffff;
   display: inline;
	}
ul {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	font-family: verdana, arial, helvetica;
    font-size: 16px;
	}
li {
	float: left; 
		/* text-align: top; */
	text-align: center;
	border: solid 1px #ffffff;
	font-size:16px;
	line-height: 1.5em;
	display: inline;
	list-style-type: none;	
	color: #000000;
	background-color: #77a12f;
	}
	/*  START  Centering a menu  */
 
#navbar { 
max-width: 900px; 
overflow: hidden; 
} 
#navbar > li > a:link {
    color: #000000;
	font-size:14px;
	}
#navbar > li > a:visited {
    color: #000000;
	}	
#navbar > li > a:hover {
    background-color: #000000;
	color:#ffffff;
	}
	
#navbar ul { 
list-style: none; 
  /*position: relative; 
float: none;    */
display: inline-block; 
  /*  left: 50%; */
}
#navbar ul li { 
position: relative; 
float: none; 
display: inline-block; 
  /* right: 50%;  */
}
li {  display: inline-block; } 

		/*  END  Centering nav-bar menu  */
img  {
	display: block;
	max-width: 100%;
	height: auto;
	border: solid 1px #000000;
	margin-left: auto;
	margin-right: auto;
	}	
h1, h2, h3, h4, h5, h6 {
	margin: auto auto;
	text-align: center;
	font-family: 'Times New Roman', serif;
	color: #719A33;
	margin-bottom: -15px;
	margin-top: 10px;
	font-weight: 400;
	}
h1 {
	font-size: 3em;
	}
h2 {
	font-size: 2em;
	font-weight: bold;	
	}
h3 {
	font-size: 1.5em;
	}
h4 {
	font-size: 1.1em;
	}
h5 {
	font-size: .6em;
	}
h6 {
	font-size: .5em;
	}	
	
	
	
	
	
	
	
	
	
	
		
