/*colors
orange: #ff9c00;
blue: #1e639e;

*/

/*======================================
	Background image 
======================================*/
#background { 
  
  /*background: #ebbb36 url('../_design/bcgr-fall-09.jpg') no-repeat 100% 0;
  background: #d6d5da url('../_design/bcgr-snow.jpg') no-repeat 100% 0;*/
  background: #2e4d0a url('../_design/bcgr-leaf.jpg') no-repeat 100% 0; 

  height:600px; 
  width: 100%;
  display: block; 
  position: absolute;
  top: 130px;
  left: 0;
  z-index: -1;
}


/*======================================
	HTML tags 
======================================*/

body {
  background: #222;
  font: 100%/1.5 "Trebuchet MS", Helvetica, sans-serif;
  color: #444;
}

p {
  margin: 1em 0;
  padding: 0;
}

p.major {
  font-size: 110%;
  font-weight: bold;
  line-height: 1.4;
}

h2, h3, h4, h5, h6 {
  margin: 10px 0 5px;
}

h3, h4 {
  color:#356B8B;
  font-weight:normal;
}

h3 {
  font-size: 145%;
}
h4 {
  font-size: 125%;
  font-weight: bold;
}

fieldset {
  background: #fff;
  border: 1px solid #ccc;
  margin: 10px 0;
  padding: 10px;
  font-size: 90%;
}

legend {
  font-weight: bold;
  padding: 0 3px;
}

form p {
  clear: left;
}

label {
  float: left;
  font-size: 110%;
  width: 8em;
}

input.text, textarea {
  border: 1px solid #bbb;
  width: 400px;
}
input.text {
  width: 200px;
}
textarea {
  overflow: auto;
}

input.submit {
  width: 10em;
  padding: 2px;
}
p.submit {
  padding-left: 8em;
  margin-left: 290px;
}



/*======================================
	Layout
======================================*/

.holder {
  margin: 0 auto 0 45px;
}

#header { 
  width: 100%; 
  background: #222;
  color: #ddd;
  float: left;
  border-top: 3px solid #ccc;
}

#content {
  clear: both;
  background: url('../_design/h-shadow.png') repeat-x 100% 0;
}

#footer {
  background:#222 url('../_design/bcgr-footer.png') repeat-x 0 0;
  color: #a2a2a2;
  font-family: Verdana, sans-serif;
  font-size: 80%;
  line-height: 2em;
  margin: 0 0 30px 50px;
  overflow: hidden;
  position: relative;
  width: 900px;
}




/* -- Header ------------------------- */

#header .holder {
  position: relative;
  width: 900px;
  float: left;
  margin-left: 50px;
}

#logo a {
  background: url('../_design/logo-w3w.gif') no-repeat 0 center;
  display: block;
  font-weight: normal;
  height: 70px;
  line-height: 2em;
  text-align: right;
  text-decoration: none;
  margin-top: 20px;
  color: #ddd;
  font-size: 200%;
}

#logo a:hover {
  background: url('../_design/logo-w3w.gif') no-repeat -933px center;
  color:#ff9c00;
}


#languages ul {
  position: absolute;
  right: 0;
  top: 0;
}
#languages li {
  float: left;
  margin-left: 2px;
  font-size: 50%;
  line-height: 1.1;
  text-transform: uppercase;
}

#languages li a {
	display: block;
	float: left;
	padding: 0 1px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999;
	border-top: 1px solid #777;
	cursor: pointer;
}
#languages li span {
	display: block;
	float: left;
	padding: 0 4px 1px;
	position: relative; 
	top: 1px;
	background-color: #999;
	color: #333;
}

#languages a:hover, #languages a:focus, #languages a:active {
	background-color: #ccc;
	padding-top: 1px;
}
#languages a:hover span, #languages a:focus span, #languages a:active span {
	color: #333;
	background-color: #ccc;
}

#languages li.current_language_item a {
	background-color: #ccc;
	cursor: default;
	border-top: none;
}
#languages li.current_language_item a span {
	font-weight: bold;
	font-size: 110%;
	color: #000;
	background-color: #ccc;
	padding-bottom: 1px;
}

