/* ======= GLOBAL STYLES ======= */

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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align:top;
	background: transparent;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font: normal 68% "trebuchet ms", verdana, arial, helvetica, sans-serif;
	background-color: #fafbf3;
	color: #28332e; 
	line-height: 2em;  
}

h1 {
	font: normal 2em "trebuchet ms", arial, helvetica, sans-serif;;
	color: #3f403d;  
}

h2 {  
	font: normal 1.8em "trebuchet ms", arial, helvetica, sans-serif;; 
	color: #3f403d;
}

h3 {  
	font: normal 1.6em "trebuchet ms", arial, helvetica, sans-serif;
	color: #3f403d;  
	border-bottom: 1px solid #f1f3f0;
	margin-bottom: 1em;
	padding-bottom: .5em;
	padding-left: 10px;
}

h4 {  
	font: bold 1.5em "trebuchet ms", arial, helvetica, sans-serif;
	color: #fff;  
	padding-left: 10px;
	margin: 1em 0;
}


h5 {  
	font: normal 1.2em "trebuchet ms", arial, helvetica, sans-serif;
	color: #3f403d;  
	margin-bottom: 1em;
	padding-bottom: .5em;
	padding-left: 10px;
}

/*#c5cfc4; 
h5 {  
	font: normal 1.2em "trebuchet ms", arial, helvetica, sans-serif;
	color: #3f403d; 
}
*/

h6 {  
	font: normal 1em "trebuchet ms", arial, helvetica, sans-serif;
	color: #000;  
}

p, ol, ul, dl  {
	margin: 1em 0;
}

.post {
	margin-bottom: -15px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	color:  #003b66;
}

.post .title a {
	color: #3f403d; 
	border: none;
}

.post .meta {
	height: 30px;
	background: #D8E7FE;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.post .meta .date {
	float: left;
	height: 24px;
	padding: 3px 15px;
	color: #003b66;
}

.post .meta .posted {
	float: right;
	height: 24px;
	padding: 3px 15px;
	background: #A8CF64;
	color: #FFFFFF;
}

.post .meta a {
	color: #FFFFFF;
}

.post .entry {
	padding: 10px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
	color:  #28332e;
}

pre { 
	font: normal 1em courier, unicode;
        color: #9f9f9f;
}

a:link, a:visited {
	color: #0481d8; 
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

#header, #navigation, #banner, #content, #footer {
	margin: auto;
	width: 960px; 
}

#header:after, #navigation:after, #banner:after, #content:after, #footer:after { 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#headerWrapper:after, #navigationWrapper:after, #bannerWrapper:after, #wrapContent:after, #wrapSub:after, #footerWrapper:after { 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

input.test {
	display: none;
}

#accessnav { 
	display: none;  
}

/* ======= Header Styles ======= */

#headerWrapper {
	float: left;
	height:132px;
	width: 100%;
	background-image:url('../images/headerbg.png');
	background-repeat:repeat-x;
}

#header h1 { 
	float: left;
	text-indent: -5000px; 
	width: 960px; 
	background: url('../images/site_logo.gif') no-repeat;
	padding: 0 0 0 0; 
}

#header h1 a {
	display: block;
	height: 132px;
	background-image: url(../images/site_logo.gif);
	background-repeat: no-repeat;
}
#header div {
	width: 350px;
	float: right;
	margin-top: 45px;
	color: #bacbbb;
	font-size: 1.3em;
	font-weight: bold;
}
form {
    margin: 0;
}
#header #slogan_area {
    width: 404px;
    height: 132px;
	background: url('../images/slogan.gif') no-repeat;
	float:right;
	text-indent: -5000px;
	margin-top: 0;
	display:block;
}
#search_box #s {
    float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 252px;
    background: none;
    font-size: 1em;
}
#search_box #go {
    float: right;
    margin: 0px 0px 0 0;
}

#header p {
	width: 240px;
	float: right;
	margin-top: 25px;
	color: #bacbbb;
	font-size: 1.3em;
	font-weight: bold;
}

#header p a:link, #header p a:visited  {
	color: #bacbbb;
	text-decoration: underline;
}

#header p a:hover, #header p a:active  {
	background-color: #fff;	
}
 

/* ======= Navigation Styles ======= */

