/*
Theme Name: CIMSS Satellite Blog Version 2
Theme URI: http://cimss.ssec.wisc.edu/goes/blog/
Description: The theme for the CIMSS Satellite Blog, based on the default
WordPress theme
Version: 2.0
Author: Bill Bellon
Author URI: 
Tags: CIMSS 

*/


/************************************************************
Body and parent DIVs
************************************************************/
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	/*background: #014c80 url(/goes/blog/wp-content/themes/satellite_blog_v2/images/star_fade_bg.jpg) repeat-x;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

#whiteborder {
	border: 1px solid #ffffff;
	width: 804px;
}

#blackborder {
	border: 1px solid #000000;
	width: 802px;
}

#whiteborder, #blackborder {
	height: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	border-top: none;
	border-bottom: none;
	display: table;
}

#pageContainer {
	width: 850px;
	height: 100%;
	min-height: 49em;
	margin: 0 auto 0 auto;
	border: solid 1px #003e69;
	border-top: none;
	border-bottom: none;
	position: relative;
}

/************************************************************
Layout table
************************************************************/
#contentContainer {
	width: 100%;
	min-height: 100%;
	height: 100%;
}

#contentContainer td {
	color: #000000;
	vertical-align: top;
	text-align: left;
}

/************************************************************
Banner (logo, title and collage)
************************************************************/
#banner {
	height: 96px;
	/*background: #02629f url(/goes/blog/wp-content/themes/satellite_blog_v2/images/home-page/banner-bg.jpg) repeat-x;*/
}

#title {
	float: left;
}

#title h1:first-child {
	margin: 14px 0 0 10px;
	padding: 0;
	font-size: 0px;
	/*width: 361px;*/
	width: 372px;
	height: 12px;
	text-indent: -3000px;
}

h1#parent_organizations a:first-child {
	/*background: url(/goes/blog/wp-content/themes/satellite_blog_v2/images/home-page/title-uw-madison.png) no-repeat;*/
	width: 165px;
	height: 12px;
	text-decoration: none;
	display: block;
	float: left;
}

#divider {
	float: left;
	margin-left: 5px;
}

h1#parent_organizations a:first-child + img + a {
	/*background: url(/goes/blog/wp-content/themes/satellite_blog_v2/images/home-page/title-ssec.png) no-repeat;*/
	width: 192px;
	height: 12px;
	text-decoration: none;
	display: block;
	float: left;
	margin-left: 5px;
}

/***************
h1#cimsstitle {
  margin: 10px 0 0 10px;
  padding: 0;
  font-size: 0px;
  width: 201px;
  height: 22px;  
  text-indent: -3000px;
  background: url(/goes/blog/wp-content/themes/satellite_blog_v2/images/home-page/title3.png) no-repeat;
}
****************/
h1#cimsstitle {
	margin: 10px 0 0 10px;
	padding: 0;
	font-size: 30px;
	color: white;
}

h1#cimsstitle a, h1#cimsstitle a:visited {
	color: white;
	text-decoration: none;
}

h1#cimsstitle acronym {
	border: none;
}

#subtitle {
	display: block;
	width: 441px;
	margin-left: 10px;
	color: #efefef;
	font-size: 13px;
	font-style: italic;
}

#logo img {
	float: left;
	margin: 7px 0 0 15px;
	height: 78px;
}

#collage {
	float: right;
	margin: 3px 5px 0 0;
}

/************************************************************
Horizontal Navigation Bar
************************************************************/
#navigation {
	height: 25px;
	background-color: #ffefc6;
	border: solid 1px #003e69;
	border-left: none;
	border-right: none;
	margin: 0;
	padding: 0;
	clear: both;
}

#navigation ul, #navigation li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation ul {
	float: left;
	margin-top: 4px;
}

#searchform {
	float: right;
	margin-top: 2px;
	margin-right: 10px;
	height: 22px;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: bold;
}

#searchform input {
	font-size: 10px;
}

#navigation #breadcrumb {
	/*display: inline;*/
	font-size: 13px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	/*border-right: solid 1px #003e69;*/
	display: block;
	float: left;
	margin-top: 4px;
}

#navigation a {
	color: #003e69;
	text-decoration: none;
}

#navigation ul li:first-child {
	padding-left: 14px;
}