#languages li.current_language_item a:hover span, #languages li.current_language_item a:focus span,
#languages li.current_language_item a:active span { padding-top:0; }


#menu {
  font-size: 105%;
  line-height: 1.9em;
  margin: 10px 0 0;
  float: right;
}

#menu ul {
  float: right;
  list-style-type: none;
}

#menu li {
  border-left: 0 solid;
  float: left;
  text-align: center;
}


#menu a, #menu a span {
  color: #ccc;
  margin: 0 6px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

#menu a:hover, #menu a:focus, #menu a.active {
  border-bottom: 4px solid #ff9c00;
  color: #fff;
  padding: 3px 0;
}







/* -- Content ------------------------- */
#pagehead {
  margin-left: 45px;
  float: left;
  padding-left: 5px;
  background: url('../_design/v-l-shadow.png') repeat-y 0 0;
  position: relative;
  top: 15px;
  line-height: 1.2;
}
#pagehead div {
  background: url('../_design/v-r-shadow.png') repeat-y 100% 0;
  padding-right: 5px;
}
#pagehead div div {
  background: #222;
  color: #fff;
  padding: 5px 45px 5px 15px; 
}
#pagehead #heading {
  font-size: 190%;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
#breadcrumbs {
  color: #888;
  font-family: Verdana, sans-serif;
  font-size: 65%;
  margin: 0;
}
#breadcrumbs a:link, #breadcrumbs a:visited {
  color: #ccc;
  padding-bottom: 1px;
  text-decoration: none;
}
#breadcrumbs a:hover {
  border-bottom: 2px solid #ff9c00;
  color: #fff;
}

#content .holder {
  width: 910px;
  background: url('../_design/bcgr-page.png') repeat-y 0 0;
  clear: left;
  position: relative;
  top: 15px;
/*  overflow: hidden;*/
}


#maincontent {
  display: inline;
  float: left;
  width: 510px;
  font-size: 80%;
/*  margin: 15px 15px 0 20px;*/
  margin-top: 5px;
  margin-left: 10px;
  padding: 15px 15px 15px 10px;
  overflow: hidden;
  background: #fff;
}

#maincontent a:link, #maincontent a:visited, 
#sidebar a:link, #sidebar a:visited {
  color:#356B8B;
  font-weight: bold;
}
#maincontent a:visited, #sidebar a:visited {
  font-weight: normal;
}
#maincontent a:hover, #maincontent a:focus, #maincontent a:active, 
#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
  background:#356B8B;
  color:#FFFFFF;
}


#maincontent ul, #maincontent ol {
  margin: 1em 1em 1em 2.5em;
}

#maincontent ul {
  list-style-type: square;
}

#maincontent li {
  margin: 3px 0 0 0;
}

#maincontent p:first-child {
  font-size: 125%;
  font-weight: bold;
  line-height: 1.3em;
  margin-top: 0;
}
#maincontent ul.reference {
  list-style-type: none;
  margin: 0;
}
#maincontent ul#ref_web, #maincontent ul#ref_logo {
	margin-bottom: 40px;
}
#maincontent ul.reference h4 {
  font: normal 135%/1.5 "Trebuchet MS", sans-serif;
}
#maincontent ul.reference p {
  font-size: 100%;
  font-family: "Trebuchet MS", sans-serif;
  line-height: 1.5;
}


#sidebar {
  display: inline;
  float: right;
  width: 340px;
  margin: 15px 10px 20px 0;
  padding-right: 10px;
  overflow: hidden;
  border-left: 1px dotted #444;
  background: #fff;
}

#sidebar div {
  margin-left: 15px;
}
#sidebar div div {
  margin-left: 0;
}
#sidebar .novinky {
  margin-bottom: 20px;
}
#sidebar h3 {
  font-size: 130%;
}
#sidebar h3:first-child {
  margin-top: 0;
}

#clientlogos p {
  margin-top: 0;
  font-size: 80%;
}

#clientlogos li, #clientlogos li img {
  display:inline;
  vertical-align: middle;
  margin: 0;
}
#clientlogos li img {
  padding-bottom: 10px;
}

