@import url(//fonts.googleapis.com/css?family=Acme);
@import url(//fonts.googleapis.com/css?family=Bitter);
@import url(//fonts.googleapis.com/css?family=Bitter:bold);

body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#EF4566;
	/*min-width:600px;    	 Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:120%;
	font-family: Bitter;
	line-height: 1.5;
}
a {
	color:white;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:0px 0px 0px;
}
#ads img {
	display:block;
	padding-top:10px;
}

/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
	color: white;
	font-family: Acme;
}
#header {
	border-bottom: 3px dashed white;
	/*border-bottom:3px solid white;*/
	padding-bottom: 8px;
	font-size: 20px;
}
#header p,
#header h1 {
	padding:.2em 15px 0 30px;
	margin:0;
	font-size: 3em;
	letter-spacing: 4px;
	}
#header h2 {
	padding:0em 15px 0 30px;
	margin:0;
	font-weight: normal;
	letter-spacing: 2px;
}
#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}
#header ul li a:hover {
	background:#369;
	color:#fff;
}
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
/* 2 Column (right menu) settings */
.rightmenu {
	background:#C8C8A9;		/* right column background colour */
	color: black; 			/* right column font colour */

}

/*Column 1 h2*/
.rightmenu .col1 h2 {
	/*text-align: center;*/
	font-family: Acme;
	letter-spacing: .6px;
}

/*Column 2 h2*/
.rightmenu .col2 h2 {
	text-align: center;
	font-family: Acme;
}

.rightmenu .colleft {
	right:25%;			/* right column width */
	background:#F9CDAE;		 /*right column background colour*/ 
	/*border-right:3px solid white;*/
}
.rightmenu .col1 {
	width:71%;			/* left column content width (left column width minus left and right padding) */
	left:27%;			/* (right column width) plus (left column left padding) */
}
.rightmenu .col2 {
	width:21%;			/* right column content width (right column width minus left and right padding) */
	left:31%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}

/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:4px dashed white;
}
#footer p {
	color: white;
	padding:10px;
	margin:0;
}

/*Hot dice text effect*/
#hotdice {
	color: red;
	font-family: Acme;
	-webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: none;
  /*color: rgb(255, 255, 255);*/
  -o-text-overflow: clip;
  text-overflow: clip;
  text-shadow: 0 0 20px rgb(254,252,201) , 2.5px -2.5px 7.5px rgb(254,236,133) , -5px -5px 10px rgb(255,174,52) , 5px -10px 12.5px rgb(236,118,12) , -5px -15px 15px rgb(205,70,6) , 0 -20px 17.5px rgb(151,55,22) , 2.5px -22.5px 20px rgb(69,27,14) ;
}

/*Separator Style*/
hr.style1{
	border: 0;
    height: 0;
    border-top: 2px dashed white;
}

/*Inline dice images*/
#diceimage {
	width: 20px;
	height: 20px;
}

#headerImage {
	width: 500px;
	margin-left: 45px;
	margin-bottom: -40px;
	/*float-top: 60px;*/
	float-bottom: 0px;
}



/*------------------------------------------------------------------------------*/
/*Farkle text effect*/

#farkle {
	text-shadow: 0px 0px 15px #8bfe0b;
	color: #3e952c;
	font-family: Acme;
	font-size: 1.2em;
}

#farkleHeader {
	text-shadow: 0px 0px 40px #8bfe0b;
	color: #93ce26;
}




/*------------------------------------------------------------------------------*/


/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 980px or less */
@media screen and (max-width: 980px) {

#headerImage {
	width: 300px;
	margin-left: 20px;
	margin-bottom: -25px;
	/*float-top: 60px;*/
	float-bottom: 0px;
}
}

/* for 720px or less */
@media screen and (max-width: 720px) {

#headerImage {
	display: none;
	width: 300px;
	margin-left: 20px;
	margin-bottom: -25px;
	/*float-top: 60px;*/
	float-bottom: 0px;
}

.rightmenu .colleft {
	float: none;
	right:0px;			/* right column width */
	background:#F9CDAE;		 /*right column background colour*/ 
	/*border-right:3px solid white;*/
}
.rightmenu .col1 {
	float: none;
	width:95%;			
	left:20px;
	padding-right: 40px;
}
.rightmenu .col2 {
	/*float: none;*/
	width:100%;			/* right column content width (right column width minus left and right padding) */
	left:10px;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	background:#C8C8A9;
}




}

/*Mobile Devices Checker*/

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

  	#headerImage {
	display: none;
	width: 300px;
	margin-left: 20px;
	margin-bottom: -25px;
	/*float-top: 60px;*/
	float-bottom: 0px;
}

.rightmenu .colleft {
	float: none;
	right:0px;			/* right column width */
	background:#F9CDAE;		 /*right column background colour*/ 
	/*border-right:3px solid white;*/
}
.rightmenu .col1 {
	float: none;
	width:95%;			
	left:20px;
	padding-right: 40px;
}
.rightmenu .col2 {
	/*float: none;*/
	width:100%;			/* right column content width (right column width minus left and right padding) */
	left:10px;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	background:#C8C8A9;
}

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}
