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

 .footer a {
	color: #ffffff;
	line-height: inherit;
	list-style-type: none;
	font-size: 0.75em;
	text-decoration: none;
}
  .footer a:hover, a:focus {
	color: #2d014f;
}
.nextbutton {
	border:thin solid #F96;
	color: #F93;
	text-decoration: none;
	text-align: left;
	display: block;
	margin: 20px;
	height:37px;
	background-image:url(/images/button-large-arrow.gif) no-repeat;
	} 
 
 
 button #rock {
	background-image:url(/images/button-large-arrow.gif) no-repeat;
}


.button {
	display: inline-block;
	white-space: nowrap;
	background-color: rgba(255,255,255,.10);
	border: 1px solid #F93;
	font:  1.5em/2em Arial, Helvetica;
	text-decoration: none;
	color: #F93;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: .5em;
	padding-top: 0;
	padding-right: 1.5em;
	padding-bottom: 0;
	padding-left: 1.5em;
}

.button:hover {
    background-color: #F93;        
          
}

.button:active {
    position: relative;
    top: 1px;
}

.button:focus {
    outline: 0;
    background: #fff;
}    

.button:before {
    background: rgba(244,128,4,.9);
    float: left;        
    width: 1.5em;
    text-align: center;
    font-size: 1.5em;
    margin: 0 1em 0 -1em;
    padding: 0 .2em;
    box-shadow:  1.5px 0 0 rgba(255,102,0,.8);
    pointer-events: none;        
}

/* Hexadecimal entities for the icons */

.add:before {
    content: "\271A";
}
.menu:before {
	content: "\2630";}
.edit:before {
    content: "\270E";
	        
}



.delete:before {
    content: "\2718";        
}

.save:before {
    content: "\2714";        
}

.email:before {
    content: "\2709";        
}

.like:before {
    content: "\2764";        
}

.next:before {
    content: ">";
	color:#FFF;
}
.back:before {
    content: "<";
	color:#FFF;
}
.star:before {
    content: "\2605";
}

.spark:before {
    content: "\2737";
}

.play:before {
    content: "\25B6";
}
/*graphic images*/
.graphics{
	border:1px solid #999;
	padding:5px;
	margin-top:.5em;
	margin-bottom:.5em;
}
.butimage {
	display: inline-block;
	white-space: nowrap;
	background-color: #9a83b1;
	font:  1.5em/2em Arial, Helvetica;
	text-decoration: none;
	color: #FFF;
	margin: .5px; 
}

.butimage:hover {
    background-color: #450169;        
          
}

.butimage:active {
    position: relative;
    top: 1px;
}

.butimage:before {
    float: left;        
    width: 1.5em;
    text-align: center;
    font-size: 1.5em;
    pointer-events: none; 
	      
}.article_image {
	float: left;
	margin-right: 20px;
	clear: right;
	margin-top: 7px;
	margin-bottom:2em;
}
.buttonsmall {
	display: inline-block;
	white-space: nowrap;
	font:  1.5em/2em Arial, Helvetica;
	text-decoration: none;
	color: #F93;
	padding-top: .5em;
	padding-right: 0.5em;
	padding-bottom: 0;
	padding-left: 0.5em;
}
.buttonsmall:hover{ 
	color:#F93;
}
.buttonsmall:before {
	white-space: nowrap;
	text-decoration: none;
}


.phone:before {
    content: "\2706";
	color:#2d014f;
	font-size:3.5rem;
	text-decoration: none;        
}
.phone:hover {
    content: "\2706";
	color:#7b69a1;
	text-decoration: underline;        
}
.required{
	color:#F00;
	font-size:2rem:;
}#footer {
	padding-bottom: 200px;
	color:#FFF;
}
