@charset "utf-8";

/***
 * FONTS
 */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: bold;
    src: local('OpenSans BoldItalic'), local('OpenSans-BoldItalic'), url('../fonts/OpenSans-BoldItalic.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    src: local('OpenSans Bold'), local('OpenSans-Bold'), url('../fonts/OpenSans-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: bolder;
    src: local('OpenSans ExtraBoldItalic'), local('OpenSans-ExtraBoldItalic'), url('../fonts/OpenSans-ExtraBoldItalic.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bolder;
    src: local('OpenSans ExtraBold'), local('OpenSans-ExtraBold'), url('../fonts/OpenSans-ExtraBold.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: normal;
    src: local('OpenSans Italic'), local('OpenSans-Italic'), url('../fonts/OpenSans-Italic.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: lighter;
    src: local('OpenSans LightItalic'), local('OpenSans-LightItalic'), url('../fonts/OpenSans-LightItalic.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: lighter;
    src: local('OpenSans Light'), local('OpenSans-Light'), url('../fonts/OpenSans-Light.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    src: local('OpenSans Regular'), local('OpenSans-Regular'), url('../fonts/OpenSans-Regular.woff') format('woff');
}

/**
 * CSS
 */

body {
	font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
	font-size: 0.9em;
	color: #555555;
}

img { 
	behavior: url(javascript/iepngfix.htc) 
}

/* ---------- Button ---------- */

.info a, .blogbtn, .blogbtn2 {
	display: block;
	width: 139px;
	height: 23px;
	background: url(../images/btn.gif) no-repeat top left;
	float: left;
	text-transform: uppercase;
	color: #5c5c5c;
	font-size: 9px;
	text-decoration: none;
	text-align: center;
	padding-top: 6px;
}
.info a:hover, a.blogbtn:hover {
	background: url(../images/btn.gif) no-repeat bottom left;
}
#sidebar a {
	float: none;
}

#index_blog {
	display: none;
}

/* ---------- Typography ---------- */

h1 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 18px;
}

h2 {
    color: #333;
    text-transform: uppercase;
    font-size: 1.8em;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #333;
}

h3 {
	color: #980e0e;
	text-transform: uppercase;
	font-size: 12px;
	padding-bottom: 10px;
}
h4 {
	font-size: 10px;
}
p {
	margin-top: 10px;
	margin-bottom: 20px;
}
a {
	text-decoration: none;
	color: #980e0e;
}
a:hover {
	color: #38b0b5;
}
/* ---------- Layout ---------- */

#content_wrap {
    background: url(../images/bg_repeat_blue.gif) repeat-x top left;
}

#top_content, #blog_content {
    overflow:hidden;
    padding: 0px 0px 0px 2px;
    width: 958px;
    margin: 0 auto;
}

#left_content {
	width: 623px;
	float: left;
	padding-left: 1px;
}
#left_content_about_blog {
	background: url(../images/left_content_bg.gif) no-repeat top left;
	width: 563px;
	float: left;
	padding: 30px;
}

#left_content_about_blog2 {
	background: url(../images/left_content_bg2.gif) no-repeat top left;
	width: 898px;
	float: left;
	padding: 30px;
}

.left_content_small_left {
	float: left;
	width: 255px;
	margin-top: 10px;
}
.left_content_small_right {
	margin-right: 0px;
	width: 255px;
	float: right;
	margin-top: 10px;
}
#bottom_content {
	overflow: hidden;
	padding: 0px 0px 40px 1px;
	width: 960px;
	margin: 30px auto;
}
#bottom_content_about {
	overflow: hidden;
	padding: 40px 0px 40px 30px;
	width: 930px;
	margin: 0 auto;
}

/* ---------- Header ---------- */

#header_content {
	width: 960px;
	margin: 0 auto;
}
#header {
	background-image: url(../images/nav_bg_repeat.jpg);
	background-repeat: repeat-x;
	height: 47px;
	z-index: 9999;
}

#logo {
	float: left;
	margin-top: 15px;
	width: 250px;
}

#logo_image {
	width: 350px;
}

/* ---------- Navigation ---------- */

