@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Arial, Gill Sans", Helvetica, sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 23px;
}

h1 {
	color: #546753;
	text-align: left;
	text-decoration: underline;
	display: block;
	font-size: 40px;
	line-height: 50px;
}

h3 {
	color: #546753;
	text-align: left;
	text-decoration: underline;
	display: block;
}
hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}

mainimage {
	/*float: left;*/
	border: thin black solid;
	margin-top: 0;
	margin-right: 12px;
	margin-left: 12;
	margin-right: auto;
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: table;
	width: 1px;

}


figcaption {
	font-style: normal;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	caption-side: bottom;
	padding-bottom: 0px;
	padding: 0.5em;
	line-height: 15px;
}

figureleft {
	float: left;
	border: thin black solid;
	margin-right: 12px;
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: table;
	width: 1px;


}

figureright {
	float: right;
	border: thin black solid;
	margin: 0 auto;
	margin-left: 12px;
	margin-right: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	/*margin-top: 10px;*/
	padding-bottom: 4px;
	display: table;
	width: 1px;
	margin-bottom: 20px;
	position: relative;

	

}


figurecenter {
   margin-left: auto;
    margin-right: auto;
	border: thin black solid;
	margin: 0 auto;
	
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	/*margin-top: 10px;*/
	padding-bottom: 4px;
	display: table;
	width: 1px;
	margin-bottom: 20px;
	position:relative;
}

footer {
text-align: center;
font-size: 10px;
}



#berm  {
	float: right;
	border: thin black solid;
	/*margin: 0 auto;*/
	margin-left: 12px;
	margin-right: 30px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	/*margin-top: 10px;*/
	padding-bottom: 4px;
	display: table;
	width: 1px;
	margin-bottom: 20px;
	/*position:relative;*/
	

}

article {
	/*margin-right: 15px;*/
}


/*STYLES FOR COMMENTS SECTION*/



body {
	
	background-color: #ddd;
}

iframe {
	
	width: 853px;
	height: 480px;
	border: 1px #999 solid;
	resize: none;
}

textarea {
	
	width: 850px;
	height: 80px;
	background-color: #fff;
	resize: none;
}

button {
	
	width: 100px;
	height: 30px;
	background-color: #282828;
	border: none;
	color: #fff;
	font-family: arial;
	font-weight: 400;
	cursor: pointer;
		margin-bottom: 60px;
}

#comment-box {
	
		width: 815px;
	padding: 20px;
	margin-bottom: 4px;
	background-color: #F3F3EF;
	border-radius: 4px;
		border: 1px #999 solid;
	
}

#comment-box p {
	
font-family: arial;
	font-size: 14px;
	line-height: 16px;
	color: #282828;
	font-weight: 100;

	
}

#displaycomments {
	
		width: 815px;
	padding: 20px;
	margin-bottom: 4px;
	border-radius: 4px;
	background-color: #F3F3EF;
	border: 1px #999 solid;
	
}


#sub {
	
	width: 100px;
	height: 30px;
	background-color: #282828;
	border: none;
	color: #fff;
	font-family: arial;
	font-weight: 400;
	cursor: pointer;

		margin-bottom: 60px;
}

#namebox {
	
		width: 815px;
		height: 20px;
	
	margin-bottom: 4px;
	background-color: #F3F3EF;
	border-radius: 4px;
		border: 1px #999 solid;
	
}

#addcomment-box {
	
		width: 815px;
	height: 60px;
	padding: 20px;
	margin-bottom: 4px;
	background-color: #F3F3EF;
	border-radius: 4px;
		border: 1px #999 solid;
	
}

