/* 	Language for Travelers
	Created by Bryan Cronk
	Date: 3/12/11
	Last Update: 
---------------------------------------- */


/* =LANGUAGE LAYOUT
-------------------------------------------------------*/
#language-maincontent {
	float:left;
	width:800px;
}

#language-adcontent {
	float:left;
	width:180px;
	_width:178px;
	background:#efefef;
	margin-top:10px;
	padding-top:5px;
	text-align:center;
}

#language-navcontent { 
	float:left;
	width:159px;
}

#language-overview { 
	position:relative;
	float:left;
	width:640px;
}

/* Background Gradients
Not how I would like to do this.
----------------------------------- */

#navcontent-bg {
	position:absolute;
	top:70px;
	bottom:-15px;
	background: #fff url(../images/lang-greygradient-160w.png) repeat-y left top;
	width:160px;
	z-index:-10;
	}
	
#adcontent-bg {
	position:absolute;
	top:70px;
	bottom:-15px;
	right:0;
	background:#efefef;
	width:180px;
	z-index:-10;
	}
	
/* =LANGUAGE HEADER
-------------------------------------------------------*/
#language-header {
	position:relative;
	border-bottom:6px #f60 solid;
	background: transparent url(../images/lang-presentedby.png) no-repeat right;
}

#language-header h1 {
	color: #f60;
	font-size:24px;
	font-weight:bold;
}

#language-header #ll-link a {
	position:absolute;
	display:block;
	top:0;
	right:0;
	height:44px;
	width:200px;
}


/* =LANGUAGE NAV
-------------------------------------------------------*/

#language-navcontent h2 {
	margin-left:20px;
	padding:5px 0;
	font-size:13px;
	font-weight:bold;	
}

#language-navcontent ul {
	list-style:disc;
	list-style-position: outside;
	color:#ccc;
	margin-left:35px;
	padding-bottom:20px;
}

#language-navcontent li {
	list-style:disc;
	font-size:13px;
	padding:3px 5px;
}

#language-navcontent li.current span {
	color:#666;
}


#language-languages,
#language-catcontent,
#language-relateddests,
#language-otherlanguages {
	border-right:1px #fc3 solid;
	border-bottom:1px #fc3 solid;
}

#language-languages  {
	background: transparent url(../images/lang-header-chooselang.png) no-repeat top left;
}
#language-catcontent {
	background: transparent url(../images/lang-header-selectcat.png) no-repeat top left;
}
#language-relateddests {
	background: #fff url(../images/lang-header-dest.png) no-repeat top left;
	min-height:115px;
}

#language-otherlanguages {
	background: #fff url(../images/lang-header-otherlanguages.png) no-repeat top left;
}

#activenav {
	background: transparent url(../images/lang-nav-bg.png) repeat-x top left;
}



/* =LANGUAGE OVERVIEW
-------------------------------------------------------*/
#lang-intro p {
	width:450px;
	margin-bottom:25px;
}

#language-overview img {
	float:right;
	padding-left:10px;
	}

#language-overview img.homepage {
	position:relative;
	z-index:15;
	}
#language-overview div.audiolink {
	position:relative;
	
}

#language-overview img.play-button {
	position:absolute;
	top:5px;
	left:-25px;
	}
	
#language-overview h2 {
	padding-left:10px;
	color:#f60;
	font-size:14px;
	font-weight:bold;
	
}

#language-overview h2.langlist {
	border-top:1px #ccc solid;
	width:600px;
	padding-top:15px;
}

#language-overview p {
	padding:10px;
	color:#333;
	font-size:13px;
	line-height:1.5em;
}

#language-overview p.intro {
	padding:15px 10px;
}

#language-overview ul {
	list-style:disc;
	list-style-position:outside;
	margin-left:20px;
	padding:10px;
	color:#f60;
	font-size:13px;
	line-height:1.5em;
	
}

#language-overview li span {
	color:#333;
	font-weight:bold;
}

#language-categorynav {
	margin-bottom:20px;
}

#language-overview #language-categorynav ul {
	clear:both;
	margin:15px 0px;
	color:#333;
}

#language-overview #language-categorynav ul.notes {
	clear:both;
	margin:15px 25px;
	color:#333;
}

#language-overview table {
	clear:both;
	margin-bottom:25px;
	margin:10px;
	width:600px;
	color:#333;
	font-size:13px;
	line-height:1.5em;

}

#language-overview td {
	padding:5px 0;
	font-weight:bold;
}

#language-overview td.english,
#language-overview td.translation {
	width:280px;
}

#language-overview td.spacer {
	width:25px;
}

/* =LANGUAGE OVERVIEW AND LIST HEADER
-------------------------------------------------------*/

#language-topimage {
	position:relative;
	width:640px;
	overflow:hidden;
}

#language-topimage h2 {
	position:absolute;
	left:10px;
	color:#fff;
	font-size:48px;
	line-height:80px;
}

#language-topimage h2.langlist {
	position:absolute;
	border:none;
	left:10px;
	color:#fff;
	font-size:32px;
	line-height:25px;
}
#language-topimage h2.langlist span {
	font-size:18px;
}


#language-topimage img {
	float:right;
}

#language-pdf {
	float:right;
	top:85px;
	right:5px;
	position:absolute;
	border:1px #ccc solid;
	background-color:#fffbe4;
	width:160px;
	z-index:1;
}

