@charset "utf-8";
/* CSS Document */

html {
	//background: #668862;
	background: #BAD6F5;
	background-image:url('http://www.dedge.com/image/layout/background.jpg');
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-family: Arial, Helvetica, sans-serif;
	//height:100%;
}
body {
	//height:100%;
	//margin:0;
	padding:0;
	//overflow:hidden;
}

ul {
	padding:0;
	margin:0;
	margin-left:30px;	
}
#header {
	height: 200px;
	width: 760px;
	margin: 0 auto;
	//background: #D2D2DA;
	background-image:url('http://www.dedge.com/image/layout/header.png');
	background-repeat:no-repeat;
	background-attachment:scroll;
	margin-bottom: 0px;
	text-align: left;
	vertical-align: middle;
	padding: 0px 0px;
	color: #FFF;
	
}
#all-content {
	
	width: 760px;
	margin: 0 auto;
	background: white;
	background-image:url('http://www.dedge.com/image/layout/parchment.jpg');
	margin-top:0px;
	margin-bottom:30px;
	border: 0px solid #482A22;
	padding: 0px;
	font-size: 1em;
}
#sidebar {
	float: right;
	width: 375px;
	height: 40px;
	//background: #F0EADC;
	border: 2px solid #482A22;
	text-align: center;
	verticle-align: middle;
	padding: 4px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #445;
}

#content {
	//float: left;
	width: auto;	
	margin: 0;
	padding: 2%;
	color: #482A22;
}

#footer {
	background: #482A22;
	clear: both;
	background-image:url('http://www.dedge.com/image/layout/three_0.jpg');
	background-repeat:repeat-x;
	background-attachment:scroll;
	height: 3em;
	margin-top: 1em;
	font-size: .7em;
	color: #F0EADC;	
	padding-left: 15px;
	padding-top: 2px;
}
#flashContent { 
	width:100%;
	height:100%; 
}
.smalltext {
	font-size: .8em;
}
.tinytext {
	font-size: .6em;
}
.bigtext {
	font-size: 1.2em;
	font-weight: bold;
}
a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #954151;
	text-decoration: none;
		
}
a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #641010;	
	text-decoration: none;
	
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;	
	text-decoration: none;
	
}
a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;	
	text-decoration: none;
		
}

.boldlink a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #954151;
	text-decoration: none;
		
}
.boldlink a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #641010;	
	text-decoration: none;
	
}
.boldlink a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;	
	text-decoration: none;
		
}
.boldlink a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;	
	text-decoration: none;
	
}

.mobile-list{
	//float: left;
	font-size: .9em;
	width: 100%;
	height: 200px;
	margin: 10px 5px;
	//border: 2px solid #482A22;

}
.game-list{
	float: left;
	font-size: .9em;
	width: 350px;
	height: 130px;
	margin: 10px 5px;
	//border: 2px solid #482A22;

}
.game-image{
	float: left;
	text-align:center;
	width: 100px;
	margin-right: 10px;
	height: 100%;	
	//border: 2px solid #482A22;
}
.list-text{
	//float: right;
	width: 100%;
	//border: 2px solid #482A22;
}
.shadow {
	-moz-box-shadow: 3px 3px 4px #BBB;
	-webkit-box-shadow: 3px 3px 4px #BBB;
	box-shadow: 3px 3px 4px #BBB;
}
.shadow-on-blue {
	-moz-box-shadow: 4px 4px 5px #869DB6;
	-webkit-box-shadow: 4px 4px 5px #869DB6;
	box-shadow: 4px 4px 5px #869DB6;
}
.shadow-dark {
	-moz-box-shadow: 3px 3px 4px #777;
	-webkit-box-shadow: 3px 3px 4px #777;
	box-shadow: 3px 3px 4px #777;
}
.rounded-corners {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

.rounded-corners-top {
    -moz-border-radius: 16px 16px 0px 0px;
    -webkit-border-radius: 16px 16px 0px 0px;
    -khtml-border-radius: 16px 16px 0px 0px;
    border-radius: 16px 16px 0px 0px;
}

.rounded-corners-bottom {
    -moz-border-radius: 0px 0px 16px 16px;
    -webkit-border-radius: 0px 0px 16px 16px;
    -khtml-border-radius: 0px 0px 16px 16px;
    border-radius: 0px 0px 16px 16px;
}

.rounded-corners-slight {
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	-khtml-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
}

.button {
display: inline-block;
border: 2px solid #c4d8ff;
cursor: pointer;
text-align: center;
text-decoration: none;
font: 16px Arial;
font-weight: bold;
padding: 10px 16px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
text-shadow:0px 0px 0px #444444;
-moz-box-shadow: 3px 3px 3px 0px #bbbbbb;
-webkit-box-shadow: 3px 3px 3px 0px #bbbbbb;
box-shadow: 3px 3px 3px 0px #bbbbbb;
color: #954151;
background: #d7f2ff;
background-image: -webkit-gradient(linear, left top, left bottom, from(#d7f2ff), to(#bad6f5));
background-image: -moz-linear-gradient(top,  #d7f2ff,  #bad6f5);
background-image:     -ms-linear-gradient(top, #d7f2ff,  #bad6f5);
background-image:      -o-linear-gradient(top, #d7f2ff,  #bad6f5);
background-image:         linear-gradient(top, #d7f2ff,  #bad6f5);
filter:  progid:DXImaGETransform.Microsoft.gradient(startColorstr='#d7f2ff', endColorstr='#bad6f5');
}
.button:hover {
background: #d7f2ff;
background-image: -webkit-gradient(linear, left top, left bottom, from(#bad6f5), to(#d7f2ff));
background-image: -moz-linear-gradient(top,  #bad6f5,  #d7f2ff);
background-image:     -ms-linear-gradient(top, #bad6f5,  #d7f2ff);
background-image:      -o-linear-gradient(top, #bad6f5,  #d7f2ff);
background-image:         linear-gradient(top, #bad6f5,  #d7f2ff);
filter:  progid:DXImaGETransform.Microsoft.gradient(startColorstr='#bad6f5', endColorstr='#d7f2ff');
text-decoration: none;
color: #954151;
}
.button:active {
color: #954151;
position: relative;
top: 1px;
}
.floatLeft{
 float: left;
 margin: 10px;	
}
.floatRight{
 float: right;
 margin: 10px;	
}