/*   
Theme Name: Multilingual
Theme URI: 
Description: Multilingual theme using qTranslate plugin
Author: Claus Schmidt, clsc.net
Author URI: http://clsc.dk
Version: 0.0.7

License: Copyright: Claus Schmidt, clsc.net

NOTE: Also changes in:
-> ... wp-content\plugins\qtranslate\qtranslate_hooks.php
-> ... wp-content\plugins\qtranslate\qtranslate_widget.php

*/


/* ------------------------------------------------ */
/* ------------------------------------------------ */

div#testeteste
{
    border : 0;
    margin : 0;
    padding : 0;
    position : absolute;
    top: 5px;
    left : 980px;
}

/* ------------------------------------------------ */
/* ------------------ page blocks start ----------- */


body
{
    border : 0;
    margin : 0;
    padding : 0;
    line-height:1em;
}
h1,h2,h3,h4,h5,h6
,p,div,span,ul,li,a
{
    border : 0;
    margin : 0;
    padding : 0;
}

div#sectionTop
{
    border : 0;
    margin : 0;
    padding : 0;
    width : 781px;
    height : 75px;
    overflow : hidden;
}
div#sectionMiddle
{
    border : 0;
    margin : 0;
    padding : 0;
    width : 781px;
    overflow : hidden;
}
div#sectionBeforeBottom
{
    border : 0;
    margin : 0;
    padding : 0;
    width : 781px;
    height : 120px;
    overflow : hidden;
}
div#sectionBottom
{
    border : 0;
    margin : 0;
    padding : 0;
    width : 781px;
    height : 110px;
    overflow : hidden;
}


/* ------- masthead start ------------ */


div#masthead
{
    border : 0;
    margin : 0;
    padding : 0;
    height : 60px;
    overflow : hidden;
    background: rgb(50,102,204);
    line-height:55px;
}

div#masthead
{
    background-color: rgb(50,102,204);
}

span#logoTop
, span#logoTop a
{
    border : 0;
    margin : 0 0 0 10px;
    padding : 0;
    height : 50px;
    text-decoration : none;
    font-size : 35px; /*2.9em;*/
    font-weight : bold;
    font-family : arial, verdana, helvetica, sans-serif;
    float:left;
    color : rgb(255,255,255)

}

span#logoTop a:hover
/*, span#logoTop:hover */
{
    text-decoration : none;
    border-bottom : 1px solid rgb(251, 251, 249);
}

div#breadcrumb
{
    border : 0;
    margin : 0;
    padding : 0;
    margin-left : 141px; /*141*/
    font-size : 11px;
}

div#breadcrumb
, div#breadcrumb a
{
    color : rgb(102,102,102);
    text-decoration : none;
}
div#breadcrumb a:hover
{
    color : rgb(102,102,102);
    text-decoration : underline;
}


/* ------- masthead end -------------- */
/* ------------------------------------------------ */
/* ------- middle sections start ----- */


div#middleLeft
{
    border : 0;
    margin : 0;
    padding : 0;
    width : 611px;
    float : left;
    overflow : hidden;
    border-right : 1px dotted rgb(238,238,238);
}
div#middleRight
{
    border : 0;
    margin : 0;
    padding : 0;
    width : 168px;
    float : right;
    overflow : hidden;
}


div#middleLeftLeft
{
    border : 0;
    margin : 0;
    padding : 0;
    width : 140px;
    overflow : hidden;
    float : left;
}
div#middleLeftRight
{
    border : 0;
    margin : 0;
    padding : 0;
    width : 470px;
    overflow : hidden;
    float : right;
}


/* ------- middle sections end ------- */
/* ------------------------------------------------ */
/* ------- left navigation start ----- */


