/* 
This CSS was created by Ludvik Herrera for NDSU DCE.

Project: NDSU DCE Main Styles
Project Website: http://www.ndsu.edu/dce/
Last updated:  2010-10-20
License: GNU-GPL v2
file: dce_main.css
*/

@-webkit-keyframes FadeIn { 0% {opacity:0;} 100% {opacity:1;} }

html {
background: url('http://www.ndsu.edu/dce/images/main/2010/bckgrd.png') ;
}

body {
font-family: 'Arial', sans-serif;
font-size: 14px;
min-width: 980px;
}

ul {
list-style-type: none;
}

/* */
/* Header and Top Nav */
/* */

header {
position: relative;
background: #030 url('http://www.ndsu.edu/dce/images/main/default/nav_gral_bckgrd.png') no-repeat center top;
z-index: 10;
}

header div {
position: relative;
width: 960px;
height: 45px;
margin: 0 auto;
margin-top: 10px;
text-transform: uppercase;
}

header h1 a {
float: left;
width: 300px;
height: 45px;
background: url('http://www.ndsu.edu/dce/images/main/default/logo_dce.png') left top no-repeat;
}

header h1 a span {
display: none;
}

header h2 {
display: none;
}

#nav_gral {
color: #FC0;
font-family: 'MuseoSans300','Arial', sans-serif;
font-size: 12px;
position: absolute;
right: 0;
top: 18px;
width: 640px;
text-align: right;
}

#nav_gral li {
display: inline;
padding-right: 20px;
}

#nav_gral li.about {
padding-left: 20px;
border-left: 1px solid #FC0;
}

#nav_gral li a {
color: #FC0;
text-shadow: 0px 1px 2px rgba(0,0,0, .7);
text-decoration: none;
}

#nav_gral li a:hover {
color: #F90;
text-decoration: underline;
}

#nav_gral li a:hover { -webkit-animation-name: FadeIn; -webkit-animation-timing-function: ease-in; -webkit-animation-duration: .5s; }


/* */
/* Main Nav */
/* */

#nav_main {
position: relative;
background: url('http://www.ndsu.edu/dce/images/main/default/transp_000_70.png');
width: 960px;
height: 60px;
margin: 0 auto;
margin-top: 10px;
font-family: 'MuseoSlab700','Verdana', sans-serif;
font-size: 13.5px;
padding-top: 10px;
z-index: 10;
}

#nav_main li {
float: left;
}

#nav_main li a {
display: block;
text-transform: uppercase;
padding: 18px 12px;
text-decoration: none;
color: #FFF;
}

#nav_main li a:hover {
color: #F90;
text-decoration: underline;
}

#nav_main li.degrees, #nav_main li.courses, #nav_main li.k-12, #nav_main li.news, #nav_main li.non-credit {
border-right: 1px dotted #999;
}

/* */
/* Main Section */
/* */

/* */
/* Slideshow */
/* */

#slideshow ul li a {
height: 950px;
width: 100%;
min-width: 980px ! important;
display: block;
background: black;
position: absolute;
z-index: 1;
top: 0;
text-decoration: none;
color: #FFF;
}

#slideshow ul li a span.slide {
background: none;
display: block;
width: 960px;
margin: 0 auto;
padding-top: 135px;
height: 485px;
position: relative;
}

#slideshow ul li a span.slide b {
display: block;
position: absolute;
bottom: 90px;
padding-left: 10px;
font-size: 32px;
width: 480px;
font-family: 'MuseoSlab900','SquareSerif','Verdana', sans-serif;
text-transform: uppercase;
text-shadow: 0px 1px 5px rgba(51,51,51, .5);
}

#slideshow ul li a span.slide span.summary {
display: block;
border-top: 2px solid #FFF;
position: absolute;
width: 940px;
height: 50px;
bottom: 0px;
padding: 10px;
background: url('http://www.ndsu.edu/dce/images/main/default/transp_fff_70.png');
font-family: 'MuseoSans300','Verdana', sans-serif;
color: #333;
}

/* */
/* START Dynamic Slideshow */
/* */

