/*
Theme Name: TicTac - Wuhan
Theme URI: http://wuhan.authenticasian.com/

Description: My lousy attempt to reproduce a masterpiece by <a href="http://www.simplebits.com">Dan Cederholm</a>.

Version: 0.2
Author: Meng Gao
Author URI: http://wuhan.authenticasian.com/

	TicTac is a template created by Dan Cederholm for Blogger and it's one of my
	favorite designs. Therefore, I've created a WordPress theme in which I tried
	my best to make it look like Dan's original design. As much as I want to use the
	original graphics, I had to make slight changes to them so as not to run into
	copyright problems.

	Since this theme is an obvious attempt to reproduce TicTac, I take absolutely
	no credit in it. If you like this theme, write an email to Dan and let him
	know.
																	-- Meng Gao
*/

/* Main Sections
------------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  }
body {
  background: #fff url(images/bgr_body.jpg) repeat-x left -30px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  color: #333;
  /*background-color: #282828;*/
  }

.clear {
  font-size: 0px;
  clear:both;
  height: 0px;
  line-height: 0px;
  margin: 0 0 0 0;
  }
.clearlarge {
  font-size: 0px;
  height: 0px;
  line-height: 0px;
  margin: 0 0 0 0;
  }
#page {
  background-color: #fff;
  background-image: url(images/bgr_content.gif);
  background-position: left top;
  background-repeat: repeat-y;
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
  }
#content {
  /* background-color: #fff;
  background-image: url(images/bgr_content.gif);
  background-position: left top;
  background-repeat: repeat-y; */
  background: url(images/bgr_bottom.gif) no-repeat left bottom;
  color: #ddd;
  clear: both;
  color: #000;
  float:left;
  padding: 10px 10px 45px;
  text-align: left;
  width: 930px;
  }
.post p {
  margin: 0 0 10px 0;
  }
.post p.form_error {
  margin:0 0 0 0;
  }
ul {
  list-style-type: none;
  }
input, textarea {
  border: 1px solid #AAAAAA;
  clear:both;
  float:left;
  }
label {
  clear:both;
  float:left;
  font-weight: bold;
  margin:10px 0 0 0;
  }
h4 {
  font-size:100%;
  }

/* Antidotting
------------------------------------------------------------------------------- */
a:active {
  outline: none;
  }
a:focus {
  -moz-outline-style: none;
  }

/* Special text formatting
------------------------------------------------------------------------------- */

a {
  color:#e36b00;
  text-decoration: none;
  }
a:hover, a:hover.more, #projects a:hover.more {
  color:#bd5900;
  text-decoration: underline;
  }
a.more {
  color:#e36b00;
  font-size:13px;
  }
h2 {
  color:#fff;
  font-size: 24px;
  font-weight: normal;
  text-decoration: none;
  }
.homepage .left h2 {
  font-size: 210%;
  margin-bottom: 10px;
  }
.homepage h2 a {
  color:#fff;
  }
a h3, a:visited h3, h3 a:visited, h3 a, h4 a, a h4, a:visited h4 {
  color:#e36b00;
  }
a:hover h3, a h3:hover, h3:hover a, h3 a:hover, h4 a:hover, a:hover h4 {
  color:#bd5900;
  text-decoration: underline;
  }
h3 {
  color: #6F6F6F;
  font-size:18px;
  font-weight:normal;
  margin-bottom: 15px;
  margin-top:15px
  }
h3 a {
  font-size:15px;
  font-weight:bold;
  }
#projects h2 {
  font-size:18px;
  }
#content.homepage #projects {
	margin-top:20px
}
#content.homepage #projects a.more {
  color:#fff;
  font-size:13px;
  font-weight: normal;
  }
#content.homepage #projects .panel h2 a:hover {
  text-decoration:underline;
  }
#content.homepage #career h3, #content.homepage #services h3, #content.homepage #news h3 {
  margin: 0 0 10px 0;
  }
#content.homepage #career p, #content.homepage #services p {
  margin: 0 0 10px 0;
  }
#content.homepage #career ul li, #content.homepage #services ul li, #content.homepage #news ul li {
  margin: 0 0 5px 0;
  }
#content.homepage #career a.more {
  float:right;
  margin-right:20px;
  }
#content.homepage #news a.more {
  float:right;
  margin-right:20px;
  }
#content .careeritem a.more, #content .item a.more {
  float:right;
  margin-right:20px;
  }
.createdon {
  color:#999;
  clear:both;
  margin-right:10px;
  }
.date_created {
  clear:both;
  color:#999;
  font-size: 14px;
  margin-bottom:10px;
  }
#banner {
  margin-top:12px;
  }
#sidebar-left ul {
  margin-left: 8px;
  }

/* Header
------------------------------------------------------------------------- */
#header {
  background-color: #fff;
  overflow:hidden;
  position: relative;
  padding:10px 0 0 0;
  width:950px;
  }
