@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

h1 { font-size: 2em}
h2 { font-size: 1.5em}
h3 { font-size: 1.25em}
h4 { font-size: 1em}
li, p { font-size: 1em}

/* ************* homestage ********************** */

.body_homestage {
	font-size: 62.5%;
	font-family: 'Oswald', Lucida Fax, Helvetica, sans-serif;
	overflow: auto;
}

#page_homestage {
/*	 background: none repeat scroll 0 0 transparent; */
	background: transparent;
    /* margin: 10px;*/	margin: 0px;
    padding-left: 20px;
}

.logo_homestage {
    position: relative;
}

.logo_adarte_homestage {
    width: 17%;
	max-width: 250px;
	min-width: 150px;
	margin: 1%;
}

.sublogo_homestage {
    margin-bottom: 2%;
	margin-top: -1%;
    position: relative;
}

.logo_paola_homestage {
    width: 20%;
	max-width: 320px;
	min-width: 230px;
	margin-left: 1%;
	margin-top:10px;
}

#menu_homestage {
	width: 16%;
	float: left;
	margin: 0px;
	max-width: 200px;
	min-width: 130px;
	margin: 10px 10px 10px 2%;
}

.menu_button_homestage {
    width: 97%;
	float: left;
	margin: 10% 2% 2% 2%;
	cursor: pointer;
}

.menu_button_homestage_img {
	width: 94%;
	margin: 1%;
	float: left;
}

.menu_button_homestage_click {
	background-color: #515658;
	display: none;
	opacity: 0.1;
	filter: alpha(opacity=10);
	width: 1.5%;
	margin: 0;
	position: relative;
	float: left;	
	top: 0;
	left: 0;
}

#content_homestage {
    color: Cornsilk;
    background-color: transparent;
    height: 100%;
}

#content_homestage_container_title {
	background-color: rgba(81, 86, 88, 0.6);
	color: Cornsilk;
	font-size: 32px;
	margin: -10px 0 10px -10px;
	opacity: 0.3;
	padding: 0 0 0 10px;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

#content_homestage_scroll{
	margin: 0;
	padding: 0;
	width: 100%;
}

#content_homestage_container {
    height: 70%;
    margin-left: 25%;
    margin-top: -2%;
    position: absolute;
    width: 50%;
	background-color: rgba(0, 0, 0, 0.7);
    border-bottom: 1px solid #000000;
    box-shadow: 4px 0 7px #000000;
    max-height: 490px;
    min-height: 200px;
    /*z-index: -1;*/
	float: left;
	display: none;
	padding: 2%;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

.content_div_homestage {
	display: none;
}

.content_title {
	font-size: 1.4em;
	color: Cornsilk;
	font-weight: 700;
	font-family: 'Oswald',Lucida Fax,Helvetica,sans-serif;
}

.content_body, .content_body p, .content_body a, .content_body a:visited {
	font-size: 1.2em;
	color: Cornsilk;
	font-family: 'Oswald',Lucida Fax,Helvetica,sans-serif;
	margin-bottom:11px;
}

#homestage_social {
	margin-top: 3%;
	margin-left: 3%;
	widows: 50%;
}

.homestage_social_button {
    width: 3%;
	max-width: 50px;
	min-width: 35px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	cursor: pointer;
	margin-right: 7px;
    box-shadow: 2px 0 7px #000000;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
.homestage_social_button:hover {
	opacity: 0.99;
	filter: alpha(opacity=99);
}
.homestage_social_button_small {
    width: 2%;
	max-width: 28px;
	min-width: 22px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	cursor: pointer;
	margin-left: -3px;
}
.homestage_social_button_small:hover {
	opacity: 0.99;
	filter: alpha(opacity=99);
}

.homestage_alert {
  color: #333333;
  font-size: 1.3em;
  margin-top: 3%;
  position: relative;
}
.track-info {
  color: #6B6A66;
  font-size: 1.3em;
  margin-top: 0.6%;
  position: relative;
}
.homestage_copy {
    bottom: 1px;
    right: 6%;
    position: fixed;
    color:lightgray;
    font-size: 1.5em;
}
.homestage_alert {
  color: #6B6A66;
  font-size: 1.3em;
  margin-top: 0.4%;
  position: relative;
}

.site_archive_sidebar {
	text-align:center;
	font-size:2em;
	clear:both;
	float:right;
	color:#6D7076;
	margin:5px 10px 0 0;
	z-index:99;
	position:relative
}
.site_archive_item {
	margin:3px;
	width:20px;
	background-color: rgba(255, 255, 255, 0.2);
}
.site_archive_item a{
	color:#6D7076;
	text-decoration: none;
}