#slideshow {
	float: left;
	position: absolute;
	width: 100%;
	z-index: 1;
	top: 0;
}
/*--Window/Masking Styles--*/
.window {
	height:950px;	width: 100%;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: absolute;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel a { display: block; height: 100%; width: 100%; }
.image_reel li { float: left; height: 950px;}
/*

*/
/*--Paging Styles--*/
.pagingControler {
width: 960px;
margin: 0 auto;
position: relative;
top: 550px;
right: 10px;
}

.paging {
	position: absolute;
	bottom: 0px; right: 0px;
	width: 250px; height: 30px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: right;
	background: url(paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 4px 8px;
	text-decoration: none;
	color: #fff;
	background: rgba(255, 255, 255, .5);
	border: 1px solid #CCC;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.paging a.active {
	font-weight: bold;
	background: #990000;
	border: 1px solid #610000;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.paging a:hover {font-weight: bold;	background: rgba(204, 0, 0, .5);
}


/* */
/* END Slideshow */
/* */

/* */
/* News Section */
/* */

#teasers h3 {
color: #C90;
font-family: 'MuseoSlab900','Verdana', sans-serif;
font-size: 15.5px;
font-weight: normal;
text-transform: uppercase;
margin-bottom: 10px;
margin-top: 10px;
}

#teasers h3 a {
color: #C90;
}

#teasers h3 a:hover {
color: #F60;
text-decoration: none;
background: none;
}

#teasers_bckgrd {
position: relative;
background: url('http://www.ndsu.edu/dce/images/main/2010/teasers_bckgrd.gif') repeat-x top center;
width: 100%;
height: 185px;
margin: 0 auto;
margin-top: 460px;
margin-bottom: -185px;
z-index: 8;
}

#teasers {
position: relative;
width: 980px;
height: 185px;
margin: 0 auto;
margin-top: 0px;
z-index: 10;
background: url('http://www.ndsu.edu/dce/images/main/2010/teasers_top.png') no-repeat top center;
}

#teasers section abbr {
border: 0;
}

#teasers section, 
#teasers section#news div {
width: 198px;
float: left;
margin-left: 10px;
margin-right: 10px;
margin-top: 20px;
padding: 0px 10px;
padding-bottom: 0px;
/* border: 1px solid #C90; */
}

#teasers section#news {
border: 0px;
background: url('http://www.ndsu.edu/dce/images/main/2010/teasers_news_bckgrd.gif') repeat-x center bottom ;
margin: 0;
padding: 0;
padding-bottom: 10px;
width: 240px;
height: 385px;
margin-left: 10px;
margin-top: 20px;
}

#teasers section#news div {
margin-top: 0px;
}

#teasers li {
font-family: 'MuseoSans700','Verdana', sans-serif;
font-size: 11px;
margin-bottom: 10px;
overflow: hidden;
}

#teasers li.vevent a, #teasers li a, #teasers li.vevent .a {
display: block;
min-height: 40px;
position: relative;
text-decoration: none;
padding-left: 50px;
color: #FFF;
padding-bottom: 0px;
}

#teasers li.vevent a abbr, #teasers li a abbr, #teasers li.vevent .a abbr {
/* border: 1px solid #FFF;*/
display: block;
width: 40px;
height: 35px;
padding-top: 3px;
margin-left: -50px;
float: left;
text-align: center;
background: url('http://www.ndsu.edu/dce/images/main/default/calendar_icons_bckd_flip2.png') center center no-repeat;
/*
   -moz-box-shadow: inset 1px 1px 3px rgba(0,0,0, .7);
   -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0, .7);
   box-shadow: inset 1px 1px 3px rgba(0,0,0, .7);
*/
}

#teasers li.vevent a abbr span.day, #teasers li.vevent .a abbr span.day {
font-family: 'MuseoSlab900','Verdana', sans-serif;
font-size: 24px;
color: #9e7f2e;
display: block;
}

#courses li a abbr {
background: url('http://www.ndsu.edu/dce/images/main/default/icons_bckd_cert_b.png') center center no-repeat;
}

#degrees li a abbr {
background: url('http://www.ndsu.edu/dce/images/main/default/icons_bckd_de_b.png') center center no-repeat;
}

#k12 li a abbr {
background: url('http://www.ndsu.edu/dce/images/main/default/icons_bckd_k12_b.png') center center no-repeat;
}

#teasers li.vevent a abbr span.month, #teasers li.vevent abbr span.month {
font-family: 'MuseoSlab900','Verdana', sans-serif;
font-size: 10px;
color: #C90;
display: block;
margin-top: 0px;
text-transform: uppercase;
}

#teasers li.vevent.Holiday a abbr span.day {
color: #900;
}