#nav {
	float: right;
	font-weight: bold;
	font-size: 12px;
	z-index: 9999;
}
#nav .last {
	padding-right: 2px;
	background-image:url(../images/nav_button_sep.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
#nav, #nav ul{
     margin:0;
     padding:0;
     list-style-type:none;
     list-style-position:outside;
     position:relative;
     line-height:1.5em;
}
#nav .on {
	color:#fff !important;
	background-image: url(../images/nav_button_bg.jpg) !important;
	background-position: bottom left !important;
}
#nav a:link, #nav a:active, #nav a:visited{
    display:block;
    padding: 14px 35px;
    color:#a5a5a5;
    text-decoration:none;
	text-transform: uppercase;
	background-image: url(../images/nav_button_bg.jpg);
	background-position: top left;
}
#nav a:hover {
    color:#fff;
	background-image: url(../images/nav_button_bg.jpg);
	background-position: bottom left;
}
#nav li{
    float:left;
    position:relative;
	
}
#nav ul {
    position:absolute;
    width:13em;
    top:3.8em;
    display:none;	
	z-index: 1;
}
#nav li ul a {
    width:9em;
    float:left;
	background-color: #2e2e2e;
	background-image: none !important;
}
#nav li ul a:hover {
	background-color: #292929;
}

#nav ul ul{
	top:auto;
	}	

#nav li ul ul {
    left:12em;
    margin:0px 0 0 10px;
    }

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
    display:none;
    }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
    display:block;
    }

/* ---------- Top text ---------- */

#text_wrap {
    background-color: #0F80B9;
}

#top_text, 
#top_text_sub {
    background: url(../images/top_spotlight_blue.png) no-repeat scroll left top;
    width: 960px;
    overflow: hidden;
    padding: 0px 0px 10px 0px;
    color: #FFFFFF;
    margin: 0 auto;
}

#top_text a {
    color: white;
}

#top_text_sub {
    padding: 15px 0px 25px 0px;
}	

.box_240px_left, 
.box_240px_middle, 
.box_240px_right {
    width: 260px;
    float: left;
}

.box_240px_left {
    padding: 20px 32px 0px 0px;
    background-image: none;
}

.box_240px_middle {
    padding: 20px 32px 0px 32px;
    background: url(../images/blue_sep.gif) no-repeat left;
}

.box_240px_right {
    padding: 20px 0px 0px 32px;
    background: url(../images/blue_sep.gif) no-repeat left;
    width: 300px;
}

.box_425px_left {
    width: 465px;
    float: left;
    text-align: justify;
}

.box_425px_right {
    width: 465px;
    float: right;
}

	
/* ---------- Slider ---------- */

.shadow {
	margin: 1px 0px 15px 0px;
}
.slider_img {
	border: 8px solid #FFFFFF ;
	outline: 1px solid #c5c5c5;
}

.slider_item {
    text-align: justify;
}

.info ul, .info li {
	text-transform: uppercase;
	font-weight: bold;
	color:  #888;
	float:left;
	margin-top: 3px;
}
.info {
	margin-top: 20px;
}
.info li {
	background: url(../images/check.gif) no-repeat left;
	padding-left: 26px;
	margin-right: 40px;
}

/* ---------- Sidebar ---------- */

.bubble {
	position: absolute;
	left: 43px;
	top: -25px;
}

.post,
.lastpost {
	margin-bottom: 10px;
        border-bottom: 1px solid #333;
}

.lastpost {
	border: none;
}

.blog_title {
    color: #333;
    font-size: 1.4em;
    font-weight: bold;
    text-transform: uppercase;   
}

/* ---------- Bottom content ---------- */

.recent_work {
	float: left;
	border: 3px solid #FFFFFF ;
	outline: 1px solid #c5c5c5;
	margin: 16px 16px 0px 0px;
}

/* ---------- About page ---------- */

.title {
	float: left;
	margin-top: 15px;
}

.description {
	float: left;
	background: url(../images/title_sep.gif) no-repeat top left;
	padding-left: 20px;
	margin: 20px 0px 0px 20px;
}

.description p{
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 10px; 
}

/* ---------- Portfolio ---------- */

#portfolio_content_wrap {
	background: url(../images/bg_portfolio_repeat.gif) repeat-x top left;
	padding: 40px 0px 0px 0px;
}
#portfolio_content {
	overflow:hidden;
	width: 960px;
	margin: 0 auto;
	padding: 1px 0px 0px 1px;
}
.portfolio_img {
	border: 3px solid #FFFFFF ;
	outline: 1px solid #c5c5c5;
	
}
.portfolio_item, .portfolio_item_nomargin {
	float:left;
	width: 300px;
	margin-right: 30px;
	margin-bottom: 20px;
}
.portfolio_item_nomargin {
	margin-right: 0px;
}

/* ---------- Blog ---------- */

#sidebar, #blog_sidebar  {
	width: 300px;
	float: right;
	margin-top: 22px;
	position: relative;
	/*background: url(../images/sidebar_bg.gif) no-repeat top left;*/
        background-color: #fff;
	padding: 50px 10px 0px 10px;
}

#blog_sidebar {
	margin-top: 0px;
	padding: 30px;
        width: 250px;
}