#contactbox {
  /*background-image: url(images/bgr-contactbox.jpg);*/
  /*background-position: right top;*/
  background: url(images/cup.gif) no-repeat left top;
  clear:none;
  color:/*#939393*/#000;
  float:right;
  font-weight: bold;
  padding:/*5px 10px 0 47px;*/ 0 10px 0 33px;
  text-align: right;
  }
#contactbox h3 {
  color: #EB7D04;
  font-size: /*21px;*/20px;
  font-weight: normal;
  letter-spacing: 0.07em;
  margin: 0 0 /*5px*/ 0;
  text-decoration: none;
  }
#contactbox h3 a {
  height: 100%;
  width: 100%;
  }
#contactbox .phone {
  background-image: url(images/ico-phone.gif);
  background-repeat: no-repeat;
  /*color:#fff;*/
  float:left;
  margin-right:10px;
  margin-top:7px;
  padding-left:20px;
  }
#contactbox .mail {
  /*background-image: url(images/ico-mail.gif);
  background-repeat: no-repeat;*/
  color:/*#fff;*/#000;
  /*float:left;*/
  margin-top:7px;
  /*padding-left:20px;*/
  }
#contactbox .mail:hover {
  /*background-image: url(images/ico-mail.gif);
  background-repeat: no-repeat;*/
  color:/*#fff;*/#BD5900;
  /*float:left;*/
  margin-top:7px;
  /*padding-left:20px;*/
  text-decoration: underline;
  }
#contactbox p {
  color: #000;
  font-weight: normal;
  }
#contactbox p span {
  color:#e36b00;
  font-weight: normal;
  text-decoration: none;
  }
#contactbox p span:hover {
  color:#bd5900;
  text-decoration: underline;
  }
#logographer {
  /*background: transparent url(images/logographer_smooth.gif) no-repeat scroll 10px top;*/
  float:left;
  height:/*51px;*/ 40px;
  margin-bottom:/*17px*/8px;
  text-align:center;
  }
#logographer img {
  border:none;
  }
#navigation {
  background-color: #000;
  background-image: url(images/bgr-menu.gif);
  background-repeat: no-repeat;
  clear:both;
  float:left;
  padding:0 0 0 9px;
  width:941px;
  _overflow:hidden;
  _margin-top:-7px;
  }
#navigation ul {
  height:39px;
  clear:none;
  float:left;
  padding:0 0 0 0;
  width:auto;
  }
#navigation li {
  display:block;
  clear:none;
  float:left;
  font-size: 13px;
  height:39px;
  margin:0 0 0 0;
  padding:0 0 0 0;
  text-align:center;
  }
#navigation li a {
  background-image: url(images/bgr-menu-divider.gif);
  background-position: right top;
  background-repeat: no-repeat;
  color:#A9A9A9;
  cursor: hand;
  display:block;
  float:left;
  font-weight: bold;
  height: 39px;
  line-height:39px;
  margin:0 0 0 0;
  padding:0 0 0 13px;
  text-decoration: none;
  text-transform: uppercase;
  width:auto;
  _width:35px;
  white-space:nowrap;
  }
#navigation li a span {
  display:block;
  line-height: 31px;
  height: 33px;
  padding:6px 13px 0 0;
  }
#navigation li.active a {
  background-image: url(images/bgr-menu-left.gif) !important;
  background-position: left bottom !important;
  background-repeat: no-repeat;
  color:#000;
  margin: 0 0 0 -1px;
  _margin: 0 0px 0 -px;
  _position:fixed;
  }
#navigation li a:hover span, #navigation li:hover a span  {
  color:#ddd;
  }
#navigation li.active a span {
  background-image: url(images/bgr-menu-right.gif);
  background-position: right bottom;
  background-repeat: no-repeat;
  color:#000;
  display:block;
  height: 33px;
  padding-top: 6px;
  }
#navigation li.active a:hover span {
  color:#000 !important;
  }
#language {
  clear:none;
  float:right;
  padding:10px 10px 0 0;
  }
#language a {
  color:#ccc;
  font-weight: normal;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left:22px;
  }
#language a:hover {
  color:#fff;
  }
#language.czech a {
  background-image: url(images/ico-flag-cs.gif);
  }
#language.english a {
  background-image: url(images/ico-flag-usa.gif);
  }
#language.deutsch a {
  background-image: url(images/ico-flag-de.gif);
  }
#header h1 a {
    text-decoration: none;
    border-bottom: none;
    color: #fff;
    text-align:right;
}
#header h1 a:hover {
  color: #eee;
  }
/* Homepage
------------------------------------------------------------------------------- */
#homepage_banner {
  background-color: #eee;
  height: 304px;
  width: 930px;
  }
#content.homepage #bigbox {
  background-color: #FF8300;
  background-image: url(images/bgr_index.jpg);
  height:/*414px*/ 193px;
  margin: 0 0 0 0;
  overflow: hidden;
  padding: 10px;
  }
#content.homepage #bigbox .left {
  float: left;
  width: /*430px*/ 400px;
  }
