/*
Theme name: InternetNatives
Theme URI: http://wordpress.org/

Description: This is the internet natives site
Version: 1.0
Author: Joung Kwon

Tags: internetnatives, internet, yalea, lingua-group, lingua, takeoff-english, english, languages


*/
html, body{

	overflow: hidden;			
	margin: 0;
	padding: 0;

	background-color: #bdbdbd;
	
	height: 100%;
	width: 100%;
}


#header{
	
	position: absolute;

	width: 970px;
	height: 81px;
}



#container{

	background-image: url('pictures/fondolinea.png');
	background-repeat: repeat;
	background-color: transparent;	
	
	height: 546px;
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -273px;	
}

#backgroundcontainer{

	background-image: url('pictures/ultraliviano-6-May.jpg');
/*
	background-image: url('pictures/sunset.jpg');	
*/
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 546px;
	min-width: 970px;

}

#contentcontainer{

	background-repeat: no-repeat;
	background-color: transparent;
	
	width: 970px;
	height: 526px;
	margin-left: auto;
	margin-right: auto;
}

#footercontainer{
	background-color: #bdbdbd;

	position: absolute;
	width: 100%;

	height: 20px;
}

#footer{	
		
	background-color: transparent;
		
	padding: 4px 0 0 0;
	
	font-family: Arial, Verdana, Georgia, "Times New Roman", sans-serif;
	font-size: 0.5625em;
	text-transform: uppercase;

	text-indent: 10px;		
	
	bottom: 0px;	
	
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

#sidebar{

	position: relative;
	left: 10px;
	top: 131px;

	width: 145px;
	height: 274px;	
}

#mainparagraphleft{

	position: relative;
/*	
	left: 890px;
*/
	left: 665px;
	bottom: 165px;
	
	width: 310px;
	height: 247px;
}

#mainparagraphleft .paragraphbody a{

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

	text-decoration: underline;	
	color: white;
}

#mainparagraphleft .paragraphbody a:hover{
	text-decoration: underline;
	color: #FFA319;
}

p.paragraphtitle{

	font-family: Klavika, Verdana, Georgia, "Times New Roman", sans-serif;
	/*
	font-size: 15px;
	*/
	font-size: 0.9375em;
	color: #FFA319;

	line-height: 1.2em;
}

p.paragraphbody{

	font-family: Klavika, Verdana, Georgia, "Times New Roman", sans-serif;
	/*
	font-size: 11px;
	*/
	font-size: 0.6875em;
	color: white;

	line-height: 1.4em;
}

p.paragraphbody a{
	color: white;
	text-decoration: underline;
}

p.paragraphbody a:hover{
	color: #FFA319;
	text-decoration: underline;
}

#mainimage{

	position: relative;
/*
	left: 400px;
*/
	left: 170px;
	bottom: 470px;	
	
	height: 415px;
	width: 482px;	
}

#footer a{

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

	text-decoration:underline;
	color: black; 
}

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

ul{
	list-style: none;
	margin: 0;
	padding: 0;

}

li{
	margin: 0;

	height: 12px;
	padding: 5px 0 4px 0;

}

li a{

	outline-style: none;
	outline-width: 0;
	
	color: #585858;	
	font-family: Klavika, Verdana, Georgia, "Times New Roman", sans-serif;
/*
	font-size: 9px;
*/
	font-size: 0.5625em;
/*
	display: block;	*/
	height: 12px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	padding: 0;

}

li a:hover{
	color: #FAAC58;
}

.separator{
	height: 12px;
}

.current{
	color: #FAAC58;	
}




