/*  
Theme Name: AT Solution Theme
Theme URI: http://atsolution.cz
Description: Clean Modern Wordpress Theme made by bloggingzone.info
Version: 1.0
Author: atsolution.cz
Author URI: http://atsolution.cz
*/



/* General */

.alignright{
	float: right;
	padding: 5px 0px 5px 5px;
	}
.alignleft{
	float: left;
	padding: 5px 0px 5px 5px;
	}

body {
	margin: 0;
        padding: 0;
	background: white;
}

h1, h2, h3, h4 {
	margin: 0;
}

/*
.post-entry h2 {
        background: url(images/bg_h2.gif) no-repeat;
        height:37px;
}
*/
/*
h2 {
        margin-left:20px;
}

*/

.post-entry {
        position:relative;
        top:-20px;
        margin-bottom:-25px;
}

.post-entry h1 {
        font-size: 13px;
        font-weight: bold;
        font-family:Arial,regular;
        color:#3C3C3C;
        margin-bottom:-5px;
}

.post-entry h2 {
        font-size: 12px;
        font-weight: bold;
        font-family:Arial,regular;
        color:#3C3C3C;
        margin-bottom:-5px;
        background: url(images/odrazka.gif) left no-repeat;
}

.post-entry h2 span {
        padding-left: 20px;
}

.post-entry ul li {
        list-style-image: url(images/odrazka.gif);        
        list-style-position:inside;
}


.post-entry p {
        font-size: 12px;
        font-weight: normal;
        font-family:Arial,regular;
        color:#3C3C3C;
}

.post-entry ul li {
        font-size: 12px;
        font-weight: normal;
        font-family:Arial,regular;
        color:#3C3C3C;
        position:relative;
        left:-40px;
        margin-bottom:-5px;
}

.post-entry ol li {
        font-size: 12px;
        font-weight: normal;
        font-family:Arial,regular;
        color:#3C3C3C;
}

.post-entry li h2 {
        font-size: 12px;
        font-weight: bold;
        font-family:Arial,regular;
        color:#3C3C3C;
        margin-bottom:-5px;
}


.kontakt {
       font-size: 12px;
       font-weight: normal;
       font-family:Arial,regular;
       color:#3C3C3C;
}

img {
	border: 0;
}

.foto {
	border: 1px;
	border-style: double;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 870px;	
}


/* Header */

#logo {
        width: 870px;
	height: 56px;
	position: relative;
        background: url("images/logo.gif") no-repeat;
}

#tlacitka {
        width: 220px;
	height: 150px;
        position: relative
}

#tlacitka .tl1{
        width: 209px;
	height: 75px;
        padding:15px 0 0 20px;
}

#tlacitka .tl2{
        width: 209px;
	height: 75px;
        padding:5px 0 0 20px;
}

#topmenu {        
        text-align:right;
	height:30px;
        width:870px;
        margin-right:20px;
        margin-top:-12px;
        background:url(images/bg_topmenu.gif) no-repeat;
}

#topmenu li {
        display:inline;
        padding-right:20px;
}

#topmenu li:hover {
        background-image: url('images/triangle.gif');
        background-repeat:no-repeat;
        background-position:center left;
}

#topmenu li a{
        font-size:12px;
        font-family:Trebuchet MS;
        font-weight:bold;
        color:gray;        
        text-decoration:none;
        padding-left:10px;
}

#topmenu li a:hover{
        color:red;
}

#header {
        float:right;	
        width: 870px;
	height: 182px;
        position:relative;
	right:0px;
        background: url("images/globus.gif") no-repeat;
        margin-top:-6px;
}

#lista {
        width: 870px;
	height: 38px;
        background: url("images/lista.gif") no-repeat;
}

#lista .menu_text {
        font: bold 12px Trebuchet MS;
        color:#4B4B4B;
        padding-left:30px;
}

#lista .nazev_stranky {
        width: 600px;       
        text-align:left;
}

#lista .nazev_stranky h1 {
        font: bold 16px Trebuchet MS;
        color:white;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 150px;
		left: 120px;
	}
	
	#header #header-info h1 {
		color: #ffffff;
		font: normal 30px "Trebuchet MS", Verdana;
	}
	
	#header #header-info h1 a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #ffffff;
		font: normal 15px "Trebuchet MS", Verdana;
	}
	

/* Main */