#content.homepage #career {
  background-image: url(images/bgr_divider.gif);
  background-position: right top;
  background-repeat: repeat-y;
  float:left;
  margin: 10px 10px 0 0;
  padding:0 10px 0 10px;
  width: 210px;
  }
#content.homepage #career ul {
  /*background-image: url(images/bgr_divider.gif);
  background-position: right top;
  background-repeat: repeat-y;*/
  }
#content.homepage #career h2 {
  color: #848484;
  margin-bottom:10px;
  }
#content.homepage #career li img {
  float: left;
  margin: 0 10px 5px 0;
  }
#content.homepage #career li h3 {
  clear:both;
  margin: 0 10px 5px 0;
  }
#content.homepage #career li p {
  clear:none;
  /*line-height:150%;*/
  margin: 0 10px 15px 0;
  }
#content.homepage ul#services{
  margin-top:15px;
  }
#content.homepage ul#services li {
  margin-top:15px;
  }
#content.homepage ul#services li img {
  float: left;
  height:60px;
  margin: 0 10px 5px 0;
  width:60px;
  }
#content.homepage ul#services li h2 {
  clear:none;
  float: right;
  font-size: 150%;
  width:355px;
  }
#content.homepage ul#services li h2:hover {
  text-decoration:underline;
  }
#content.homepage ul#services li p {
  clear:none;
  float: right;
  /*line-height:150%;*/
  width:355px;
  }
#content.homepage .left a.more {
  color:#fff;
  float:right;
  padding-right:10px;
  }
#content.homepage #projects h3 a {
  color: #000;
  margin: 0;
  padding: 0;
  }
#content.homepage #projects h3 {
  margin: 3px 0;
  padding: 0;
  }
#content.homepage #projects img {
  float: left;
  margin: 0 10px 0px 0;
  }
#content.homepage #bigbox .right {
  clear: none;
  float: right;
  width: 485px;
  }
#content.homepage #services {
  background-image: url(images/bgr_divider.gif);
  background-position: right top;
  background-repeat: repeat-y;
  float: left;
  width: 200px;
  margin: 10px 10px 0 0;
  padding: 0 10px 0 10px;
  }
#content.homepage #news {
  clear:none;
  float:left;
  margin: 10px 0 0 10px;
  padding:0 0 0 0;
  width: 450px;
  }
#content.homepage #news h2 {
  color: #848484;
  margin-bottom:10px;
  }
#content.homepage #news ul {
  /*background-image: url(images/bgr_divider.gif);
  background-position: right top;
  background-repeat: repeat-y;*/
  }
#content.homepage #news li img {
  float: left;
  margin: 0 10px 5px 0;
  }
#content.homepage #news li h3 {
  clear:both;
  margin: 0 10px 5px 0;
  }
#content.homepage #news li p.newstext {
  clear:both;
  margin: 0 10px 15px 0;
  }
#content.homepage .calendar {
  color:#fff;
  background-image: url(images/bgr_calendar.gif);
  background-position: left top;
  background-repeat: no-repeat;
  float:left;
  height: 58px;
  margin-right:10px;
  text-align: center;
  width:60px;
  }
#content.homepage .calendarmonth {
  font-weight: bold;
  line-height:17px;
  }
#content.homepage .calendarday {
  font-size: 30px;
  line-height: 40px;
  }
#content.homepage #comments {
  clear:none;
  float:left;
  margin: 10px 0 0 10px;
  padding:0 0 0 0;
  }
#content.homepage #comments h2 {
  color: #848484;
  margin-bottom:10px;
  }
#content .item {
  float:left;
  margin:10px 0;
  width: 50%;
  }
#content .item h3 {
  margin-bottom:5px;
  }
#content .item img {
  border: none;
  margin: 0 10px 0 0;
  }
#content .wrap_img {
  float:left;
  margin-top:15px;
  width:50px;
  }
#content .wrap_text {
  float:right;
  width:200px;
  }
#sidebar-right .wrap_text h3 {
  margin: 0 0 0 0;
  }
#content .item p {
  padding-right:20px;
  }
#content .newsitem {
  clear:both;
  margin:10px 0;
  width:100%;
  }
#content .newsitemimgwrap {
  float:left;
  }
#content .newsitem img {
  clear:both;
  float:left;
  border: 0px solid #fff;
  margin-top: 15px;
  padding:3px 3px 4px 3px;
  }
#content .newsitemtextwrap {
  clear:none;
  float:right;
  margin-bottom:20px;
  width:400px;
  }
#content .newsitemtextwrap h3 {
  margin-bottom:0px;
font-size: 130%;
  }
#content .newsitem .calendar {
  color:#fff;
  background-image: url(images/bgr_calendar.gif);
  background-position: left top;
  background-repeat: no-repeat;
  float:left;
  height: 58px;
  margin-right:10px;
  text-align: center;
  width:60px;
  }
#content .newsitem .calendarmonth {
  font-weight: bold;
  line-height:17px;
  }
