/***********************************************/
/* logincss.php                                */
/* Use with Smallworlds Website                */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

* {
	margin: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background-color: white;
	font: 76% Verdana, Arial, sans-serif;
	color: #555555;
	background: url('http://content.smallworlds.com/content-v2985/webassets/homepage/bg_blue2.jpg') repeat-x top;
}

object {
	outline: none;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited {
	color: #006699;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

.content {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -130px;
	min-width: 700px;
}

/**************** login styles ****************/

#logincontent {
	width: 100%;
	min-width: 700px;
	min-height: 600px;
}

/**************** landing pages ***************/
#logincontent-landing {
	width: 100%;
	min-width: 700px;
	min-height: 670px;
}

.landing-content {
	position: absolute; 
	top: 60px; 
	right: 610px; //This will be modified dynamically through js onLoad and onResize
}

.landing-body{
	margin-top: -30px;
 	padding-left: 42px;
 	max-width: 640px;
    min-width: 600px;
}

.landing-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700; 
	font-size: 28pt;
	color: #FFFFFF;
	text-shadow: -2px 0px #ff9900, 2px 0px #ff9900, 0px -2px #ff9900, 0px 2px #ff9900, -2px -2px #ff9900, 2px -2px #ff9900, -2px 2px #ff9900, 2px 2px #ff9900;
}

.title-small {
	font-size: 25pt;
}

.landing-text {
	font-size: 12pt;
	word-spacing:1px;
	line-height: 140%;
	font-weight: 400; 
	padding-top: 10px;
	margin-left: 0;
    margin-right: auto;
	color: #336699;	
}

.login-link-container {
	text-align: left;
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
    min-width: 700px;
}

.login-link-container a {
	color: #577FA0;
	text-decoration: none;
	font-weight: bolder;
}

.separator-container {
	text-align: center; 
	padding-bottom: 20px; 
}

/*********** bottom content styles ************/

#bottomcontent {
	width: 100%;
	min-width: 700px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
}

#wrapper {
	padding: 20px 0px 20px 0px;
	width: 980px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

