@charset "UTF-8"; 
body {
	background-image: url(images/lightmetal.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
#pagecontainer {
	background-position: 0px 0px;
	background-repeat: repeat;
	width: 100%;
	border: 0px none;
	position: absolute;
	left: 0px;
	top: 0px;
}
#headercontainer {
	background-image: url(images/darkmetal.png);
	background-position: 0px 0px;
	background-repeat: repeat;
	height: 200px;
	width: 100%;
	border: 0px none;
	left: 0px;
}
#header {
	height: 197px;
	width: 950px;
	border: 0px none;
	left: 0px;
}
#line {
	background-color: #FFFFFF;
	background-position: 0px 0px;
	background-repeat: repeat;
	height: 3px;
	width: 100%;
	border: 0px none;
	left: 0px;
}
#topleft {
	background-image: url(images/topleft.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#topright {
	background-image: url(images/topright.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#bottomleft {
	background-image: url(images/bottomleft.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#bottomright {
	background-image: url(images/bottomright.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#top {
	background-image: url(images/top.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
}
#bottom {
	background-image: url(images/bottom.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
}
#left {
	background-image: url(images/left.png);
	background-position: 0px 0px;
	background-repeat: repeat-y;
}
#right {
	background-image: url(images/right.png);
	background-position: 0px 0px;
	background-repeat: repeat-y;
}
#reflection {
	background-image: url(images/reflection.png);
	background-position: 0px 0px;
}
#page {
	width: 500px;
	font-size: .8em;
	color: #333333;
	font-variant: small-caps;
}
.content {
	background-color: #6C6C6C;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#bottomstuff {
	font-size: .80em;
	color: #CCCCCC;
}
#bottomstuff a {
	color: #999999;
	text-decoration: none;
}
#bottomstuff a:hover {
	color: #000000;
	text-decoration: underline;
}
.paddingright {
	padding-right: 10px;
}








							
							/* CONTAINER - Post */
.NewsGroup, .g-entry {
	margin: 1.5em;
	padding: 1.25em;
	overflow: hidden;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #FFFFFF;
}	

							/* Headline */
h2.NewsHeadline, .g-title {
	font-weight: bold;
	color: #444444;
	font-size: 1.5em; 		/* 30px */
	line-height: 1em; 		/* 25px */
}
.g-title {
  margin-bottom: .875em;
}
							/* CONTAINER - Author/Date */
h6.NewsInfo, .g-details {
	display: block;
	margin: 1.5em 0 1.5em 0;
	color: #999999;
}
.g-details {
  margin-bottom: 0em;
}

							/* Author */
span.NewsAuthorName, .by { 
	letter-spacing: 1px;
	color: #999999;
	padding: .25em;
}

span.NewsAuthorName:after, .by:after { 
	margin-left: 1em;
	color: #BBBBBB;
	content: '-';
}

							/*Date*/
span.NewsPostDate, .g-date { 
	color: #999999;
	padding: .25em;
	font-weight: normal;
}

span.NewsPostDate i {
	font-style: normal;
}

							/* CONTAINER - Body */
div.NewsBodyText, .g-body {
	text-align: justify;
	line-height: 1.25em;
}

.NewsGroup a, .g-entry a { 
  color: #9900CC;
}
.NewsGroup a:hover, .g-entry a:hover { 
  color: #000000;
}

.NewsBodyText p, .g-body p {
	margin: 1em 0;
}
							/* Images */
.NewsBodyText p img:first-child, .g-body p img:first-child {
	float: right;
	margin: 0 0 1.25em 1.25em;
	clear: right;
	border: 2px solid #EDEDED;
	background-color: #EDEDED;
}
.NewsBodyText p img, .g-body p img {
	float: right;
	margin: 1em 0 1.25em 1.25em;
	clear: right;
	border: 2px solid #EDEDED;
	background-color: #EDEDED;
}

							/* Videos */	
.NewsBodyText object, .g-body object {
	display: block;
	margin: 1em auto;
	text-align: center;
	width: 100%;			/* stretches video wrapper */
}


/* ------------------------------------------------------ 
							Footer
 -------------------------------------------------------- */

.PagingGroup, .paging {
	display: block;
	margin: 2em 0;
	font-size: .85em;
}
.paging {
  margin-top: 2.75em;
}

.PagingGroup .Paging, .paging {
	color:  #999999;
	letter-spacing: 1px;
	text-align: center;
}
.paging {
  font-size: .625em;
}
.paging b {
  font-weight: normal;
}
							/* Arrows */
 
.PagingGroup span, .PagingGroup a, .paging del, .paging a { 
  font-family: 'arial', helvetica, sans-serif; 
  text-transform: capitalize;
} /* Paging text */


.PagingGroup span:first-child:before, .PagingGroup a:first-child:before, .paging del:first-child:before, .paging a:first-child:before { 
  content: "\25C4  ";
  color: #eee;
} /* Arrow left */

.PagingGroup a:after, .PagingGroup span:after, .paging a:after, .paging del:after {
  content: " \25BA" ;
  color: #eee;
  } /* Arrow right */

.PagingGroup a:first-child:after, .PagingGroup span:first-child:after, .paging a:first-child:after, .paging del:first-child:after {
  content: "";
} /* Arrow clear */

.PagingGroup a:hover:first-child:before, .PagingGroup a:hover:before:first-child, .PagingGroup a:hover:after, .paging a:hover:first-child:before, .paging a:hover:before:first-child, .paging a:hover:after { 
  color: maroon;
} /* Arrow hovers */

.PagingGroup .Paging a, .paging a {
	margin: 0 1em;
	padding: .6em 1em;
	color: #9900cc;
}

.PagingGroup .Paging a:hover, .paging a:hover {
	color: maroon;
	border-color: #c5ab8d;
	background-color: #ddd1c6;
}

.PagingGroup .Paging a:active, .paging a:active { 
	color: maroon;
	background-color: #ddb9a0;
}

.PagingGroup .Paging span.navinactive, .paging del {
	margin: 0 1em;
	color: #999999;
	padding: .6em 1em;
}

							/* Made with Glue */	
div#GlueLink, .glue { 
  display: block;
}
h6#GlueGroup, .glue {
	text-align: center;
	margin: 2em 1em;
}
.glue {
  margin-top: 2.75em;
}
a#GlueLink, .glue a { 
  color: #999999;
  text-decoration: none;
}
a#GlueLink:hover, .glue a:hover { 
  color: #000000;
  text-decoration: underline;
}
.glue a:before {
  content: "Made with ";
}