html, body {
    height: 100%
}

body {
	background: url(images/background.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#content {
	width: 1250px;
	margin: 0 auto;
}

#holder{
    min-height: 100%;
    position:relative;
}

.row {
  width: 100%;
}
.pageContainer {
	float: left;
	margin: 5px;
  margin-top: 0px;
	width: 770px;
	min-height: 50px;
}

#boxes {
  float: left;
  margin: 5px;
  margin-top: 0px;
  width: 1000px;
  min-height: 50px;
}

.infoBoxes {
  float: left;
  margin: 5px;
  width: 1000px;
}

.smallBox {
  width: 246px;
  margin-right: 5px;
  float: left;
  height: 100%;
}

.smallBoxTwo {
  float: left;
  width: 246px;
  margin-right: 5px;
  height: 100%;
}

.smallBoxThree {
  float: left;
  width: 246px;
  margin-right: 5px;
  height: 100%;
}

.smallBoxFour {
  float: left;
  width: 246px;
  height: 100%;
}

#header {
	padding-top: 25px;
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 15px;
}

#logo {
  background: url(images/logo.png) no-repeat center;
  min-height: 205px;
}

#widgets-left {
  width: 230px;
  float:left;
}

#widgets {
	width: 230px;
	float:right;
	margin-right: 9px;
}

#foot {
  clear: both;
}

#footer {
  float: left;
  margin: 5px;
  margin-top: 0px;
  width: 1000px;
  min-height: 75px;
}

#footer #center {
  text-align:center;
}

#footer #right {
  margin-top: -40px;
  margin-left: 88%;
}

#footer #left {
  margin-top: -65px;
  margin-left: 2%;
}

#footer a:link {
  color: white;
}

#footer a:visited {
  color: white;
}

#linkmenu {
	min-height: 20px;
}

.panel-body {
	word-wrap:break-word;
}

.newsticker {
  width: 100%;
}
a.newstickerLink {
  text-decoration:none;
  outline: none;
}
.newstickerContent span {
  display: none;
}

section {
    width: 100%;
    margin: 5px auto;
    text-align: le
}

.unstyled li {
	list-style-type: none;
	margin-left: -12px;
}

.alerts {
  margin: 20px;

}

.alerts p {
  /* quick and dirty hack added by me, you may remove it if not needed */
  margin: 0; padding: 0;
}

.alert-message.danger, .alert-message.danger:hover, .alert-message.error, .alert-message.error:hover, .alert-message.success, alert-message.success:hover, .alert-message.info, .alert-message.info:hover {
  color: #ffffff;
}
.alert-message .close {
  font-family: Arial, sans-serif; 
  line-height: 18px;
}
.alert-message.danger, .alert-message.error {
  margin:5px auto;
  width:100%;
  background-color: #c43c35;
  background-repeat: repeat-x;
  
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.alert-message.success {
	margin:5px auto;
  width:100%;
  background-color: #57a957;
  background-repeat: repeat-x;
  
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.alert-message.info {
	margin:5px auto;
	width:100%;
  background-color: #339bb9;
  background-repeat: repeat-x;
  
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
  
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #339bb9 #339bb9 #22697d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

:root .alert-message {
  border-radius: 0 \0;
}
.close {
  float: right;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 13.5px;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=25);
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}
.close:hover {
  color: #000000;
  text-decoration: none;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.alert-message {
  width:770px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;

  position: relative;
  padding: 7px 15px;
  margin-bottom: 18px;
  color: #404040;

  background-color: #eedc94;
  background-repeat: repeat-x;

  background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
  background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
  background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
  background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
  background-image: -o-linear-gradient(top, #fceec1, #eedc94);
  background-image: linear-gradient(top, #fceec1, #eedc94);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
  
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.alert-message .close {
  margin-top: 0;
}
.alert-message a {
  font-weight: bold;
  color: #404040;
  text-decoration: none;
}
.alert-message.danger p a, .alert-message.error p a, .alert-message.success p a, .alert-message.info p a {
  color: #ffffff;
}
.alert-message p a:hover {
  text-decoration: underline;
}
.alert-message p {
  margin-bottom: 0;
}

div.youtube {
	width: 100%;
	max-width: 560px;
}
div.aspectratio {
	width: 100%;
	padding-bottom: 56.25%; /* 16:9 */
	position: relative;
}
div.aspectratio > iframe {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	width: 100%;
	height: 100%;
}

.console {
  width: 100%; 
  height: 600px; 
  background-color: #000;
  color: #fff;
  overflow: auto;
  margin-top: 10px;
  margin-left: -5px;
  margin-bottom: -10px;
  padding: 5px;
  text-align: left;
  border-color: #f5f5f5;
  border-width: 3px;
  border-style: solid;

  font-size: 14px; 
  line-height: 125%; 
  text-shadow: none;
}

/* Thread Tools */

input#threadtools {
  background: none;
  border: none;
  font-size: 14px;
  color: black;
}

input#threadtools:hover {
  background: lightgrey;
  border: none;
  font-size: 14px;
  color: black;
}