/*
Theme Name: add.a.lingua Skin
Description: add.a.lingua Skin
Version: 1.0
Author: Ian Coburn
Author URI: addalingua.com

*/

/*
----------------------------------------------------------Body Styling--------------------------------------------------
*/

body {
	background-color: #0093BE;
}

body,td,th {
	font-size: 14px;
	font-family:"Arial Rounded MT Bold", Calibri, Georgia;
}
/*
--------------------------------------------------------Structure Styling---------------------------------------------------
*/

#pageimage{
	float:right;
	padding-left:20px;
	padding-right:20px;
}

/*
-----------------------------------------------------------Link Styling---------------------------------------------------
*/

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #8ED200;
	text-decoration: none;
}

a:hover {
	color: #8ED200;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}
/*
-------------------------------------------------------------Text Styling--------------------------------------------------
*/

.largegreentext {
	font-size: 34px;
	color: #8ED200;
}

.largetext {
	font-size: 34px;
}

.mediumlargetext{
	font-size:24px;
}

.mediumgreentext{
	font-size:18px;
	color:#8ED200;
}

/*
-------------------------------------------------------------------Login--------------------------------------------------
*/

#backdoor{
			margin-left:70px;
}

#backdoor a:link {
            color:#000000;
            text-decoration:none;
}

#backdoor a:visited   {
            color:#000000;
            text-decoration:none;
}

#backdoor a:active    {
            color:#000000;
            text-decoration:none;
}


#backdoor a:hover     {
            color:#000;
            text-decoration:none;
}