/*
Theme Name: VSHA
Theme URI: http://www.vsha.org
Description: Child Theme based on Suffusion
Version: 1.0.0
Author: Thorworx
Author URI: http://www.thorworx.com
Template: suffusion
*/
 
/* @import url("../suffusion/style.css"); */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

html {
	font-size: 72.5%;
}
body {
	background-color: #00788b;
	font-size: 12px;
	font-size: 1rem;
	font-family:  "Open Sans", Verdana, Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}

a, a:visited {
    color: #00788b;
}

.description {
    text-transform: none !important;
    font-weight: bold;
    font-size: 200%;
    color: #ffffff !important;
    background-color: rgba(8, 100, 120, 0.8);
    padding-left: 8px;
    padding-right: 8px;
    font-style: italic;
/*     margin-top:200px !important; */
}
#wrapper {
	background-image: url('images/bg_wrapper.png') !important;
	background-repeat: repeat-y !important;
}
#header-container {
/*	background-image: url('images/bg_header.png') !important;*/
	background-position: right top;
	background-repeat: no-repeat;
	margin: -10px;
}

#header {
	padding: 0px !important;
}
.blogtitle {
	margin-left: -14px !important;
}
#nav {
	margin-top: -45px !important;
}
#nav.continuous {
	height: 35px !important;
	color: #fff !important;
/*background: url('images/bg-gray-1.png') repeat-x scroll left top #A5A7AA;*/
	background-color: #075065 !important;
	background-image: none !important;
}
#nav.continuous a {
	color: #fff !important;
	background-color: #075065 !important;
	background-image: none !important;
/*	height: 21px !important;*/
}
#nav.continuous ul li {
/*	height: 33px !important;*/
}
#nav.continuous li a:hover {
	color: #fff !important;
	background-color: #00788b !important;
	background-image: none !important;

}

#nav.continuous div.col-control.right {
	margin-top: 45px !important;
}

.down-ptr {
/*
    font-size: 130%;
    float: right;
*/
    background: url('images/arrows.png') no-repeat scroll 0px 0px transparent !important;
/*
    height: 8px;
    width: 8px;
    top: 45%;
    right: 5px;
    position: absolute;
    margin-left: 5px;
*/
}
.float-ptr {
/*
    font-size: 130%;
    float: right;
*/
    background: url('images/arrows.gif') no-repeat scroll -16px 0px transparent !important;
/*
    height: 8px;
    width: 8px;
    top: 45%;
    right: 3px;
    position: absolute;
*/
}

h1.posttitle, h2.posttitle {
    color: rgb(0, 83, 102);
    margin: 3px 0px 2px;
    padding-bottom: 4px;
    font-size: 200%;
    border-bottom: 1px dotted rgb(204, 204, 204);
}
h1 {
    font-size: 200%;
}
h1, h2 {
    font-weight: 900;
}
h4 {
color: rgb(174, 192, 170);
    font-weight: 900;
}
h5 { 
	font-variant-caps: all-small-caps;	
}

h1.posttitle a, h1.posttitle a:visited, h2.posttitle a, h2.posttitle a:visited {
    color: rgb(0, 83, 102);
    text-decoration: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: rgb(0, 83, 102);
}
.post, article.page {
    border: 0px solid rgb(255, 255, 255);
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    padding: 0px 15px 1em;
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
}
address {
	margin-bottom: 1em;
}

#sidebar-b {
	background: none !important;
	border: none !important;
}
#sidebar-b img, #sidebar-b .suf-flat-widget {
	margin: 0px auto !important;
	text-align: center !important;
}

/*remove sticky date*/
.sticky .date {
	display: none !important;
}
.sticky .title-container {
	padding-left: 0px !important;
}
.sticky .author {
	display: none !important;
}
.sticky .sharedaddy {
	display: none !important;	
}

/* fix widget font size */
.timely {
	font-family: inherit !important;
	font-size: 11px !important;
}

#cred .cred-left, #cred .cred-left a {
	color: #ffffff;
}