#navigationWrapper {
	float: left;
	height: 42px;
	width: 100%;
	background-image:url('../images/nav_bg.png');
	background-repeat:repeat-x;
}

#navigation ul {
	float: left;
	/*display: block;*/
	margin: 0;
	list-style-type: none;
	width: 960px;    
	font-size: 1.8em;
	font-weight: bold;
	border-left: 1px solid #8ba0c3;
	padding:0px;
}

#navigation ul li { 
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12.3px;
	letter-spacing:.02em;
	height: 37px;
	display: inline-block; 
	text-align: center;
	border-right: 1px solid #8ba0c3;
	color:#28419c;
	
}


#navigation ul li a/*:link, #navigation ul li a:visited*/ { 
	display: inline-block;
	height: 37px; /* 23 + 27 (padding) = 50 */
	padding: 10px 15px 0 15px;
	color:#3f3f3f;
}

#navigation ul li a:hover{ 
	display: block; 
	border:none;color:#ffffff;
	background-image:url('../images/nav_over_bg.png');
	background-repeat:repeat-x;
	text-decoration: none;
	z-index:999;
}
#navigation ul li a.active{
    display: block; 
	background-image:url('../images/nav_over_bg.png');
	background-repeat:repeat-x;
	text-decoration: none;
    color:#fff;   
}

/*#navigation  ul ul {display: none;}

#navigation  ul ul li {
	display: block;
float: left;
text-align: left;
margin: -6.5% 0% 0% -40% ;
width: 100px;} 

#navigation  li:hover ul { 
	position:absolute; 
    display:block;}

#navigation li:hover li {  
	float:none;
    overflow: visible;}
*/
	
body.about li#ab a, body.blog li#bl a, body.podcast li#pc a, body.portfolio li#pf a, body.services li#sv a, body.contact li#ct a {  
	background-color: #00bff3;
}


/* ======= Banner Styles ======= */

#bannerWrapper {
	float: left;
	height: 329px;
	width: 100%;
	background-image:url('../images/splash_bg.png');
	background-repeat:repeat-x;
}

#banner {
	padding-top:0px;
	height: 329px;  
}

#int #bannerWrapper, #int #banner {
	height: 329px;
}

#tib #banner .col1 {
	position: relative;
	float: left;
	width: 614px;
	padding-top: 2px;
}
#banner .col1_heading {
	height:316px;
	width:614px;
}
#banner .col2 {
	width:336px;
}
#tib #banner .col1_heading img {
	position: relative;
	top: 0px;
}
#banner .col1 .vol {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-size:16pt;
}
#banner .col1 .voldesc {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#28332e;
	font-size:12pt;
	line-height:1.3em;
	font-style:italic;
	overflow:hidden;
	width:auto;
}
#banner .col1 .volby {
	text-align:right;
	font-size:9pt;
}
#tib #banner .col2 {
	float: left;
	width: 336px;
	margin-left:10px;
}
#tib #banner .col2 img {
	float:left;
}
#tib #banner h1 { 
	text-indent: -5000px; 
	background: url('/images/h1_standards.gif') no-repeat;
	width: 480px; 
	height: 32px;
	padding: 0 0 0 0; 
}

#banner p, #banner ul, #banner ol, #banner dl, #banner em {
	font-size: 1.6em;
}

#banner p {
	margin: .5em 0 1.5em 0;
}

#banner em {
	display: block;
	color: #727667;
	margin-bottom: .5em;
}

#banner a:link, #banner a:visited {
	background: url('../images/link_arrow.gif') no-repeat;
	color: #c0fc78;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	float:right;
	height:30px;
	font-size: 1.6em;
}

#banner a:hover, #banner a:active {
	background: url('../images/link_arrow.gif') no-repeat;
	color: #20f0d4;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	float:right;
	height:30px;
	font-size: 1.6em;
	text-decoration: none;
 
}
div.hr {
  height: 1px;
  background: #b3c6a2;
  margin-top:45px;
}
div.hr hr {
  display: none;
}

/* ======= Content Styles ======= */

#wrapContent {
	float: left;
	width: 100%; 
	background-color: #FFFFFF;
}

#content {
	margin-bottom: 15px;
	min-height: 325px;
}