#teasers li.vevent.Holiday a abbr span.month {
color: #900;
}

#teasers li.vevent.Holiday abbr span.day {
color: #900;
}

#teasers li.vevent.Holiday abbr span.month {
color: #900;
}

#teasers li a span.summary, #teasers li a span.title, #teasers li.vevent .a span.summary {
display: block;
padding-top: 3px;
}

#teasers li a span.location, #teasers li a span.credits, #teasers li a span.description {
font-size: 10px;
font-family: 'MuseoSans300','Verdana', sans-serif;
}

#teasers a:hover {
background: #C90;
}

/* */
/* Searches Section */
/* */


#searches {
position: relative;
width: 960px;
margin: 0 auto;
z-index: 5;
}

#searches label {
margin-bottom: 10px;
}

#search_classes, #search {
color: #FFF;
float: left;
margin-left: 10px;
margin-top: -20px;
padding: 20px;
border: 1px solid #FFF;
}

#search_classes label, #search label{
display: block;
font-family: 'MuseoSlab900','Verdana', sans-serif;
font-size: 18px;
text-transform: uppercase;
color: #FFF;
margin-top: 10px;
}

#search_classes {
background: url('http://www.ndsu.edu/dce/images/main/default/transp_000_50.png');
width: 658px;
height: 100px;
}

#search {
background: url('http://www.ndsu.edu/dce/images/main/default/transp_000_50.png');
width: 178px;
height: 100px;
}

#search_classes input#keywordss, #search input#keywordss {
height: 24px;
font-family: 'MuseoSlab700','Verdana', sans-serif;
font-size: 14px;
color: #666;
}

#search_classes select {
font-family: 'MuseoSlab700','Verdana', sans-serif;
font-size: 18px;
color: #666;
width: 140px;
height: 30px;
border: none;
padding-top: 3px;
}

#search_classes input#keywordss {
width: 360px;
}

#search input#keywordss {
width: 125px;
}

#searches input#submit {
height: 30px;
width: 30px;
background: #FFF;
}

#search_classes p.regpay {
width: 200px;
position: absolute;
top: 40px;
right: 55px;
}

#search_classes p.regpay a {
display: block;
background: url('http://www.ndsu.edu/dce/images/main/default/b_regpay.png') no-repeat left top;
width: 200px;
height: 30px;
}

#search_classes p.regpay a span {
display: none;
}


/* */
/* Social Media */
/* */

#tools {
position: relative;
width: 960px;
top: 0px;
margin: 0 auto;
font-family: 'MuseoSlab900','Verdana', sans-serif;
font-size: 18px;
font-weight: normal;
text-transform: lowercase;
color: #C90;
}

#tools div.searchy {
position: absolute;
top: -735px;
right: -70px;
background: url('http://www.ndsu.edu/dce/images/main/default/bckgrd_tools.png') left top no-repeat;
width: 227px;
height: 60px;
z-index: 20;
padding-top: 15px;
}

#tools div.searchy label[for="keywords"] {
display: none;
}

#tools div.searchy input[name="keywords"] {
margin-left: 20px;
color: #363;
font-weight: normal;
font-size: 12px;
width: 145px;
border-radius: 5px;
font-family: 'MuseoSlab700','Verdana', sans-serif;
}

#tools ul.social {
position: absolute;
top: -670px;
right: -70px;
background: url('http://www.ndsu.edu/dce/images/main/default/bckgrd_tools.png') left -65px no-repeat;
width: 227px;
height: 180px;
z-index: 20;
padding-top: 20px;
}

#tools a {
color: #C90;
text-decoration: none;
display: block;
}

#tools ul.social li {
padding-left: 45px;
margin-bottom: 3px;
}

#tools ul.social li a {
padding-left: 30px;
padding-top: 2px;
height: 20px;
}

#tools ul.social li.facebook a {
background: url('http://www.ndsu.edu/dce/images/main/default/bm_facebook.png') no-repeat left center;
}

/*
#tools ul.social li.facebook a:hover {
color: #336;
font-size: 20px;
}
*/

#tools ul.social li.twitter a {
background: url('http://www.ndsu.edu/dce/images/main/default/bm_twitter.png') no-repeat left center;
}

/*
#tools ul.social li.twitter a:hover {
color: #39C;
font-size: 20px;
}
*/

#tools ul.social li.rss a {
background: url('http://www.ndsu.edu/dce/images/main/default/bm_rss.png') no-repeat left center;
}

