/*  
Theme Name: Linguaconsult Wordpress Port
Theme URI: http://www.linguaconsult.ru
Description: Liden &amp; Denz Website Theme for WP
Version: 1.0
Author: Marcus Sykes
Author URI: http://www.netweblogic.com

	This theme was designed and built by Marcus Sykes of NetWebLogic

*/

#mainleft .entry {
	line-height: 1.4em;
	}

#mainleft .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#mainright h2 {
	font-size: 1.2em;
	}

.entry p a:visited {
	color: #b85b5a;
}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #mainright ul ul li, #mainright ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Headers */
#mainleft h2, #mainleft h3{
	line-height:1.2em;
	padding:10px 5px 10px 0px;
	margin:20px 5px 10px 0px;
}
/* End Headers */



/* Begin Structure */
#mainleft {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 475px;
	}

.post {
	margin: 20px 20px 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

#mainleft .postmetadata {
	padding-top: 5px;
	}

.postmetadata {
	clear: left;
}

/* End Structure */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #mainright ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#mainright ul, #mainright ul ol {
	margin: 0;
	padding: 0;
	}

#mainright ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#mainright ul p, #mainright ul select {
	margin: 5px 0 8px;
	}

#mainright ul ul, #mainright ul ol {
	margin: 5px 0 0 10px;
	}

#mainright ul ul ul, #mainright ul ol {
	margin: 0 0 0 10px;
	}

ol li, #mainright ul ol li {
	list-style: decimal outside;
	}

#mainright ul ul li, #mainright ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	}

#mainright #searchform #s {
	width: 108px;
	padding: 2px;
	}

#mainright #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	/*text-align:center;*/
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

#mainright form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
#mainleft p {
	margin:5px 0px 10px 0px
}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/


html,body{
  margin:0;
  padding:0;
  border:0;
}

body {
  background:/*url("images/page_bg.gif")*/ #eee;
  font: 90% Georgia, Garamond, "Copperplate Gothic Light",  "Times New Roman", serif;
  text-align: center;
}

a {
  color:#01779e;
  text-decoration:none;
}

#container {
  width: 1000px;
  margin: 0 auto;
  background:url("images/Logos-and-Graphics/layout_graphics/column_bg.jpg") repeat-y right 252px #fff;
  color: #333;
  border: 1px solid gray;
  line-height: 120%;
  text-align: left;
  
}







/*Top Part, including nav bar area and stock photo*/

#star-awards {width:200px; height:50px; display:block; float:right;}

#top {
  padding: 0;
  height: 107px;
  background:url(images/Logos-and-Graphics/logos/lidenzlogo.gif) no-repeat 0px 10px #fff;
  text-align: right;
  font-size:70%;
}


/*
#top {
  padding: 0;
  height: 107px;
  width:609px;
  background:url(images/Logos-and-Graphics/logos/lidenzlogo2.gif) no-repeat 0px 10px #fff;
  text-align: right;
  font-size:70%;
  float:left;
}

#top_phones {
  background-color:#FFF;
  height: 107px;
  width: 391px;
  float:left;
  font-family:Arial, Helvetica, sans-serif;
}
*/






#top a {
	height:100px ; width:800px ; display:block ; text-align:left ; vertical-align:top; float:left
}

#top p { margin:0 .4em; }

#top a {
  padding: .5em .5em 0 .5em;
  text-decoration:none;
  font-weight: bold;
}

#top1 {
	clear:both;
	background:#fff;
	height:45px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
}

/* Stock photo header with different pictures */
#top2 {
  clear: left;
  height: 118px;
  padding: 0;
  margin: 0;
  background:url("images/Logos-and-Graphics/layout_graphics/inner_top_bg.jpg") no-repeat;
}

#top2 h1 {
  padding: 80px 0px 0px 30px;
  margin:0px;
  color : #ffffff;
  font-weight:bold;
  font-size:16px;
}


/* ENGLISH_menu */
#top2.english {       
  clear: left;
  height: 118px;
  padding: 0;
  margin: 0;
  background:url("images/Logos-and-Graphics/layout_graphics/inner_top_bg_english.jpg") no-repeat; 
}

/* GERMAN_menu */
#top2.german {       
  clear: left;
  height: 118px;
  padding: 0;
  margin: 0;
  background:url("images/Logos-and-Graphics/layout_graphics/inner_top_bg_german.jpg") no-repeat; 
}

/* FRENCH_menu */
#top2.french {       
  clear: left;
  height: 118px;
  padding: 0;
  margin: 0;
  background:url("images/Logos-and-Graphics/layout_graphics/inner_top_bg_french.jpg") no-repeat; 
}









