a, a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.underline {
	text-decoration: underline;
}

body {
	background-color: #ffffff;
	color: #000000;
	font-size: 100%;
}

.stricken {
	text-decoration: line-through;
}

#overallwrapper {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.topbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 1000px;
	text-align: center;
	background-color: #000000;
	padding: 10px 0;
	text-align: center;
	color: #ffffff;
	z-index: 10;
}

.toplinks {
	display: inline-block;
	width: 15%;
	padding: 5px;
	position: relative;
}

.toplinks>a, .toplinks>a:visited {
	color: #ffffff;
	}

.toplinks .toplinkswrapper {
	position: absolute;
	border: 1px solid black;
	background-color: #ffffff;
	color: #000000;
	top: 1.75em;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: none;
}

.toplinkswrapper>a {
	color: #000000;
	margin: 0.85em;
	display: block;
	position: relative;
	text-decoration: underline;
}

#searchform {
	width: auto;
	display: inline-block;
}

#centerwrapper {
	width: 100%;
	margin: 70px auto 20px auto;
	text-align: center;
}

.titlepageheader {
	font-size: 48pt;
	left: 50%;
	margin-left: -450px;
	text-align: center;
	position: absolute;
	top:20px;
	height: auto;
	width: 900px;
}

.titlepagetext {
	font-size: 16pt;
	margin-top: 20px;	
}

.recipewrapper {
	width: 90%;
	margin: 20px auto 0px auto;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid black;
	padding: 10px 0;
	position: relative;
}

.recipetitle {
	width: 100%;
	font-size: 2em;
	margin-bottom: 10px;
}

.station {
	font-weight: bold;
}

.tool {
	font-style: italic;
}

.subrecipe {
	margin-top: 10px;
	margin-bottom: 10px;
	border-style: dashed;
	display: none;
	position: relative;
}

.ingredient.expanded {
	font-size: 1.2em;
	font-weight: bold;
}

.recipewrapper .printbutton {
	position: absolute;
	background-color: #ffffff;
	font-size: 0.75em;
	padding: 5px;
	width: 15px;
	height: 15px;
	font-size: 12.5px;
	border: 1px solid #5d5d5d;
	color: #5d5d5d;
	left: 10px;
	top: 10px;
}

.expandallbutton {
	position: absolute;
	background-color: #ffffff;
	font-size: 0.75em;
	padding: 5px 5px 5px 5px;
	width: 15px;
	height: 15px;
	font-size: 12.5px;
	font-weight: bold;
	border: 1px solid #5d5d5d;
	color: #5d5d5d;
	left: 45px;
	top: 10px;
}

#shoppinglistwrapper {
	display: none;
}

#opacityscreen {
	position: fixed; 
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0.8;
	background-color: #3c3c3c;
	z-index: 999;
}

#shoppinglist {
	position: fixed;
	background-color: #ffffff;
	border: 1px solid black;
	opacity: 1;
	padding: 20px;
	height: auto;
	max-height: 100%;
	overflow: scroll;
	width: 800px;
	left: 50%;
	top: 70px;
	margin-left: -420px;	
	z-index: 1000;
}

.subrecipe .closebutton {
	position: absolute;
	font-size: 0.75em;
	padding: 5px;
	width: 15px;
	height: 15px;
	font-size: 12.5px;
	border: 1px solid #5d5d5d;
	color: #5d5d5d;
	right: 10px;
	top: 10px;
}

.collapsibleingredients {
	width: 100%;
}

.parentrecipes {
	margin: 20px auto 0 auto;
	width: 90%;
	border-top: 1px solid black;
	padding: 20px 0 10px 0;
}

.ingredient {
	width: 100%;
}

#footer {
	margin-top: 20px;
	font-size: 10pt;
}

#sotawikilogo {
	max-width: 120px;
	vertical-align: middle;	
}

p .20space {
	margin-top: 20px;
}