/************************************************************
Left column (page 2 template only) that contains main categories
************************************************************/
#maincategories_p2 {
	width: 220px;
	height: 99%;
	/*background: #02629f url(/goes/blog/wp-content/themes/satellite_blog_v2/images/page2/page2_nav_bg.jpg) no-repeat left bottom;*/
	background-color: #02629f;
}

/*
#maincategories_p2 ul, #maincategories_p2 li {
  margin: 0;
  padding: 0;
}
#maincategories_p2 ul {
  margin: 1em 14px 0 14px;
}
#maincategories_p2 li {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 1.3em;
  list-style-type: none;
}
*/
/******







******/

#maincategories_p2 ul {
	margin-left: 5px;
	padding-left: 0;
	font-size: 12px;
	color: #ccc;
}

#maincategories_p2 li {
	margin-left: 0;
	list-style: none;
}

#maincategories_p2 h2 {
	font-size: 14px;
	color: #FFFFFF;
	margin: 0;
}

#maincategories_p2 ul ul {
	margin-left: 2em;
	padding-left: 0;
	margin-bottom: 1em;
}

#maincategories_p2 ul li ul li a {
	position: relative;
	top: 1px;
}

#maincategories_p2 ul li ul li:before {
	content: '\00BB \0020';
	color: white;
}

#maincategories_p2 li a {
	color: #ffefc6;
	text-decoration: none;
}

#maincategories_p2 #searchform {
	display: none;
}

/************************************************************
Right column (page 2 template only)that contains page content
************************************************************/
#content {
	/*width: 630px;*/
	/**
	width: 620px;
	***/
	height: 100%;
	padding: 14px;
	/*background: #fff url(/goes/blog/wp-content/themes/satellite_blog_v2/images/page2/page2_content_right_bg.jpg) repeat-y 100% 0;*/
}

#content h2 {
	margin: 0;
}

#content h2 a {
	text-decoration: none;
	color: #111;
}

#content h2 + small {
	color: #555;
}

.postmetadata {
	font-size: 12px;
	color: #555;
}

.postmetadata a {
	text-decoration: none;
}

.post {
	margin-bottom: 40px;
}

.entry {
	margin-top: 1em;
}

.navigation a {
	text-decoration: none;
}

#footer {
	margin-top: 1em;
}

#updateDate {
	float: left;
}

#webmasterLink {
	float: right;
}

/************************************************************
Footer that contains date and webmaster link
************************************************************/
#footer {
	border-top: solid 1px #cccccc;
	/*width: 144px;*/
	width: 100%;
	font-size: 12px;
	color: #333333;
	/***
	position: absolute;
	bottom: 8px;
	left: 14px;
	***/
}

#footer a {
	/*color: #ffefc6;*/
	text-decoration: none;
}

/************************************************************
Fonts and other formatting for content in content column
************************************************************/
h2 {
	font-size: 18px;
	margin-top: 0;
}

h2 span {
	font-size: 14px;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	border-bottom: solid 1px #666666;
}

.indented {
	padding-left: 50pt;
	padding-right: 50pt;
}

/************************************************************
Hover effects
************************************************************/
a:hover {
	color: #ffcd00 !important;
}

/*h1#parent_organizations a:first-child:hover {*/
/*	background: url(/goes/blog/wp-content/themes/satellite_blog_v2/images/home-page/title-uw-madison-hover.png) no-repeat;*/
/*}*/

/*h1#parent_organizations a:first-child + img + a:hover {*/
/*	background: url(/goes/blog/wp-content/themes/satellite_blog_v2/images/home-page/title-ssec-hover.png) no-repeat;*/
/*}*/

/************************************************************
Image borders
************************************************************/
.border img {
	padding: 5px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}

/*
#breadcrumbContainer {
  position: relative;
  margin-bottom: 1em;
  width: 100%;
  height: 1px;
}
#breadcrumb {
  font-size: 11px;
  margin-top: -14px;
  left: -11px;
  margin-bottom: 1em;
  background-color: #ffefc6;
  padding-left: 6px;
  padding-bottom: 1px;
  padding-top: 1px;
  width: 639px;
  position: absolute;
  border-bottom: solid 1px #999999;
}
*/


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar th, #wp-calendar td {
	color: #000;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	color: #fff;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	/*	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* End Calendar */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* End captions */

/* Fix an issue with images inserted via new Editor being too tall */
.wp-block-image img {
	height: auto;
}
