/*---------------------------------------------------*/
/*SAINT AIDAN’S CSS SHEET*/
/*LAST MODIFIED 5-25-2010*/
/*---------------------------------------------------*/

/*---------------------------------------------------*/
/*NOTES*/
/*Font sizes are in percentages*/
/*Container sizes and properties are in pixels*/
/*Adding additional floats to the containers can lead to severe breakages in IE7*/
/*At present, the JavaScript font size is being controlled through “<small>” tags in the HTML itself; need to add CSS font control for .js*/
/*At present, the Google CSE has dumped a lot of style-related stuff into the page template; need to clean this up at some point.*/
/*---------------------------------------------------*/

/*---------------------------------------------------*/
/*BODY*/
/*Overall formatting for the entire site*/
body  {
	margin: 10px 0 0 0;
	padding: 0;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	font-size : 80%;
	color : #000000;
	background-color:#ffffff;
}
/*---------------------------------------------------*/

/*---------------------------------------------------*/
/*CONTENT*/
/*Content container properties*/
#content {
	margin: none;
	padding: 10px;
	border: none;
	width: 440px;
	float: left;
	float: right;
	background-color: #fff;
	
}		

#content li{
line-height:0em;
}

#content ul li ul{
padding-left:5px;
}
.bullet{
font-size:90%; 	
padding-left:0px;
}
/*Properties for content h3; may add h1, h2 properties at later date*/
#content h3 {
	margin: 0 0 5px 0;
	font-size: 120%;
}	

#content h1 {
text-align:center;
}

h2.center {
text-align:center;
}
/*Properties for content p*/
#content p {
	line-height: 1.3em;
}

/*Misnamed – used in content for centering image*/
img.center{
display:block;
margin-left:auto;
margin-right:auto;
}

/*---------------------------------------------------*/

/*---------------------------------------------------*/
/*CONTENTWRAPPER*/
/*Properties of contentwrapper (used in bottom bar)*/
#contentwrapper {
width: 800px;
padding-top: 0;
}

/*Properties of contentwrapper p*/
#contentwrapper p {
text-align:center;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	font-size : 80%;
	color : #fff;
}

/*Properties of contentwrapper a*/
#contentwrapper a {
font-family: Geneva, Helvetica, Arial, sans-serif;
font-size: 100%;
color: white;
text-decoration: underline;
}

/*Properties of contentwrapper a:hover*/
#contentwrapper a:hover {
	font-family: Geneva, Helvetica, Arial, sans-serif;
	font-size : 100%;
	color : #fff;
	text-decoration: underline;
	background-color: #00B5EF;
}
/*---------------------------------------------------*/

/*---------------------------------------------------*/
/*EXTRA*/
/*Properties of extra (Google search box)*/
#extra {
width: 120px;
text-align: right;
color: #fff;
float: left;
padding-top: 5px;
padding-bottom: 0;
}

/*Properties of extra a; not sure if Google is using this or not*/
#extra a {
text-decoration: none;
color: #fff;
}

/*Properties of extra a:hover; not sure if Google is using this or not*/
#extra a:hover {
text-decoration: underline;
}
/*---------------------------------------------------*/

/*---------------------------------------------------*/
/*HORZWRAPPER*/
/*Properties of horzwrapper container*/
#horzwrapper {
background-color: #9B7A4F;
width: 800px;
color: #fff;
border-bottom: 2px solid;
border-bottom-color: #fff;
float: left;
border-top: 2px solid white;
}
/*---------------------------------------------------*/

/*---------------------------------------------------*/
/*MAIN*/
/*Used for banner*/	
#main {
	padding: 0 0 0 0;
	float:left;
}

/*Properties of imgs for main*/	
#main img {
border-style:none;

float:left;
}

.staidans {
border-style:none;
float:right;
padding-left:25px;
}
/*---------------------------------------------------*/
	
/*---------------------------------------------------*/
/*PAGEWRAPPER*/
/*Contains the page to 800px (default), centers on screen)*/
#pagewrapper {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 800px;
}
/*---------------------------------------------------*/

/*---------------------------------------------------*/
/*WRAPPER*/
/*Wrapper properties – provides background color, width, etc*/
#wrapper { 
width: 800px;
background-color: #B0DCA3;
margin: 0px;
float: left;
border-bottom: 2px solid;
border-bottom-color: #fff;
}
/*---------------------------------------------------*/

