#container {
	font-size: 1.2em;
	line-height: 1.6em;
}

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

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	color:#587235;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}

h2 {
	font-size:1.7em;
	line-height:1.7;
	margin-bottom:10px;
}

iframe {
	border: 0;
	width: 100%;
	height: 400px;
	border: 1px solid #2d2d2d;
	margin-top: 3px;
}

.frame-nav  {
	margin-top: 20px;
}

.frame-nav a {
	background-color: #2d2d2d;
	padding: 5px 10px;
	color: #fff;
}

#header {
	background-color: #2d2d2d;
	padding: 5px;
}

#header a {
	color: #fff;
}

.wrapper {
	margin: 0 auto;
	width: 800px;
	padding: 20px 20px 50px 20px;
}

#comments-div {
	border-top: 1px solid #83825C;
	background-color: #FBF7E4;
}

#comments-div .wrapper {
	width: 585px;
	padding: 20px 235px 50px 20px;
}

/***** Comments *****/
#commentform input, #commentform textarea {
	width: 180px;
}

#commentform textarea {
	width: 585px;
}

#commentform label {
	display: block;
	margin-bottom: 5px;
}

ol.commentlist {
	list-style: none;
	padding-left: 75px;
	position: relative;
}

.commentlist li {
	background: #fdfbf0 url(../img/bg-box-right.gif) no-repeat bottom right;
	margin-bottom: 20px;
	padding: 0;
}

.commentlist li .avatar-box {
	position: absolute;
	left: 0;
	width: 76px;
	background: url(../img/speech.gif) no-repeat 100% 20px;
}

.commentlist li .avatar-box img {
	padding: 6px;
	background-color: #fff;
	border: 1px solid #83825c;
}

.commentlist li .comment-body {
	padding: 5px 10px 1px 10px;
	background: url(../img/bg-box-left.gif) no-repeat bottom left;
}

.commentlist li .comment-header {
	background: url(../img/bg-box-right.gif) no-repeat top right;
}

.commentlist li .comment-header h4 {
	padding: 10px 10px 0 10px;
	margin: 0;
	background: url(../img/bg-box-left.gif) no-repeat top left;
}

/***** Buttons *****/
button { 
	border: 0; 
	cursor: pointer; 
	text-align: center;
}

/* green buttons */
button.submit-btn, a.button { 
	background: url(../img/btn-green.gif) no-repeat 0px 0px;
	height: 22px; 
	width: 65px;
	line-height: 22px;
	color: #fff; 
	font-size: 12px;	
}

a.button {
	display: block;
	text-align: center;
}

a.button:hover {
	text-decoration: none;
	color: #fff !important;
}

/* orange buttons */
button.orange-btn, a.button.orange-btn {
	background-image: url(../img/btn-orange.gif);
}

button.large-btn, a.button.large-btn {
	width: 120px;
	background-position: 0px -22px;
}

button.xlarge-btn, a.button.xlarge-btn {
	width: 160px;
	background-position: 0px -44px;
}

/***** Footer *****/
#footer {
	background-color: #FBF7E4;
}