#content .newsitem .calendarday {
  font-size: 30px;
  line-height: 40px;
  }
#content .projectsitem {
  float:left;
  height:150px;
  text-align: center;
  width:184px;
  }
#content .nonbold {
  font-weight: normal;
  /*line-height:150%;*/
  }
#content .nonbold h3 {
  clear:none;
  }
#content .projectsitem img {
  /*background-image: url(images/bgr_border_for_small.jpg);*/
  border: 0px solid #fff;
  height: 107px;
  padding:4px 6px 8px 6px;
  width:140px;
  }
#content .projectsitem h4 {
  /*padding-right:25px;*/
  text-align: center;
  }
#content .projectsitem p {
  color: #818181;
  height:20px;
  overflow:hidden;
  padding-left:3px;
  text-align: left;
  }
#content .clientsitem {
  float:left;
  height:90px;
  overflow:hidden;
  text-align: center;
  width: 138px;
  }
#content .clientsitem img {
  border: 0px solid #fff;
  width:110px;
  }
#content .servicesitem {
  margin:20px 0;
  }
#content .servicesitem img {
  float:left;
  }
#content .careeritem {
  float:left;
  line-height: 150%;
  width:50%;
  }
#content .careeritem p {
  /*line-height:150%;*/
  margin-bottom:20px;
  padding-right:20px;
  }
#content .jobsoffer {
  clear:both;
  }
#content .jobsofferitem {
  float:left;
  margin:20px 0;
  width:50%;
  }
#content .jobsofferitem img {
  float:left;
  margin-right:10px;
  }
#content .jobsofferitem p {
  float:right;
  line-height: 150%;
  padding-right:20px;
  width:197px;
  }
#content .personseleitem {
  margin-bottom:10px
  }
#content .personseleitem h3 {
  color:#6F6F6F;
  float:right;
  text-align:left;
  width:495px;
  }
#content .personseleitem img.avatar {
  clear:both;
  float:left;
  margin:15px 10px 20px 0;
  background-image: url(images/bgr_border_for_person.jpg);
  border: 0px solid #fff;
  height: 38px;
  padding: 3px 4px 5px 4px;
  width: 38px;
  }
/* Sidebar left
------------------------------------------------------------------------------- */
#sidebar-left {
  background-image: url(images/bgr_left.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  float:left;
  margin:0 0 0 0;
  padding:39px 0 0 0;
  width:178px;
  _overflow:hidden;
  }
#sidebar-left h2 {
  color:#fff;
  font-size: 30px;
  margin-bottom: 16px;
  margin-top: 10px;
  padding-left:7px;
  }
#sidebar-left h2 a {
  color:#fff;
  text-decoration: none;
  }
#sidebar-left li {
  margin-top:5px;
  }
#sidebar-left li ul {
  margin-left: 0px;
  /*padding-left:20px;*/
  }
/*.menu-item-active .menu-item-active span{*/
.menu-item-active span{
/*  border: 1px solid red;*/
}
#sidebar-left li li a, #sidebar-left li.active ul li a, #sidebar-left li ul li a, .menu-item-active span {
  background-image: url(images/bgr_dot.gif);
  background-position: left center;
  background-repeat: no-repeat;
  color:#E36B00;
  padding-left:12px;
  }
#sidebar-left li li a:hover, #sidebar-left li ul li a:hover {
  background-image: url(images/bgr_dot_active.gif);
  background-position: left center;
  background-repeat: no-repeat;
  color:#bd5900;;
  }
  /*
#sidebar-left li.active li span {
  font-weight: normal !important;
}*/
#sidebar-left li.active li.active span {
  font-weight: bold !important;
}
#sidebar-left li a.active, #sidebar-left li.active a, #sidebar-left li span.active, .menu-item-active span, .menu-item-active a {
  color: #000;
  font-weight: bold;
  }
#sidebar-left li li a.active:hover, #sidebar-left li.active li a:hover, #sidebar-left li li a.active:hover, #sidebar-left li li.active a:hover, #sidebar-left li li a.active {
  background-image: url(images/bgr_dot_active.gif);
  color: #000;
  font-weight: bold;
  text-decoration: none;
  }
#sidebar-left li li.active ul li.active a, #sidebar-left li.active ul li.active a {
  background-image: url(images/bgr_dot_active.gif);
  color: #000;
  font-weight: bold;
  }
/* Mainbox with content for all pages except homepage
------------------------------------------------------------------------------- */
#main {
  background-image: url(images/bgr_center.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  float:left;
  height:auto;
  margin:0 0 0 0;
  padding:25px 10px 0 10px;
  width:554px;
  }
#main h2 {
  color:#000;
  /*font-family: georgia;*/
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 10px;
  }
#breadcrumbs {
  font-size: 11px;
  }
#breadcrumbs a {
  color: #7A7A7A;
  font-weight: normal;
  text-decoration: underline;
  }
#breadcrumbs a:hover {
  color: #000;
  text-decoration: none;
  }
#breadcrumbs span {
  color: #7A7A7A;
  }
