/* Theme Name: Subs */

html {
	background: #0a526b url(img/bg.png);
	scrollbar-base-color:#0C526C;
	scrollbar-arrow-color:white;
}
body {
	font: normal 1em/1.3em Arial, Helvetica, sans-serif;
	width: 1030px;
	margin: 0 auto;
	color: #FFFFFF;
}
img, fieldset {
	border: 0;
}
img {
	max-width: 100%;
	max-hieght: 100%;
}
div {
	scrollbar-base-color:#0C526C;
	scrollbar-arrow-color:white;
}
p {
	margin: 0 0 1em;
}

em, i {
	font: normal italic 100% Georgia, "Times New Roman", Times, serif;
}
a {
	color: #C0EFEC;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
hr {
	background:url(img/hr_sub.png) repeat-x top left;
	height:14px;
	border:none;
} 
hr:hover {
	background:url(img/hr_sub.png) repeat-x top right;
}
big {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #E6FBFA;
}
small {
	font-size: .85em;
	color: #E6FBFA;
}
smaller {
	font-size: .7em;
	color: #E6FBFA;
}
blockquote {
	background: url(img/blockquote.png) no-repeat 4px 0;
	padding: 0 0 0 26px;
	font: italic 1.1em/1.3em Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #E6FBFA;
}
pre, code {
	font-family: Consolas, monospace, serif;
	font-size: 1em;
}
ul {
	list-style: none;
	margin: 1.2em 0 1.8em 10px;
	font-size: 0.9em;
}
ul li {
	background: url(img/bullet.png) no-repeat 0 .5em;
	padding: 0 0 .2em 16px;
}
ol {
	margin: 1.2em 0 1.8em 10px;
	font-size: 0.9em;
}
ol li {
	margin: 0 0 .2em 16px;
}
h1, h2, h3, h4, h5, h6 {
	color: #9de4e0;
	text-shadow: 2px 3px 4px #000000;
        margin-bottom: .7em;
        line-height: 1em;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	margin-top: 1em;
	font-size: 1.1em;
}
h6 {
	margin-top: .5em;
	font-size: 1em;
}

input, textarea, select {
	font: normal 1em/1.3em Arial, Helvetica, sans-serif;
}
select, input[type=text], input[type=password], textarea {
	background: #E6FBFA;
	border: solid 1px #C2D3DA;
	padding: 3px 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
textarea:focus, input[type=password]:focus, input[type=text]:focus {
	border: solid 1px #000080;
	background: #fff;
	outline: none;
	box-shadow: 0 1px 4px #200040;
	-webkit-box-shadow: 0 1px 4px #200040;
	-moz-box-shadow: 0 1px 4px #200040;
}
input[type=reset], input[type=submit] {
	font-weight: bold;
	color: #fff;
	background: linear-gradient(#0d698d, #004d66, #003951);
	border: solid 1px #200040;
	padding: 3px 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
input[type=file] {
	font-weight: bold;
	color: #fff;
	background: linear-gradient(#0d698d, #004d66, #003951);
	border: solid 1px #200040;
	padding: 3px 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
input[type=reset]:hover, input[type=submit]:hover {
	background: linear-gradient(#15a5dd, #0f7ba5, #09445b);
	border: 1px #200040 solid;
}
input[type=file]:hover {
	background: linear-gradient(#15a5dd, #0f7ba5, #09445b);
	border: 1px #200040 solid;
}

/* Classes -----------------------------------------------*/

.bigger {
	font-size: 1.4em;
	line-height: 1.6em;
	color: #E6FBFA;
}
.big {
	font-size: 1.2em;
	line-height: 1.4em;
}
.small {
	font-size: .8em;
	line-height: 1.2em;
}
.smaller {
	font-size: .7em;
	line-height: 1.2em;
}
.caption {
	font-style: italic;
	font-size: 0.8em;
	line-height: 1.15em;
	color: #9de4e0;
}
.red {
	color: #FF0000;
}

.button, a.button {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
        background: linear-gradient(#0d698d, #004d66, #003951);
	border: 1px #000000 solid;
	margin: 2px 2px 2px 2px;
	padding: 2px 5px 2px 5px;
}
.button:hover {
        background: linear-gradient(#15a5dd, #0f7ba5, #09445b);
	color: #fff;
}

.bdr {
	display:inline-block;
	border:1px solid #e4e4e4;
	margin:0px 2px 0px 2px; 
	padding:2px 5px 2px 5px;
}

.odd {
	background: #003951;
//        background: linear-gradient(to right, #033143, #004d66);
}
.even{
	background: #004d66;
//        background: linear-gradient(to right, #004d66, #033143);		
}
/* Classes end --------------------------------------------*/

/* Page Layout --------------------------------------------*/

#pagewrapper {
	width: 1030px;
	margin: 0 auto;
}

/* Header -------------------------------------------------*/

#header {
	background: url(img/bg_head.png) no-repeat center bottom;
	background-size: 100% 115px, cover;
	padding: 20px 10px 10px 10px;
	position: relative;
}
#header #logo {
	font: bold 3.7em/1em Arial, Helvetica, sans-serif;
	margin: 5px 0 10px 5px;;
	letter-spacing: -0.08em;
	color: #9de4e0;
	text-shadow: 6px 6px 0 #000000;
}
#header #logo, #header #logo a {
	color: #E6FBFA;
	text-decoration: none;
}
#header #logo a:hover {
	color: #E6FBFA;
}
#header .description {
	font: 1.4em/1em Arial, Helvetica, sans-serif;
	margin: 0 0 20px;
	letter-spacing: normal;
	color: #9de4e0;
	text-shadow: 4px 4px 0 #000000;
}
/* Header end ---------------------------------------------*/

/* Navigation ---------------------------------------------*/

/* nav level1 */
#nav {
	left: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0 0 5px 5px;
	background: none;
	position: relative;
}
#nav li a {
	color: #fff;
	font: bold 100%/100% Arial, Helvetica, sans-serif;
	padding: 9px 12px 10px 8px;
	display: block;
	text-decoration: none;
	color: #E6FBFA;
	text-shadow: 0 1px 1px #1f1206;
}
#nav li.current_page_item, #nav li.current_home, #nav li:hover {
	background: url(img/nav-bg.png) no-repeat;
}
#nav li.current_page_item a, #nav li a:hover {
	background: url(img/nav-bg.png) no-repeat right -85px;
	color: #E6FBFA;
}

