/* Body settings */
body {
	font-family: Verdana, times, serif;
	font-size: 12px;
	color: #333;
	background-color: #F7F9F0;
}

/* Main blocks */
div#SideMenu {
}
div#ContentWrapper {
	border-left: 1px solid #C4C4C2;
	background: #F7F9F0;
}
div#Header {
	background-color: #fff;
        text-align: center;
	font-size: 24px;
	line-height: 2.0;
}
div#Footer {
	background-color: #fff;
        text-align: center;
	font-size: 12px;
	line-height: 1.5;
}
div#Example {
	background-color: #fff;
	border: 1px solid #9BA379;
	color: #4D4D4D;
	padding: 10px 10px 10px 10px;
	margin: 1em 0 1em 0;
}

#SideMenuContent a {
	z-index: 300;
	border: none;
}


/* Headers */
H1, H2, H3, H4, H5, H6 {
	margin: 0;
	padding: 0;
	margin-bottom: .5em;
}

/* Header text transformations */
H1, H2, H3 {
	line-height: 1.2;
}
/* Set font sizes in headers */
H1 {
	font-size: 175%;
}
H2 {
	font-size: 24px;
}
H3 {
	font-size: 125%;
}


/* Paragraph and basic text styles */
P {
	margin: 0 0 1em 0;
	/* font-size: 75%; */
}

A {
	color: #786E29;
	text-decoration: none;
}
A:hover, A:visited:hover {
	color: #C58144;
}
A:active {
	color: #C58144;
}
A:visited {
	color: #786E29;
}


/* Lists */
OL, UL, DL { margin-top: 0; list-style: none; }
DT, DD, LI { margin-bottom: 10px; }
DT, DD { margin: 0; }
DD { margin-bottom: 1em; }


/* Post style */
.Text {
	position: relative;
	overflow: visible;
	margin-left: 60px;
	margin-bottom: 2em;
}
.Text H2 {
	font-weight: normal;
}
.Text H2 {
	border: none;
}
.Text IMG.stretch-right {
	float: right;
	margin: 0 10% 1em 1em;
}
.Text .SectionText {
	position: relative;
	top: 0;
	width: 500px;
	line-height: 1.6;
}
.Text .SectionText blockquote {
	background-color: #E7EDCF;
	border: 1px solid #9BA379;
	color: #4D4D4D;
	padding: 10px 10px 10px 10px;
	margin: 1em 0 1em 0;
}
.Text .SectionText ul {
	margin-left: 18px;
	padding-left: 0;
}
.Text .SectionText li {
	list-style: circle;
	padding-left: 18px;
	line-height: 1.6;
}
.Text .SectionText li a {
	font-weight: normal;
}

.Text .SectionText img { width: 160px; float: right; margin: 0 10% 1em 1em; border: 1px solid #000; }

.Text .SectionText .ExampleText {
	position: relative;
	top: 0;
	width: 480px;
	line-height: 1.6;
	background-color: #fff;
	border: 1px solid #9BA379;
	color: #4D4D4D;
	padding: 10px 10px 10px 10px;
	margin: 1em 0 1em 0;
}

.Text .SectionText .GroupText {
	position: relative;
	top: 0;
	width: 480px;
	line-height: 1.6;
	padding: 10px 10px 10px 10px;
	margin: 1em 0 1em 0;
}

.Text .SectionText .GroupText img { width: 160px; float: none; margin: 1em 1em 1em 1em; }
