@charset "UTF-8";


/* Additional JWS Styling */


.text-shadow1	{ text-shadow: #7ebebe 1px 0 }
.text-shadow2	{ text-shadow: #7ebebe 2px 0 }
.text-shadow3	{ text-shadow: #7ebebe 3px 0 }

.highlight_image1 	{ box-shadow:#999 2px 2px 2px; border-radius: 15px; text-align:center; }
.highlight_image2 	{ box-shadow:#999 2px 2px 2px; border-radius: 15px; text-align:center; border:#e1e1e1 solid 1px; }
.highlight_image3 	{ box-shadow:#999 2px 2px 2px; border-radius: 10px; text-align:center; border:#e1e1e1 solid 1px; }

.main_sub_title	{ color:#000; letter-spacing: 3px; border-top:#666 solid 2px; border-bottom:#666 solid 2px; }

.squash	{ line-height: 40%; }

.padleft { margin-left: 150px; }

.wrap_photo_l	{ float:left;
				margin: 5px;
				}
				
.wrap_photo_r	{ float:right;
				margin: 5px;
				 }

.center	{ text-align:center; }

/* classes to show some items on mobiles */
.screen-only { display: block; }
.mobile-only { display: none; }
@media screen and (max-width: 680px)
{
.screen-only { display: none; }
.mobile-only { display: block; }
}

.jws_brand	{ font-size: 12px; color:#999; }
.jws_brand a:link { font-size: 12px; color:#999 !important; }
.jws_brand a:visited { font-size: 12px; color:#999; }
.jws_brand a:hover { font-size: 12px; color:#7ebebe; }

/* For the honeypot capcha for spam check */
.thepot 		{ display:none; }