/*Main Area*/

#content {
  margin-right: 230px;
  padding: 20px 20px 20px 40px;
}

#mainleft {
  float: left;
  width: 700px;
  margin: 0;
  padding: 0px 10px 0px 30px;
}

#mainleft h2 {
  margin: 20px 0px .5em 0px;
  color:#004b9f;
  font-size:160%;
  font-weight: bold;
  line-height:24px;
}

#mainleft h3 {margin: 20px 0 .5em 0px;}

#mainleft p { margin: 0 0 .5em 0px; }

#mainleft ol li , #mainleft ul li{
	margin-left:20px;
}
#mainleft ol li {
	margin-bottom : 10px;
}

#mainleft .quote {
  float: right;
  width: 220px;
  margin: .5em;
  margin-top:15px;
  padding: 0;
  color: white;
  font-size: 90%;
  font-style: italic;
  font-weight: bold;
  line-height: 120%;
  background:url("images/Logos-and-Graphics/layout_graphics/quotes.gif")  #cce0f0;
}

#mainleft .quote2 {
  height:92px;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  background:url("images/Logos-and-Graphics/layout_graphics/quotes2.gif") #9cc4e2;
  font: 90% Verdana, Arial, Helvetica, sans-serif;
}

#mainleft .quote p {
  margin: 0;
  padding: 1em 1em .5em 1em;
  background:transparent;
}

#mainleft .quote2 img {
  float: left;
  margin: 0 1em; 
  padding: 0;
  background:transparent;
}

#mainleft .quote p.author {
  margin: 0;
  padding: 0 1em 1em 1.2em;
  color: black;
  font-style: normal;
  font-weight: normal;
  background:transparent;
  }
  
#mainleft table {
  margin: 1em 0 1em 0px;
  border: none;
  margin-top:25px;
  }

#mainleft th { 
  background-color: #9cc4e2;
  line-height: 120%;
  vertical-align:top;
  text-align:left;
  }
  
  #mainleft td { 
  line-height: 120%;
  }

#mainleft tr.odd td { 
  background-color: #fff; 
  }
  
#mainleft tr.odd2 td { 
  background-color: #fff; 
  border-top: 1px solid #cce0f0;
  }  
  
 #mainleft tr.odd3 td { 
  background-color: #fff; 
  border-bottom: 1px solid #cce0f0;
  }  


#mainleft tr.even td { 
  background-color:  #cce0f0; 
  }

#mainleft .right_image {float:right ; margin:0px 0px 10px 10px}
#mainleft .left_image {float:left ; margin:0px 10px 10px 0px}

/* Sidebar */

#mainright {
  margin: 0 0 0 765px;
  padding: 10px;
  font-size: 85%;
  line-height: 120%;
}
#mainright div h3 { padding:0px; margin:0px; font-size:14px; }
#mainright div.pic { text-align:center; background:none; margin:0px; padding:0px; }
#mainright div.text {
	padding:20px;
	margin:10px;
	background:#FFF;
	text-align:left;
}
#mainright div.text div { text-align:left;}
#mainright div {
	padding:0px;
	margin:0px;
	background:none;
	text-align:center;
}
#mainright h3, #mainright a {
	color:#3B6090;
}
#mainright img {
  margin: .5em 0;
  padding: 0;
  border:none;
}
#rightcol {
  float: right;
  width: 220px;
  margin: 0;
  padding:0;
  font-size:75%;
}
#rightcol p { margin: 20px 20px 0 0; }


/*Footer Area*/

#footer {
  clear: both;
  margin: 0;
  padding: .7em;
  color: #fff;
  background:#0d6eb7;
  text-align: right;
  font: 75% Verdana, Arial, Helvetica, sans-serif;
}

#footer a {
  color: #fff;
  text-decoration:none;
}

#footer ul { margin:0px; }
#footer ul li { list-style:none; display:inline; }
#footer ul li a { border-left:1px solid white; padding-left:5px; margin-left:5px; }
#footer ul li:first-child a { border-left:none; }

#footer2 {
  margin: 0;
  padding: .7em;
  color: #333;
  background-color: #fff;
  text-align: right;
  color: 333#;
  font: 70% Verdana, Arial, Helvetica, sans-serif;
}

#footer2 a {
  color: #333;
  text-decoration:none;
}

/*Other Specific CSS*/
.table td, .table th {padding-right:20px}

.gallery table {width:680px}
.gallery hr { margin-left:50px ; width:660px}

.bold{font-weight:bold}
.logo tr{margin-top:30px}
.logo td img{text-align:center}

/*News Area*/
.anons {margin-bottom:10px;}
.anons img { margin:0px 20px 10px 0px; } 

