/* @override http://mishna.everydayjew.com/main.css */

body {
	font: 14px Georgia, "Times New Roman", Times, serif;
	margin: 10px 30px;
	padding: 0;
}

a {
	color: #6786bc;
}

a:hover {
	text-decoration: none;
	color: #599e5e;
}

ul {
	margin: 0;
	margin-left: 10px;
	padding: 0;
	list-style: none;
}

ul ul {
	margin: 0;
	margin-left: 15px;
	padding-left: 10px;
	list-style: circle;
	list-style-type: disc;
}

ul ul ul {
	margin-left: 10px;
	list-style-type: square;
}

ul ul li {
	margin-bottom: 1px;
}

.seder {
	font: bold 1em "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-top: 5px;
	display: block;
	border-bottom: 1px solid #ccc;
	padding-left: 2px;
	margin-bottom: 3px;
}

.masechta {
	display: block;
	margin-top: 5px;
}

form {
	float: right; 
	width: 350px;
	background: #fff;
	padding-left: 10px;
}

form.alone {
	float: none;
	width: 100%;
}

#explain {
	font-size: .9em;
}

#explain p {
	margin-top: 0;
	margin-left: 5px;
	margin-bottom: 5px;
}

fieldset {

	border: 1px solid #999;
	padding: 20px;
}

legend {
	font-weight: bold;
	letter-spacing: .1em;
}

#notice {
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #339f32;
	background-color: #70c978;
}

#errors {
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #950000;
	background-color: #d65f63;
}

h1 {
	font-size: 1.3em;
	text-align: center;
	margin: 0;
	margin-bottom: 25px;
	padding-bottom: 5px;
	border-bottom: 6px #ccc double;
	background: #fff;
}

h2 {
	font-size: 1.1em;
	margin: 0;
}

#footer {
	text-align: center;
	font-size: .8em;
	border-top: 3px double #ccc;
	margin-top: 30px;
	padding-top: 10px;
	color: #666;
}

#footer p {
	margin: 0;
	margin-bottom: 5px;
}

#footer a {
	color: #111;
}

#footer a:hover {
	text-decoration: none;
}

