
@import url(https://fonts.googleapis.com/css?family=Lato:400,900italic,900,700italic,700,400italic,300italic,300,100italic,100);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700,700italic);



html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:left;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:10px;	border-bottom: 1px solid #0090a0; margin:0 0 10px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*img[width],img[height]{width:auto;height:auto;} wordpress hack to reset the attributes (while making responsive) */
body{
	font-family: 'Lato', sans-serif;
}
footer{
	font-family: 'Lato', sans-serif;
}


.post-container {
    margin: 20px 20px 0 0;
    border: 5px solid #333;
    overflow: auto
}
.post-thumb {
    display: block;
    margin: 0 auto;
}
.post-content {
    text-align: center;
    padding-top: 20px;
}

.post-title {
    font-weight: bold;
    font-size: 200%
}

.logo{
	text-align:center;
	padding:0 0 15px 0;
}
.logo img{
	padding:0 0 0px 0;
	float: right;
}
.logo .title{
	display:block;
	font-size:36px;
	color:#000000;
}
.logo .title span{
	color:#0090a0;
	font-family: 'Lato', sans-serif;}
}
.logo p{
	font-size:14px;
	padding-top:1px;
	color:#000000;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.tel {
	font-size:150%;
}

article{
	position:relative;
	border-bottom:1px solid #0090a0;
	margin: 20px 20px 20px 20px;
	font-size:16px;
	color:#000000;
	line-height:22px;
}

article li{
	margin: 0 0 8px 0;
		list-style-type: none;
}




a{ color:#0090a0;}
a:hover{ color:#295b6e;}
/* headings */
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	color:#000000;
}
h1{
	font-size: 36px;
	margin:0 0 20px 0;
	line-height: 40px;
}
h2{
	font-size: 32px;
	margin:0 0 18px 0;
	line-height:36px;
}
h3{
	font-size: 24px;
	margin:0 0 8px 0;
}
h4{
	font-size: 18px;
}
h5, h6{
	font-size: 16px;
}
h4, h5, h6{
	margin:0 0 18px 0;
}
/* paragraph */
p{
	line-height:26px;
	margin:0 0 16px 0;
}
/* TextFormatting */
strong, b {
	font-weight: bold;
}
i, cite, em, var, address, dfn {
	font-style: italic;
}
small {
	font-size: smaller;
}
del {
	text-decoration: line-through;
}
ins {
	text-decoration: underline;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
sub, sup{
	font-size: smaller;
}
code, kbd, samp, pre, .pre-text {
font-family: monospace;
}
q{
	display:inline;
}
q:before {
content: open-quote;
}
q:after {
content: close-quote;
}
address{
	line-height: 22px;
	margin:0 0 16px 0;
}
abbr[title]{
	border-bottom:1px dotted #565656;
}
/* blcokquote */
blockquote{
	margin:16px 0 16px 40px;
}
/* pre */
pre, .pre-text{
	display: block;
	white-space: pre;
	margin: 1em 0px;
	overflow: auto;
}
/* HTMl lists */
ul,ol,dl{
	display: block;
	margin:1em 0 1em 0;
}
ul, ol{
	padding-left: 0px;
}
ul{
	list-style-type: disc;
}
ol{
	list-style-type: decimal;
}
dt, dd{
	display: block;
	margin:0 0 0.5em 0;
}
dt{
	font-weight: bold;
}
dd {
	margin-left: 2em;
}
form label{
	font-size:12px;
	margin-bottom: 0.4em;
}
form input[type=text],
form input[type=password]{
	width:180px;

}
form input[type=text],
form input[type=password],textarea{
	border:1px solid #ddd;
}
form input[type=text],
form input[type=password],textarea{
	-webkit-appearance:none;
	-moz-appearance:none;
}
form input[type="radio"]{
	position:relative;
	top:1px;
}
form div{
	margin:0 0 0.8em 0;
}
form textarea{
	width:180px;
	height:80px;
}
.label-top label{
	display:block;
}
label.inline{
	display:inline-block;
}
form label span.red{
	color:#0090a0;
}
form input[type=submit]{
	background: #FFFFFF;
	background: -moz-linear-gradient(top,  #e4f5fc 0%, #d7ebf4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4f5fc), color-stop(100%,#d7ebf4));
	background: -webkit-linear-gradient(top,  #e4f5fc 0%,#d7ebf4 100%);
	background: -o-linear-gradient(top,  #e4f5fc 0%,#d7ebf4 100%);
	background: -ms-linear-gradient(top,  #e4f5fc 0%,#d7ebf4 100%);
	background: linear-gradient(top,  #e4f5fc 0%,#d7ebf4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f5fc', endColorstr='#d7ebf4',GradientType=0 );
	display:inline-block;
	padding:5px 10px;
	color:rgba(40,74,87,0.5);
	font-size:12px;
	border:1px solid #c9dfe6;
	margin:0;
	cursor: pointer;
}
form input[type=submit]:hover{
	background: #e4f5fc;
}
form input[type=text],
form input[type=password],
form textarea{
	padding:5px;
	-webkit-border-radius:.3em;
	   -moz-border-radius:.3em;
			border-radius:.3em;
}
/* styles */
body{
	border-top:2px solid #2d2d2d;
	background:#FFFFFF;
}
.wrap{
	padding:20px;
	margin:0 auto;
}
@media all and (min-width:240px) and (max-width:300px){
	.wrap{
		width:200px;
	}
}
@media all and (min-width:320px) and (max-width:479px){
	.wrap{
		width:280px;
	}
}
@media all and (min-width:480px) and (max-width:639px){
	.wrap{
		width:440px;
	}
}
@media all and (min-width:640px) and (max-width:719px){
	.wrap{
		width:600px;
	}
}

.menu li{
	margin:0 0 8px 0;
}
.menu a{
	background:#A00000;
	display:inline-block;
	padding:5px 10px;
	color:#FFFFFF;
	font-size:16px;
}
.menu a:hover,
.menu a:active{
	background:#A00000;
	color:#000000;
}
.content{
	border-top:1px solid #0090a0
	border-bottom:1px solid #0090a0
	margin:3px 0 20px 0;
}

section.head{
}
section.head h3{
	font-size:18px;
	line-height:25px;
	margin:0;
}
.date{
	color:#ccc;
	font-size:14px;
}
footer p{
	font-size:12px;
	color:#0090a0;
	margin:0;
	padding:0;
	line-height:22px;
}
.single article:hover,
.single article:active,
.single article,
.single article:hover:before,
.single article:hover:after,
.single article:active:after,
.single article:active:before{
	background:none;
	cursor: auto;
}
.single section.head{
	border-bottom:1px solid #eee;
	background:#fff;
	padding:12px 0;
	margin-bottom:30px;
}
.single article{
	padding-top:0;
}
.single .content{
	margin-top:0;
}
footer .menu{
	padding-bottom:15px;
	margin-bottom:20px;
	border-bottom:1px solid #0090a0;
}
.redlink {
	color:#0090a0;
}