/* show hover bg */
#nav li:hover a {
	background: url(img/nav-bg.png) no-repeat right -85px;
}
#nav li.current_home a {
	background: url(img/nav-bg.png) no-repeat right -169px;
	padding-right: 20px;
	color: #E6FBFA;
}
/* nav level2 */
#nav ul {
	position: absolute;
	top: 18px;
	left: -10px;
	padding: 8px 0 10px;
    background: linear-gradient(to right, #0a526b, #118ab9); 
	border: solid 1px #0a526b;
	box-shadow: 0 1px 4px #000;
	-webkit-box-shadow: 0 1px 4px #000;
	-moz-box-shadow: 0 1px 4px #000;
}
#nav ul li {
	background: none;
	padding: 0;
	margin: 0;
}
#nav ul li:hover, #nav ul li:hover a, #nav ul li.current_page_item {
	background: #0C526C;
}
#nav ul li.current_page_item {
	color: #fff;
}
#nav ul a {
	color: #fff;
	font-weight: normal;
	text-shadow: none;
	padding: 7px 0 7px 10px;
	width: 200px;
	background: none !important;
}
#nav li.current_page_item li a, #nav ul li.current_page_item a {
	color: #ffffff;
	background: #0C526C;
}
#nav ul a:hover, #nav li.current_page_item li a:hover, #nav ul li.current_page_item a:hover {
	color: #ffffff;
	background: #0C526C;
}