.perex, .perexnews {
  color: #666;
  font-size:15px;
  /*line-height:120%;*/
  margin-bottom:20px;
  }
.pereximgwrap {
  /*background-image: url(images/bgr_border_for_logo_right.gif);*/
  background-position: right top;
  background-repeat: no-repeat;
  height:auto;
  position:absolute;
  top:/*178px;*/144px;
  width:558px;
  }
.pereximgwrap img {
  /*background-image: url(images/bgr_border_for_logo_left.gif);*/
  background-position: left top;
  background-repeat: no-repeat;
  float:right;
  height:60px;
  margin-right:15px;
  padding:3px 0 4px 5px;
  width:auto;
  }
.careerpereximgwrap img {
  height:50px;
  padding: 2px 5px 0 12px;
  }
.career img {
  margin-left:490px
  }
.perexnews img, .perexprojects img, img.projects_perex_image {
  /*background-image: url(images/bgr_border_for_large.gif);*/
  border:none;
  float:left;
  height:174px;
  margin:0 15px 10px 0;
  padding:3px;
  width:232px;
  }
.perexprojects img {
  margin-bottom:20px;
  }
.perexprojects div {
  margin:5px 0;
  }
.project-detail h3, .clientdetail h3 {
  color: #6F6F6F;
  clear:both;
  /*line-height:150%;*/
  margin:10px 0 5px 0;
  }
#main ul li {
  background-image: url(images/bgr_dot_active.gif);
  background-position: left 6px;
  background-repeat: no-repeat;
  display: block;
  margin-bottom:5px;
  padding-left:13px;
  }
#main ul li {
  padding-right:20px;
  }
#main ol {
  list-style-position: inside;
  }
#main ol li {
  margin-bottom:5px;
  padding-right:20px;
  }
/* Sidebar right
------------------------------------------------------------------------------- */
#sidebar-right {
  background-image: url(images/bgr_right.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  float:left;
  margin:0 0 0 0;
  padding:90px 0 0 10px;
  width:168px;
  }
#sidebar-right h3, #sidebar-left h3.sidebar-right-wannabe {
  color:#6F6F6F;
  font-size:13px;
  clear:both;
  float:left;
  width:100%;
  font-weight: bold;
  margin:10px 0 5px 0;
  }
#sidebar-left h3.sidebar-right-wannabe {
  margin:0 0 10px 0;
  }
#sidebar-left .projectsitem a {
  display: block;
  width: 184px;
  }
#sidebar-left .projectsitem a img {
  margin: 0 auto;
  }
#sidebar-right .bubbleboxsmallnews li {
  display:block;
  margin: 0 0 5px 0;
  }
#sidebar-right .bubbleboxsmallnews span {
  clear: both;
  display: inline-table;
  font-size: 10px;
  font-weight: normal;
  margin-right: 0px;
  }
#sidebar-right .bubbleboxsmallnews h3 {
  clear: none;
  display: block;
  float: left;
  margin-bottom:5px;
  }
#sidebar-right ul {
  clear:both;
  }
#sidebar-right li h3 {
  margin:1px 0 2px 0;
  }
#sidebar-right h3 a {
  font-size: 13px;
  font-weight: normal;
  }
/* Bubbleboxes
------------------------------------------------------------------------------- */
.bubbleboxwrap {
  clear:both;
  float:none;
  width:100%;
  }
.visitcard img, .visitcardsmall img {
  background-image: url(images/bgr_border_for_person.jpg);
  clear:both;
  float: left;
  height: 38px;
  padding: 3px 4px 5px 4px;
  width: 38px;
  }
.visitcardsmall p span, .visitcard p span {
  font-size: 11px;
  font-weight: bold;
  line-height:13px;
  }
.visitcardsmall {
  clear:both;
  margin-top: 5px;
  vertical-align: middle;
  width: /*195px*/168px;
  }
.visitcardsmall p, .visitcard p {
  font-size: 10px;
  padding: /*5px*/0 0 0 /*60px;*/53px;
  }