#clientlogos li a img {
  border: none;
}



#page-footer {
  clear: both;
  padding: 20px;
  margin: 10px;
  padding: 10px 10px 20px;
  position: relative;
  background-color: #fff;
}
#page-footer div {
  background: url('../_design/bcgr-page-footer.gif') repeat-x 0 100%;
  padding: 10px 15px 15px;
}
#page-footer div.noshow {
  background: none;
}
#page-footer h3, #page-footer h4 {
  border-top: 1px dotted #444444;
  color: #ff9c00;
  padding: 5px 35px 0 0;
  display: inline;
  font-size: 120%;
}

#page-footer p {
  font-size: 80%;
  font-weight: bold;
  margin-top: 5px;
}
#page-footer a {
  color: #222;
}

#page-footer a.button {
  background:#d4d4d4;
  border: 1px solid #000;
  font-size: 80%;
  font-weight: bold;
  padding: 5px 12px;
  text-decoration: none;
}
#page-footer a.button:hover, #page-footer a.button:focus,
#page-footer a.button:active {
  background: #fff;
  color: #000;
}

/* form containers */
#page-footer div#respond {
  padding: 0;
}



/* -- Footer ------------------------- */
#footer ul {
  margin: 0 5px;
  font-size: 80%;
}

#footer li {
  float: left;
}

#footer a {
  color: #ddd;
  border-bottom: 1px solid;
  color: #777777;
  text-decoration: none;
}
#footer a:hover {
  border-bottom: 2px solid #ff9c00;
  color: #fff;
}

#copy-info li:first-child {
  margin-right: 15px;
}
#w3w, #w3w span {
  height: 14px;
  overflow: hidden;
  width: 38px;
  position: relative;
}
#w3w span {
  background: url('../_design/w3w-hover-28x38.gif') no-repeat 0 0;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

#footer ul#controller {
  margin-right: 8px;
}

#controller li {
  border-left: 1px solid #777;
  margin-left: 3px;
  padding-left: 6px;
  display: inline;
  float: none;
}
#controller li:first-child {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}




h3 .small {
  font-size: 55%;
}
.small-desc, .reference .reference-item p, .reference .reference-item h4 {
  font-family: Verdana, sans-serif;
  font-size: 65%;
  line-height: 1.1;
}

.reference .reference-item h4 {
  font-weight: bold;
}

.reference .reference-item {
  clear: both;
  padding: 10px 0 20px;
  overflow: hidden;
}

.reference .reference-item:first-child {
  padding-top: 0;
}

.reference .reference-item img {
  float: left;
  margin-right: 10px;
}

.reference-item a:link img, .reference-item a:visited img {
  border: 1px solid #ccc;
}
.reference-item a:hover img, .reference-item a:focus img,
.reference-item a:active img {
  border: 1px solid #000;
}


.reference .reference-item p {
  margin-top: 0;
}
.reference .reference-item p.sitelink {
  margin-bottom: 0;
  text-align: right;
  font-weight: bold;
}


.vcard {
  border: 1px dotted #ccc;
  border-width: 1px 0;
  margin: 20px 50px 20px 0;
  padding: 5px 0 0 10px;
}


.hlighted {
  background: #ff9c00;
  color: #fff;
  padding: 0 10px;
}

.small {
  font-size:80%;
}
.medium {
  font-size:100%;
}
.large {
  font-size:120%;
}
.x-large {
  font-size:140%;
}

/* error page #maincontent has class of .errormessage */
#content .errormessage p.important {
  font-size: 200%;
}


/* StripCSS link styles */
#stripCSS { background: #000; margin:0; width: 100%; font-size: 0.8em; border-bottom: 1px solid #333; color: #888; text-align: left; }
#stripCSS a { color: #f1a222; margin-left: 20px; }
#stripCSS a#stripper { margin-left: 0; font-size: 1.2em; font-weight: bold; margin-left: 2px; margin-right: 10px; }
#stripCSS a#nakedlink { margin-left: 0; }
#stripCSS img { vertical-align: middle; margin-left: 20px; }
