/*#############################################################
Name: Deep Red
Date: 2006-08-28
Description: A two-column layout with a touch of red.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #003d00 url(bgbody.gif) repeat-y center top;
	font: normal 0.7em Tahoma,Verdana,sans-serif;
}
div a {
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}
h1 {
	color: #444;
	font: normal 2em sans-serif;
	margin: 0px 0 0 0;
}
code {
	background: url(/web/20190125205836im_/http://qwiklubes.com/templates/qwiklube/img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #D91623;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(/web/20190125205836im_/http://qwiklubes.com/templates/qwiklube/img/quote.gif) no-repeat;
	color: #555;
	display: block;
	font: bold 1.2em "Trebuchet MS",serif;
	margin: 6px 0;
	padding-left: 28px;
}

/* structure */
.main {
	width: 680px;
	margin: 0 auto;
}
.main_left {
	float: left;
	padding-top: 6px;
	width: 420px;
}
.main_right {
	border-top: 6px solid #FFF;
	float: right;
	width: 254px;
}
.footer {clear: both;}

/* misc */
.left {
	float: left;
}
.right {
	float: right;
}
.header,.link_projects,.lbl,.link_updates a {
	border-bottom: 6px solid #FFF;
}
div.link_projects a:hover,div.link_updates a:hover, .content a:hover, div.footer div.left a:hover {
	background: #005bff;
	color: #FFF;
}
.tbl {
	border: 1px dashed grey;
	margin: 1px;
	padding: 2px;
	font-size: 0.9em;
	color: #222;
}
.componentheading {
	visibility: hidden;
}
.mapborder {
	border: 1px solid lightgrey;
	padding: 5px 0px 5px 10px;
}

/* logo */
.header {
	background: #D91623 url(/web/20190125205836im_/http://qwiklubes.com/templates/qwiklube/img/bgheader.gif) repeat-x;
	height: 180px;
}
.header h1 {
	margin: 0;
	padding: 124px 0 0 24px;
	font: normal 2.2em Verdana,sans-serif;
}

/* main navigation */
.link_menu {
	background: #CC2224 url(/web/20190125205836im_/http://qwiklubes.com/templates/qwiklube/img/grdnt_red.png) repeat-x;
	margin-bottom: 15px;
}
.link_menu a {
	border-bottom: 1px solid #FFF;
	display: block;
	font: bold 0.9em Verdana,sans-serif;
	height: 18px;
	padding: 6px 0 0 10px;
	text-decoration: none;
}
.link_menu a:hover {background: #444;}

/* projects */
.lbl {
	background: #222 url(bglbl-tall.gif) repeat-x;
	clear: both;
	color: #FFF;
	font: normal 1.0em "Lucida Sans Unicode",sans-serif;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
	padding: 0 3px 0 3px;
}
.link_projects a {
	display: block;
	height: 100px;
	text-align: center;
	color: #FFF;
	padding-top: 24px;
	width: 124px;
	font-size: 0.9em;
	font-family: sans-serif;
}
.link_projects a span {
	font: normal 5em sans-serif;
}
a.g1 {
	background: #888;
}
a.g2 {
	background: #666;
	border-left: 6px solid #FFF;
}

/* updates */
.link_updates {
	background: #222 url(/web/20190125205836im_/http://qwiklubes.com/templates/qwiklube/img/grdnt_gray.gif) repeat-x;
}
.link_updates .lbl {
	border-top: 3px solid #FFF;
	height: 150px;
	line-height: 22px;
}
.link_updates a {
	clear: right;
	display: block;
	font: normal 0.9em "Trebuchet MS",sans-serif;
	height: 30px;
	padding: 6px 0;
	text-align: left;
}
.link_updates a span {
	float: left;
	font: normal 1.5em Verdana,sans-serif;
	letter-spacing: -1px;
	margin-left: 10px;
	margin-top: 3px;
}

div.link_updates a:hover,div.link_updates a:hover {
	text-decoration: underline;
}

/* content */ 
.content {
	color: #444;
	font-family: Verdana,sans-serif;
	line-height: 1.3em;
	padding: 0 10px 10px; 
}
.content a {
	color: #FD1C24;
}
.content p {
	margin: 4px 0 10px 0;
}
.content .descr {
	color: #666;
	margin-bottom: 6px;
}
.content li {
	list-style: url(li.gif);
	margin-left: 18px;
}

/* testimonials */
.testimonial {
	margin: 10px 0 10px 10px;
	border: 1px solid #CCC;
}
.testimonial .title {
	font-weight: bold;
}
.testimonial .author {
	color: #999;
	font-style: italic;
}
.testimonial .content {
}

/* footer */
.footer {
	color: #666;
	clear: both;
	padding-top: 20px;
}
.footer .right a {
	background: #2A2A2A;
	color: #555;
	padding: 1px 3px;
}
.footer .right a:hover {
	background: #383838;
	color: #999;
}
.footer .left a {
	color: #777;
}
.footer .left {
	border-top: 1px solid #F0F0F0;
	padding: 9px 0 9px 9px;
	width: 407px;
}
.footer .right {
	margin-right: 8px;
	padding: 9px 0;
	text-align: right;
	width: 220px;
}
/*
     FILE ARCHIVED ON 20:58:36 Jan 25, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 03:46:38 Apr 07, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 80.383
  exclusion.robots: 0.134
  exclusion.robots.policy: 0.123
  RedisCDXSource: 1.656
  esindex: 0.01
  LoadShardBlock: 50.49 (3)
  PetaboxLoader3.datanode: 187.267 (5)
  CDXLines.iter: 23.819 (3)
  load_resource: 271.235 (2)
  PetaboxLoader3.resolve: 67.183 (2)
*/
