@charset "utf-8";
/* CSS Document */

@font-face

{
  font-family: button_font;
  src: url('BAUHS93.TTF'),
       url('BAUHS93.eot') format("opentype"); /* IE */
}

body {
	background-color: #000;
	font-family: times;
	font-size: 16;
	color: #94aaf7;
	text-decoration: none;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

.blue_text{
	color: #94aaf7;
}

.flt_lft{
	float: left;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #0000ff;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #0000dd;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
		color: #1b17bf;
	text-decoration: none;
}

p.inline {
	display: inline;
}

.content_container {
	padding: 20px 0px;
	color: #000;
}

.pic_box{
	width: 1005px;
	margin: 5px auto;
	padding: 10px;
	display: block;
	background-color: rgba(0,0,0, .85);
	border-style: solid 0px;
	border-radius: 10px;
}

.pic_preview_box {
	background-color: rgba(0,0,0, .8);
	border-style: solid 0px;
	border-radius: 0px;
	float: right;
    box-shadow: 3px 3px 10px #263f8a;
    -webkit-box-shadow: 3px 3px 10px #263f8a; /* Safari */
	margin: 0px 8px 0px 0px;
}

.pic_preview {
	margin: auto auto;
}

.vid_preview {
	width: 325;
	height: 240;
	display: block;
	float: left;
	padding: 0px 20px 0px 0px;
}

.vid_text {
	height: 220px;
	display: block;
	padding: 20px 0px 0px 0px;
}

.update_label, .archive_label {
  width: 120px;
  box-shadow: 2px 2px 10px #263f8a;
  -webkit-box-shadow: 2px 2px 10px #263f8a; /* Safari */
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #263f8a;
  height: 26px;
  margin: -16px 0px 0px -1px;
  position: relative;
  display: inline;
  float: left;
  top: 0px;
  left: 0px;
  background-color: rgb(51,102,255);
  background-image: linear-gradient(bottom, rgb(224,229,255) 0%, rgb(38,63,138) 51%, rgb(0,0,0) 92%);
  background-image: -o-linear-gradient(bottom, rgb(224,229,255) 0%, rgb(38,63,138) 51%, rgb(0,0,0) 92%);
  background-image: -moz-linear-gradient(bottom, rgb(224,229,255) 0%, rgb(38,63,138) 51%, rgb(0,0,0) 92%);
  background-image: -webkit-linear-gradient(bottom, rgb(224,229,255) 0%, rgb(38,63,138) 51%, rgb(0,0,0) 92%);
  background-image: -ms-linear-gradient(bottom, rgb(224,229,255) 0%, rgb(38,63,138) 51%, rgb(0,0,0) 92%);
  background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(224,229,255)),
	color-stop(0.51, rgb(38,63,138)),
	color-stop(1, rgb(0,0,0))
);
  font-family: button_font;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 15px #00ffff, 0px 0px 5px #000;
  padding: 3px;
}

.archive_label {
	width: 60px;
	height: 16px;
	font-size: 14px;
	border-radius: 10px;
	margin: -6px 0px 0px -1px;
}

.update_text_box {
  color: #000;
  border-style: solid;
  border-width: 0px;
  border-radius: 10px;
  padding: 1px 10px 10px 10px;
  background-color: #94aaf7;
}

p.news {
	padding: 0px;
	margin: 0px;
	text-indent: 1.5em;
	color: #000;
}

p.date {
	display: block;
	padding: 5px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}

.book_image{
  min-width: 74px;
  min-height: 110px;
  border: 0px;
  float: left;
  display: inline;
  margin-left: 0px;
  padding-right: 10px;
}

.book_text{
  display: inline
}

.update, .book_review {
	background-color: rgb(224,229,255);
  background-image: linear-gradient(bottom, rgb(227,234,255) 20%, rgb(201,215,255) 80%);
  background-image: -o-linear-gradient(bottom, rgb(227,234,255) 20%, rgb(201,215,255) 80%);
  background-image: -moz-linear-gradient(bottom, rgb(227,234,255) 20%, rgb(201,215,255) 80%);
  background-image: -webkit-linear-gradient(bottom, rgb(227,234,255) 20%, rgb(201,215,255) 80%);
  background-image: -ms-linear-gradient(bottom, rgb(227,234,255) 20%, rgb(201,215,255) 80%);

  background-image: -webkit-gradient(
  	linear,
  	left bottom,
  	left top,
  	color-stop(0.2, rgb(227,234,255)),
  	color-stop(0.8, rgb(201,215,255))
  );
  border-style: solid 0px;
  border-radius: 10px;
  padding: 5px 8px;
  margin: 12px 0px;
  box-shadow: 0px 0px 10px 5px rgba(0,0,0, .5);
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0, .5);
}

