@charset "utf-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

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

a:hover {
	text-decoration: underline;
}

html {
	height: 100%;
}

body {
	background-color: #E8D8C3;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100.01%;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-family: "Comic Sans MS", cursive;
}

li+li {
	padding-top: .5em;
}

ul {
	padding-left: 1em;
	margin-bottom: -1em;
}

.cent {
	text-align: center;
}

.small {
	font-size: .75em;
}

#content {
	background-color: #FFF8E8;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	max-width: 950px;
	padding: 10px 20px 0px;
	border-radius: 20px;
}

#intro p {
	margin-bottom: 1.25em;
}

.article {
	background-image: none;
	background-repeat: repeat;
	border: 2px solid #E8D8C3;
	border-bottom: 1px;
	border-collapse: collapse;
	border-radius: 0px;
	clear: both;
	color: rgba(0,0,0,1);
	height: 100%;
	line-height: 1.5em;
	/*	margin-left: 20px;
	margin-right: 20px;*/
	min-height: 300px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	position: relative;
}

p.article.lG {
	border-right: none;
}

p.article.rG {
	border-left: none;
}

.article img {
	background-color: rgba(153,153,153,1);
	border-bottom-color: rgba(102,102,102,1);
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-left-color: rgba(102,102,102,1);
	border-left-style: none;
	border-left-width: medium;
	border-radius: 5px;
	border-right-color: rgba(102,102,102,1);
	border-right-style: solid;
	border-right-width: 2px;
	border-top-style: none;
	border-top-width: medium;
	border-top-color: rgba(102,102,102,1);
	float: none;
	padding: 10px;
	margin: 10px;
}

.article img:hover {
	background-color: #046;
}

.floatRight, img.floatRight {
	float: right;
}

.floatLeft, img.floatLeft {
	float: left;
}

.condense {
	max-height: 200px;
	overflow: hidden;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}

.condense:hover {
	max-height: 999px;
}
