@charset "UTF-8";

/* Styles for the page banner appearing at the top of any given page. */

/* taken verbatim from Seminary home page (http://ptsem.edu/css/ptsmain.css) as of 1/31/2013 -- except for changing image URLs from relative to absolute */
DIV#header-container{margin:0 auto;padding:0;position:relative;width:100%;height:100px;background:transparent url(http://www.ptsem.edu/images/pts-logo.png) no-repeat 10px 10px;text-align:left;}
DIV#go-home{width:275px;height:100px;float:left;cursor:pointer;}
DIV#social-bar{float:right;margin-top:5px;margin-right:10px;width:auto;}
DIV#social-bar .genbut{float:right;margin:0 7px;}
DIV#social-bar .pts-socialbar{float:right;}
DIV#extnav{clear:right;float:right;width:auto; height:auto; font-variant:small-caps; margin-top:10px; margin-right:10px;}
DIV#extnav img{vertical-align:baseline;}
DIV#extnav a:link{text-decoration:none; color:#424242;}
DIV#extnav a:visited{text-decoration:none; color:#424242;}
DIV#extnav a:hover{text-decoration:underline; color:#424242;}

/* also verbatim except applied to #header-container instead of body */
#header-container {font-family: 'Myriad Pro', calibri, arial, helvetica, sans-serif;height:100%;font-size:14px;line-height:normal;}

/* also verbatim except for adding #header-container so styles apply only to banner instead of everything */
#header-container *{margin:0;padding:0;border:0;}
#header-container a{font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;font-size:12px;}

/* additions to styles from http://ptsem.edu/css/ptsmain.css */
#social-bar {height:17px;}