/*
#tools ul.social li.rss a:hover {
color: #F60;
font-size: 20px;
}
*/

#tools ul.social li.tollfree {
margin: 0px;
padding: 0px;
}

#tools ul.social li.tollfree a {
margin: 0px;
padding: 0px;
text-align: center;
font-size: 14px;
color: #FFF;
}

#tools ul.social li.tollfree a:hover {
cursor: default;
}

/* */
/* Navigation Bottom */
/* */

#nav_ndsu {
position: relative;
width: 100%;
min-width: 960px;
margin: 0 auto;
background: url('http://www.ndsu.edu/dce/images/main/default/transp_000_50.png');
margin-top: 140px;
height: 28px;
border-top: 1px solid #FFF;
border-bottom: 1px solid #FFF;
text-transform: uppercase;
font-family: 'MuseoSans500','Arial',slab-sans-serif;
font-size: 12px;
z-index: 5;
}

#nav_ndsu>ul {
position: relative;
width: 620px;
margin: 0 auto;
height: 28px;
padding-left: 340px;
z-index: 10;
}

#nav_ndsu>ul>li {
float: left;
}

#nav_ndsu li a {
display: block;
padding: 6px;
padding-left: 17px;
padding-right: 53px;
text-decoration: none;
color: #FFF;
}

#nav_ndsu li a:hover {
color: #F90;
text-decoration: underline;
}

#nav_ndsu li.ndsu.main {
background: url('http://www.ndsu.edu/dce/images/main/default/iconm_ndsu.png') left center no-repeat;
}

#nav_ndsu li.ndsu.map {
background: url('http://www.ndsu.edu/dce/images/main/default/iconm_map.png') 2px center no-repeat;
}

#nav_ndsu li.ndsu.dir {
background: url('http://www.ndsu.edu/dce/images/main/default/iconm_directory.png') 4px center no-repeat;
}

#nav_ndsu li.ndsu.services {
position: relative;
background: url('http://www.ndsu.edu/dce/images/main/default/iconm_services.png') 2px center no-repeat;
}

#nav_ndsu>ul>li>ul.sub-menu {
display: none;
/* 
background: rgba(0,0,0,.85);
*/
background: url('http://www.ndsu.edu/dce/images/main/default/transp_000_80.png');
position: absolute;
top: -140px;
left: -30px;
padding: 5px 0 5px;
border-radius: 5px;
border:1px solid #FFF;
}

#nav_ndsu li ul.sub-menu li {
font-size: 10px;
}

/* */
/* Address */
/* */

footer {
position: relative;
width: 960px;
margin: 0 auto;
margin-top: 10px;
padding-left: 0px;
font-family: 'MuseoSans300','Arial', sans-serif;
font-size: 10px;
}

footer p, footer p a {
text-align: center;
color: #FFF;
}

footer p a, footer p a abbr {
text-decoration: none;
}

/* */
/* Site Map */
/* */

/* */
/* Footer Site Map */
/* */

footer address {
font-style: normal;
}

footer p.publisher {
margin-top: .5em;
}

#nav_sitemap {
font-size: 12px;
color: #666;
font-family: 'MuseoSans300','Arial', sans-serif;
font-weight: normal;
width: 960px;
margin: 0 auto;
margin-top: 50px;
overflow: hidden;
}

#nav_sitemap a {
color: #666;
text-decoration: none;
}

#nav_sitemap a:hover {
color: #FC0;
}

#nav_sitemap h4 {
font-size: 16px;
font-family: 'MuseoSans300','Arial', sans-serif;
font-weight: normal;
text-transform: uppercase;
}

#nav_sitemap h4 a, #nav_sitemap h4 {
color: #888;
}

#nav_sitemap div ul {
list-style: none;
}

#nav_sitemap div ul li {
margin: .75em 0px;
}

#nav_sitemap div {
width: 180px;
float: left;
margin-right: 10px;
}

#nav_sitemap div.help {
margin-bottom: 0px;
}

#nav_sitemap div.help, #nav_sitemap div.about {
width: 190px;
margin-right: 0px;
text-align: right;
}

/* HTML Tooltip */

div.htmltooltip {
position: absolute; /*leave this and next 3 values alone*/
z-index: 1000;
background: #272727;
border: 10px solid black;
color: white;
padding: 3px;
width: 250px; /*width of tooltip*/
display: none;
