@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

ul,li{
	list-style: none;
	margin:0;
	padding:0;
}

body{
	margin: 0;
	background: transparent;
	font-family: 'Lato', sans-serif;
}

h1{
	font-family: 'Monoton', cursive;
}

#fullscreen{
	position:fixed;
	right:0;
	bottom:0;
	min-width:100%;
	min-height:100%;
	width:auto;
	height:auto;
	z-index:-100;
	background: url(../images/bg.jpg) no-repeat;
	background-size:cover;
}

.footer{
	text-align: right;
	height:80px;
	font-size: 0.5em;
}  

.tempArea{
	background-color: rgba(255,255,255,0.4);
  border-radius: 3px;
  height: 180px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  width: 270px;
}

.contentArea {
  color: #000;
  letter-spacing: 2px;
  padding: 5px;
  text-shadow: 0 0 15px #ffeecc, 0 0 10px #ffeecc,0 0 5px #fff;
}

.subText{
	text-align: right;
	padding-top:20px;
	font-family: 'Great Vibes', cursive;
}

.serverOn{
	margin-left: 5px;
	padding-left: 5px;
	color: rgba(0,255,0,0.8);
}

.serverOff{
	margin-left: 5px;
	padding-left: 5px;
	color: rgba(255,0,0,0.8);
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#div1 {
width: 47.3684%;
}
#div2 {
width: 47.3684%;
margin-left: 5.2631%;
clear: none;
}
#div3 {
width: 100%;
}

.skew_banner_inner {
  color: #fff;
  font-size: 20px;
  -moz-transform: rotate(-45deg) translate(-12px, -45px);
  -ms-transform: rotate(-45deg) translate(-12px, -45px);
  -webkit-transform: rotate(-45deg) translate(-12px, -45px);
  transform: rotate(-45deg) translate(-12px, -45px);
  width: 340px;
}

.skew_banner_inner .line{
  border-top: 7px solid #f45775;
  border-bottom: 3px solid green;
  height: 50px;
  line-height: 50px;
}

.skew_banner_inner .line1{
  background: #c03935;
  border-top: 10px solid #ff6501;
  border-bottom: 4px solid #fff;
  height: 35px;
  line-height: 35px;
  margin-left: -90px;
}

.skew_banner_inner .line2{
  background: #8ca702;
  border-top: 20px solid #fdcb04;
  border-bottom: 8px solid #fff;
}

.skew_banner_inner .line3{
  background: #ff6501;
  border-bottom: 30px solid #8ca702;
  border-top: 12px solid #c03935;
  margin-left: 55px;
}
}
#div4 {
width: 100%;
margin-left: 0;
clear: both;
}
#div5 {
width: 100%;
margin-left: 0;
clear: both;
}
#div6 {
width: 100%;
margin-left: 0;
clear: both;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
width: 61.5384%;
}
#div2 {
width: 35.8974%;
clear: none;
margin-left: 2.5641%;
}
#div3 {
width: 23.0769%;
}
#div4 {
width: 35.8974%;
clear: none;
margin-left: 0;
}
#div5 {
width: 35.8974%;
clear: none;
margin-left: 0;
}
#div6 {
width: 100%;
clear: none;
margin-left: 0;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
width: 74.5762%;
}
#div2 {
width: 23.7288%;
clear: none;
margin-left: 1.6949%;
}
#div3 {
	width: 23.7288%;
}
#div4 {
width: 23.7288%;
clear: none;
margin-left: 1.6949%;
}
#div5 {
width: 32.2033%;
clear: none;
margin-left: 1.6949%;
}
#div6 {
width: 100%;
clear: both;
margin-left: 0;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