/* dropdown */
#nav ul {
	display: none;
}
#nav li:hover > ul {
	display: block;
}

/* nav sub levels */
#nav ul ul {
	left: 200px;
	top: -18px;
	z-index: 3;
}
#searchform {
	position: absolute;
	bottom: 57px;
	right: 25px;
	background: url(img/searchform.png) no-repeat;
	width: 222px;
	height: 26px;
	padding: 5px 0 3px;
}
#searchform #s {
	background: #000080;
	border: none;
	font: italic 110% Georgia, "Times New Roman", Times, serif;
	color: #C2D3DA;
	width: 168px;
	padding: 2px 5px;
	margin-left: 30px;
}
#searchform #s:focus {
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
/* Navigation end ------------------------------------------*/

/* Content -------------------------------------------------*/

#wrapper {
	background: #0a526b;
	background: linear-gradient(#0a526b, #033143, #004d66, #003951, #0a526b);
	width: 100%;
	min-height: 600px;
	overflow: hidden;
	padding-top: 8px;
}
#content {
	float: left;
	width: 600px;
	margin-left: 15px;
	padding: 0 0 0 30px;
}
/* Content end ----------------------------------------------*/

/* Sidebar -------------------------------------------------*/

#sidebar {
	width: 300px;
	float: right;
	margin-right: 35px;
}
#sidebar h3, #sidebar h4, #sidebar .widgettitle {
	font: bold 1.5em/1em Arial, Helvetica, sans-serif;
	padding: 5px 0 10px;
	margin: 0 0 10px;
}
#sidebar h3, #sidebar h4 a, #sidebar .widgettitle a {
	text-decoration: none;
}
#sidebar ul {
	list-style: none;
	margin: 0 0 1em;
}
#sidebar ul ul {
	margin: 0;
}
#sidebar ul li {
	background: url(img/sidebar-list-arrow.png) no-repeat 0 4px;
	padding: 0 0 0 11px;
	margin: 4px 0;
}
#sidebar ul ul li {
	background: url(img/sidebar-list-circle.png) no-repeat 0 4px;
}
#sidebar ul a {
	font-weight: bold;
	text-decoration: none;
}

/* Sidebar end ------------------------------------------------*/

.post-nav {
	font: bold .8em/1em Arial, Helvetica, sans-serif;
	background:url(img/hr_sub.png) repeat-x top left;
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
}
.post-nav a {
	font: bold 1em/.8em Arial, Helvetica, sans-serif;
	padding: 12px 20px 12px 20px;
	display: block;
	text-decoration: none;
	width: 380px;
	background: #ccc;
}
.post-nav .previous a {
	background: url(img/post-nav.png) no-repeat;
	padding-left: 32px;
	float: left;
	margin-left: 20px;
}
.post-nav .previous a:hover {
	background-position: 0 -191px;
}
.post-nav .next a {
	background: url(img/post-nav.png) no-repeat right -383px;
	padding-right: 32px;
	text-align: right;
	float: right;
	margin-right: 20px;
}
.post-nav .next a:hover {
	background-position: right -574px;
}

/* Footer -----------------------------------------------------*/

#footer {
	font-size: .75em; 
	background: url(img/bg_foot.png) no-repeat center top;
	background-size: cover;
	padding: 50px 30px 30px;
	position: relative;
	z-index: 0;
}

/* Footer end -------------------------------------------------*/

/* Tooltip -----------------------------------------*/

.tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 250px;
   /* background: #003951; */
	background-color: black;
	color: #fff;
    padding: 5px 5px 5px 5px;
    border-radius: 6px;
	border:1px solid #ffffff;

	/* Position the tooltip text */
    position: absolute;
	word-wrap: break-word;
    z-index: 1;
	top: 100%;
	left: 50%;
	margin-left: 10px; /* Use half of the width, to center the tooltip */

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 2s;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* Tooltip end -------------------------------------*/ 