.book_review{
  min-height: 110px;
}

.book_title{
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: underline;
  margin: 0;
  display: inline;
}

.book_author{
  font-size: 1.2em;
  text-decoration: none;
  font-weight: normal;
  padding-left: 10px;
  display: inline;
}

.update h1,h2,h3 {
	display: block;
	padding: 5px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}

.youtubevid_box{
	width: 1005px;
	height: 360px;
	margin: 5px auto;
	padding: 10px;
	display: block;
	background-color: rgba(0,0,0, .8);
	border-style: solid 0px;
	border-radius: 10px;
}

.youtubevid {
	margin: 0px auto;
	width: 640px;
	height: 360px;
	display: block;
	box-shadow: 0px 0px 10px 5px rgba(0,0,0, .8);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0, .8);
}

.link_image_box {
	width: 1060px;
	height: 270px;
	display: block;
	padding: 0px 0px 0px 25px;
}

.news_pic_box{
	width: 1005px;
	margin: 10px auto;
	padding: 10px;
	display: block;
	background-color: rgba(0,0,0, .8);
	border-style: solid 0px;
	border-radius: 10px;
}

.mp_img_div {
  background-color: #fff;
  width: 160px;
  height: 160px;
  margin: 50px 20px;
  padding: 0px;
  border-style: solid;
  border-color: #f00;
  border-width: 0px;
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -moz-box-shadow: 0px 0px 0px 5px #000 inset;
  -webkit-box-shadow: 0px 0px 0px 5px #000 inset;
  box-shadow: 0px 0px 0px 5px #000 inset;
}

.mp_img_div:hover {
  width: 160px;
  height: 160px;
  margin: 50px 20px;
  padding: 0px;
  border-style: solid;
  border-color: #f00;
  border-width: 0px;
  float: left;
  cursor: pointer;
  -moz-box-shadow: 0px 0px 0px 12px #000 inset;
  -webkit-box-shadow: 0px 0px 0px 12px #000 inset;
  box-shadow: 0px 0px 0px 12px #000 inset;
}

.mp_img {
  background-color: #fff;
  width: 160px;
  height: 160px;
  margin: 0px;
  padding: 0px;
  border-style: solid;
  border-color: #f00;
  border-width: 0px;
  border-radius: 10px;
  opacity: 0.9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.lit_img {
  background-color: #fff;
  width: 960px;
  height: 210px;
  margin: 50px 0px 0px 20px;
  padding: 0px;
  border-style: solid;
  border-color: #f00;
  border-width: 0px;
  border-radius: 10px;
  opacity: 0.9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.img_sml{
	padding: 1px;
}

.header_title {
  background-color: #0000ff;
  height: 30px;
  width: 1040px;
  margin: 0px auto;
  padding: 0px 0px 0px 20px;
  background-image: linear-gradient(bottom, rgb(0,55,255) 0%, rgb(48,71,125) 100%);
  background-image: -o-linear-gradient(bottom, rgb(0,55,255) 0%, rgb(48,71,125) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(0,55,255) 0%, rgb(48,71,125) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(0,55,255) 0%, rgb(48,71,125) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(0,55,255) 0%, rgb(48,71,125) 100%);
  background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(0,55,255)),
	color-stop(1, rgb(48,71,125))
  );
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #00ffff;
  box-shadow: 0px 5px 10px #263f8a;
  -webkit-box-shadow: 0px 5px 10px #263f8a; /* Safari */
}


.header_background {
  height: 30px;
  width: 100%;
  background-color: #001d57;
  background-image: linear-gradient(bottom, rgb(0,39,166) 0%, rgb(0,22,66) 100%);
  background-image: -o-linear-gradient(bottom, rgb(0,39,166) 0%, rgb(0,22,66) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(0,39,166) 0%, rgb(0,22,66) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(0,39,166) 0%, rgb(0,22,66) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(0,39,166) 0%, rgb(0,22,66) 100%);
  background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(0,39,166)),
	color-stop(1, rgb(0,22,66))
  );
}

.header_button_box {
  display: inline;
  float: left;
  width: 90px;
  background-color: #f00;
}