#language-pdf p {
	font-weight:bold;
	margin-left:15px;
}

#language-pdf img {
	position:absolute;
	top:10px;
	left:-5px;
	_left:5px;
}

#language-pdf a {
	text-decoration:underline;
	}




/* =LANGUAGE SUBNAV TABS
-------------------------------------------------------*/

#language-subnav {
	position:relative;
	background: transparent url(../images/lang-greygradient-20h.png) repeat-x top left;
	text-align:center;
	padding-top:20px;
	top:-10px;
	z-index:10;
}

#language-subnav h3 {
	padding: 0 10px;
	color: #f60;
	font-size:18px;
	font-weight:bold;
	text-align:left;
}

#language-subnav ul {
	list-style:none;
}

#language-subnav li {
	position:relative;
	display:inline;
	width:133px;
	height:150px;
	margin:5px;
	
}

#language-subnav li.spanish a {
	background: transparent url(../images/lang-spanish-tab.png) no-repeat top left;
}
#language-subnav li.french a {
	background: transparent url(../images/lang-french-tab.png) no-repeat top left;
}
#language-subnav li.italian a {
	background: transparent url(../images/lang-italian-tab.png) no-repeat top left;
}
#language-subnav li.german a {
	background: transparent url(../images/lang-german-tab.png) no-repeat top left;
}
#language-subnav li.arabic a {
	background: transparent url(../images/lang-arabic-tab.png) no-repeat top left;
}
#language-subnav li.chinese a {
	background: transparent url(../images/lang-chinese-tab.png) no-repeat top left;
}
#language-subnav li.japanese a {
	background: transparent url(../images/lang-japanese-tab.png) no-repeat top left;
}

#language-subnav a {
	display:inline-block;
	width:133px;
	height:150px;
	color:#333;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}

#language-subnav a span {
	position:relative;
	top: 115px;
	
}

/* =LANGUAGE CATEGORY TABS
-------------------------------------------------------*/
#language-categorynav ul.lang-categories {
	list-style:none;
	margin:0;
	padding:0;
}

#language-categorynav ul.lang-categories li {
	display:block;
	float:left;
	width:106px;
	height:130px;
	text-align:center;
}

#language-categorynav ul.lang-categories li.greetings {
	background: transparent url(../images/lang-cat-people.png) no-repeat top;
}
#language-categorynav ul.lang-categories li.directions {
	background: transparent url(../images/lang-cat-trans.png) no-repeat top;
}
#language-categorynav ul.lang-categories li.shopping {
	background: transparent url(../images/lang-cat-shopping.png) no-repeat top;
}
#language-categorynav ul.lang-categories li.dining-out {
	background: transparent url(../images/lang-cat-food.png) no-repeat top;
}
#language-categorynav ul.lang-categories li.numbers {
	background: transparent url(../images/lang-cat-essentials.png) no-repeat top;
}
#language-categorynav ul.lang-categories li.basic-phrases {
	background: transparent url(../images/lang-cat-questions.png) no-repeat top;
}

#language-categorynav ul.lang-categories li.greetings.current {
	background: transparent url(../images/lang-cat-people-off.png) no-repeat top;
}
#language-categorynav ul.lang-categories li.directions.current {
	background: transparent url(../images/lang-cat-trans-off.png) no-repeat top;
}
#language-categorynav ul.lang-categories li.shopping.current {
	background: transparent url(../images/lang-cat-shopping-off.png) no-repeat top;
}
#language-categorynav ul.lang-categories li.dining-out.current {
	background: transparent url(../images/lang-cat-food-off.png) no-repeat top;
}
#language-categorynav ul.lang-categories li.numbers.current {
	background: transparent url(../images/lang-cat-essentials-off.png) no-repeat top;
}
#language-categorynav ul.lang-categories li.basic-phrases.current {
	background: transparent url(../images/lang-cat-questions-off.png) no-repeat top;
}

#language-categorynav ul.lang-categories li a {
	display:block;
	width:106px;
	height:108px;
	color:#0066CC;
	font-weight:bold;
	line-height:1.2em;
}

#language-categorynav ul.lang-categories li a:hover {
	color:#F60;
}
#language-categorynav ul.lang-categories li a span {
	position:relative;
	top: 80px;
	margin-bottom:80px;
	color:#0066CC;
}

#language-categorynav ul.lang-categories li.current span {
	position:relative;
	top: 80px;
	margin-bottom:80px;
	color:#999;
}


/* =LANGUAGE BOOKS/COURSES
-------------------------------------------------------*/

#language-books {
	clear:both;
	border-top:1px #ccc solid;
	background:#FFFFFF url(/images/dest-gradient-283h.jpg) repeat-x scroll left top;
	text-align:center;
	width:100%;
}

#language-books h3 {
	background:#FFFFFF url(/images/dest-gradient-283h.jpg) repeat-x scroll left;
	margin:0 auto;
	padding:10px;
	width:60%;
	color:#900;
	font-size:16px;
	font-weight:bold;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
}

#language-books ul {
	margin:20px auto;
	width:890px
	}

#language-books li {
	float:left;
	margin:10px;
	width:200px;
	}
	
#language-books img {
	display:block;
	border:1px #999 solid;
}

#language-books a {
	display:block;
	color:#333;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}


