/* CSS Document */

  
  
@media (min-width: 320px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ 
body {
font: 24px/1.95em Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}

#content {
	width:90%;
	}
}
@media (min-width:480px)  { /* smartphones, Android phones, landscape iPhone */ 
body {
font: 20px/1.95em Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}

#content {
	width:90%;
	}
}
@media (min-width:801px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ 
body {
font: 18px/1.95em Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}

#content {
	width:90%;
	}
}
@media (min-width:1281px) { /* hi-res laptops and desktops */ 
body {
font: 18px/1.95em Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}

#content {
	width:90%;
	}
}

body {
  background-image: url('http://www.magicdoggames.com/funstars.png');
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: contain;
	
	margin:0;
	color:#FFF;
	height:100%;
}

html {

}

* {
	margin:0;
	padding:0;
	outline:none;
}

/* unvisited link */
a:link {
  color: #FFF;
  text-decoration: none
}

/* visited link */
a:visited {
  color: #E8E9F7;
  text-decoration: none
}

/* mouse over link */
a:hover {
  color: #FFF;
  text-decoration: none
}

/* selected link */
a:active {
  color: #FFF;
  text-decoration: none
}

#supercontainer {
	background-color:#000000;
  margin-left: auto;
  margin-right: auto;
	width:90%;
}
#splashcontainer {
	background-color:#000000;
  margin-left: auto;
  margin-right: auto;
	width:90%;
	padding:12px;
}
#footer {
	background-color:#000000;
	padding:20px 50px;
	margin-top:50px;
	clear:both;
	border-top:2px solid #eee;
	font:80% Garamond;
	line-height:25px;
}

#footer a {
	color:#999;
}

#footer .validate {
	float:right;
}

table.style1 {
	table-layout: fixed;
	width:100%;
	padding:10px;
	font:120% Garamond;
}

th.style1 {
	color:#7476b2;
	border-bottom:1px solid #eee;
	padding:5px;
}

td.style1 {
	padding:10px;
	text-align:center;
	background:#7476b2;
	border:5px solid #FFF;
}

table {
	table-layout:auto;
	width:100%;
	padding:5px;
	font:100% Garamond;
}

th {
	color:#000;
	padding:5px;
}

td {
	padding:5px;
	text-align:left;
	background:#000;
}


#container {
	width:95%;
	margin:0 auto;
	height:100%;
	background-color:#000000;
}

#content ul {
	margin:15px 0 15px 25px;
}
on
#content ul li {
	border-bottom:1px solid #eee;
	padding:10px;
	color:#00A3FF;
}

#content img {
	padding:1px;
	margin:10px;
}



#sidebar ul {
	list-style:none;
}

#sidebar ul a {
	color:#eee;
	font:100% Garamond;
	text-decoration:none;
}

#sidebar ul a span {
	color:#eee;
}

#sidebar ul a:hover span {
	color:#7476b2;
}

#sidebar p {
	font:100% Garamond;
	line-height:24px;
	margin:10px 0 20px 0;
}

#sidebar ul li {
	background:#fafafa;
	margin:1px 0 0 0;
	padding-top:5px;
	padding:5px;
	
}

#sidebar h3 {
	font:120% Garamond;
	margin:5px 0;
	color:#A2A3D1;
}

#content {
	background-color: #000;
	width:65%;
	float:left;
	margin-bottom:50px;
	border:5px solid #000;
	border-left:30px solid #000;
	border-right:5px solid #000;
	height:100%;
}

#sidebar {
	background-color: #000;
	margin-left:auto;
	height:100%;
	padding-left:15px;
}

.articleinfo {
	font:80% Garamond;
	
	color:#eee;
	padding:10px 0;
}

.articleinfo a {
	color:#7476b2;
}

.articleinfo a:hover {
	text-decoration:none;
}

#content h3 {
	margin:20px 0;
}

blockquote {
	background:#f6f6f6;
	padding:0 10px;
	border:1px solid #eee;
	font:100% Garamond;
}

#content p {
	line-height:30px;
	margin:20px 0;
	word-spacing:2px;
}

#content p a {
	color:#7476b2;
	text-decoration:none;
	border-bottom:1px solid #eee;
}

#content p a:hover {
	border-bottom:1px solid #A2A3D1;
}

#content h2 {
	font:190% Garamond;
	margin-top:45px;
}

#content h2 a {
	color:#FFF;
	text-decoration:none;
}

#header {
	
	margin:0 auto;
	padding:5px 0;
	background-color: rgba(0,0,0,.1);
}

#header .right {
	float:right;
}

#header h1 {
	font:290% Garamond;
	letter-spacing:-2px;
	margin-bottom:5px;
	margin-left:10px;
}

#header h1 a {
	color:#FFF;
	text-decoration:none;
}

#header h1 a span {
	color:#eee;
}

#header h1 a:hover span {
	color: #A2A3D1;
}

#header h3 {
	font:80% Garamond;
	color:#A2A3D1;
	display:inline;
	margin-left:35px;
}

ul#nav {
	background-image:url('http://www.magicdoggames.com/grade.png');
	background-repeat: repeat-x;
	background-size: contain;
	padding:5px;
	font-size:100%;
	border-top:3px solid #4F5197;
	border-bottom:3px solid #4F5197;
	font-weight:bold;
	margin:5px 0 0 0;
}

ul#nav li {
	display:inline;
	list-style:none;
	margin-right:24px;
}

ul#nav li a {
	padding:14px 14px;
	color:#fff;
	text-decoration:none;
}

ul#nav li a:hover {
	background:#A2A3D1;
	color:#fff;
}

ul#nav li a.active {
	background:#fff;
	color:#000;
	border-right:2px solid #7476b2;
	border-bottom:2px solid #7476b2;
}

p.about {
	border-top:3px solid #7476b2;
	border-bottom:3px solid #7476b2;
	color:#fff;
	background:#4F5197;
	padding:10px;
}

p.about a {
	color:#fff;
}
	
#widget {
	align:center;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */



.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}