ul#navigationLeft
{
    border : 0;
    margin : 25px 0 0 0;
    padding : 0;
    list-style : none;
}
ul#navigationLeft li
{
    border : 0;
    margin : 0 5px 0 0;
    padding : 0;
    width : 135px;
    overflow : hidden;
    display : block;
    line-height : 15px;
    font-size : 0.9em;
    font-weight : bold;
}
ul#navigationLeft li a
{
    border : 1px solid rgb(206,206,206);
    margin : 2px 0 0 0;
    padding : 2px 0 2px 7px;
    display : block;
    text-decoration : none;
    background-color : rgb(206,206,206);
    color: rgb(255,255,255);
}
ul#navigationLeft li#activeNavItem a
{
    border: 1px solid rgb(50,102,204);
    margin : 3px 0 0 0;
    padding : 2px 0 2px 5px;
    display : block;
    background-color: rgb(50,102,204);
    color: rgb(255,255,255);
}
ul#navigationLeft li a:hover
{
    background-color : rgb(251,251,249);
    color: rgb(0,52,152);
    border: 1px solid rgb(206,206,206);
}

ul#navigationLeft li#activeNavItem a:hover
{
    background-color : rgb(251,251,249);
    border: 1px solid rgb(150,202,255);
    color: rgb(0,52,152);
}

li.skipNav
, li.skipNav a.skipNav
{
    border : 0;
    margin : 0;
    padding : 0;
    display : none;
    line-height : 0;
    height : 0;
    position : absolute;
    top : -10px;
    overflow:hidden;
}


/* ------- left navigation end ------- */
/* ------------------------------------------------ */
/* ------- page sections start ------- */

ul.sectionlist
{
    border : 0;
    margin : 20px 20px 35px 45px;
    padding : 0;
}
ul.sectionlist li
{
    border : 0;
    margin : 15px 0 0 0;
    padding : 0 0 0 20px;
    list-style-type:disc;
    list-style-position: outside;
    font-size : 0.9em;
}
ul.sectionlist li a
{
    border : 0;
    margin : 0;
    padding : 0;
    font-size : 1.2em;
    font-weight : bold;
}
ul.linkslist
{
    border : 0;
    margin : 20px 10px 35px 45px;
    padding : 0;
    line-height : 1.3em;
}
ul.linkslist li
{
    border : 0;
    margin : 10px 0 0 0 ;
    padding : 0 0 0 20px;
    list-style-type : square;
    list-style-position : outside;
}
ul.linkslist li a
{
    border : 0;
    margin : 0;
    padding : 0;
    font-weight : bold;
}


/* ------- page sections end --------- */
/* ------------------------------------------------ */
/* ------- right menu start ---------- */


form#searchFormRight
{
    border : 0;
    margin : 25px 0 0 10px;
    padding : 0;
}
input#sp-q
{
    width: 149px;
    border : 1px solid rgb(206,206,206);
}
input.button
{
    margin : 0 0 0 107px;
    width : 45px;
    border-right : 1px solid rgb(206,206,206);
    border-bottom : 1px solid rgb(206,206,206);
    border-left : 1px solid rgb(238,238,238);
    border-top : 1px solid rgb(238,238,238);
    background-color : rgb(238,238,238);

}


/* ------- right menu end ------------ */
/* ------------------------------------------------ */
/* ------- footer start -------------- */


div#breadcrumbBottom
{
    margin : 0 ;
    padding : 2px 0 0 10px;
    height:15px;
    font-size : 0.8em;
    line-height: 1.2em;
    overflow : hidden;
    background-color : rgb(150,202,255);
    color : rgb(255,255,255);
}
div#breadcrumbBottom a
{
    color : rgb(255,255,255);
    text-decoration : none;
}


ul#footerNav
{
    text-align:center;
    list-style : none;
    margin: 20px 0 0 -10px;
}
ul#footerNav li
{
    display : inline;
    margin: 0 0 0 10px;
    font-size : 0.85em;
}
ul#footerNav li a
{
    color : rgb(50,102,204);
    text-decoration : none;
}
ul#footerNav li a:hover
{
    text-decoration : underline;
}


h6#payoff
{
    margin: 20px 0 0 0;
    font-size : 0.9em;
    text-align : center;
    text-decoration : none;
    font-weight : normal;
    color : rgb(206,206,206);
}


/* ------- footer end ---------------- */
/* ------- clear start --------------- */


.clear
{
    border : 0;
    margin : 0;
    padding : 0;
    clear : both;
    line-height : 0;
    height : 0;
    font-size : 0;
    position : relative;
    top : -10px;
    display : none;
    overflow : hidden;
}
.clear span
{
    border : 0;
    margin : 0;
    padding : 0;
    line-height : 0;
    height : 0;
    font-size : 0;
    position : absolute;
    top : -10px;
    display : none;
    overflow : hidden;
}


