
/* ==== Scroll down to find where to put your styles :) ==== */

/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #000; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

/*
    // ========================================== \\
   ||                                              ||
   ||               Your styles !                  ||
   ||                                              ||
    \\ ========================================== //
*/
body {
	background: #E8E7D5;
	line-height: 1.4;
}
div.container {
	width: 960px;
	margin: 0 auto;
}

header {
	height: 168px;
	width: 100%;
	color: #fff;
	border-bottom: 1px solid #fff;
	background-color: #DB233B;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.0, rgb(189,28,42)),
		color-stop(1.0, rgb(249,42,76))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(189,28,42) 0%,
		rgb(249,42,76) 100%
	);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.0, rgb(189,28,42)),
		color-stop(1.0, rgb(249,42,76))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(189,28,42) 0%,
		rgb(249,42,76) 100%
	);
	background-image: linear-gradient(
		center bottom,
		rgb(189,28,42) 0%,
		rgb(249,42,76) 100%
	);
	-pie-background: linear-gradient(
		center bottom,
		rgb(189,28,42) 0%,
		rgb(249,42,76) 100%
	);
	behavior: url("/elements/pie/PIE.htc");
}
header img {
	float: left;
}
header div.quote {
	font-size: 1.8em;
	padding: 10px 50px 20px 350px;
	text-shadow: 2px 2px 5px #111;
}
header div.quote span {
	font-weight: bold;
	font-size: 1.1em;
}
header div.phone {
	float: left;
	font-size: 1.6em;
	margin-left: 120px;
	text-shadow: 2px 2px 5px #111;
}
header div.email {
	float: right;
	font-size: 1.6em;
	margin-right: 50px;
	text-shadow: 2px 2px 5px #111;
}
header div.email a {
	text-decoration: none;
	color: #fff;
}
header div.email a:hover {
	text-decoration: underline;
}
nav {
	height: 40px;
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #2463AA;

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.0, rgb(20,83,154)),
		color-stop(1.0, rgb(55,118,189))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(20,83,154) 0%,
		rgb(55,118,189) 100%
	);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.0, rgb(20,83,154)),
		color-stop(1.0, rgb(55,118,189))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(20,83,154) 0%,
		rgb(55,118,189) 100%
	);
	background-image: linear-gradient(
		center bottom,
		rgb(20,83,154) 0%,
		rgb(55,118,189) 100%
	);
	-pie-background: linear-gradient(
		center bottom,
		rgb(20,83,154) 0%,
		rgb(55,118,189) 100%
	);
	behavior: url("/elements/pie/PIE.htc");
}

nav ul li {
	float: left;
}
nav ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	line-height: 40px;
	font-size: 1.5em;
	margin-right: 10px;
	padding: 0 11px;
	text-shadow: 2px 2px 2px #111;
}
nav ul li a:visited {
	color: #fff;
}
nav ul li a:hover {
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 0 10px;

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.0, rgb(24,24,24)),
		color-stop(1.0, rgb(61,61,61))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(24,24,24) 0%,
		rgb(61,61,61) 100%
	);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.0, rgb(24,24,24)),
		color-stop(1.0, rgb(61,61,61))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(24,24,24) 0%,
		rgb(61,61,61) 100%
	);
	background-image: linear-gradient(
		center bottom,
		rgb(24,24,24) 0%,
		rgb(61,61,61) 100%
	);
	-pie-background: linear-gradient(
		center bottom,
		rgb(24,24,24) 0%,
		rgb(61,61,61) 100%
	);
	behavior: url("/elements/pie/PIE.htc");
}
#main {
	margin-top: 15px;
	position: relative;
}
h1 {
	font-size: 1.5em;
	margin-bottom: 1em;
}
ul {
	margin-left: 1.5em;
}
section, aside {
	margin: 1em 0;
}
section > p, aside > p {
	margin: 0 0 1em;
}
section > ul, aside > ul {
	margin: 1em 0 1em 1.5em;
	font-size: 14px;
}

/*
ul#homepage-slider {
	width: 540px;
	height: 330px;
	overflow: auto;
}
ul#homepage-slider li {
	position: relative;
}
ul#homepage-slider li img {
	position: absolute;
	top: 0;
	left: 0;
}
ul#homepage-slider li p {
	position: absolute;
	bottom: 0;
	left: 0;
}
*/

section.vinylsign > div {
	background: url("/elements/images/vinyl-sign-sidebar-320x330.png") no-repeat;
	width: 320px;
	height: 330px;
	margin: 0 auto;
}
section.vinylsign > div h1 {
	font-size: 1.5em;
	color: #fff;
	padding: 5px 30px 0;
	text-align: center;
	text-shadow: 2px 2px 5px #111;
	border: 0;
}
section.vinylsign > div ul {
	list-style-image: url("/elements/images/blue-arrow-30x14.png");
	margin: 15px 10px 10px 50px;
}
section.vinylsign > div ul li {
	font-size: 1.4em;
	color: #1A59A0;
}
div.pricequote {
	width: 250px;
	height: 41px;
	margin: 0 auto;
}
div.pricequote a {
	display: block;
	width: 250px;
	height: 41px;
	background: #70AD0E url("/elements/images/price-quote-button.png") no-repeat;
	font-size: 1.5em;
	line-height: 41px;
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	box-shadow: 2px 2px 5px #111;
	border-radius: 8px;
}
div.pricequote a:hover {
	background: #70AD0E url("/elements/images/price-quote-button-hover.png") no-repeat;
	color: #000;
	box-shadow: 2px 2px 3px #111;
}
section.usagelist {
	position: relative;
}
section.usagelist h2 {
	color: #1A59A0;
	font-size: 1.1em;
	border-bottom: 1px solid #000;
}
section.usagelist ul {
	margin-top: 1em;
	margin-left: 1.5em;
	font-weight: bold;
}
section.usagelist img {
	margin-top: 1.4em;
	margin-bottom: -19px;
}
section.ourwork > div {
	width: 320px;
	margin: 0 auto;
}
section.ourwork h2 {
	color: #1A59A0;
	font-size: 1.5em;
	border-bottom: 2px solid #000;
}
section.ourwork ul {
	list-style-type: none;
	margin: 1em 0 0;
	padding: 0;
}
section.ourwork ul li {
	float: left;
	margin: 0 4px 0 0;
}
section.ourwork ul li img {
	border: 1px solid #000;
}
section.ourwork ul li.last {
	margin-right: 0;
}


