@charset "utf-8";
/* IEA Custom CSS Document */

html,  body {
	height: 100%;/* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto -195px;
	background: #eae8e9;
}

#wrapper > .container {
	background: #fff;
	border-top:4px solid #fff;
}

header > .container {
	border-bottom: 14px solid #fff;
}

/* header */

header {
	background: #063b69;
	padding-top: 20px;
	border-bottom: 5px solid #990000;
}



.top-links a, .top-links a:hover, .top-links a:visited {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}

label.fauweb {
	display:inline;
	color: #fff;
	font-size: 12px;
}

#search_box {
	background: url("http://omniupdate.fau.edu/engineering/directory/images/search_box_bg.png") no-repeat scroll right center transparent;
	height: 24px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}
#search_box input {
	border: 0 none;
	color: #002D62;
	float: right;
	font-size: 11px;
	height: 15px;
	margin: 0 4px 0 6px;
	outline: medium none;
	padding: 0;
	width: 183px;
}
#search_box input.form-submit {
	background: url("http://omniupdate.fau.edu/engineering/directory/images/search_button.png") no-repeat scroll right top transparent;
	border: 0 none;
	cursor: pointer;
	height: 20px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 2px;
	text-indent: -9999px;
	width: 20px;
}

.navbar-search {	
	margin-top: 3px;
}


/* nav */

.center.navbar .nav {
    display: table;
    width:100%;
    vertical-align: top;
}

.center.navbar .nav > li {
    display: table-cell;
    float: none;
    vertical-align: top;
	width:1%;
}


.center .navbar-inner {
    text-align: center;
}


.navbar-inner {
    background-color: #9c9c9c;
    /*background-image: linear-gradient(to bottom, #F2F2F2, #9c9c9c);*/
	background-image: none;
	border-radius: 0;
}

.left-nav-ribbon {
	position: absolute; 
	left:-38px;
}

.right-nav-ribbon {
	right:-38px;
	position:absolute;
}


ul.nav {
	font-size: 16px;
}

.navbar .nav > li > a {
	color: #fff;
	text-shadow: none;
	font-size: 18px;
	padding: 10px 0;
}

.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
	font-weight: normal;
}


.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background-color: #cc0000;
	color: #fff;
}

.dropdown-menu {
    background-color: #edecec;
    border-radius: 0 0 0 0;
    left: auto;

    opacity: 0.9;
}

/* breadcrumb */

.breadcrumb {
	background: none;
	text-transform:lowercase;
}


/* home */

.content-padding {
	padding-left: 8px;
	padding-right: 8px;
}
	
/* jlsi */

#main-content .span3 {
	margin-left: 15px;
}

#main-content h2 {
    border-bottom: 3px solid #003366;
    color: #093C69;
    font-size: 24px;
    font-weight: lighter;
    letter-spacing: -1px;
    line-height: 18px;
    padding: 10px;
    text-align: left;
    text-transform: uppercase;
}		
	
#event-box {
    float: left;
    margin: 5px 0;
    width: 40%;
}
#events {
    margin: 5px 0;
}
.date {
    background-color: #0066CB;
    color: #FFFFFF;
    float: left;
    margin: 0 3px 0 0;
    min-height: 65px;
    padding: 10px 3px;
    text-align: center;
    width: 28%;
}
.month {
    font-size: 12px;
    font-style: normal;
    text-transform: uppercase;
}
.day {
    font-size: 36px;
    font-style: normal;
    padding-top: 8px;
}
.event-desc {
    background-color: #0066CB;
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    margin-bottom: 5px;
    margin-left: 1px;
    min-height: 75px;
    padding: 5px;
    width: 61%;
}
.event-desc a {
    color: #FFFFFF;
    text-decoration: none;
}	
	
	
/* interior */

#main-content {
	min-height: 500px; 
	padding-bottom: 20px;
}

#main-content > .span9 > * {
	padding-right: 20px;
}


/* footer */

#subContent {
    background-color: #CCCCCC;
	border-bottom: 3px solid #CC0000;
    padding: 10px;
	text-align: center;
}


footer {
    background-color: #003366;
	font-size: 11px;
	color: #fff;
}

footer ul.inline > li {
	padding-left: 0;
	padding-right: 0;
}


ul.footer-links {
	text-align:center;
	padding-top: 10px;
	border-top: 3px solid #fff;
}

footer a, footer a:active, footer a:visited, footer a:hover {
	font-size: 11px;
    text-transform: uppercase;	
	text-decoration: none;
}


footer a, footer a:visited {
	color: #fff;
	
}

footer a:hover {
	color: #ccc;
}

/* sticky footer */


/* Set the fixed height of the footer here */
#push,
footer {
	height: 195px;
}

footer {
	background-color: #036;
}


/* direct edit link */


#lastModified {
    text-align: center;
	background: #003366;
}

#lastModified a.directEdit, #lastModified a.directEdit:hover, #lastModified a.directEdit:visited {
    color: #fff;
	text-decoration: none;
	font-size:11px;
}




/* media queries */


@media (max-width: 380px) {

#search_box {
	display:none;
}



}

/* ipod portrait */

@media (max-width: 480px) {

nav {
    padding-top: 0;
}	
	
.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
	background-color: #E5E5E5;
	color: #555555;
}

}

@media (min-width: 481px) {

/* webkit display bug */	
.center.navbar .nav {
	width: 100%;
	display: inline-block !important;
}

.center.navbar .nav > li {
	display: table-cell;
	width: 1%;
	float: none;
	text-align: center;
	vertical-align: top;
}

.center.navbar .nav > li > ul.dropdown-menu > li {
	text-align: left;
}


}


@media (max-width: 750px) {

header {
	padding-left: 20px;
	padding-right: 20px;
	margin-left: -20px;
	margin-right: -20px;
}

.center.navbar .nav > li {
    display: block;
    float: none;
    padding-right: 0 40px;
    text-align: center;
    vertical-align: top;
    width: auto;
}

.navbar .nav > li > a {
	text-shadow:0;
    font-size: 12pt;
	color: #fff;
	padding: 1% 5%;
	margin: 5px 0;
	background: #999;
	border-radius: 3px 3px 3px 3px;
}

.navbar .nav {
	padding-right: 50px;
}

}


/* just under ipad portrait */
@media (max-width: 767px) {

.center.navbar .nav > li.dropdown {
	display: block;
}
.center .navbar-inner .nav .dropdown-menu {
	text-align: center;
	background: #e5e5e5;
	margin-top: -1px;
}


#wrapper {
	margin: 0 auto -250px;
}

#push,
footer {
	height: 250px;
}

footer {
	margin-left: -20px;
	margin-right: -20px;

}

#lastModified {
	margin-left: -20px;
	margin-right: -20px;

}


}


/* just under ipad landscape */

@media (max-width: 980px) {
li.dropdown {
	padding-left: 0;
	padding-right: 0;
}
.dropdown-menu {
	min-width: inherit;
}
.nav-collapse .dropdown-menu {
	margin: 0;
}

}


@media (min-width: 1200px) {



}




@media (max-width: 680px) {

#wrapper {
	margin: 0 auto -325px;
}

#push, footer {
	height: 325px;
}

}