.header_button {
	width: 11%;
	box-shadow: 2px 2px 10px #263f8a;
	-webkit-box-shadow: 2px 2px 10px #263f8a; /* Safari */
	border-radius: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #263f8a;
	height: 26px;
	margin: -2px 2px 0px 0px;
	position: relative;
	display: inline;
	float: left;
	top: 0px;
	left: 0px;
	background-color: rgb(51,102,255);
	background-image: linear-gradient(bottom, rgb(224,229,255) 0%, rgb(38,63,138) 51%, rgb(0,0,0) 92%);
	background-image: -o-linear-gradient(bottom, rgb(224,229,255) 0%, rgb(38,63,138) 51%, rgb(0,0,0) 92%);
	background-image: -moz-linear-gradient(bottom, rgb(224,229,255) 0%, rgb(38,63,138) 51%, rgb(0,0,0) 92%);
	background-image: -webkit-linear-gradient(bottom, rgb(224,229,255) 0%, rgb(38,63,138) 51%, rgb(0,0,0) 92%);
	background-image: -ms-linear-gradient(bottom, rgb(224,229,255) 0%, rgb(38,63,138) 51%, rgb(0,0,0) 92%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(224,229,255)),
	color-stop(0.51, rgb(38,63,138)),
	color-stop(1, rgb(0,0,0))
);
	font-family: button_font;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0px 0px 15px #00ffff, 0px 0px 5px #000;
	padding: 3px;
}


.header_button:hover {
	width: 11%;
	box-shadow: 2px 2px 10px #263f8a;
	-webkit-box-shadow: 2px 2px 10px #263f8a; /* Safari */
	border-radius: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #263f8a;
	height: 26px;
	margin: -2px 2px 0px 0px;
	position: relative;
	display: inline;
	float: left;
	top: 0px;
	left: 0px;
	background-color: rgb(41,125,194);
	background-image: linear-gradient(bottom, rgb(224,229,255) 0%, rgb(38,63,138) 51%, rgb(0,0,0) 92%);
	background-image: -o-linear-gradient(bottom, rgb(224,229,255) 0%, rgb(38,63,138) 51%, rgb(0,0,0) 92%);
	background-image: -moz-linear-gradient(bottom, rgb(224,229,255) 0%, rgb(38,63,138) 51%, rgb(0,0,0) 92%);
	background-image: -webkit-linear-gradient(bottom, rgb(224,229,255) 0%, rgb(38,63,138) 51%, rgb(0,0,0) 92%);
	background-image: -ms-linear-gradient(bottom, rgb(224,229,255) 0%, rgb(38,63,138) 51%, rgb(0,0,0) 92%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(224,229,255)),
	color-stop(0.51, rgb(0,52,209)),
	color-stop(1, rgb(0,0,0))
);
	font-family: button_font;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0px 0px 15px #00ffff, 0px 0px 5px #000;
	padding: 3px;
}

#centerer {
  width: 1060px;
  margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

.header_util {
  font-family: 'Oswald', sans-serif;
  width: 1060px;
  background-color: #000f0f;
  height: 35px;
  background-image: linear-gradient(bottom, rgb(148,170,247) 0%, rgb(68,127,245) 100%);
  background-image: -o-linear-gradient(bottom, rgb(148,170,247) 0%, rgb(68,127,245) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(148,170,247) 0%, rgb(68,127,245) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(148,170,247) 0%, rgb(68,127,245) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(148,170,247) 0%, rgb(68,127,245) 100%);
  background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(147,171,247)),
	color-stop(1, rgb(68,127,245))
  );
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin: -2px 0px 0px 0px;
  display: inline;
  float: left;
  color: #fff;
  font-size: 13px;
}

.header_text {
  color: #fff;
  font-size: 13px;
  margin: 8px 0px 0px 10px;
}

.header_h1 {
  color: #fff;
  font-size: 20px;
  display: inline;
  padding: 0px 0px 0px 20px;
}

/* Footer Style */
.footer{
    font-family: 'Arial Narrow', Arial, sans-serif;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 25px;
    line-height: 24px;
    font-size: 11px;
    background: #000;
    opacity: 0.9;
    z-index: 20;
}
.footer a{
    padding: 5px 10px;
    letter-spacing: 1px;
    color: #fff;
    text-align: right;
}
.footer a:hover{
    color: #ddd;
}
.footer a span{
    font-weight: bold;
}
.footer span.right_ab{
    position: absolute;
    right: 10px;
}

.break {
  clear:both;
}

.centered {
  margin: 0px auto;
  display: block;
}

.news_pic {
  margin: 0px auto;
  display: block;
  width: 800px;
  height: 447px;
}

.news_pic_portrait {
  margin: 0px auto;
  display: block;
  width: 300;
  height: 400px;
}
