/* this file contains specific styles for the Samford website styles. these styles are repeated across templates.*/

body {
	background: #fff; 
	color: #000;
	font-size: 12pt;
	line-height: 18pt;
	}

h1, h2, h3, h4, h5, h6{
	color: #333; 
	font-family: serif; 
	font-weight: normal;
}
h1 {font-size: 22pt;}
h2{font-size: 18pt;}
h3{font-size: 14pt; }
h4{font-size: 12pt; font-weight: bold;}

a img {border: none;}

#contetn a:link, #content a:visited {color: #666; border-bottom: 1px dotted #666; text-decoration: none;}

#content a:link:after, #content a:visited:after {
	font-family: monospace;
   content: " [" attr(href) "] ";
   font-size: 90%;
   }

table, tr, td, th {border-collapse: collapse; border: 1px dotted #ccc;}
td, th {padding: 4px; text-align: left;}

dt {font-weight: bold;}

blockquote {margin-right: 10px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;}

li {margin: 0;}

/*hide all navigation*/
#emergency, #access, #searchbar, #constituents, #students, #photo, #subnavigation, #sitenavigation {
display: none;
}

#siteheader {margin: 15px;}
#container, #content, #sitecontent  {float: none; /*width: 100%;*/ margin: 5%;}

