@charset "utf-8";
/* Week 3 Stylesheet */

body {
	margin: 10px 20px;
	background: #ddd5cb url(../images/week3.jpg) repeat;
	color: #383838;
	font: normal small Verdana, Geneva, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0 0 10px 0;
	background-color: transparent;
	color: #856231;
	font-family: 'Sorts Mill Goudy', serif;
	font-weight: normal;
}
h1 {	
	font-size: 400%;
	text-shadow: 2px 2px 2px rgba(0,0,0,.3);
}
h2 {
	margin: 0;
	padding: 0;
	border-bottom: thin dotted #c27201;
	background-color: transparent;
	color: #ac6503;
	font-size: 320%;
	text-shadow: 2px 2px 2px rgba(0,0,0,.3);
}
h3 {
	margin: 0 10px 15px 10px;
	border: thin inset #c27201;
	-moz-border-radius: 15px 0;
	-webkit-border-radius: 15px 0;
	border-radius: 15px 0;
	background-color: rgba(186,141,97,.1);
	text-align: center;
	font-size: 230%;
	font-style: italic;
}
p {
	margin: 0 0 10px 0;
}
p:first-line {
	font-weight: bold;
}
ol, ul {
	margin: 0;
	padding: 0;
}
dl {
	margin: 0;
	padding: 0 10px;
}
dt {
	background-color: transparent;
	color: #a30f00;
	font-size: 110%;
	font-weight: bold;
}
dd {
	margin: 3px 0 10px 10px;
}
a {
	background-color: transparent;
	color: #586425;
	text-decoration: none;
}
.clearall {
	visibility: hidden;
	clear: both; 
}
nav {
	min-height: 30px;
	padding: 0 0 0 10px;
	border: thin outset #000033;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	/*background: #2c5d9d;*/
	background: rgb(54,103,164);
	background: -moz-linear-gradient(left, rgba(54,103,164,1) 0%, rgba(28,66,130,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(54,103,164,1)), color-stop(100%,rgba(28,66,130,1)));
	background: -webkit-linear-gradient(left, rgba(54,103,164,1) 0%,rgba(28,66,130,1) 100%);
	background: -o-linear-gradient(left, rgba(54,103,164,1) 0%,rgba(28,66,130,1) 100%);
	background: -ms-linear-gradient(left, rgba(54,103,164,1) 0%,rgba(28,66,130,1) 100%);
	background: linear-gradient(to right, rgba(54,103,164,1) 0%,rgba(28,66,130,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3667a4', endColorstr='#1c4282',GradientType=1);
	-moz-box-shadow:  2px 2px 3px 2px rgba(0, 0, 0, .1);
	-webkit-box-shadow:  2px 2px 3px 2px rgba(0, 0, 0, .1);
	box-shadow:  2px 2px 3px 2px rgba(0, 0, 0, .1);
}
nav li {
	margin: 0 25px 0 0;
	list-style: none; 
	float: left;
}
nav a {
	background-color: transparent;
	color: #f6f2ec;
	line-height: 30px;
	display: block;
}
section {
	padding: 10px 15px 15px 15px;
	background-color: rgba(255,255,255,.5);
	color: inherit;
}
article {
	width: 79%;
	float: right;
}
#chapter {
	padding: 5px 0 0 0;
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 15px; 
	word-wrap: break-word;
	text-align: justify;
	line-height: 1.3em;
}
aside {
	width: 20%;
	margin-right: 1%;
	padding: 10px 0;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	background-color: rgba(186,141,97,.1);
	color: inherit;
	float: right;
}
footer {
	padding: 10px;
	border: thin dotted #c27201;
	border-width: thin 0;
}