.hidden {
	display:none;
}

#container {
	text-align: left; 
	min-width: 960px;
	max-width: 1680px;
	width: 80%;
	height: 100%;
	background: #F1CD00;
	padding: 10px;
	margin: auto;
	border-radius: 10px;
}

#content-container {
	float:left;
	width: 83%;
	padding-top:5px;
}


#topBox {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	text-align:right;
	padding-left: 270px;
}
	#topBox #topLeaderboard {
		display: inline-block;
		width: 728px;
		height: 90px;
	}
	
#site-logo {
	margin-top: 0px;
	height: 70px;
	max-width:270px;
	position:relative;
	z-index: 1;
}
	#site-logo a:hover { border-bottom: 2px solid blue; }

#menu-box {
	position: relative;
	z-index:1;
}

.top-menu{
	height:28px;
	border:none;
	border:0px;
	border-bottom: 4px solid #0079b2;
	margin:0;
	padding:0px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:8e8e8e;
	min-width:900px;
	}
.top-menu ul
{
	float:left;
	height:28px;
	list-style:none;
	margin:0;
	padding:0;
}
.top-menu li{
	float:left;
	margin-left:0;
}
.top-menu > ul > li:hover > a{
	background-color: #f8f8f8;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 2px solid #3394C1;
	border-bottom: none;
}
.top-menu li a{
	color:#666666;
	display:block;
	font-weight:bold;
	line-height:26px;
	padding:0px 10px;
	padding-top:2px;
	text-align:center;
	text-decoration:none;
}
.top-menu li a:hover{
	color:#000000;
	text-decoration:none;
}
	.top-menu li ul{
		background:#f8f8f8;
		border-left:2px solid #0079b2;
		border-right:2px solid #0079b2;
		border-bottom:2px solid #0079b2;
		display:none;
		height:auto;
		opacity:0.95;
		position:absolute;
		width:225px;
		z-index:200;
		}
	.top-menu li:hover ul{
		display:block;
		}
	.top-menu li li {
		display:block;
		float:none;
		width:225px;
		}
	.top-menu li ul a{
		display:block;
		font-size:12px;
		font-style:normal;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.top-menu li ul a:hover{
			background:#0079b2;
			color:#fff;
			opacity:1.0;
			}
			
	.top-menu p{
		clear:left;
		}	
	.top-menu #current{
		background-color: #0079B2;
		color:#ffffff;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-top: 2px solid #3394C1;
	}
	.top-menu #search-box {
		margin-left:10px;
		margin-top:4px;
		float:left;
	}	
		.top-menu #search-box input {
			margin:0;
		}
	.top-menu #translate-box {
		margin-left:10px;
		margin-top:7px;
		float:left;
	}	
	
#rightBox {
	float:right;
    width: 160px;
    padding: 0;
    padding-bottom: 6px;
    font-size: 11px;
    background-color: white;
    border-bottom-right-radius: 12px;
	box-shadow: 0px 3px 0px rgba(0,0,0,0.2);
}
	#rightBox h2 {
        margin: 0;      
        font-size: 90%;   
        color: black;
        text-align: left;
        font-style: italic;   
        font-weight: normal;  
        border-top: 0;
	}
	#rightBox p {
		margin: 0;
		padding: 0 0 5px 0;
		text-align: left;
	}



a.read-the-rest {
    background: url("images/link-read_the_rest.gif") center left no-repeat;
    padding-left: 19px;
    font-size: 11px;
    font-weight: bold;
}


.story-credits { font-family: Arial, sans-serif; }
.story-credits a { text-decoration: none; } 
.story-credits a:hover { text-decoration: underline; }
.story-metadata { font-family: Arial, sans-serif; }
.story-metadata td { font-family: Arial, sans-serif; }
.story-metadata a { text-decoration: none; }
.story-metadata a:hover { text-decoration: underline; }


#leftMenu a { text-decoration: none; }
#leftMenu a:hover { text-decoration: underline; }

#leftMenu .instructions { 
	text-align: center;
	font-size: 90%;
}
#leftMenu h2 {
	margin: 0;  
	margin-top: 10px;
	margin-left: -5px;
	padding-left: 5px;
    font-size: 90%;  
    color: black;  
    text-align: left;  
    font-style: italic; 
	font-weight: normal;
	border-top: 1px dotted #BBBBBB;
}


.download-container {
	background: #c2e7a5;
	border: 1px solid #a7c68e;
	text-align: left;
	padding: 5px;
	margin: 2px 10px 10px -2px;
	color: #B30000;	
}

.download-link2 {
	font-weight: bold;
	color: #B30000;	
	display: inline-block;
	text-decoration: underline;
}

.nav-link {
	background-color: #fff7dd; 
	border: 1px solid #ffe399; 
	position: relative;
	text-align: left;
	margin: 0;
	padding: 5px;
	margin: 2px 10px 5px -2px;
	text-decoration: underline;
	font-weight: bold;
	color: #B30000;	
	border-radius: 5px;
	display: inline-block;
	text-decoration: underline;
}
	.nav-link.selected {
		font-style: italic;
		text-decoration: none;
		color: black;
	}

.forum-embed-wrapper {
	margin-bottom: 10px;
}

.download-links {
}
	.download-links tr { 
		padding-top: 1px;
	}


/* download page */
.tabs { 
	margin: 2px 0 10px 0;
}
.tabs a { 
	padding: 5px; 
	color: white; 
	background-position: center left; 
	background-repeat: no-repeat; 
	display:inline-block; 
	vertical-align:middle; 
	background-color: #fff7dd; 
	border: 1px solid #ffe399; 
	font-weight: bold; 
	text-decoration: none; 
	border-radius: 10px;
}
.tabs a:hover {
	background-color: #FFDDAA;
	border: 1px solid #ccb67a; 0;
	text-decoration: underline;
}
.tabs .selected {
	background-color: #FFDDAA;
	border: 1px solid #ccb67a;
}
.tabs .beginner {
	padding-left: 20px;
	color: #BA00FF;
}
.tabs .easy {
	padding-left: 20px;
	color: #00AF04;
}
.tabs .medium {
	padding-left: 20px;
	color: #D79536;
}
.tabs .hard {
	padding-left: 20px;
	color: #E10000;
}
.tabs .challenge {
	padding-left: 20px;
	color: #0090FF;
}

.steps-details {
	background-color: #FFDDAA;
	padding: 5px;
}

.vb-login {
	font-size: 80%;
}

body {
	margin: 0;
	padding: 10px 0;
	background-repeat: repeat-x repeat-y;
	background: #fbe520;
	background-image: url('images/body-bg2.png');
}

#ad-bottom {
	display: inline-block;
	margin-top:10px;
}

/* vB hack. I don't see a way to hide things like this normally. */
.postbody .title.icon { display: none !important; }

