/* 
 ----------------------------------------------------------------
 Cascading Stylesheet 8 for some roqet pages (c) 2013 roqet.org.
 Permission to learn/borrow from this code is granted, please use
 creativity though, so that you don't duplicate this exactly.
 ----------------------------------------------------------------
*/

body {
	margin: 0px 0px 0px 0px;
	background-color: #fffbf0; 
}

.blankbar {
  padding-top: 30px;
}

blockquotepop {
	background: #f5f3ee url(./images/roqetORANGErounded.jpg) no-repeat bottom center;
	background-color: #fffbf0; 
	position: absolute;
	color: #f5deb3
	top: 5%;
	left: 35%;
	width: 280px;
	height: 265px;
	padding: 5px 5px 35px 20px;
	border: 0.5px solid #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: #600 0 1px 20px;
	-moz-box-shadow: #600 0 1px 10px;	
	-webkit-animation-name: pop;
	-webkit-animation-duration: .5s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in;
}

blockquote {
	background: #f5f3ee url(./images/rorange.jpg) no-repeat bottom center;
	background-color: #fffbf0; 
	position: absolute;
	color: #f5deb3
	top: 5%;
	left: 35%;
	width: 280px;
	height: 265px;
	padding: 5px 5px 35px 20px;
	border: 0.5px solid #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: #600 0 1px 20px;
	-moz-box-shadow: #600 0 1px 10px;	
}

form {
	font: 11px verdana, georgia, arial, helvetica, sans-serif;
	color: #f5deb3;
   	font-weight: bold;
}

header {
	font: 11px verdana, georgia, arial, helvetica, sans-serif;
	color: #f5deb3;
    	font-weight: bold;
  	padding-top: 180px;
}

p {
	font: 11px verdana, georgia, arial, helvetica, sans-serif;
	color: #f5deb3;
    	font-weight: bold;
}

a {
	color:#e8e8e8;
	text-decoration:none;
}

a:link {
	color: #e8e8g9;
}
a:visited {
	color: #e8e8g9;
}
a:hover { 
	color: #bd4232;
}

@-webkit-keyframes pop {
	from {
		-webkit-transform: scale(.1);
		opacity: 0;
	}
	85% {
		-webkit-transform: scale(1.05);
		opacity: 1;
	}
	to {
		-webkit-transform: scale(1);
	}
}