/*Lidenz Shop Styling*/
#store_menu { width:200px; float:left ; margin-top:20px }
#store_main { margin-left:230px; width:550px; margin-top:35px}
#store_main table , #store_menu #login * , #store_menu #cart * , #store_menu #category *  {margin:0px ; padding:0px ; text-align:left}

#store_menu hr , #store_main hr { color:#CCCCCC ; margin:0px 0px 10px 0px; }

#store_menu #category table , #store_menu #cart table, #store_menu #login table { margin:15px 0px 15px 15px ; }
#store_menu #category u  , #store_menu #cart u { display:block ; padding: 5px 0px 10px 0px; }
#store_menu #category br {display:none}

/*New Photo Gallery*/
#photogallery img {float:none;}
#photogallery table {width:100% ; margin:10px 0px 10px 0px;}
#photogallery table td {text-align:center ;}
#photogallery img{ border:none ;}
#photogallery{ margin:10px 40px 10px 40px;}
#photogallery .photo{ margin:10px 0px 10px 0px; text-align:center ;}
.gallerynav .pagecount{}
.gallerynav .pagenav{}
.categorylink { font-size:12px; font-weight:normal;}
.backtogallery { float:right; text-align:right}
.extradata .descp , .extradata .descpmore { text-align:center}


/*Online Test*/
.online_test th, .online_test td {padding:4px 6px 4px 6px; }
.online_test th {width:50%}
.online_test table { width:730px;}
.online_test #submit_buttons { margin:10px 10px 20px 40px;}

/*Events*/
#current-events td {padding-top:10px; vertical-align:top}
#current-events table { margin:0px;margin-top:-3px; }
#current-events table td {padding-top:0px; }
#current-events p { margin-left:0px;}

/*Form submits*/
.form-error-msg { color:#FF0000; font-size:12px;}











/*  navigation.css  */


#top1 ul, #top1 ul ul {
  padding: 0;
  margin: 0 0 0 20px;
  list-style: none;
}
#top1 ul .menu_head:hover  { cursor:default; }
#top1 ul .menu_head {height:24px; }

#top1 ul a {
  display: block;
  text-decoration:none;
  margin: .2em .35em .2em .35em;
  color: #333;
  line-height:100%;
}

#top1 ul li ul a {
  display: block;
  width: 13em;
  text-decoration:none;
  color: #000;
}


#top1 ul li { float: left; border-left: 1px solid; margin-bottom:4px; }
#top1 ul li li { border-left: none; margin-bottom:auto; }

#top1 ul li ul {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 14.4em;
  left: -999em;
  background-color: #fff;
  border-bottom: 1px solid #9cc4e2;
  line-height: 1.1em;
  font-size:95%;
  filter:alpha(opacity=80);
  -moz-opacity:.80;
  opacity:.80;
}

#top1 ul li:hover ul, #top1 ul li.sfhover ul {
  left: auto;
}
#top1 ul li ul li:hover, #top1 ul li ul li.sfhover {
  background-color: #9cc4e2;
}













/*  lidenz_home.css  */

#main-top { 
	height:290px; 
	background:url(images/homepage/front_bg.jpg) right no-repeat; 
}
#main-bottom{
	background:url(images/homepage/home_text_bg.gif) 0px 0px repeat-y;
	padding:20px 0px 20px;
}
#main-bottom p {
	margin:10px 20px 20px;
}
#main-bottom-left{
	float:left;
	width:380px;
}
#main-bottom-right{
	margin-left:380px;
	width:380px;
}

#seo{
	margin-left:20px;
	margin-right:20px;
}



#container #mainleft { width:765px; padding:0px; }

#headlines .date { font-size:10px; margin:5px 0px; padding:0px; }

#specials ul { list-style:none; margin-left:30px; }
#specials img { float:left; margin:0px 10px 10px 0px; }



/*Online Test*/
#onlineTest th, .online_test td {padding:4px 6px 4px 6px; }
#onlineTest th {width:50%}
#onlineTest table { width:100%;}
#onlineTest #submit_buttons { margin:10px 10px 20px 40px;}

/*Tooltip*/
	.tooltip {
		display:none;
		background:transparent url(images/tooltip.png);
		font-size:12px;
		height:50px;
		width:160px;
		padding:45px 25px 25px;
		color:#fff;	
	}
	#online-consultant-tip {
		position:absolute;
		top:10px;
		right:10px;
		width:32px !important;
		height:32px !important;
		padding:0;
		margin:0;
		background: url(images/tooltip-trigger.png) no-repeat;
	}
	#top { position:relative; }
