@charset "UTF-8";
/* CSS Document */

html, body{
	text-align: center;
	background: center no-repeat;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
a img{
	border: 0px;
}
/* HEADINGS */
h1{
	color: #333;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	font-size: 24pt;
	padding: 0px;
	margin: 0px;
}

h2{
	color: #333;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 18pt;
	padding: 0px;
	margin: 0px;
}


/* CONTAINERS */
#wrapper{ position: relative; margin:0px; padding:0px; }
#header{
	position: relative;
	width: 100%;
	min-width: 1024px;
	height: 68px;
	text-align: left;
	background-color: #333;
}
#footer{
	position: absolute;
	width: 100%;
	min-width: 1024px;
	height: 100px;
	background-color: #333;
	bottom: 0%;
}
#content{ position: relative; width: 100%; min-width: 1024px; margin: auto; overflow:hidden; }
#slider{ position: relative; width: 100%; height: 468px; }
#menu{ position: absolute; top: 0%; width: 100%; height: 58px; }



/* SLIDERS */
.slider01-bg{ 
	background-position: center;
	background-image: url(slider01.jpg);
	background-size: 1280px 468px;
	background-repeat: no-repeat;
}
.slider02-bg{
	background-position: center;
	background-image: url(slider02.jpg);
	background-size: 1280px 468px;
	background-repeat: no-repeat;
}


/* HEADER */
#logo{ position:absolute; left: 0%; }
#social{ position:absolute; right: 0%; top: 30% }


/* MENUS */
#menu-button{
	position: relative;
	width: 128px;
	padding-top: 10px;
	/* reduce height: 58px; by 10 due to padding-top: 10px */
	height: 48px;
	float: right;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color: #FFF;
}
#menu-image{ position:absolute; left: 0px; top: 0px; vertical-align: middle; width: 129px; height: 58px; }
#menu-buttons{ width: 100%; height: 58px; }
.menu-button-unselected{ }
.menu-button-selected{ }


/* TEXT */
#text-content{ width: 100%; height: 150px; color: #333; }


/* BUTTONS */
#get-angels-btn{
	position: absolute;
	top: 60%;
	left: 50%;
	width: 358px;
	height: 108px;
	margin-left: -179px;
}

/* SLIDER TEXT */
#slider-text1{
	position: absolute;
	color: #FFF;
	top: 15%;
	right: 5%;
	height: 58px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 48px;
	text-shadow: 0px 1px 3px #333;
}
#slider-text2{
	position: absolute;
	color: #333;
	top: 68%;
	height: 34px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 24px;
	background: url(white_op70.png);
	text-align: center;
	text-shadow: 0px 1px 1px #FFF;
}
.slider02-text1{ }
.slider02-text2-left{
	text-align: right;
	width: 50%;
	right: 56%;
}
.slider02-text2-right{
	text-align: left;
	width: 50%;
	left: 53%;
}


/* JQuery JSON data handling */
/* Profiles Info Heading */
#profiles{
	position: relative;
	width: 900px;
	left: 50%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse:collapse;
	border-spacing: 0px;
	margin-left: -450px;
}
#profiles th{ width: 200px; }
#profiles-num{ color: #FFF; font-size: 30px; text-align: left; }
#profiles-percentage{ text-align: left; font-size: 18px; }
#profiles-selector{ text-align: right; font-size: 18px; }
#profiles-angels{ width: 900px; }
.profiles-options{ font-family: 'Oswald', sans-serif; font-weight: 300; }


/* Individual Profile Data */
.angel{
	position: relative;
	width: 200px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse:collapse;
	border-spacing: 0px;
	text-align: center;
}

#angel-name{
	position:absolute;
	top: 162px;
	width: 200px;
	height: 40px;
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 16px;
	text-align:center;
	background: url(table_shadow.png);
	background-repeat: repeat-x;
	line-height: 100%;
}

#angel-data{
	background-color:#333; 
	height: 120px;
	text-align:center;
	/*line-height: 120%;*/
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 16px;
}

#angel-followers{
	-moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
	background-color:#FF9933;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 16px;
	height: 20px;
	color: #333;
}

.showdata{
	text-align: left;
	background-color: #eee;
	width: 200px;
	font-size: 10pt;
}