div.examples {
	width: 320px;
	margin: 0 auto;
	overflow: auto;
}
div.examples h2 {
	color: #000;
	font-size: 1.2em;
}
div.examples ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.examples ul li {
	float: left;
	margin: 0 4px 0 0;
}
div.examples ul li img {
	border: 1px solid #000;
}
div.examples ul li.last {
	margin-right: 0;
}

h1 {
	color: #1A59A0;
	font-size: 1.5em;
	border-bottom: 2px solid #000;
}
p {
	margin: 1em 0;
	font-size: 14px;
}

form {
	overflow: auto;
	width: 100%;
	padding: 1em 0;
}

label {
	display: block;
	padding-bottom: 0.3em;
}
textarea {
	width: 90%;
	height: 4em;
}
label.inline {
	display: inline-block;
	padding: 0 1em 0 5px;
}
input[type=text] {
	width: 90%;
}
input[type=checkbox] {
	vertical-align: middle;
}
div.verify input {
	width: 60%;
	vertical-align: middle;
}
div.verify img{
	display: inline-block;
	vertical-align: middle;
}
div.formrow {
	overflow: auto;
	padding-bottom: 0.5em;
}
div.col2 {
	width: 50%;
	float: left;
}
div.col3 {
	width: 33%;
	float: left;
}
.city {
	width: 40%;
	float: left;
}
.state {
	width: 30%;
	float: left;
}
.zip {
	width: 22%;
	float: left;
}
img.ku-decal {
	display: block;
	margin: 1em auto;
}
#map {
  height: 500px;
  width: 350px;
  margin: 1em auto;
  border: 1px solid #000;
}
footer {
	height: 120px;
	width: 100%;
	color: #fff;
	border-top: 1px solid #000;
	background-color: #2C2C2C;

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.0, rgb(22,22,22)),
		color-stop(1.0, rgb(64,64,64))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(22,22,22) 0%,
		rgb(64,64,64) 100%
	);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.0, rgb(22,22,22)),
		color-stop(1.0, rgb(64,64,64))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(22,22,22) 0%,
		rgb(64,64,64) 100%
	);
	background-image: linear-gradient(
		center bottom,
		rgb(22,22,22) 0%,
		rgb(64,64,64) 100%
	);
	-pie-background: linear-gradient(
		center bottom,
		rgb(22,22,22) 0%,
		rgb(64,64,64) 100%
	);
	behavior: url("/elements/pie/PIE.htc");
}

footer .container {
	position: relative;
}
footer .container img.logo {
	position: absolute;
	right: 0;
	top: 10px;
}
footer nav {
	background: transparent;
	border: 0;
}
footer nav ul {
	list-style-type: none;
}
footer nav ul li {
	float: left;
}
footer nav ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	line-height: 40px;
	font-size: 1.2em;
	margin-right: 10px;
	padding: 0 10px;
}
footer nav ul li a:visited {
	color: #fff;
}

footer nav ul li a:hover {
	color: #BD1C2A;
	text-decoration: none;
	background: transparent;
	border: 0;
}
footer div.contact {
	font-size: 1.1em;
}
footer div.contact a {
	color: #fff;
}
footer div.contact a:hover {
	color: #BD1C2A;
}
footer div.contactinfo {
	font-weight: normal;
}
footer .copyright {
	padding-top: 0.6em;
	font-weight: normal;
}
.kilroy {
	height: 72px;
	width: 86px;
	position: absolute;
	top: 0;
	right: 0;
	overflow: clip;
}
.kilroy .before, .kilroy .after {
	position: absolute;
	top: 0;
	right: 0;
}
.kilroy .after {
	display: none;
}
.ourwork .button {
	position: relative;
	width: 320px;
	height: 30px;
	clear: both;
}
.ourwork .button a {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	background: url('/elements/images/see-our-work-button.png') no-repeat 0 0;
	width: 320px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
}
.ourwork .button a:hover {
	background: url('/elements/images/see-our-work-button.png') no-repeat 0 -32px;
}
/*
    // ========================================== \\
   ||                                              ||
   ||               End Your styles !              ||
   ||                                              ||
    \\ ========================================== //
*/

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
.ctalink {display:inline-block;margin-top:10px;background-color:#8a9ea4;color:#fff !important;padding:10px 20px;border-radius:10px;text-decoration:none;font-weight:bold;font-size:1.4em;}
.ctalink:hover {background-color:#b8c225;}