/*---------------------------------------------------*/
/*SIDEBAR*/
/*Properties of right-hand sidebar container*/
#sidebar {
float: right;
width: 150px;
padding-top: 4px;
}

/*Properties of right-hand sidebar h3*/
#sidebar h3 {
margin: 10px 0 0 0;
padding-left: 10px;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 100%;
color: #000000;
}

/*Properties of sidebar p*/
#sidebar p {
	margin: 10px 10px 0 0;
	padding-left: 15px;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	font-size : 90%;
	color : #000000;
}

/*Properties of right-hand sidebar li*/
#sidebar li {
margin: 5px 10px 7px 0px;
padding: 0;
list-style-type: none;
font-size: 95%;	
}

/*Properties of right-hand sidebar ul*/
#sidebar ul {
margin-left: 0px;
padding-left: 25px;
}


.highlight a{
font-size:110%;
display: block;
font-weight: bold;
color: black;
border-bottom: 1px solid;
border-top: 1px solid;
border-top-color: #999999;
border-bottom-color: #999999;
text-decoration:none;
}

.highlight a:hover{
font-size:110%;
text-decoration: none;
background-color: #5BBA4A;
color: #ffffff;
}
/*---------------------------------------------------*/

/*---------------------------------------------------*/
/*SIDENAV*/
/*Properties of sidenav container; NB: do NOT add any additional floats, as this breaks the page for IE7*/
#sidenav {
float:left;
width: 190px;	
padding-top: 4px;
}



/*Properties of sidenav li*/
#sidenav li {
margin: 5px 10px 7px 0px;
padding: 0;
list-style-type: none;
display: block;
border-top: 1px solid;
border-top-color: #999999;
font-size: 105%;
}


/*Properties of sidenav li a*/
#sidenav li a {
text-decoration: none;
color: #333333;
}


/*Properties of sidenav li a:hover*/
#sidenav li a:hover	{
text-decoration: underline;
color: #000064;
}

/*Properties of sidenav ul*/
#sidenav ul {
margin-left: 0px;
padding-left: 15px;
}

/*Properties for subnav container; uses sidenav a, a:hover properties*/
.subnav {
font-size: 85%;
list-style-type: none;
border: 0px;
display: block;
padding-left: 5px;
}

/*---------------------------------------------------*/

/*---------------------------------------------------*/
/*“SPECIAL”*/
/*Propeties of “special” links container(e-Bulletin, listserv)*/
#special {
float: left;
width: 190px;
}

/*Properties of “special” li*/
#special li{
margin: 5px 10px 7px 0px;
padding: 0;
list-style-type: none;
display: block;
border-top: 1px solid;
border-top-color: #999999;
font-size: 105%;
}

/*Propeties of “special” li a*/
#special li a{
display: block;
font-weight: bold;
color: black;
border-bottom: 1px solid;
border-bottom-color: #999999;
}

/*Properties of “special” li a:hover*/
#special li a:hover{
text-decoration: none;
background-color: #5BBA4A;
color: #fff;
}


/*Properties of “special” links ul*/
#special ul {
margin-left: 0px;
padding-left: 15px;
}
/*---------------------------------------------------*/

/*---------------------------------------------------*/
/*TABLE*/
table {
table-layout:fixed;
}

table, td {
padding:5px;
}
/*---------------------------------------------------*/

/*---------------------------------------------------*/
/*TOPNAV*/
/*Properties of topnav container*/
#topnav {
background-color: #9B7A4F;
color: #fff;
width: 600px;
float: left;
padding: 10px;
}

/*Properties of topnav a*/
#topnav a {
font-weight:bold;
text-decoration: none;
color: #fff;
}

/*Properties of topnav a:hover*/
#topnav a:hover {
text-decoration: underline;
}
/*---------------------------------------------------*/

#fadeshow1{
display:block;
margin-left:auto;
margin-right:auto;
}

#mapcontainer{
float:right;
}

#container{
padding-left:5px;
}

img.boxleft{
float:left;
padding:5px;
clear:both;
}

img.center{
display:box;
margin-left:auto;
margin-right:auto;
}