#main {
	width: 870px;        
	padding-left: 5px;
        padding-right: 5px;
        background: url(images/bg_page.gif) repeat-y;
}

	/* Menu */
	
	#menu {                               		
		float:left;
                height:auto;
                position:relative;
                left:0px;
                top:-23px;
                width:222px;
                margin:0 3px -5px 2px;
	}

        #menu .menu-tab {
                width:222px;                
                padding-bottom: 20px;
        }
	
	#menu ul {                
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 34px;
	}
	
	#menu ul li {		
                float: left;
		height: 25px;
		font: bold 12px Arial;
		color: #4B4B4B;
		width: 205px;  
                text-align: left;
                padding:5px 0 0 25px;              
                border-bottom: solid 1px white;                         
	        line-height:24px;
        }	 

        #menu ul li:hover {
                background: #EFEFEF; 
                width: 205px;
                background-image: url('images/triangle.gif');
                background-repeat:no-repeat;
                background-position:center left;             
	}

	#menu ul li a {
		color: #4B4B4B;
		text-decoration: none;
                vertical-align:middle;
                position:relative;
                top:-3px;
	}

        #menu ul li a:hover {
		color: red;
		text-decoration: none;
	}
	
	/* Main - Content */
	
	#content {
		float: right;
		width: 870px;
                margin-right: 0px;
		padding-left: 0px;
                
	}
	
	/* Main - Content - Post */
	
	#content .post {
		color: #ffffff;
		float: right;
		margin-bottom: 10px;
                margin-top: 5px;
                margin-right: 5px;
		width: 615px;
		padding: 0 8px 8px 8px;
		min-height: 120px;
	/*	background: #EFEFEF; */
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 615px;
			font: normal 12px "Trebuchet MS", Verdana;
			color: #941a16;
			height: 44px;
		}
		
		#content .post .post-title a {
			color: #941a16;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			color: #941a16;
			text-align: center;
			text-transform: lowercase;
			height: 44px;
			width: 78px;
			font: bold 12px "Trebuchet MS", Verdana;
			background: url("images/post_date.png") no-repeat;
			margin-right: 5px;
		}
		
		#content .post .post-title .post-date span {
			font: bold 15px "Trebuchet MS", Verdana;
			margin-top: 2px;
			display: block;
		}
		
		#content .post .post-title h2 {
			padding-top: 3px;
			color: #941a16;
			font: bold 15px "Trebuchet MS", Verdana;
		}
		
		#content .post .post-title h2.not-found-title {
			padding-top: 0;
			line-height: 44px;
			padding-left: 10px;
		}
		
		#content .post .post-title h2 a {
			color: #941a16;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: bold 11px Arial;
			color: black;
			padding: 0 10px;
		}
		
		#content .post .post-entry a {
			color: #941a16;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .picture {
			margin: 0 5px 5px 0;
			float: left;
		}
		
		#content .post .post-entry .more-link {
			font: bold 12px/20px "Trebuchet MS", Verdana;
			color: #941a16;
			float: right;
			padding-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #941a16;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			clear: both;
			padding: 0 15px;
			font: bold 12px "Trebuchet MS", Verdana;
			color: #941a16;
		}
		
		#content .post .post-info a {
			color: #941a16;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			height: 36px;
			color: #941a16;
			font: bold 14px/36px "Trebuchet MS", Verdana;
			margin-top: 15px;
			padding: 0 10px;
		}
		
		#content .post .comments {
			padding: 0 10px;
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #ffffff;
		}
		
		#content .post .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li.alt {
			background: #5f6265;
		}
		
		#content .post .comments ol li cite {
			color: #941a16;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #941a16;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #941a16;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			margin: 0;
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #ffffff;
			padding: 0 10px;
		}


/* Footer */

#footer {
	width: 870px;
	color: #DFDFDF;
	font: bold 12px Verdana;
	text-align: center;
}

#footer a {
	color: #DFDFDF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footerimg {
width:870px;	
height:13px;
background:url(images/pata.gif);
}


/**********************************************************/
/********** Odesílací formulář - easy contact ****************************/

body div.formcontainer{
clear: both;
overflow: hidden;
width: 100%;
}

body div.formcontainer span.required {
color: red;
}

body div.formcontainer p.error,
body div.formcontainer p.important,
body div.formcontainer p.information,
body div.formcontainer p.success {
border-top: 1px solid #E8E8DE;
color: #442;
line-height: 250%;
padding-left: 36px;
width: 95%;
font-size: 16px;
}

.messagearea {
margin-left: 5px;
padding-left:10px;
height:50px;
}

body div.formcontainer p.error {
background: #fbfbee url('error.png') no-repeat 12px 50%;
border-bottom: 2px solid #F0D28B;
}

