/*CSS for Fleece and Fiber Sourcebook basic website*/
/*CSS validated by W3C CSS Validator*/

body {
	background-color: #606b5c;
	background-position: 50% 0%;
	line-height: 125%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

.wrapper {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	min-width: 750px;
	max-width: 75%;
	height: 100%;
	background-color: #455140;
	padding: 1.2em;
}

.main {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	min-width: 550px;
	max-width: 100%;
	height: 100%;
}

.header {
	position: relative;
	width: 100%;
	height: 10.5em;
}

.cover {
	position: relative;
	width: 100%;
	height: 554px;
}

.content {
	position: relative;
	min-height: 19em;
	font-size: medium;
}

.maintext {
	font-size: medium;
	max-width: 55em;
	min-width: 550px;
	margin: auto;
}

.details {
	padding: 1em 0;
	font-size: medium;
	max-width: 55em;
	min-width: 550px;
}

.order {
	margin: 0 3em 0 0;
	float: left;
}

.facebook {
	margin: 1em 1em 0 24em;
}

.event, .info {
	margin: 1.5em 0;
	padding: 0;
	min-width: 550px;
	padding: 0;
	background-color: #7e857b;
}

.eventright {
	margin: 0;
	padding: 0;
	min-width: 550px;
	background-color: #7e857b;
}

.extras {
	margin: 0;
	padding: .5em 1.5em;
	min-width: 550px;
	background-color: #5b6657;
}

.footer {
	padding: 3em 0 0;
	font-size: xx-small;
	line-height: 1em;
}

/* text styling */

h1, h2, h3, h4 {
  font-family: "fertigo-pro-1", "fertigo-pro-2", sans-serif;
}
	
h1 {
	font-size: 4em;
	color: #c14a31;
	line-height: 1.5em;
	padding-top: .25em;
}

h2 {
	font-size: 1.5em;
	line-height: 1.5em;
	color: #e7d2cf;
}

h3 {
	font-size: 1.25em;
	color: #c14a31;
	padding: 0;
}

h4, .info h3 {
	margin: 1.5em;
	padding: 1em 0 0;
	font-size: 1em;
	font-weight: bold;
	color: #e7d2cf;
}

.extras h3, .info h3 {
	color: #e9b382;
	font-size: 1.25em;

}

.content p {
	color: #c9c5bf;
}

.event p, .eventright p, .extras p, .info p {
	margin: 0;
	padding: 0 1.5em 1.5em;
	color: #41483f;
	font-size: large;
}

.fb p {
	width: 300px;
	background-color: #989f96;
	padding: 3em 3em 0;
}

.title {
	font-style: italic;
}

.highlight {
	color: #e9b382;
}

b {
	color: #f2d6bd;
	
}

ul {
	margin: 0 3em 2em 2em;
	font-size: large;
	color: #41483f;
	list-style-image: url(images/bullet.png);
	list-style-position: outside;
}

li {
	margin-top: 1em;
}

/* image styling */

.event img {
	margin: 0 0 2em 1.5em;
	padding: 0;
	border: 0px none;
}

.eventright img {
	margin: 1em 1em .5em 1.5em;
	padding: 0;
	float: right;
	border: 0px none;
}

.divider img {
	padding: 0 40% 0;
}

.announce {
	font-size: 1.25em;
	line-height: 1.5em;
	padding-top: 0;
}

/* link styling */

h2 a {
	text-decoration: none;
	color:#296780;
}

h2 a:link {
	text-decoration: none;
	color:#e7d2cf;
	background-color: #5b6657;
	}
h2 a:visited {
	text-decoration: none;
	color: #e7d2cf;
	background-color: #5b6657;
}
h2 a:hover {
	text-decoration: none;
	color: #e7d2cf;
	background-color:#989f96;
}
h2 a:active {
	text-decoration: none;
	background-color:#e7d2cf;
}

.event a, .eventright a, .extras a, .info a {
	text-decoration: none;
	color:#e7d2cf;
	background-color: #7e857b;
}

.event a:link, .eventright a:link, .extras a:link, .info a:link {
	text-decoration: none;
	color:#e7d2cf;
	background-color: #7e857b;
}

.event a:visited, .eventright a:visited, .extras a:visited, .info a:visited {
	text-decoration: none;
	color: #d59c67;
	background-color: #7e857b;
}

.event a:hover, .eventright a:hover, .extras a:hover, .info a:hover {
	text-decoration: none;
	color: #e7d2cf;
	background-color:#7e857b;
}

.event a:active, .eventright a:active, .extras a:active, .info a:active {
	text-decoration: none;
	background-color:#7e857b;
}
.extras a {
	background-color: #5b6657;
}

.extras a:link {
	background-color: #5b6657;
}

.extras a:visited {
	background-color: #5b6657;
}

.extras a:hover {
	background-color:#7e857b;
}

.extras a:active {
	background-color:#7e857b;
}

a {
	text-decoration: none;
	color:#296780;
}

a:link {
	text-decoration: none;
	color:#c14a31;
	background-color: #5b6657;
	}

a:visited {
	text-decoration: none;
	color: #d59c67;
	background-color: #5b6657;
}

a:hover {
	text-decoration: none;
	color: #c14a31;
	background-color:#989f96;
}

a:active {
	text-decoration: none;
	background-color:#e7d2cf;
}