﻿/* 
====================================================

Shawnee State University 
www.shawnee.edu

====================================================

dark blue:       #001446
med dark blue:   #002c66
PMS 281 Blue:    #004080
med light blue:  #4c6699
light blue:      #889bbf

PMS 420 lt gray: #ddd
PMS 421 gray:    #bbb
PMS 424 dk gray: #999
darkest gray:    #777

yellow: 	     #fc00

*/

/***************************************************/
/* Basics 
/***************************************************/
body { 
	background: #fff;
	font-weight: 300;
}

#page {
	background: #fff;
}
h1 {
	font: 66px/60px Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: -2px;
	color: #004080;
	margin-bottom: 20px;
	font-weight: 600;
}
h2 {
	font: 30px/30px Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	color: #004080;
	margin: 20px 0 10px;
	font-weight: 400;
}
h3 {
	font: 20px/22px Helvetica, Arial, sans-serif;
	color: #004080;
	margin: 15px 0 5px;
	font-weight: 400;
}
h4 {
	color: #004080;
	margin-top: 10px;
}
p {
	color: #777;
	margin-bottom: 15px;
	font-weight: 300;
}
a {
	color: #004080;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border-bottom: 3px solid #ddd !important;
	background: #ccc url(x.png) no-repeat center;
}
img + h3 {
	margin-top: 5px;
}
strong, a, b {
	font-size: inherit;
	font-family: inherit;
	color: #004080;
}
ul, ol, dl {
	margin-bottom: 20px;
}
ul, dl {
	list-style: square;
}
ol {
	list-style: decimal;
}
li {
	color: #777;
	margin-left: 15px;
}
dt {
	color: #004080;
	font-weight: bold;
}
dd {
	color: #777;
}
blockquote {
	margin: 20px 0;
	padding: 10px 0;
	border-top: 1px dotted #bbb;
	border-bottom: 1px dotted #bbb;
	color: #999;
	font: 14px/20px Georgia, serif;
	font-style: italic;
}
blockquote p {
}
blockquote cite p {
	font: 10px/12px Georgia, serif;
	font-style: normal;
	text-transform: uppercase;
}
table {
	width: 100%;
	margin: 10px 0 20px 0;
	text-align: left;
}
tr {
}
td, th {
	padding: 3px 5px;
	border: 1px solid #bbb;
}
th {
	background: #ddd;
}

img.noborder { 
	border: none !important; background: #FFF !important;
}