.bubbleboxsmall {
  background-color: #EEEEEE;
  background-image: url(images/bgr_bubbleboxsmall_bottom.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
  clear:both;
  float:left;
  margin-top:10px;
  width: 168px;  
  }
.bubbleboxsmall p {
  background-image: url(images/bgr_bubbleboxsmall_top.gif);
  background-repeat: no-repeat;
  /*line-height: 150%;*/
  padding: 10px 12px 27px 12px;
  }
.bubblebox {
  background-color: #eee;
  background-image: url(images/bgr_bubblebox_bottom.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
  clear:both;
  float:left;
  height:auto;
  /*margin-top:20px;*/
  margin-top: 20px;
  overflow: hidden;
  width:374px;
  }
.bubblebox .content {
  background-image: url(images/bgr_bubblebox_top.gif);
  background-position: left top;
  background-repeat: no-repeat;
  height:auto;
  /*line-height:150%;*/
  overflow: hidden;
  padding: 10px 12px 0 12px;
  margin-bottom:10px;
  }
.bubblebox .bigfont {
  /*line-height: 200%;*/
  }
.bubblebox .bigfont .phone {
  background-image: url(images/ico-phone-grey.gif);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left:25px;
  }
.bubblebox .bigfont .mail {
  background-image: url(images/ico-mail-grey.gif);
  background-position: left center;
  background-repeat: no-repeat;
  clear:both;
  color: #E36B00;
  float:left;
  font-weight: normal;
  padding-left:25px;
  }
.visitcard {
  background-image: url(images/bgr_bubblebox_right.gif);
  background-position: left top;
  background-repeat: no-repeat;
  clear:none;
  margin-left: -1px;
  vertical-align: middle;
  width: 154px;
  float:left;
  margin-top:20px;
  padding: 0 0 0 26px;
  }
.contactformbox {
  background-color: #eee;
  background-image: url(images/bgr_contactformbox_bottom.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
  clear:both;
  margin: 0 auto;
  padding-bottom:10px;
  overflow: hidden;
  width:544px;
  }
.contactformbox .content {
  background-image: url(images/bgr_contactformbox_top.gif);
  background-position: left top;
  background-repeat: no-repeat;
  height:auto;
  padding: 0 20px 0 15px;
  }
/* ContactFormBox Form
------------------------------------------------------------------------------- */
.bubblebox .trigger {
  width: 350px;
  }
.contactformbox .inputsleft *, .contactformbox .inputsright * {
  clear:left;
  float:left;
  }
.contactformbox input, .contactformbox textarea, .contactformbox label {
  width:100%;
  }
.contactformbox textarea {
  height:115px;
  }
.contactformbox .inputsleft input, .contactformbox .inputsright input,.contactformbox .inputsleft label, .contactformbox .inputsright label {
  width:240px;
  }
.contactformbox .inputsleft {
  clear:both;
  float:left;
  width:240px;
  }
.contactformbox .inputsright {
  clear:none;
  float:right;
  width:240px;
  }
.contactformbox label.attachment {
  background-image: url(images/ico-attachment.gif);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left:17px;
  }
.contactformbox input.attachment {
  margin-top:5px;
  width:auto;
  height:auto;
  }
.contactformbox input.btn_attachment_czech {
  background-image: url(images/btn_blank.gif);
  background-position: left top;
  background-repeat: no-repeat;
  border: 0px solid #fff;
  clear:none;
  float:left;
  font-size: 12px;
  font-weight: bold;
  height:30px;
  line-height:30px;
  width:80px;
  }
.contactformbox .captchawrap {
  clear:both;
  }
.contactformbox label.captcha {
  clear:both;
  float:left;
  margin-top:19px;
  width:auto;
  }
.captchawrap img {
  border: 1px solid #A5ACB2;
  float:left;
  clear:both;
  margin:5px 0 10px 0;
  }
.contactformbox input.captcha {
  clear:both;
  float:left;
  margin-bottom:10px;
  font-size: 24px;
  width:164px;
  height: 33px;
  padding-top: 6px;
}
 .contactformbox div.captchaimgarea {
	  float: left;
	  width: 164px;
  }
  .contactformbox div.captchainputarea {
	  float: left;
	  margin-top: 39px;
	  margin-left: 12px;
  }
 #contact_box input.captcha {
  clear:both;
  float:left;
  margin-bottom:10px;
  font-size: 24px;
  width:164px;
  height: 33px;
  padding-top: 6px;
 }
#contact_box div.captchaimgarea {
	  float: left;
	  width: 166px;
  }
 #contact_box div.captchainputarea {
	  float: left;
	  margin-top: 30px;
	  margin-left: 12px;
  }
.contactformbox input.btn_search_czech {
  background-image: url(images/btn_hledat.gif);
  background-position: left top;
  background-repeat: no-repeat;
  border: 0px solid #fff;
  clear: none;
  float: right;
  height:30px;
  width:80px;
  }
.contactformbox input.btn_search_enghlish {
  background-image: url(images/btn_browse.gif);
  background-position: left top;
  background-repeat: no-repeat;
  border: 0px solid #fff;
  clear: none;
  float: right;
  height:30px;
  width:80px;
  }
.contactformboxsmall input.btn_send_czech {
  background-image: url(images/btn_odeslat.gif);
  background-position: left top;
  background-repeat: no-repeat;
  border: 0px solid #fff;
  float:right;
  height:30px;
  margin-top:10px;
  width:80px;
  }
.contactformboxsmall input.btn_send_english {
  background-image: url(images/btn_send.gif);
  background-position: left top;
  background-repeat: no-repeat;
  border: 0px solid #fff;
  float:right;
  height:30px;
  margin-top:10px;
  width:80px;
  }
.contactformboxsmall input.btn_send_german {
  background-image: url(images/btn_abschicken.gif);
  background-position: left top;
  background-repeat: no-repeat;
  border: 0px solid #fff;
  float:right;
  height:30px;
  margin-top:10px;
  width:100px;
  }