body div.formcontainer p.important {
background: #fbfbee url('important.png') no-repeat 12px 50%;
border-bottom: 2px solid #FED7CE;
}

body div.formcontainer p.information {
background: #fbfbee url('information.png') no-repeat 12px 50%;
border-bottom: 2px solid #C5DDF2;
}

body div.formcontainer p.success {
background: #fbfbee url('success.png') no-repeat 12px 50%;
border-bottom: 2px solid #C7E9B3;
}

body div.formcontainer form.contact-form {
clear: both;
float: none;
width: 100%;
}

body div.formcontainer form.contact-form fieldset {
background: #F6F6F6;
color: #333333;
margin: 0.5em 0 1.5em 0;
}

body div.formcontainer form.contact-form fieldset legend {
text-transform: uppercase;
}

body div.formcontainer form.contact-form fieldset div.form-label {
display: block;
float:none;
line-height:150%;
margin: 0.5em 0 0 0;
padding:0;
text-align:left;
width:100%;
}

body div.formcontainer form.contact-form fieldset div.form-label label,
body div.formcontainer form.contact-form fieldset div.form-option label {
cursor: pointer;
line-height:100%;
}

body div.formcontainer form.contact-form fieldset div.form-input,
body div.formcontainer form.contact-form fieldset div.form-textarea {
display: block;
float:none;
margin: 0.2em 0 0 0;
width:100%;
}

body div.formcontainer form.contact-form fieldset div.form-textarea textarea,
body div.formcontainer form.contact-form fieldset div.form-input input {
padding: 0.3em;
width: 97%;
}

body div.formcontainer form.contact-form fieldset div.form-textarea textarea/* */{
overflow: auto;
height:110px;
position:relative;
bottom:1px;
}

body div.formcontainer form.contact-form fieldset div.form-textarea textarea {
.overflow: auto;
.height:108px;
}

body div.formcontainer form.contact-form fieldset div.form-textarea textarea {
.padding: 0.4em 0 0.4em 0;
}

body div.formcontainer form.contact-form fieldset div.form-input input.error {
background-color: #FBF4E2;
}

body div.formcontainer form.contact-form fieldset div.form-input input.optional {
margin-bottom: 0.2em;
}

body div.formcontainer form.contact-form fieldset div.form-option,
body div.formcontainer form.contact-form fieldset div.form-submit {
display: inline;
float:none;
margin: 1em 0 0 0;
width:100%;
}

body div.formcontainer form.contact-form fieldset div.form-submit input {
cursor:pointer;
padding:0.2em 1.5em;
}

.info label {
font-weight:normal;
font-style:italic;
padding:5px 0 0 120px;
}

/**********************************************************/
/********** Odesílací formulář - contact form 7 ****************************/

#formwork {
border:1px solid #767676;
background:#F6F6F6;
margin-top:15px;
}

#formwork .title {
font-size:18px;
font-family: Tahoma;
font-weight:bold;
margin:5px 0 -10px 5px;
}

#formwork .descript {
font-size:12px;
font-family: Tahoma;
margin-left:5px;
}

#formwork p {
padding-left:3px;
}

#formwork .checkreg {
margin:0 0 -2px -4px;
}

span .wpcf7-list-item-label {
position:relative;
top:-2px;
}

#formwork .text input {
width:210px;
}

#formwork .text {
font-size:11px;
font-family:Tahoma;
font-weight:bold;
margin-bottom:-8px;
}

#formwork p textarea {
width:350px;
height:170px;
margin-right:3px;
}

#formwork .your-message-k textarea {
width:350px;
height:95px;
margin-right:3px;
}

#formwork .textarea_os {
font-size:11px;
font-family:Tahoma;
font-weight:bold;
margin-bottom:-8px;
}

#formwork .your-message-os textarea {
width:550px;
height:50px;
margin-right:3px;
}

#formwork .odeslat input {
width:80px;
height:28px;
margin-left:2px;
}

#formwork .text .required {
color:red;
font-size:9px;
font-family:arial;
}

#formwork .information .required {
color:red;
font-size:9px;
font-family:arial;
}

#formwork .information {
float:right;
font-size:11px;
font-family:arial;
font-style:italic;
position:relative;
top:-35px;
margin:0 0 -28px -10px;
padding-left:-25px;
position:relative;
left:-10px;
}


/**********************************************************/
/********** Objednávka školení - contact form 7 ****************************/

#formwork_os {
border:1px solid #767676;
background:#F6F6F6;
margin-top:15px;
}

