@font-face {
	font-family: brushscript;
	src: url(brtswfte.ttf);
}

html {
	width: 100%;
}

body {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1e1e1e;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.logowrapper {
	width: 18.5%;
	top: 20px;
	left: 45px;
	position: absolute;
}

.logo {
	width: 100%;
}

.quote {
	font-family: brushscript;
	color: #1e1e1e;
	font-size: 35px;
}

#wrap {
	position: relative;
	border-top: none;
	margin-bottom: 30px;
	width: 100%;
	max-width: 788px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}

#wrap #contents {
	width: 100%;
	margin-top: 0px;

	padding: 15px 45px 30px 45px;
	text-decoration: none;
}

#wrap #contents p {
	line-height: 18px;
}

#wrap #header #sitename {
	font-weight: normal;
	color: #0099FF;
	display: block;
	width: 350px;
	padding-left: 35px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 30px;
}

#wrap #header #intro p {
	margin: 0px;
	padding: 0px;
}

#wrap #header #intro #author {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFCC66;
}

#nav {
	position: relative;
	box-sizing: border-box;
	overflow:auto;
	margin-top: -75px;
	padding-bottom: 12px;
	margin-left: 55px;
	margin-right: 55px;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DEEFF7;
}

@media only screen and (max-width: 630px) {
	#nav {
		margin-left: 40px;
		margin-top: -45px;
	}

	#wrap #contents {
		padding: 15px 40px 30px 40px;
		width: 100%;
	}
}

@media only screen and (max-width: 450px) {
	#nav {
		margin-top: -30px;
	}
}

#nav a {
	margin-right: 15px;
	float:left; 
	color: #cb5f5d;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrap #header #intro {
	width: 200px;
	margin-left: 35px;
	margin-top: 20px;
	line-height: 18px;
	font-size: 16px;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	color: #CCCCCC;
}

#nav span {
	/* display: inline; */
	/* margin-right: 15px;
	text-decoration: none; */
}

#nav .active a {
	text-decoration: underline !important;
}

#nav .active a:visited {
	text-decoration: underline !important;
}

#nav .active a:active {
	text-decoration: underline !important;
}

#wrap #header {
	height: 450px;
	width: 100%;
	/* width: 788px; */
}

#nav a:hover {
	text-decoration: underline;
}

#wrap #contents img {
	width: 100%;
	height: 100%;
}

#wrap #contents li {
	list-style-type: square;
}

#wrap #contents blockquote {
	color: #0099CC;
	background-color: #EDF0F3;
	padding: 10px;
	border: 2px solid #E0DFE3;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-style: italic;
	line-height: 18px;
	text-decoration: none;
}

#wrap #contents .endpost hr {
	display: none;
}

#wrap #contents .endpost ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#wrap #contents .endpost li {
	display: inline;
	margin-right: 15px;
}

#wrap #contents .endpost a {
	display: block;
	height: 29px;
	background-image: url(../img/butterfly-stc.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 45px;
	float: left;
	color: #FF9933;
	font-weight: bold;
	text-decoration: none;
	margin-right: 15px;
}

#wrap #contents .endpost {
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #99CCFF;
}

#wrap #contents a {
	color: #cb5f5d;
	/*#0099FF;*/
	text-decoration: none;
}

#wrap #contents .endpost a:visited,
active {
	display: block;
	height: 29px;
	background-image: url(../img/butterfly-stc.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 45px;
	float: left;
	color: #cb5f5d;
	/*#FF9933;*/

	font-weight: bold;
	text-decoration: none;
	margin-right: 15px;
}

#wrap #contents .endpost a:hover {

	display: block;
	height: 29px;
	background-image: url(../img/butterfly.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 45px;
	float: left;
	color: #cb5f5d;
	/*#FF9933;*/
	font-weight: bold;
	text-decoration: none;
	margin-right: 15px;
}

#wrap #contents h1 {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: brushscript;
	font-size: 42px;
	font-weight: bold;
	/*color: #FFCC33;*/
	color: #1d1d1d;
}

#wrap #contents h2 {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: brushscript;
	font-size: 36px;
	/*font-weight: bold;*/
	/*color: #FFCC33;*/
	color: #1d1d1d;
}

#wrap #contents h3 {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: brushscript;
	font-size: 30px;
	/*font-weight: bold;*/
	/*color: #FFCC33;*/
	color: #1d1d1d;
}

#wrap #contents h4 {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: brushscript;
	font-size: 24px;
	/*font-weight: bold;*/
	/*color: #FFCC33;*/
	color: #1d1d1d;
}


#wrap #contents .date {
	font-size: 10px;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
}

#wrap #contents a:visited,
active {
	color: #cb5f5d;
	/*#0099FF;*/
	text-decoration: none;
}

#wrap #contents a:hover {

	color: #cb5f5d;
	/*#FFCC33;*/
	text-decoration: underline;
}

#footer {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	/*padding-right: 35px;
	padding-left: 35px;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#footer {
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
}

#footer p {
	line-height: 12px;
	margin: 0px;
	padding: 0px;
}

#footer a {
	color: #0099FF;
	text-decoration: underline;
}

#footer a:visited,
active {
	color: #0099FF;
	text-decoration: underline;
}

#footer a:hover {
	color: #0099FF;
}

#footer .backtotop {
	display: block;
	float: right;
	width: 100px;
}

input[type=text],
textarea {
	font-size: 11px !important;
	border-radius: 3px;
}

textarea {
	height: 85px !important;
}

.contactform {
	border: 1px #c4c4c4 solid;
	background-color: #fff;
}

.custombutton {
	background-color: #cb5f5d;
	color: white;
}

ol>li {
	list-style-type: decimal !important;
	margin: 10px 0px 10px 0px;
}