/*
Theme Name: Lingua-Group
Theme URI: N/A
Description: This is a newer version of the Lingua-Group company's official website
Version: 1.2 beta
Author: Joung Kwon
Author URI: 

*/

html{
	background-color: transparent;
	padding:0;
	margin:0;

	overflow:auto;
}

body{
	background-color: transparent;
	padding:0;
	margin:0;
}

/*main */
#mainwrapper{

	/*
	width: 1922px;
	height: 1214px;
	*/
	width: 820px;
	height: 685px;
}

/*textbox content */
p.paragraph{ 
	font-style: normal; 
	font-weight: normal;
	color: #000000;
}

p.title{
	font-style:normal;
	font-weight:bold;
}

#textbox a{
	outline-style:none;
	outline-width:0;
	color: black;
	text-decoration: none;
	font-style: italic;
}

#textbox p{
	padding-left: 10px;
	padding-right: 10px;
}

#textbox table{
	padding-right: 10px;	
	padding-left: 10px;
}

.to_bold{
	font-weight: bold;
}

#textbox a:hover{
	color: #8f1327;
}

#textbox table tr td a{
	outline-style: none;
	outline-width: 0;
	color: black;
	text-decoration: none;
	font-style: italic;
}

#textbox table tr td a:hover{
	color: #8f1327;
}

/*content*/
#content{
	position: relative;
	left: 242px;
	bottom: 53px;
	/*
	bottom: 1214px;*/
	width: 580px;
	height: 100px;
}

/*sidebar properties*/
#sidebar{	
	background-color:white;
	width: 242px;
	height: 100px;
}

#sidebar#logo{ background-color:white;}
#sidebar#menu{ background-color:white;}
#sidebar#links{ background-color:white;}

#content_container{
	height: auto;
	width: 545px;

	font-family: Verdana, Georgia, "Times New Roman", Sans-serif;
	font-size: 0.8125em;

	position: relative;
	left: 35px;
/*
	top: 61px;*/
}

#language_box{
	font-family: Alwyn, Verdana, Georgia, "Times New Roman", sans-serif;
	font-size: 0.8125em;
	direction: rtl; //right to left
		
	height: 21px;
	width: 545px;	
}	
#language_box td{
	text-decoration: none;
	font-weight: none;
	color: #6E6E6E;

	padding-left: 3px;	
	padding-right: 3px;
}	
#language_box a{
	text-decoration: none;
	font-weight: none;

	outline-style: none;
	outline-width: 0;

	color: #6E6E6E;			
}	
#textbox{		
	padding-left: 8px;
	padding-right: 8px;						
	padding-top: 1px;
	padding-bottom: 10px;

	height: auto;
	width: 529px; //extra space added with padding 8 left 8 right

	background-color: transparent;
	background-color: #cdabb2;
	opacity: 0.8;
}
.current{
	font-weight: bold;
}
.rightborder{
	border-right: solid 1px #6E6E6E;
}

