/* general link settings  */
a:link {
	color: #b76666;
	text-decoration: none;
	font-weight: 400;
	border-bottom: none;
}
a:visited {
	color: #b76666;
	text-decoration: none;
	font-weight: 400;
	border-bottom: none;
}

a:hover {
	color: #000066;
	border-bottom: thin solid #000066;

}

body { /* the main page defaults */
	background: #ccccff;
	margin: 0;
	padding: 0px 25px 25px 25px;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
}

/* the border element is not valid xhtml, so we use this to get rid of border around images */
img {
border: none;
}


/* hidden text for screen readers at top of html page*/
#skip a {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
 
#skip a:focus {
	position:static;
	width:auto;
	height:auto;
} 

#astlogo { /* controls where the ast logo appears*/
	text-align: left;
	padding: 15px;
	margin: 10px 10px 10px 10px;
}




#header { /* the top of the page, logo and image area */
	background: #021181 url('http://www.astheology.ns.ca/images/headerbg.png') no-repeat top right;
	margin: 0px 0px 0px 0px;
	height: 149px;
	color: #971f3e;
	font-size: 125%;
	font-style: italic;
	vertical-align: bottom;
	text-align: left;
	border: #000000 solid 1px; /* old border colour #000000 delete */
}






#maincol { /* where everything goes, the whole middle column, ast logo and all */
	background: #ffffff;
	color: #000000;
	height: 100%;
	margin: 0px 10px 10px 10px;
	border: #333366 solid 0px;
}


#maintext {
	background: #ffffff;
	font-size: 105%;
	padding: 15px;
	margin: 10px 10px 10px 10px;
	margin-left: 165px;
}


#maintext p {
	margin-left: 20px;
}

#maintext p.noindent{
	margin-left: 1px;
}


#topmenu { /* the horizontal top menu, i.e. top nav bar */
	width: 100%;
	float: left;
	text-align: center;
	color: #ffffff;
	background: #333366;
	border-bottom: #333366 solid 1px;

}

#topmenu a { /* top menu link settings */
	text-decoration: none;
	font-weight: 100;
	color: #ffffff;
	border-bottom: none;

}

#topmenu  a:visited {
	text-decoration: none;
	font-weight: 100;
	color: #ffffff;
	border-bottom: none;
}

#topmenu a:hover { /* top menu link settings */
	text-decoration: none;
	font-weight: 100;
	color: #ffffff;
	border-bottom: thin solid;
}



#sidebar { /* special purpose box on right side of screen such as Refwork box */
	float: right;
	width: 180px;
	text-align: left;
	font-size: 100%;
   	background: #ccccff;
   	color: #000066;
	padding: 15px;
	margin: 5px 10px 10px 10px;
	border: 1px solid #9999FF; 
}

#sidebar h2 {
	font-size: 140%;
	font-weight: bold;
	color: #000066;
	margin-bottom:0px;
	margin-top: 10px; 
}

#sidebar ul {
	list-style-position: outside;
}

.box { /* search boxes, blog, livehelp box */
	background: #ccccff;
	color: #000066;
}

.box h2 {
	font-size: 125%;
	font-weight: bold;
	color: #000066;
	margin-bottom:0px;
	margin-top: 0px; 
}
.box a:link {
	color: #000066;
	font-weight: 400;
	text-decoration: none;
	border-bottom: #000066;
}

.box a:visited {
	color: #000066;
	font-weight: 400;
	text-decoration: none;
	border-bottom: #000066;
}


.box a:hover {
	font-weight: 400;
	border-bottom: thin solid #000066;
}

/* for the live help widget */
#astlivehelp { 
	float: right;
}

/* controls size and padding of widget area  on index.html page */
.livehelpbox { 
	padding: 5px; 
	margin: 5px 10px 10px 10px;
	width: 260px; 
	border: 1px solid #9999FF;  
}



#leftnav {
	background: #333366;
	color: #ffffff;
	text-align: left;
	font-weight: 100;
	font-size: 100%;
	padding: 15px; 	
	margin: 0px 0px 0px 0px;
	bottom: 0px;
	width: 130px;
	border: #000000 solid 1px;
	float: left;
}


#leftnav a:link {
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
}

#leftnav a:visited {
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
}


#leftnav a:hover {
	color: #ffffff;
	border-bottom: thin solid;
}


/* headers */

h1 {
	font-size: 200%;
	font-weight: bold;
	color: #000066;
	margin-top: 20px;
}

h1.indexpg {
	margin-left: 30px;
}

h2 {
	font-size: 115%;
	color: #000066;
	margin-top: 30px;
}

#leftnav h2 {
	font-size: 115%;
	font-weight: bold;
	color: #ffffff;
	margin-bottom:0px;
	margin-top: 10px; 
}



h2.normal {
	font-size: 115%;
	color: #000066;
	margin-top: 5px;
}



h3,h4,h5,h6 {
	font-size: 100%;
	color: #000066;
}


.searchbox { /* for search boxes in library page */
   	/* width: 300px; */
	text-align: center;
	font-size: 100%;
	padding: 5px;
	margin: 10px 10px 10px 10px;
	border: 1px solid #9999FF; 
}


.blogbox { /* for library blog in library page */
   	/* width: 350px; */
	text-align: left;
    	font-size: 95%; 
	padding: 5px;
	margin: 10px 10px 10px 10px;
	border: 1px solid #9999FF; 
}





/* move table td th and caption setting to print css too */
table {	
	border-collapse: collapse;
	margin-left: 20px;
	margin-right: 20px;
	border: thin solid;
	text-align: center;
}


th {
	font-weight: bold;
	font-size: 125%;
	padding: 5px;
	vertical-align: top;
}

tr.blue {
	color: white;
	background: #7c7cb9;
}

td.blue {
	color: white;
	background: #7c7cb9;
}


tr.blue  a:link {
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
}

tr.blue  a:visited {
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
}


tr.blue  a:hover {
	color: #ffffff;
	/* color: #000066;*/
	border-bottom: thin solid #ffffff;
}


tr.dk_blue {
	color: #ffffff;
	background: #021181;
}

td.dk_blue {
	color: #ffffff;
	background: #021181;
}


tr.dk_blue  a:link {
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
}

tr.dk_blue  a:visited {
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
}


tr.dk_blue  a:hover {
	color: #ffffff;
	/* color: #000066;*/
	border-bottom: thin solid #ffffff;
}



td {
	padding: 5px;
	vertical-align: top;
}


caption {
	font-style: italic;
	padding: 5px;
}


table.noborder {	
	border: none;
	text-align: left;
}



.center {
	text-align: center;
}

.left {
	text-align: left;
}


.smalltext {
    font-size: small; 
}

.printtext { /*  Text that only shows up when printing */
	display: none;
}

.printingfooter { /*  Text that only shows up when printing */
	display: none;
}



#footer {
	clear: both;
}




#footer {
	background:  #ffffff url('http://www.astheology.ns.ca/images/excellence.png') no-repeat top right;
	color: #971f3e;
	font-size: 90%;
	font-style: normal;
	text-align: right;
	padding: 15px;
	margin: 10px;
}

#footer a:hover {
	color: #000066;
}

.footer { /* text spacing for the footer */
	padding-top: 20px;
	padding-right: 20px;
}