#tib #content .col1 {
	float: left;
	width: 614px;
}
#tib #content h1 {
	font-size:16pt;
	color:#396f5f;
	padding: 10px 0 2px 0;
	border-bottom: 2px solid #396f5f;
}
#tib #content .col2 {
	float: left;
	width: 325px;
	padding-left:20px;
}
#tib #content .linklist ul {
	margin-left:1em;
	padding-left:0px;
}

#tib #content .linklist li {
	background: url('../images/small_arrow.png') 0em 0.3em no-repeat;
	margin:0px;
	padding-left:1em;
	
	list-style:none;
}
#content p, #content ul, #content ol, #content dl, #content {
	font-size: 1.17em;
}
#content h3 {  
	font: bold 2em "lucida sans", "trebuchet ms", arial, helvetica, sans-serif;
	color: #028764;   
	border: none;
	padding: 0;
	margin: 0;
}
#content h4 {  
	font: bold 1.9em "lucida sans", "trebuchet ms", arial, helvetica, sans-serif;
	color: #3f403d;  
	padding-left: 0;
	margin: 2em 0 1em 0;
}

.error #content h4 {
	margin: 0 0 1em 0;
}

#content h5 {  
	font: bold 1.5em "lucida sans", "trebuchet ms", arial, helvetica, sans-serif;
	color: #727667;  
	padding-left: 0;
	margin: 2em 0 1em 0;
}

#content .col2 h3 {  
	font-size: 1.8em;	 
}
.hl1 {
	background-color:#e4fbf9;
}
.hl2 {
	background-color:#fee5d5;
}
/* ======= Footer Styles ======= */

#footerWrapper {
	float: left;
	width: 100%;
	background-color: #f7f9fa;
}

#footer {
	padding-top: 5px;
	padding-bottom: 0px;
	border-top: 2px solid #396f5f;
}

#footer p, #footer ul, #footer ol, #footer dl, #footer em {
	font-size: 1.2em; 
	color: #323232;
	text-align:center;
}

#footer .tb1, #footer .tb2, #footer .blk3, #footer .blk4 {
	float: left;
	width: 480px;
	
}
/*@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

body { margin: 0; } 
div#slider { overflow: hidden; }
div#slider figure img { width: 20%;  }
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite; 
}*/



#slider {
    width: 960px;
    height: 400px;
    overflow: hidden;
}

#slider .slides {
    display: block;
    width: 6000px;
    height: 400px;
    margin: 0;
    padding: 0;
}

#slider .slide {
    float: left;
    list-style-type: none;
    width: 960px;
    height: 400px;
}

#wrapper{  
	float:left; /* important */ 
    position:relative; /* important(so we can absolutely position the description div */ 
}  
#caption{  
    position:absolute; /* absolute position (so we can position it where we want)*/  
    toptop:0px;/* position will be on bottom */  
    left:0px;  
    width:100%;  
    /* styling bellow */  
    background-color:#012F56;  
    font-family: "Times New Roman";  
    font-size:15px;
    color:white;  
    opacity:1.0; /* transparency */  
    filter:alpha(opacity=60); /* IE transparency */  
}  
#caption_content{  
    padding:2px;  
    margin:0px;  
} 



@import url(http://fonts.googleapis.com/css?family=Istok+Web);
@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}
body, figure { 
  margin: 0; background: #012F56;
  font-family: Georgia;
  font-weight: 100;
}
div#captioned-gallery { 
  width: 100%; overflow: hidden; 
}
figure.slider { 
  position: relative; width: 500%;
  font-size: 0; animation: 20s slidy infinite; 
}
figure.slider figure { 
  width: 20%; height: 320;
  display: inline-block;  position: inherit; 
}
figure.slider img { width: 100%; height: 320; }
figure.slider figure figcaption { 
  position: absolute; bottom: 0; 
  background: #012F56;
  color: #fff; width: 100%;
  font-size: 25px; padding: 0.6rem; 
}

br {
        line-height: 120%;
     }

table {
    width: 100%;
    word-break: break-word;
    font-size: initial;
    font-family: monospace;
    white-space: pre-wrap;
    border-spacing: 0px;
    margin: 0px;
}
table {
    white-space: normal;
    line-height: normal;
    font-weight: normal;
    font-size: medium;
    font-variant: normal;
    color: -webkit-text;
    text-align: center;
}
table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}

table, th, td {
    border: 1px solid black;
}