/***************************************************/
/* Header
/***************************************************/
#header {
	position: relative;
	height: 190px;
	overflow: visible;
	z-index: 10;
}
#header .logo {
	position: absolute;
	top: 50px;
	left: 10px;
}
#header .logo a {
	text-indent: -9999px;
	background: url(new-logo.gif) no-repeat;
	display: block;
	width: 280px;
	height: 60px;
	border: none;
}
#search {
	position: absolute;
	background: url(search-bg.gif) no-repeat;
	width: 216px;
	height: 30px;
	top: 144px;
	left: 730px;
	padding: 2px;
}
#search input.text {
	border: 0;
	border: none;
	color:#666;
}
#search input.submit {
	position: absolute;
	top: 0;
	right: 0px;
}
/***************************************************/
/* Featured
/***************************************************/
#featured {
	height: 300px;
	overflow: hidden;
	border-top: 1px solid #bbb;
	border-bottom: 3px solid #ddd;
	position: relative;
	z-index: 1;
}
#featured div {
	position: relative;
	width: 960px;
}
#featured div h1, #featured div h2 {
	text-indent: -999em;
}
#featured div .featured-img a {
	position: absolute;
	top: 0; left: 0;
}
#featured div, #featured h1, #featured h2, #featured h3, #featured h4, #featured p, #featured li, #featured a {
	color: #fff;
	border-color: #fff;
	border: none;
	text-shadow: 0px 0px 5px #000;
}
/***************************************************/
/* Main Content 
/***************************************************/
#page {
	background: #fff;
}
#content {
	margin: 30px auto;
	background: #ffffff;
	overflow: hidden;
}
#content .main {
	overflow: hidden;
	width: 440px;
	float: left;
}
#content .main h2 {
	margin: 0 0 20px 0;
}
.intro {
	font: 18px/32px normal Georgia, serif;
	font-weight: 300;
}
.intro strong {
	font: 26px/32px normal Georgia, serif;
	color: #4c6699;
	font-weight: 300;
}
#content div.sidebar {
	width: 200px;
	margin: 0 10px 0 9px;
	padding: 0 0 20px 20px;
	float: right;
	border: none;
	border-left: 1px solid #ddd;
	background: #fff url(sidebar-shadow.jpg) no-repeat left top;
}
#content div.sidebar div {
	border-bottom: 10px solid #ddd;
}
#content div.sidebar div:last-child {
	border-bottom: none;
}
/***************************************************/
/* Section Menu 
/***************************************************/
#section-menu {
	width: 200px;
	margin: 0 30px 20px 10px;
	overflow: hidden;
	float: left;
	display: inline;
}
#section-menu li {
	padding: 4px 0;
}
#section-menu li:last-child {
	border: none;
}
#section-menu li a {
	display: block;
	text-decoration: none;
}
#section-menu li:hover {
	background: #ddd;
}
/***************************************************/
/* Power Menu 
/***************************************************/
#power-menu {
	position: absolute;
	right: 160px;
	top: 10px;
}
#power-menu li {
	padding: 0 10px;
	float: left;
	border-right: 1px solid #ddd;
}
#power-menu li:last-child {
	border: none;
}
#power-menu li a {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
	border: none;
}
#power-menu li a:hover {
	text-decoration: underline;
}
/***************************************************/
/* CSS DROPDOWN MENU 
/***************************************************/
#global-menu {
	position: absolute;
	top: 140px;
	left: 10px;
	z-index: 999;
}
.cssdropdown a, .cssdropdown a:hover {
	border:none;
}
.cssdropdown, .cssdropdown ul {
	list-style: none;
	margin-left: 0;
}
.cssdropdown li.headlink {
	float: left;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin-right: -1px;
	text-align: left;
	position: relative;
	padding: 7px 12px;
	background: none;
	color: #004080;
}
.cssdropdown li.headlink a {
	text-decoration: none;
	font-weight: normal;
	color: inherit;
}
.cssdropdown li.headlink ul {
	width: 240px;
	display: none;
	position: absolute;
	top: 100%;
	left: -1px;
	border: 1px solid #002c66;
	background: #004080;
	color: #fff;
	padding: 6px;
}
.cssdropdown li.headlink ul li h4 {
	border: none;
	margin: 0;
	border-top: 1px solid #002c66;
}
.cssdropdown li.headlink:hover, .cssdropdown li.over {
	border: 1px solid #002c66;
	background: #004080;
	color: #fff;
	z-index: 10;
}

.cssdropdown li.headlink:hover a, .cssdropdown li.over a {
    color: #fff;
}

.cssdropdown li.headlink:hover ul, .cssdropdown li.over ul {
	color: #fff;
	display: block;
}
.cssdropdown li.headlink ul li a {
	display: block;
	padding: 5px 6px;
	font-weight: normal;
	background: #004080;
	color: #fff;
}
.cssdropdown li.headlink ul li a:hover {
	background: #002c66;
	border: 0;
}
/***************************************************/
/* Menu
/***************************************************/
.menu, .menu li, .hmenu, .hmenu li {
	list-style: none;
}
.menu li, .hmenu li {
	margin-left: 0;
	font: 12px/14px Arial, sans-serif;
}
.menu {
	border-top: 1px solid #bbb;
	padding: 20px 0 0 0;
}
.menu a {
}
.menu a:hover {
}
.menu ul {
	margin: 0 0 20px 0;
}
.menu li{
	border-bottom: 1px dotted #ddd;
	padding: 4px 0;
}
.menu li:last-child {
	border: none;
}
.menu h3 {
	margin: 0 0 5px 0;
	padding-bottom: 5px;
	border-bottom: 3px solid #ddd;
}
.menu .g3 {
	border:none;
	margin-bottom: 0;
}
/***************************************************/
/* Links 
/***************************************************/
.links h1 {
	margin-bottom: 60px;
}
.links h2 {
	border-top: 10px solid #ddd;
	padding-top: 20px;
	margin-bottom: 20px;
}
.links h3 {
	border-top: 3px solid #ddd;
	padding-top: 20px;
	margin-top: 20px;
}
.links h4 {
	border-top: 1px dotted #ddd;
	list-style: none;
	margin-left: 0px;
	margin-top: 10px;
	padding-top: 10px;
}
.links h2 a, .links h3 a {
	border: none;
}
.links h1 + h2, .links h2 + h3 {
	border: none;
	padding: 0;
}
.links ul {
	list-style: square;
	margin-left: 20px;
}
.links a {
	border: none;
}
.links a:hover {
	text-decoration: underline;
}
/***************************************************/
/* Columns 
/***************************************************/
.columns div {
	border: none;
	border-left: 1px solid #ddd;
	padding-left: 20px;
}
.columns .g2 {
	width: 119px;
}
.columns .g3 {
	width: 199px;
}
.columns .g4 {
	width: 279px;
}
.columns .g5 {
	width: 359px;
}