#formwork_os .title {
font-size:18px;
font-family: Tahoma;
font-weight:bold;
margin:5px 0 -10px 5px;
}

#formwork_os .descript {
font-size:12px;
font-family: Tahoma;
margin-left:5px;
}

#formwork_os p {
padding-left:3px;
}

#formwork_os .checkreg {
margin:0 0 -2px -4px;
}

#formwork_os span .wpcf7-list-item-label {
position:relative;
top:-2px;
}

#formwork_os .text input {
width:274px;
}

#formwork_os .text {
font-size:11px;
font-family:Tahoma;
font-weight:bold;
margin-bottom:-8px;
}

#formwork_os p textarea {
width:350px;
height:170px;
margin-right:3px;
}

#formwork_os .your-message-k textarea {
width:350px;
height:95px;
margin-right:3px;
}

#formwork_os .textarea_os {
font-size:11px;
font-family:Tahoma;
font-weight:bold;
margin-bottom:-8px;
}

#formwork_os .your-message-os textarea {
width:570px;
height:50px;
margin-right:3px;
}

#formwork_os .odeslat input {
width:80px;
height:28px;
margin-left:2px;
}

#formwork_os .text .required {
color:red;
font-size:9px;
font-family:arial;
}

#formwork_os .information .required {
color:red;
font-size:9px;
font-family:arial;
}

#formwork_os .information {
float:right;
font-size:11px;
font-family:arial;
font-style:italic;
position:relative;
top:-35px;
margin:0 0 -28px -10px;
padding-left:-25px;
position:relative;
left:-10px;
}


/**********************************************************/
/********** PPC on-line formulář - contact form 7 ****************************/

#formwork_os {
border:1px solid #767676;
background:#F6F6F6;
margin-top:15px;
}

#formwork_os .title {
font-size:18px;
font-family: Tahoma;
font-weight:bold;
margin:5px 0 -10px 5px;
}

#formwork_os .descript {
font-size:12px;
font-family: Tahoma;
margin-left:5px;
}

#formwork_os p {
padding-left:3px;
}

#formwork_os .checkreg {
margin:0 0 -2px -4px;
}

#formwork_os span .wpcf7-list-item-label {
position:relative;
top:-2px;
}

#formwork_os .text input {
width:274px;
}

#formwork_os .text {
font-size:11px;
font-family:Tahoma;
font-weight:bold;
margin-bottom:-8px;
}

#formwork_os p textarea {
width:350px;
height:170px;
margin-right:3px;
}

#formwork_os .your-message-k textarea {
width:350px;
height:95px;
margin-right:3px;
}

#formwork_os .textarea_os {
font-size:11px;
font-family:Tahoma;
font-weight:bold;
margin-bottom:-8px;
}

#formwork_os .oblasti textarea {
width:570px;
height:50px;
margin-right:3px;
}

#formwork_os .keywords textarea {
width:570px;
height:50px;
margin-right:3px;
}

#formwork_os .your-message-os textarea {
width:570px;
height:50px;
margin-right:3px;
}

#formwork_os .odeslat input {
width:80px;
height:28px;
margin-left:2px;
}

#formwork_os .text .required {
color:red;
font-size:9px;
font-family:arial;
}

#formwork_os .information .required {
color:red;
font-size:9px;
font-family:arial;
}

#formwork_os .information {
float:right;
font-size:11px;
font-family:arial;
font-style:italic;
position:relative;
top:-35px;
margin:0 0 -28px -10px;
padding-left:-25px;
position:relative;
left:-10px;
}

/*******************************************************************************/
.sidebar-box {
    float:right;
    position:relative;
    left:-20px;
    top:-285px;
}

.screen-reader-text {
    display:none;
}

#projekty {
   color:#B8B8B8;
   font-size:12px;
   font-weight: bold;
   font-family:Tahoma;
   position:relative;
   top:-30px;
}

#ppc-menu {
   width: 600px;
   height: 40px;
   background: url('images/bg-menu-ppc.gif') no-repeat left top;
}

#ppc-menu li {
   display: inline;
   list-style: none;
   position: relative;
   top: 15px;
}

#ppc-menu .center {
   border-right: solid 1px #3C3C3C;
   border-left: solid 1px #3C3C3C;
}

#ppc-menu a {
   padding:5px 25px 5px 25px;
}

#ppc-menu a span {
   font-size:13px;
   color: #3C3C3C;
   font-weight: bold;
}

#ppc-menu a span:hover {
   text-decoration: underline;
}


