/*!
 * Start Bootstrap - Clean Blog v1.1.0 (http://startbootstrap.com/template-overviews/clean-blog)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, ins, small, footer, header {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: middle;
}
.caption, .intro-header .page-heading, .intro-header .site-heading, footer .copyright {
	text-align:center
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.0em;
	-webkit-tap-highlight-color:#0085A1;
	background: #FFF;
	color: #333;
}

h1, h2, h3, .varod {
	font-weight:bold;
	color:#ce5c5b;
	text-align:right;
}
h1 {
	font-size:2.1em;
}
h2 {
	font-size:1.6em;
}
p {
	font-size:1em;
}
hr {
	width:100%;
	border-width:2px;
	border-color:#ce5c5b;
}
.container {
	padding-bottom:0;
}
img {
	max-width:100%;
}
p {
	line-height:1.5;
	margin:30px 0;
}

a:link {
	color: #333;
	text-decoration:underline;
}
a:visited, a:active, a:hover {
	color: #0085A1;
	
}



.intro-header {
	background:center center no-repeat;
	margin-bottom:20px;
	background-color:#FFF;
	background-image:url(../images/corner.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	border-bottom: 1px solid #ce5c5b;
}
.intro-header .page-heading, .intro-header .post-heading, .intro-header .site-heading {
	padding:60px 0;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	height:148px;
}
.intro-header .post-heading .meta {
	font-style:italic;
	font-weight:300;
	font-size:20px
}
.intro-header .post-heading .meta a {
	color:#fff
}
footer {
	padding: 0;
	background-color:#00FFFF;
	background:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	height:85px;
}
footer a {
	color:#ce5c5b;
	font-size:1em;
}

