/* ========================[ GENERAL STYLES ]======================= */


/* ==========================================================================
   Add to Typography???
   ========================================================================== */
.noSpaceBelow {
	margin-bottom: 0;
}

.noSpaceAbove {
	margin-top: 0;
}

/* ==========================================================================
   Project
   ========================================================================== */

#articleTools {
	padding: 20px 20px 0;
	margin: 0;
}

.topicWrapper {
	font: 14px/1.5 Helvetica, Arial, sans-serif;
	margin-top: 20px;
}

.topicWrapper h2 {
	margin-bottom: 5px;
}

.topicWrapper p {
	color: #888;
	font-size: 12px;
}
.linkContainer {
	width: 48%;
	float: left;
	margin-bottom: 15px;
	margin-top: 15px;
	min-width: 340px;
}

.linkContainer.leftCol {
	margin-right: 30px;
}

.linkContainer h3 {
	font-size: 12px;
	font-weight: bold;
	color: #444;
/*	border-bottom: 1px solid #bbb;*/
	margin-bottom: 0;
}

ul.linkList {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}

ul.linkList li {
	line-height: 1;
	display: block;
	margin-bottom: 4px;
	margin-top: 4px;
	border-bottom: 1px solid #c0c0c0;
	position: relative;
}

ul.linkList li a {
	display: block;
	padding: 9px 6px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.49);
}

ul.linkList li:hover {
	background-color: #75b7ff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #003da4;
	border: 1px solid #65affe;
	border-top: 1px solid #7fbdfe;
	border-bottom: 1px solid #4ea3fe;
}

ul.linkList li:hover, ul.linkList li:hover a, ul.linkList li:hover a span {
	color: #003692;
	text-decoration: none;
}

ul.linkList li:hover a span {
	opacity: 0.7;
}

ul.linkList li:hover:after {
	content: "»";
	width: 18px;
	height: 18px;
	float: none;
	color: #75b7ff;
	text-align: center;
	position: absolute;
	right: 6px;
	bottom: 7px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font: 17px/15px Georgia, "Times New Roman", Times, serif;

	background-color: #fff;
}

.linkContainer span.datePublished {
	font-size: 10px;
	color: #aaa;
}

.stuck {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 auto;
  padding:  0 auto;
  width: 90%;
  z-index:  4000;
  background-color:#fff;
}
.stuck p {
  display: none;
}


/* ==========================================================================
   UI elements
   ========================================================================== */

.btn, a.btn {
	font: 12px/1.4 Helvetica, Arial, sans-serif;
	color: black;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	padding: 4px 4px;
	margin-bottom: 0;
	background-color: #d3d3d3;
	border: 1px solid black;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	*zoom: 1;
}

btn:hover, a.btn:hover {
	text-decoration: none;
	background-color: #2379e3;
}

.btn-group { /*width: 90% !important; margin: 0 auto !important; float:none;*/
	width:90%;
	font-family: Helvetica, Arial, sans-serif;
	list-style: none;
	padding: 0 0 7px;
	vertical-align: middle;
	display:inline-block;
	white-space: nowrap;
	*display:inline;
	*zoom: 1;
	margin: 5px 0 0;
}


ul.btn-group li {
	float: left;
	margin-top:6px;
}

.btn-group a {
	border-radius: 0px;
	margin-left: -1px;
	margin-left:0px;
}

.btn-group > li:first-child a.btn {
	margin-left: 0;

}

.btn-group > li:last-child a.btn {

}

/* ========================[ CSS OVERRIDES ]======================== */


/* =======================[ JQUERY OVERRIDES ]====================== */
#outerWrapper, #bigWhiteBoxWrapper, #contentArea, .center620 {
  width:                                      90% !important;
}
  .center620 img {
    display:                                  block;
    margin:                                   0 auto;
  }

/* =========================[ CUSTOM STYLES ]======================= */

@media (max-width: 1060px) {
  .linkContainer {
    width: 46%;
  }
}

@media (max-width: 600px) {

  #outerWrapper, #bigWhiteBoxWrapper, #contentArea, .center620, .stuck {
    width:                                      100% !important;
  }
  .btn, a.btn {
    font: 10px/.8 Helvetica, Arial, sans-serif;
  }
  .linkContainer {
    width: 50%;
    min-width: 340px;
  }
  .linkContainer.leftCol {
    margin: auto;
  }
  #contentArea {
    padding: 5px 5px;
  }
  .halfWidth {
    width:                              90%;
  }

}
@media only screen and (max-width: 320px) {

	.linkContainer {
    min-width: 260px;
  }

}
