/* csim.css */

body {
	background-color: #555555;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	margin: 0;
}

a {
  text-decoration: none;
}


/*.content {
  margin: auto;
  overflow: hidden;
  padding: 20px 20px 0;
  position: relative;
  width: 1263px;
}*/

.postedBy, .newsSource {
  background-color: #B9BED7 !important;
  font-size: 10px !important;
}

.newsTitle {
	font-weight: bold;
	color: #606857;
	background-color:#BAC4AD !important;
}

.newsContent {
	background-color: #ffffff;
}

.sidebarTitle {
	color:#ffffff;
	background-color:#7C8A6C;
}

.smalltext {
	font-size: 10px;
}

#disqus_thread {
  background-color: #ffffff;
  padding: 10px;
  margin-top: 20px;
  border-radius: 4px;
}

/* Semantic UI overrides */

/* removes padding-left on latest news column so it lines up with nav bar and header image */
.ui.grid > .column.news, 
.ui.grid > .row > .column.news {
  padding-left: 0;
}

/* make font smaller, line-height taller */
.ui.grid > .column, .ui.grid > .row > .column {
  font-size: 0.85rem;
  line-height: 1.5;
}

.ui.segment.attached {
  box-shadow: 0 0 0 1px #000000;
}

.ui.label {
  text-decoration: none;
}

.ui.link.menu .item:hover,
.ui.menu .link.item:hover,
.ui.menu .ui.dropdown .menu .item:hover,
.ui.menu a.item:hover {
  background-color: #606856;
}

.ui.menu:after {
  margin-bottom: 10px;
}

.ui.menu {
  box-shadow: 0 0 0 1px #000000;
}

/* custom csim menu color */
.ui.csim-menu-green.menu, 
.ui.csim-menu-green.pointing.menu .active.item:after {
  background-color: #BAC4AD;
  color: #606857
}

.ui.label {
  vertical-align: baseline;
}

.csimsidebar ul {
  padding-left: 20px;
}

/* float image right */
img.ui.image.fright {
  float: right;
}

/* Original WP Styles */

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