.contactformbox input.btn_send_czech {
  background-image: url(images/btn_odeslat.gif);
  background-position: left top;
  background-repeat: no-repeat;
  border: 0px solid #fff;
  height:30px;
  margin-left:220px;
  margin-bottom:10px;
  width:80px;
  }
.contactformbox input.btn_send_english {
  background-image: url(images/btn_send.gif);
  background-position: left top;
  background-repeat: no-repeat;
  border: 0px solid #fff;
  height:30px;
  line-height:30px;
  margin-left:220px;
  margin-bottom:10px;
  width:80px;
  }
.contactformbox input.btn_send_german {
  background-image: url(images/btn_abschicken.gif);
  background-position: left top;
  background-repeat: no-repeat;
  border: 0px solid #fff;
  height:30px;
  line-height:30px;
  margin-left:220px;
  margin-bottom:10px;
  width:100px;
  }
input {
  font-family: verdana;
  font-size: 14px;
  height: 20px;
  line-height:20px !important;
  padding: 3px 0 2px 0;
  }
textarea {
  font-family: verdana;
  font-size: 14px;
  }
.contactformboxsmall textarea, .contactformboxsmall input, .contactformboxsmall label {
  width: 98%;
  }
.contactformboxsmall .inputsleft input, .contactformboxsmall .inputsright input,.contactformboxsmall .inputsleft label, .contactformboxsmall .inputsright lebel  {
  width:158px !important;
  }
.contactformboxsmall .inputsleft {
  clear:both;
  float:left;
  width:165px;
  }
.contactformboxsmall .inputsright {

  clear:none;
  float:right;
  width:165px;
  }
/* Search Form
------------------------------------------------------------------------------- */
#search {
    position: absolute;
    right: 60px;
    top: 40px;
    padding: 15px 15px 0;
}
form.FSF_form {
    margin: 0;
    padding: 0;
    width: auto;
    text-align: right !important;
}

input.FSF_input {
    display: inline;
    height: 17px;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background: #fff url(images/input-bg.gif) repeat-x top left;
    margin: -1px 3px 0;
    padding: 3px 0 0;
}
input.FSF_submit {
    display: inline;
    margin: -1px 0 0;
    padding: 0;
    height: 22px;
    line-height: 22px;
}

.link, .client, .service, .released {
  margin:10px 0;
  }
.service a {
  margin:0 5px;
  }
.perexprojects .released {
  color:#818181;
  margin-bottom:10px;
  }
/* Related Links
------------------------------------------------------------------------- */
#navlist li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}


/* UserComments
------------------------------------------------------------------------- */
.comment {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 10px;
    overflow: hidden;
}
.commentAlt {
    background-color: #f4f4f4;
}
.commentAuthor {
    background-color: #ffc;
}
.commentMe {
    background-color: #ccf !important;
    padding-top: 5px;
}
.commentNum {
    font-family: Arial, sans-serif;
    font-size: 50px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    color: #f2f2f2;
    font-weight: bold;
    letter-spacing: -4px;
    z-index: 1;
}
.commentAlt .commentNum {
    color: #eaeaea;
}
.commentMe .commentNum {
    color: #b0b0ff;
}
.commentAuthor .commentNum {
    color: #f3f3bb;
}
.commentTitle {
    position: relative;
    z-index: 10;
    color: #999;
}
.commentTitle span {
    text-transform: uppercase;
    font-size: 86%;
}
.commentTitle strong {
    color: #693;
    font-size: 110%;
    text-transform: none;
    font-weight: normal;
    margin-right: 6px;
}
.comment .content {
    position: relative;
    z-index: 10;
}


/* Sidebar
------------------------------------------------------------------------- */

#sidebar {
    margin: 0 30px 0 481px;
    padding: 23px 0 0 0;
    font-size: 85%;
    line-height: 1.4em;
    color: #999;
}

#sidebar h2 {
    padding: 25px 0 0 35px;
    color: #666;
    height: 32px !important; /* for most browsers */
    height /**/:57px; /* for IE5/Win */
}

#sidebar ul, #sidebar p {
    padding: 5px 15px 1em;
    margin-left: -5px;
}

#sidebar ul { margin-bottom: 1em }
#sidebar ul ul { margin-bottom: 0; border-bottom: 1px solid #ddd; }
#sidebar ul ul ul { border-bottom: none; margin-bottom: 0; }
#sidebar ul li ul li { background: url(images/tictac_green.gif) no-repeat 0 6px; }


/* Footer
------------------------------------------------------------------------- */
#footer {
  background-color: #fff;
  /*font-size: 85%;*/
  margin: 0;
  overflow: hidden;
  padding: /*50px*/ 0px 0px 0px;
  width: 950px;
  }
#copyright {
  color: #666;
  float: left;
  text-align: left;
  width: 100%;
  }
