/* 
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: 0px;
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 26px;
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.non-credit {
border-right: 1px dotted #999;
}

#nav_main li.news a {
padding-right: 0;
}

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

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

#tools {
display: none;
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;
}

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

body {
background: white;
padding-top: 10px;
}

#mainsection {
background: white;
}

/* */
/* 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: 960px;
margin: 0 auto;
height: 28px;
z-index: 10;
}

#nav_ndsu>ul>li {
float: left;
margin: 0 70px;
}

#nav_ndsu li a {
display: block;
padding: 8px;
padding-left: 17px;
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;
margin-right: 0;
}

#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: -160px;
left: -30px;
padding: 5px 0 5px;
border-radius: 5px;
border:1px solid #FFF;
}

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

#nav_ndsu li ul.sub-menu li a {
width: 160px;

}

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

footer {
background: url('http://www.ndsu.edu/dce/images/main/2010/bckgrd.png') ;
position: relative;
width: 100%;
margin: 0 auto;
margin-top: 0px;
padding-top: 10px;
padding-left: 0px;
font-family: 'MuseoSans300','Arial', sans-serif;
font-size: 10px;
height: 400px;
}

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;
}