#blog_content {
	background-image: none;
	padding-bottom: 0px;
}
.blog_img {
	border: 4px solid #FFFFFF ;
	outline: 1px solid #c5c5c5;
	margin: 10px 0px;
}
.sub_post {
	overflow: hidden;
	clear: left;
}
.blog_post {
	overflow: hidden;

	padding-bottom: 50px;
	padding-left: 1px;
}
#blog_sidebar ul li {
	color: #980e0e;
	text-transform: uppercase;
	font-size: 14px;
	border-bottom: 1px dotted #acacac;
}
#blog_sidebar a {
	display: block;
	padding-top: 10px;
	height: 27px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
#blog_sidebar a:hover {
	padding-left: 5px;
	background-color: #ebebeb;
}
.categories, .author {
	margin-bottom: 40px;
}
.sponsors_img {
	margin-top: 20px;
}
.blog {
	color: #980e0e;
	text-transform: uppercase;
	font-size: 14px;
	border: none;
	text-decoration: none;
}

a.blog:hover, {
	color: #38b0b5;
}

a.blog_big {
    color: #333;
}

a.blog_big:hover {
    color: #333;
}

.date {
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
}

/* ---------- Contact ---------- */

.name, .email {
	margin: -10px 0 10px 0;
	background-image: url(../images/inputfield.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: 1px solid #c6c6c6;
	color:#777777;
	padding: 6px;
	width: 222px;
}
textarea, input, select {
	margin: -10px 0 10px 0;
	background-image: url(../images/inputfield.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: 1px solid #c6c6c6;
	color:#777777;
	padding: 6px;
}

.button {
	background-color: #e7e7e7;
	width: 74px;
	height: 23px;
	border: none;
	font-weight: bold;
	font-size: 12px;
	color: #980e0e;
}
.contact {
	font-size: 10px;
	color: #3e3e3e;
	text-transform:uppercase;
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 0;
}

/* ---------- Footer ---------- */

.flickr {
	display: inline;
	float:left;
	border: 2px solid #FFFFFF ;
	outline: 1px solid #c5c5c5;
	margin: 0px 20px 20px 0px;
}
#dark_footer .box_240px_left {
	padding-right: 42px;
	padding-top: 0px;
	background-image: none;
}
#dark_footer .box_240px_middle {
	padding: 0px 42px;
	background-image: none;
}

#dark_footer .box_240px_right {
	padding-left: 42px;
	padding-top: 0px;
	background-image: none;
        width: 240px;
}

#dark_footer_wrap {
	background: url(../images/dark_footer_repeat.gif) repeat-x top left;
	background-color: #242424;
	overflow: hidden;
}
#dark_footer {
	width: 960px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 30px;
	overflow: hidden;
}

.box_240px_right li {
	display: inline;
}

#light_footer {
	width: 960px;
	margin: 0 auto;
	padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
}

#light_footer a {
	color: #666666;
}
#light_footer a:hover {
	color: #999999;
}
.footerdate {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #c5c5c5;
}

.footer {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.4em;
	border: none;
	text-decoration: none;
}

a.footer:hover {
	color: #fff;
        text-decoration: underline;
}

#dark_footer h2 {
	color: #c5c5c5;
	margin-top: 20px;
	margin-bottom: 20px;
        border-bottom: 1px solid #fff;
}

#dark_footer p {
	color: #c5c5c5;
	margin-bottom: 0px;
}

#dark_footer .post {
	border-bottom: 1px dashed #777;
}

#dark_footer a {
	color: #c5c5c5;
}

/* Kontaktni-formular */
#kontaktni-formular-msg {
	border: 1px solid #8A8A8A;
	width: 400px;
	padding: 10px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #E7E7DC;
}

#kontaktni-formular-msg ul {
	margin-bottom: 0px;
	list-style-type: circle;
}

#kontaktni-formular-msg li {
	margin-left: 50px;
}

#kontaktni-formular table {
	margin: auto;
	margin-top: 10px;
/* 	border: 1px dashed silver; */
}

#kontaktni-formular table td {
	vertical-align: top;
	padding-right: 10px;
	padding-bottom: 3px;
}

.success {
	color: green;
}

.error {
	color: red;
}

/**
 * Obrazkova ilustrace pres celou sirku obrazovky
 */

.illustration_banner {
   position: absolute;
   left: 0px;
   right: 0px;
   width: 100%;
}

#kontaktni-formular-guardwings {
    margin-top: 20px;
}


#kontaktni-formular-guardwings table {
    display: block;
    width: 600px;
    margin: auto;
    margin-top: 10px;
    alignment-adjust: central;
}

#kontaktni-formular-guardwings table td {
    vertical-align: top;
    padding-right: 20px;
    padding-bottom: 10px;
}

.kontaktni-formular-povinne-polozky {
    font-size: small;
    color: grey;
    text-align: center;
}