/***************************************************/
/* Support Content 
/***************************************************/
.row {
	margin-bottom: 20px;
}
.row div {
	margin-bottom: 20px;
}
.g2, .g3, .g4 {
	margin-bottom: 20px;
}
/***************************************************/
/* News-Events 
/***************************************************/
.picture-list, .title-list {
	/*border-bottom: 10px solid #ddd;*/
	padding: 0 0 20px 0;
}
.picture-list h2, .title-list h2 {
	color: #999;
	text-transform: uppercase;
	font: 20px/20px "Arial Black", sans-serif;
	letter-spacing: 1px;
}
.picture-list div, .title-list div {
	clear: both;
	border-top: 1px dotted #999;
	margin-top: 10px;
	padding: 10px 0 10px 160px;
}
.picture-list h2 + div, .title-list h2 + div {
	border-top: 10px solid #bbb;
}
.picture-list h3, .picture-list h4, .title-list h3, .title-list h4 {
	margin-top: 0;
}
.picture-list p, .title-list p {
	margin-right: 0px;
}
.picture-list div img, .title-list div h3, .title-list div h4 {
	clear: both;
	float: left;
	width: 140px;
	margin-left: -160px;
	overflow: hidden;
	margin-bottom: 7px;
}
/***************************************************/
/* More 
/***************************************************/
#more {
	background: #004080 url(more-bg.jpg) no-repeat center 1px;
	border-bottom: 3px solid #ddd;
	margin-bottom: -3px;
	padding: 4px 0;
}
#more-content{
	display: none;
	padding: 30px 0;
	margin-bottom: 0;
}
#more div, #more .menu, #more h1, #more h2, #more h3, #more h4, #more p, #more li, #more a, #more strong {
	color: #fff;
	text-shadow: 0px 0px 5px #001446;
	border-color: #002c66;
}
#more-content div {
	width: 460px;
	margin: 0 10px; 
	overflow: hidden;
	float: left;
	display: inline;
}
#more .menu {
	width: 220px;
	min-height: 320px;
	margin-bottom: 0;
}
#more-btn {
	z-index: 9999;
	position: absolute;
	top: 0px;
	right: 10px;
	background: #004080;
}
#more-btn a {
	background: #002d59;
	color: #fff;
	display: block;
	width: 140px;
	height: 34px;
	overflow: hidden;
	background: url(more-btn.gif) no-repeat 0 0;
	text-indent: -9999px;
	border-bottom: 3px solid #ddd;
}
#more-btn a:hover {
	background-position: 0 -40px;
}
/***************************************************/
/* factoid 
/***************************************************/
.factoid {
	border-bottom: 10px solid #999;
}
.factoid span, .factoid h4 {
	font: 55px/60px Impact, "Arial Black", sans-serif;
	letter-spacing: 0px;
	margin: 0 0 3px 0;
	color: #ddd;
	text-shadow: 0px 0px 5px #777;
}
.factoid h3 {
	font: 12px/12px "Arial Black", sans-serif;
	background: #999;
	color: #ddd;
	text-transform: uppercase;
	letter-spacing: 4px;
	padding: 4px;
	text-shadow: 0px 0px 5px #777;
}
/***************************************************/
/* support 
/***************************************************/
#support {
	background: #fefefe url(gradient-down-a10-100x200.jpg) repeat-x left 1px;
	padding: 30px 0;
	border-top: 1px solid #bbb;
}
/***************************************************/
/* Misc 
/***************************************************/
hr {
	clear:both;
	background: none;
	border: none;
	border-bottom: 10px solid #ddd;
	margin: 20px 10px;
}
.vcard {
	margin-bottom: 20px;
}
.vcard p, .vcard p span {
	font: 18px/28px Georgia, serif;
	margin: 0;
	padding: 0;
}
ul.tabbed-list {
	list-style: none;
	margin-left: 0;
}
ul.tabbed-list li {
	margin-left: 0;
	padding: 2px 0;
	border-bottom: 1px solid #ddd;
}
ul.tabbed-list strong {
	display: inline-block;
	width: 300px;
	font-weight: normal;
	color: inherit;
}
.blocks {
	margin-left: 10px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.blocks div {
	margin: 0 10px 20px;
}
.button {
	display: block;
	width: 100%;
	background: #004080;
	margin: 10px 0;
	padding: 10px;
	color: #ffffff;
	border: none;
}
.button:hover {
	background: #001446;
	text-decoration: none;
}
.hide {
	display: none;
}

blockquote.big { 
	font: 21px/30px Georgia, serif;
	font-style: italic;
}

/***************************************************/
/* Forms
/***************************************************/
.form label, .form .button {
	border:none;
	margin: 0 10px;
	padding: 0;
}
.form input, .form textarea {
}
.form div .g1 {
	width: 38px;
}
.form div .g2 {
	width: 118px;
}
.form div .g3 {
	width: 198px;
}
.form div .g4 {
	width: 278px;
}
.form div .g5 {
	width: 358px;
}
.form div .g6, .form textarea.g6 {
	width: 438px;
}
.form input, .form textarea {
	background: #ddd;
	border: 1px solid #bbb;
	margin: 3px 10px 20px 10px;
	padding: 10px;
	font: 16px/24px Georgia, serif;
	color: #777;
}
.form input:focus, form textarea:focus {
	background: #ffffff;
}
.form .button {
	background: #999;
	border: 1px solid #777;
	margin: 3px 10px 20px 10px;
	padding: 10px;
	font: 16px/24px Georgia, serif;
	color: #ffffff;
}
/***************************************************/
/* social media 
/***************************************************/
#social-links {
	list-style: none;
}
#social-links li {
	margin: 0 10px 10px 0;
	float: left;
}
#social-links li a {
	text-indent: -999px;
	overflow: hidden;
	display: block;
	width: 48px;
	height: 48px;
}
#social-links #facebook a {
	background: url(facebook-sprite.gif) no-repeat left top;
}
#social-links #facebook a:hover {
	background-position: left -48px;
}
#social-links #twitter a {
	background: url(twitter-sprite.gif) no-repeat left top;
}
#social-links #twitter a:hover {
	background-position: left -48px;
}
#social-links #vimeo a {
	background: url(vimeo-sprite.gif) no-repeat left top;
}
#social-links #vimeo a:hover {
	background-position: left -48px;
}
/***************************************************/
/* footer 
/***************************************************/
#footer {
	background: #000;
	border-top: 3px solid #999;
	padding: 0 0 50px 0;
}
#footer h2, #footer h3, #footer a {
	color: #ffffff;
}
#footer .wrap {
	background: #000 url(footer-bg.jpg) no-repeat center 2px;
	position: relative;
	padding-top: 50px;
	margin-bottom: 0;
}
#footer .g3 {
	border: none;
	width: 200px;
	margin-right: 30px;
}
#footer ul {
	border: none;
	margin-top: 0;
	padding-top: 0;
}
#footer p, #footer li {
	color: #999;
}
#footer .vcard {
	background: url(new-logomark.gif) no-repeat 0 0;
	padding-top: 60px;
}
#footer .vcard p, #footer .vcard p span {
	font: 12px/16px Arial, sans-serif;
	margin: 0;
	padding: 0;
}
#footer .menu li{
	border-bottom: 1px dotted #333333;
}
#footer .menu li:last-child {
	border: none;
}
#footer h3 {
	margin-top: 0;
}
#footer .factoid {
	overflow: visible;
}
#footer .factoid h3 {
	background: #004080;
}