#copyright p {
  /*background-image: url(images/logographer-white.gif);
  background-position: 10px 10px;
  background-repeat: no-repeat;*/
  color: #666;
  float: left;
  padding: 20px 0;
  /*padding-left:150px;*/
  text-align: left;
  width: 100%;
  }
#copyright a {
  font-weight: normal;
  }

/* Special handling for images & alignment
------------------------------------------------------------------------------- */
p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

#next_step {
  font-weight: bold;
  margin-top:10px;
  }
.child-list {
  clear:both;
  }
.project-list {
  margin-top: 10px;
}
.pager_wrap {
  float: none;
  margin-bottom: 10px;
  height: 30px;
  text-align: center;
color: #878787;
}
.pager_start {
  /*background: url(images/pager_start.gif) no-repeat left top;*/
  float: left;
  height: 30px;
  width: 9px;
  }
.pager .ditto_page, .pager .ditto_currentpage {
  margin:0 5px 0 5px;
  }
.pager .ditto_currentpage {
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 3px;
  padding-bottom: 3px;
background-color: #B9B9B9;
color: #FBFBFB;
font-weight:bold;
  }
.pager {
/*  background: url(images/pager.gif) repeat-x left top;*/
  float: left;
  height: 30px;
  width: 91%;
  line-height: 30px;
}
.pager_end {
/*  background: url(images/pager_end.gif) no-repeat left top;*/
  float: left;
  height: 30px;
  width: 9px;
  }
h3.gallery {
  margin-top:10px;
  }
.gallery input {
  height:auto;
  }
.personseleitem p {
  float:right;
  text-align:left;
  width:495px;
  }
.grade {
  color:#666;
  font-size:90%;
  margin-bottom:5px;
  }

.thumbnail {
/*  background-image: url(images/bgr_border_for_image.gif); */
  height: 80px;
  padding: 2px 3px 4px 3px;
  width: 80px;
  }
#content .infoblockdivider {
  background-image: url(images/bgr_infoblock.gif);
  background-position: center bottom;
  background-repeat: no-repeat;
  overflow:hidden;
  padding-bottom:30px;
  margin-top:10px;
  clear:both;
  }
#content .bubbleboxsmallservices, #content .bubbleboxsmallclienslogos, #content .bubbleboxsmallnews {
  float:left;
  }
#content .bubbleboxsmallservices, #content .bubbleboxsmallnews {
  width:160px;
  }
#content .bubbleboxsmallservices .wrap_img {
  clear:both;
  float:left;
  margin: 10px 0 0 0;
  width:40px;
  }
#content .bubbleboxsmallservices .wrap_img img {
  border: none;
  height:30px;
  width:30px;
  }
#content .bubbleboxsmallservices .wrap_text {
  clear:none;
  float:right;
  margin: 10px 0 0 0;
  width:150px;
  }
.bubbleboxsmallclientslogos {
  clear:both;
  /*margin-left:10px;*/
  }
.bubbleboxsmallclientslogos li {
  clear:none;
  float:left;
  text-align:left;
  width:/*92px*/80px;
  height:70px;
  }
.bubbleboxsmallclientslogos li img {
  border: none;
  width:80px;
  }
.bubbleboxsmallservices p, .bubbleboxsmallnews p {
  font-size:11.5px;
  /*line-height:150%;*/
  }
.bubbleboxsmallservices li, .bubbleboxsmallnews li, .bubbleboxsmalljobs li {
  clear:both;
  }
#main .gallery ul.thumbs li {
  background-image: none;
  margin-left: 12px !important;
  margin-right: 12px !important;
  padding: 0px;
  }
.highlighted {
  font-weight: bold;
  }
.underline {
  color:#e36b00;
  text-decoration: none;
  }
.underline:hover {
  color:#bd5900;
  text-decoration: underline;
  }
.errors {
  color:#B40000;
  margin-bottom:10px;
  }
#main ul.client-text-list li {
  background-image: none;
  display: inline;
  float:left;
  padding:0px;
  width:180px;
  }
#content.homepage #projects .panel .right {
  top:0 !important;
  }
#content.homepage #projects .panel img {
  padding-top: 5px !important;
  }
#content.homepage #projects ul {
  left: 195px !important;
  margin: 0 !important;
  }
/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}
h3.client_comment {
  margin-top: 20px;
  margin-bottom: -15px;
}

#service-list span.active, #sidebar-left .active span {
  font-weight: bold;
}

/* Vojta Jina - list of pdf files / clients */
ul.files
{
}

ul.files li
{
  border-bottom: 1px dashed #c0c0c0;
  padding-bottom: 10px;
  margin-right: 10px;
  color: #959595;
font-size: 90%;
}

ul.files li.pdf
{
  list-style-image: none;
  padding-left: 30px;
  background: url(./images/pdf.gif) 0 5px no-repeat;
}

ul.files li.pdf a
{
  font-size: 1.1em;
  font-weight: bold;
font-size: 110%;
}

h3.sidebar-left
{
  font-size: 13px;
  font-weight: bold;
  color: #6f6f6f;
}