/* -------- clear end ---------------- */


/* ------------------ page blocks end ------------- */
/* ------------------------------------------------ */
/* ------------------ timestamp start ------------- */


#timeStamp
{
    margin : 0;
    padding : 0;
    border : 0;
    position : absolute;
    top : 2px;
    left : 490px;
    width : 285px;
    height : 60px;
    line-height : 55px;
    overflow : hidden;
    font-size : 35px;
    font-weight : normal;
    font-family : arial, sans serif;
}
span#dd
, span#tt
{
    margin : 0;
    padding : 0;
    border : 0;
}
span#dd
{
    color : rgb(25,75,204);
}
span#tt
{
    margin : 0 0 0 10px;
    color : rgb(0,75,204);
}


/* ------------------ timestamp end --------------- */
/* ------------------------------------------------ */
/* ------------------ quoteblocks start ----------- */

div#quoteBlockTop
{
    border : 2px solid rgb(206,206,206);
    margin : 0 0 0 0;
    padding : 0;
    float:right;
    width: 157px;
    height : 55px;
    overflow : hidden;
    background-color : rgb(238,238,238);
    position : absolute;
    top : 0px;
    left : 796px;

}
div.quoteBlockInner
{
    border : 0;
    margin : 4px 10px 5px 10px;
    padding : 0;
    line-height:12px;
    font-size : 0.85em;
    background-color : rgb(238,238,238);
}

div.quoteBlockBottom
{
    border : 2px solid rgb(238,238,238);
    margin : 0 10px 10px 10px;
    padding : 0;
    height : 56px;
    overflow : hidden;
    line-height:12px;
    font-size : 0.85em;
    background-color : rgb(251,251,249);
}

div#quoteBlockLeft
{
    margin-left : -5px;
}
div#quoteBlockRight
{
    margin-right : -5px;
}

div.quoteBlockBottom div#quoteBlockTopInner
{
    border : 0;
    margin : 8px 5px 5px 5px;
    padding : 0;
}
         
         

div.quoteBlockInner
, div.quoteBlockBottom
 , div.quoteBlockInner a
  , div.quoteBlockBottom a
{
    color : rgb(75,75,102);
}

/* ------------------ quoteblocks end ------------- */
/* ------------------------------------------------ */
/* ------------------ typography start ------------ */

body
{
    font-family : verdana, helvetica, arial, sans-serif;
    font-size : 0.8em;
    line-height: 1.15em;
    background-color : rgb(238,238,238);
}
div#sectionTop
{
    background-color : rgb(238,238,238);
}
div#sectionMiddle
 , div#sectionBeforeBottom
  , div#sectionBottom
{
    background-color : rgb(251,251,249);
}

div#masthead
{
    background-color: rgb(50,102,204);
}
a#logoTop
{
    color : rgb(255,255,255);
}
a#logoTop:hover
{
    text-decoration : none;
    border-bottom : 1px solid rgb(251, 251, 249);
}
div#breadcrumb
, div#breadcrumb a
{
    color : rgb(152,152,152);
    text-decoration : none;
}
div#breadcrumb a:hover
{
    color : rgb(102,102,102);
    text-decoration : underline;
}
.skipnav
{
    border : 0;
    margin : 0;
    padding : 0;
}
h1,h2,h3,h4,h5,h6
{
    color: rgb(0,52,102);
}
h1,h2,h3,h4,h5,h6
{
    margin : 25px 0 0 10px;
}
h1
{
    border : 0;
    margin : 25px 0 0 10px;
    padding : 0;
    line-height : 1em;
    font-family : arial, sans-serif, sans;
    font-size : 1.8em;
}
h2
{
    border : 0;
    margin : 40px 0 0 15px;
    padding : 0;
    line-height : 1em;
    font-family : arial, sans-serif, sans;
    font-size : 1.4em;
    font-weight: normal;
}
h3
{
    border : 0;
    margin : 25px 0 0 5px;
    padding : 0;
    white-space: nowrap;
    line-height : 1em;
    font-size : 1.3em;
    font-weight: bold;
}
h3.lvl3
{
    margin : 25px 0 0 5px;
}

