/*
Theme Name: SSEC SIFT Theme
Theme URI: http://www.ssec.wisc.edu/aeri/
Author: Bill Bellon
Description: SSEC AERI theme based on the SSEC Project Template
Version: 1.0
*/

/***************************************************************
OVERRIDE SSEC TEMPLATE STYLE (http://www.ssec.wisc.edu/css/all_pages.php)
***************************************************************/

body {
	background-repeat: no-repeat !important;
	background-attachment: fixed !important;
}

#banner {
	/*
	background-repeat: no-repeat;
	background-position: center -20px;
	background-color: #222;
	*/
	background: #222 !important;
	/*----height: auto !important; ----*/
	height: 124px !important;
}

#title {
	top: auto;
	left: auto;
	position: relative !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	/*-----------------
	background-image: url("./includes/images/banner.png") !important;
	background-repeat: no-repeat !important;
	background-position: 490px 0px !important;
	-----------------*/
}

#title h1 {
	background: none !important;
	width: auto !important;
	height: 104px !important;
	line-height: 104px;
	margin: 0;
	text-indent: 0 !important;
	font-size: 60px !important;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
}
#title h1 a {
	/*color: #88d6ff !important;*/
	color: #fffaf0 !important;
	font-variant: small-caps;
	line-height: 104px;
	display: inline-block;
	vertical-align: middle;
	/*
	text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
     */
	text-shadow: 2px 2px 8px #000;
}
#title h1 a > span:first-child + span {
	/*color: #dcb218 !important;*/
}

#title h1 > center > a:first-child + a {
	padding-left: 120px;
	padding-right: 120px;
}
#ssec_logo {
	height: 60px;
	/*bottom: 10px;*/
	position: relative;
	vertical-align: top;
	margin-right: 40px;
	border: none;
}
#goes-r_logo {
	position: relative;
	top:10px;
	height: 90px;
}
.inner_padding {
	padding-left: 20px;
	padding-right: 20px;
}
#footer {
	position: relative;
}
#footer .logos {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#footer .logos img {
	height: 60px;
	margin-left: 20px;
	border: none;
}
#footer .logos a {
	text-decoration: none;
}

#bottom_nav ul > li:first-child {
	color: #333 !important;
}
/***************************************************************
General rules
***************************************************************/
.nice_list li {
	margin-top: 1em;
	margin-bottom: 1em;
}

a {
	text-decoration: underline;
}

.navbar {
	line-height: 26px !important;
	overflow: visible !important;
}
.navbar li {
	background-color: #FFF7EC; /*in case menu item wraps to new line */
}


/***************************************************************
Two column layout with widget / box on right
***************************************************************/
#left_column {
	width: 500px !important;
}
.right_box {
	float: right;
	background-color: rgb(255, 247, 236);
	width: 300px;
	border: solid 1px #ccc;
	padding: 10px;
	margin-top: 1em;
	min-height: 200px;
}
.right_box h2 {
	margin: 0;
	padding: 0;
	font-size: 16px !important;
	margin-bottom: 10px;
}
.right_box a {
	text-decoration: underline;
}
.right_box ul, .right_box ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#main_content #left_column {
	width: 600px;
	float: left;
}

/****************************************************************
DATA CENTER HOME PAGE NEWS WIDGET
****************************************************************/
#home-page-news-widget > h2 {
}
ul#home-page-news-widget-list {
	list-style-type: none;
}
ul#home-page-news-widget-list, ul#home-page-news-widget-list > li:first-child, ul#home-page-news-widget-list article {
	margin-top: 0;
	padding-top: 0;
}
ul#home-page-news-widget-list li h3 {
	margin-top: 0;
	margin-bottom: 5px;
}
ul#home-page-news-widget-list li h3 + p {
	margin-top: 0;
}
ul#home-page-news-widget-list li h3 a {
	font-size: 16px;
	text-decoration: none;
}
