html, body {
	height: 100%;
	font-family: "Raleway", "Open Sans", Arial;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 { padding: 0; margin: 0; text-decoration: none; }
p { margin: 0; padding: 0; }

a {
	text-decoration: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	outline: none !important;
}
a:hover { text-decoration: underline; }
a:active, a:focus { outline: none; }

body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote {
	margin: 0;
	padding: 0;
	line-height: 100%;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}

ul { list-style: none !important; }

.main-content ul, .blog_more ul {
	margin: 10px 0 16px 60px;
}
.main-content ul li, .blog_more ul li {
	padding-left: 8px;
	list-style: disc;
	margin: 8px 0;
}

ol {
	margin: 5px 0 0 6px;
	background-color: transparent;
	padding: 0 0 0 20px;
}
ol li {
	margin: 0;
	padding: 1px 5px;
	font-weight: normal;
}

input, textarea, button { transition: all .5s; }

input[type="submit"]:hover,
button:hover { cursor: pointer; }