p,div,dl
{
    border : 0;
    margin : 25px 15px 0 25px;
    padding : 0;
}

ul,ol
{
    border : 0;
    margin : 25px 15px 0 38px;
    padding : 0;
}
ol
{
    margin : 25px 15px 0 45px;
}
ol li
 ,ul li
{
    margin-top : 10px;
}

ul.onPageNav
{
    border : 0;
    margin : 10px 20px 0 20px;
    padding : 0;
    list-style : none;
    font-size : 0.85em;
}
ul.onPageNav li
{
    border : 0;
    margin : 0 10px 0 0;
    padding : 0;
    display : inline;
}
ul.onPageNav li a
, ul.onPageNav li a:visited
{
    color: rgb(0,50,102);
}



a
{
    color: rgb(0,50,102);
}
a:visited
{
    color: rgb(0,50,205);
}

ul.sectionlist li a
, ul.linkslist li a
{
    color : rgb(20,102,202);
}
a:hover
, ul.onPageNav li a:hover
 , ul.linkslist li a:hover
  , ul.sectionlist li a:hover
{
  color: rgb(255,0,0);
}

a:hover
 , div#breadcrumbBottom a:hover
  , ul.sectionlist li a:hover
{
    text-decoration : underline;
}

blockquote
{
    font-family : times new roman,times roman,times,tms rmn;
//    text-align : center;
    font-size : 1.2em;
    font-style : italic;
}

/* ------------------ typography end -------------- */
/* ------------------------------------------------ */
/* ------------------ ads start ------------------- */

/* ------------------ ads start ------------------- */


div.adLeft
{
    border : 0;
    margin: 20px 0 30px 5px;
    padding : 0;
}
div.adRight
{
    border : 0;
    margin : 0;
    padding : 0;
    position : absolute;
    top : 420px; 
    left : 620px;
}
div.adRightL3
{
    border : 0;
    margin : 0;
    padding : 0;
    position : absolute;
    top : 700px;
    left : 797px;
}
div.adFarRight
{
    border : 0;
    margin : 0;
    padding : 0;
    position : absolute;
    top : 75px;
    left : 797px;
}

div.adFooter
{
    border : 0;
    margin : 20px 0 0 25px;
    padding : 0;
}


div.ad120x90
{
    width : 125px;
    height : 90px;
    overflow : hidden;
}
div.ad125x125
{
    width : 125px;
    height : 125px;
    overflow : hidden;
}
div.ad120x240
{
    width : 120px;
    height : 240px;
    overflow : hidden;
}
div.ad120x600
{
    width : 120px;
    height : 600px;
    overflow : hidden;
}
div.ad160x90
{
    width : 160px;
    height : 90px;
    overflow : hidden;
}
div.ad160x600
{
    width : 160px;
    height : 600px;
    overflow : hidden;
}
div.ad728x90
{
    width : 728px;
    height : 90px;
    overflow : hidden;
}

/* ------------------ ads end --------------------- */
/* ------------------------------------------------ */
/* ---------------- xml button  ------------- */

ul#navigationLeft li a#xmlButton
{
    display:block;
    border:0;
    margin:3px 5px 0 8px;
    padding:0;
    width:34px;
    height:16px;
    float:left;
    overflow:hidden;
    background-color:rgb(255,102,0);
    color:rgb(255,255,255);
    background-color:rgb(255,102,0);
    border-top: 1px solid rgb(255,200,164);
    border-right: 1px solid rgb(125,51,2);
    border-bottom: 1px solid rgb(125,51,2);
    border-left: 1px solid rgb(255,200,164);
    text-align:center;
    font-family:verdana,helvetica,sans-serif;
    font-size:10px;
    font-weight:bold;
    text-decoration:none;
}
ul#navigationLeft li a#xmlButton:hover
{
    background-color:rgb(255,255,255);
    color:rgb(255,102,0);
}
ul#navigationLeft li a#xmlLinkText
{
    border : 0;
    margin : 0;
    padding : 0;
    font-weight : bold;
    background-color : inherit;
    color : rgb(20,102,202);
}
/* ---------------- tech credits ------------ */

