/*
Theme Name: OIT Blog
Theme URI: http://stevensonuniversity.org/
Description: Template for the Office of Information Technology.
Author: Jen Brechin
Author URI: http://www.stevenson.edu
*/

/* Begin Typography & Colors */

BODY
	{
		background: #00552E;
		background-image: url(images/body_bg.gif);
		background-repeat: repeat-x;
		color: #000;
		margin: 0px;
		padding: 0px;
		font-size: 71%;
	}

#suLogo
	{
		background-image: url(images/logo.gif);
		background-repeat: no-repeat;
		background-position: center;
		width: 200px;
		height: 72px;
	}
	
#spacer
	{
		background-image: url(images/spacer.jpg);
		background-repeat: no-repeat;
		background-position: center;
		width: 5px;
		height: 5px;
	}

#h2Header
	{
		background-image: url(images/h2.jpg);
		background-repeat: no-repeat;
		background-position: right;
		width: 400px;
		height: 35px;
	}

#blackNavBar
	{
		background-image: url(images/navigation.jpg);
		background-repeat: no-repeat;
		background-position: top;
		width: 730px;
		height: 27px;
	}
	
#imageBanner
	{
		background-image: url(images/imageBanner.jpg);
		background-repeat: no-repeat;
		background-position: top;
		width: 724px;
		height: 169px;
	}

#tileSmarthinking
	{
		background-image: url(images/smarthinking.jpg);
		background-repeat: no-repeat;
		background-position: top;
		width: 166px;
		height: 62px;
	}

#tileTechConnection
	{
		background-image: url(images/techConnection.gif);
		background-repeat: no-repeat;
		background-position: top;
		width: 166px;
		height: 62px;
	}

#header a {
	text-decoration:none;
}
.hide {
	visibility:hidden;
}
#explore { /* Explore SU Link */
	float: left;
	position:absolute;
	width : 75px;
	height: 20px;
	margin-left: 43px;
	margin-top: 1px;
}
#admissions { /* Admissions Link */
	float: left;
	position:absolute;
	width : 72px;
	height: 20px;
	margin-left: 145px;
	margin-top: 1px;
}
#academics { /* Academics Link */
	float: left;
	position:absolute;
	width : 68px;
	height: 20px;
	margin-left: 243px;
	margin-top: 1px;
}
#studentLife { /* Student Life Link */
	float: left;
	position:absolute;
	width : 85px;
	height: 20px;
	margin-left: 335px;
	margin-top: 1px;
}
#campusServices { /* Campus Services Link */
	float: left;
	position:absolute;
	width : 105px;
	height: 20px;
	margin-left: 445px;
	margin-top: 1px;
}
#athletics { /* Athletics Link */
	float: left;
	position:absolute;
	width : 65px;
	height: 20px;
	margin-left: 578px;
	margin-top: 1px;
}
#career { /* Career Link */
	float: left;
	position:absolute;
	width : 50px;
	height: 20px;
	margin-left: 665px;
	margin-top: 1px;
}

#sideList
{
	padding: 1px 5px;
	margin: 1px 1px 1px 1px;
}

#sideList ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	letter-spacing: 0px;
	font-weight: normal;
	font-family: verdana, sans-serif;
	font-size: 14px;
}

#sideList li
{
	margin: 5px;
	padding: 0;
	list-style: none;
	padding: 0;
	letter-spacing: 0px;
	font-weight: normal;
	font-family: verdana, sans-serif;
	font-size: 14 px;	
}

#sideList h2 
{
	font-family: verdana, sans-serif;
	font-size: 16px;
	font-variant: small-caps;
	letter-spacing: 0px;
	font-weight: normal;
}

#sideList a
{
	font-weight: normal;
	font-family: verdana, sans-serif;
	font-size: 14 px;	
	color : #FFFFFF;
}

#rightList
{
	padding: 1px 5px;
	margin: 1px 1px 1px 1px;
}

#rightList ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	letter-spacing: 0px;
	font-weight: normal;
	font-family: verdana, sans-serif;
	font-size: 14px;
}

#rightList li
{
	margin: 5px;
	padding: 0;
	list-style: none;
	padding: 0;
	letter-spacing: 0px;
	font-weight: normal;
	font-family: verdana, sans-serif;
	font-size: 14 px;	
}

#rightList h2 
{
	font-family: verdana, sans-serif;
	font-size: 16px;
	font-variant: small-caps;
	letter-spacing: 0px;
	font-weight: normal;
}

#rightList a
{
	font-weight: normal;
	font-family: verdana, sans-serif;
	font-size: 14 px;	
	color : #006633;
}

a
  {
    color : #006633;
    text-decoration : none;
  }

a:visited
  {
     color: #339966;
  }

h4
  {
    background-color : #FFFFFF;
	font-family : times, serif;
	font-size : 26px;
    font-weight : normal;
  }  
  
td
  {
    font-family : verdana, sans-serif;
    font-size : 11px;
  }
  
p
  {
    font-family : verdana, sans-serif;
    font-size : 11px;
  }
  
.required
  {
    color : #990000;
	font-family : verdana, sans-serif;
    font-size : 11px;
  }
  
.required-bold
  {
    color : #990000;
	font-family : verdana, sans-serif;
    font-size : 11px;
	font-weight: bold;
  }
  
ul li
  {
    font-family : verdana, sans-serif;
    font-size : 11px;
  }
  
ol li
  {
    font-family : verdana, sans-serif;
    font-size : 11px;
  }
  
.font-small
  {
    font-family : verdana, sans-serif;
    font-size : 10px;
  }

.copyright
  {
    color : #FFFFFF;
    background-color : transparent;
    font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
  }

.linethrough
  {
    color : #000000;
    background-color : transparent;
    font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 10px;
    text-decoration : line-through;
  }
  
.side-nav-bold
  {
    color : #FFFFFF;
    font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
	font-weight : bold;
  }
 
 .side-nav
  {
    color : #FFFFFF;
    font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
  }
  
.top-title
  {
    color : #000000;
    font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 22px;
  }
  
.person-name
  {
    color : #000000;
    font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 16px;
	font-weight : bold;
  }