.top_space {
	height: 23px;
	display: block;
	clear: both;
}

.story_box {	
	position: relative;
	display: block;
	clear: both;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	border-color: #cccccc;	
	border-style: solid;		
	border-width: 1px;	
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	color: black;
	text-decoration: none;
	cursor: pointer;
	height: 75px;
	overflow: hidden;

}


.story_box:hover {	
	background-color: #bddcfa;	
}

.story_headline {
	font-size: 15px;
	font-weight: bold;
}

.story_short_desc {
	font-size: 12px;
	font-weight: normal;
}

	
	
.upper_heading { 
	color: #ac0000; 
	font-size: 11pt; 
	font-family: Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-weight: normal; 
	background-image: url(images/grade_to_line.png); 
	background-repeat: no-repeat; background-position: 0 0; 
	text-decoration: none; height: 25px; margin-right: 0; 
	margin-bottom: 3px; 
	margin-left: 0; 
	padding-bottom: 15px; 
	padding-left: 30px; 
	border-top: 2px solid #ac0000;
	 display: block; 
	}

.story {
padding-top: 10px;
}


.story img { max-width: 400px; }
.float   { margin-right: 10px; padding: 10px; float: left; max-width: 400px; }
.float_caption   { font-size: 9pt; font-weight: bold; background-color: #dedede; padding: 5px; float: left ; margin: 10px 20px 10px 12px; max-width: 400px; }
.float_right_caption   { font-size: 9pt; font-weight: bold; background-color: #dedede; padding: 5px; float: right ; margin: 10px 12px 10px 20px; max-width: 400px; }
.float_center_caption { font-size: 9pt; font-weight: bold; background-color: #dedede; text-align: center; padding: 5px; margin: 10px auto; display: block; max-width: 400px; }
.float_center {padding: 5px; margin: 10px auto; display: block; max-width: 400px; }

.float_caption_drop { 
float: left;
font-size: 9pt; 
font-weight: bold; 
background-color: #dedede;  
background: url(images/shadowAlpha_grey.png) no-repeat bottom right;
background: url(images/shadow_grey.gif) no-repeat bottom right;
margin: 10px 20px 10px 12px;
max-width: 400px;
}

.float_caption_drop span { 
  display: block;
  position: relative;
  background-color: #dedede;
  padding: 5px;
  margin: -6px 6px 6px -6px;
}

.black_link {
text-decoration: none;
color: black;
}


.float_right_caption_drop { 
font-size: 9pt; 
font-weight: bold; 
background-color: #dedede;  
  float:right;
  background: url(images/shadowAlpha_grey.png) no-repeat bottom right !important;
  background: url(images/shadow_grey.gif) no-repeat bottom right;
  margin: 10px 12px 10px 20px;
  max-width: 400px;
}
.float_right_caption_drop span { 
  display: block;
  position: relative;
  background-color: #dedede;
  padding: 5px;
  margin: -6px 6px 6px -6px;
}


.float_img { margin-bottom: 5px; }
.float_products { float: left; padding-right: 10px; }
.float_right   { margin-right: 5px; margin-left: 10px; padding: 10px; float: right; max-width: 400px; }

.img-shadow_left {
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 20px 0 12px !important;
  margin: 10px 20px 0 7px;
  }

.img-shadow_left img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
.img-shadow_right {
  float:right;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 12px 0 20px !important;
  margin: 10px 7px 0 10px;
  }

.img-shadow_right img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }


.story_tags {
	position: relative;
	display: block;
	clear: both;
	border-color: #000000;	
	border-style: dotted;;		
	border-width: 1px;	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 13px;
}

.tag {
	float: left;
	font-weight: bold;
}

.tag a {
	font-weight: normal;
	color: #0031ec;
}

.tag a:hover {
	color: #e30e0e;
}


/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(images/prev.png) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(images/next.png) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}