div#techCredits
{
	width:782px;
    border:0;
    padding:5px 0 0 0;
    margin:0;
    background-color:inherit;
    color:rgb(162,182,172); 
}
div#techCredits span
{
    border:0;
    padding:0;
    margin:0 0 0 30px;
    background-color:inherit;
    color:rgb(162,182,172); 
		font-size:10px;

}
div#techCredits span a
{
    background-color:inherit;
    color:rgb(162,182,172);
}
div#techCredits span a:hover
{
    background-color:inherit;
    color:rgb(255,255,255);
}


/* ------------------------------------------------ */
/* ---------------- WORDPRESS START --------------- */
/* ------------------------------------------------ */


/* ---------------- left navigation WP start- */
ul#navigationLeft li ul
{
	border : 0;
	margin : 0 0 0 8px;
	padding : 0;
	width : 127px;
	overflow : hidden;
	display : block;
	line-height : 15px;
	font-size : 0.9em;
	font-weight : bold;
}
ul#navigationLeft li ul li a
{
	border: 0;
	border-left : 1px solid rgb(206,206,206);
	border-bottom : 1px solid rgb(206,206,206);
	margin : 2px 0 0 0;
	padding : 2px 0 2px 7px;
	display : block;
	text-decoration : none;
	background-color : inherit;
	color: rgb(150,202,255);
	color: rgb(175,175,175);
}
ul#navigationLeft li ul li a:hover
{
	border: 0;
	border-left: 1px solid rgb(150,202,255);
	border-bottom: 1px solid rgb(150,202,255);
	background-color : rgb(251,251,249);
	color: rgb(0,52,152);
}


ul#navigationLeft li h6
{
	border: 1px solid rgb(50,102,204);
	margin : 37px 0 0 0;
	padding : 2px 0 2px 7px;
	font-size : 1.4em;
	display : block;
	background-color: rgb(50,102,204);
	color: rgb(255,255,255);
}

/* ---------------- left navigation WP end -- */
/* ---------------- language flags ---------- */


ul#navigationLeft li.languageSwitch a
{
	border : 1px solid rgb(206,206,206);
}
ul#navigationLeft li#activeLanguageLink
{
	margin : 2px 0 0 0;
	padding : 2px 0 2px 7px;
	display : block;
	width : 126px;
	border: 1px solid rgb(150,202,255);
	border : 1px solid rgb(206,206,206);
	background-color : rgb(251,251,249);
	color: rgb(206,206,206);
}
span.qTlangFlag
{
	margin: 1px 10px 0 -9px;
	width:34px;
	height:16px;
	float:left;
	overflow:hidden;
	background-color:inherit;
	color:rgb(255,255,255);
}
span.qTlangFlag img
{
	margin: 1px 0 0 10px;
	border:0;
}

/* link to "top" */
p.sNav
{
	text-align : right;
}

/* ---------------- other ------------------- */

span.noOfComments
{
	padding : 0;
	border : 0;
	margin : 0;
}
div.pageSection
{
	padding : 0;
	border : 0;
	margin : 10px;
}
div.pageSectionPage
{
	padding : 0;
	border : 0;
	margin : 50px 0 0 0;
}
div.entry
{
	padding : 0;
	border : 0;
	margin : 0;
}
div.navigation
{
	padding : 0;
	border : 0;
	margin : 0;
}
div.skipNav
{
	padding : 0;
	border : 0;
	margin : 0;
}
div.post
{
	padding : 0;
	border : 0;
	margin : 0;
}
div.postmetadata
{
	padding : 0;
	border : 0;
  margin : 25px 0 0 14px;
	font-size:0.8em;
}
h3#comments
,h3#commentFormTitle
{
	padding : 0;
	border : 0;
	margin-top:50px;
}
h1
{
	padding : 0;
	border : 0;
	margin-bottom:-15px;
}
h1
,h3#comments
,h3#commentFormTitle
,div.pageSection
,div.entry
,div.navigation
,div.skipNav
,div.post
,div.postmetadata
{
	width: 445px;
	overflow: hidden;
}

table, thead, tbody, tr
{
  margin : 25px 0 0 22px;
	width: 405px;
	overflow: hidden;
}
thead
{
  text-align: left;
}

/* ------------------------------------------------ */
/* ---------------- WORDPRESS END ----------------- */
/* ------------------------------------------------ */
