/* @override http://sponsor.local.uxbooth.com/stylesheets/styles.css */

/* @override http://sponsor.local.uxbooth.com/stylesheets/styles.css */

/* @override http://sponsor.local.uxbooth.com/stylesheets/styles.css */

/* @override http://ads.uxbooth.com/stylesheets/styles.css */

/* @override http://ads.uxbooth.com/stylesheets/styles.css */

/* @override http://ads.uxbooth.com/styles.css */

/*
Author: Andrew Maier
Author URI: http://designerandrew.com/
*/

/* @group Base */

/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, header, footer, section, article, aside, nav {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

header, footer, section, article, aside, nav {
  display: block;
}

/* @end */

body {
  font-family: "WhitneyBook", "Lucida Grande", Lucida, Verdana, sans-serif;
  color: #262626;
  background-color: #29393c;
}

.site-width {
  width: 800px;
  margin: 0 auto;
  position: relative;

 /*background: url(images/grid.png) !important;*/
}

.site-width:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}



/* @end */

/* @group Typography */


a{
  color: #a52300;
}

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	margin-top: 2.5em;
	margin-bottom: 0.5em;
	font-weight: 500;
	color: #111;	
	clear: both;
}

h3{
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

sup{
	font-size: 0.5em;
	position: relative;
	top: -1em;
	margin-right: -0.25em;
}

p{
  margin-bottom: 1.25em;
  line-height: 1.5em;
}

p:last-child{
	margin-bottom: 0;
}

ol li{
	list-style-type: decimal;
	margin-left: 1.1em;
	padding-left: 1em;
}

strong{
	font-weight: bold;
  
}

span.ampersand,
span.alternate {
  font-family: Adobe Caslon Pro, "Baskerville", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  text-transform: lowercase;
  letter-spacing: 0.1em;
  margin-top: -0.33em;
  display: inline-block;
}

span.article{
  font-style: italic;
	text-transform: lowercase;
	letter-spacing: normal;
}



/* @end */

/* @group Header */

header#header{
  background: #324349;
/*background:  -webkit-gradient(linear, 0% 40%, 0% 100%, from(#455455), to(#3c4a4b));*/
  min-height: 200px;
}

#header h1{
  float: left;
  width: 170px;
  height: 133px;
  margin-bottom: -78px;
  margin-left: -30px;
  margin-top: -5px; 
  z-index: 2;
  position: relative;
  margin-right: 28px;
  display: none;
}

#header h1 a {
  display: block;
  height: 100%;
  background: url(images/logo.png);
  text-indent: -9999em;
}

/* @end */

/* @group Breadcrumbs */

section#breadcrumbs{
  min-height: 36px;
  margin-bottom: -192px;
  border-top: 1px solid rgba(255,255,255,0.15);
}


/* @end */

/* @group Article */

article {
	background: #f0f0f0;
  border: 5px solid white;
  -webkit-border-radius: 12px;
-moz-border-radius: 12px;
	-webkit-box-shadow: -3px 3px 0 rgba(0,0,0,0.175);
	-moz-box-shadow: -3px 2px 0 rgba(0,0,0,0.175);
	margin-bottom: 2em;
}

article header{
  background: #eee url(images/pinstripe.png);
background: url(images/pinstripe.png),  -webkit-gradient(linear, 0% 50%, 0% 100%, from(#f0f0f0), to(#ccc));
  -webkit-border-top-left-radius: 9px;
  -webkit-border-top-right-radius: 9px;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-topleft: 9px;
	height: 120px;
	padding-top: 30px;
	position: relative;
	text-align: center;
}

article header h1 {
  background: url(images/advertising.png);
  width: 670px;
  height: 143px;
  margin-bottom: -2em;
  position: absolute;
  left: 50%;
  bottom: 18px;
  margin-left: -332px;
  z-index: 2;
}

article header h1 span{
	display: none;
}

article header span#with-the-fine{
	position: absolute;
	white-space: nowrap;
	bottom: -2em;
	left: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
   letter-spacing: 0.2em;
  color: #888;
  padding: 0.25em 0;
  line-height: 20px;
  background: #161616;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#222), to(#111));
;
  width: 100%;
  text-indent: -2em;
  
}

article header span.leading-copy{
display: none;
}

article header span#with-the-fine a{
	color: #959595;
	text-decoration: none;	
	z-index: 3;
	position: relative;
	-webkit-transition: 0.25s all linear;
	-moz-transition: 0.25s all linear;
}

article header:hover span#with-the-fine a{
	color: #ddd;
  
}

article header span#with-the-fine a:hover{
	text-decoration: underline;
}

article header span#with-the-fine a span#ux{
	text-transform: lowercase;
	font-size: 1.5em;
	font-style: italic;
	letter-spacing: normal;
	font-weight: 500;
	margin-right: -0.2em;
	
}

article section{
  padding: 90px 80px 20px 80px;  
}



/* @end */

ul {
  margin: 0 -40px;
}

ul li{
	width: 200px;
	display: inline-block;
	margin-right: 16px;
	background: #ddd;
	text-align: center;
	padding: 10px;
	vertical-align: top;
	font-size: 0.85em;
}

ul li:nth-child(3n){
	margin-right: 0;

}

ul li h3{
	margin-top: 0;
	color: #aaa;
}


ul li img{
	margin-bottom: 1em;
	background: #ccc;
}

p.intro{
	font-size: 1.25em;
}

abbr{
  border-bottom: 1px dotted #888;
  margin: 0 0.2em 0 0.15em;
  font-variant: small-caps;
}

span.subtle{
  font-size: 0.85em;
}


img#gary {
	display: inline-block;
	margin-left: -100px;
	margin-top: 6px;
	margin-right: 80px;
	margin-bottom: 40px;
}

img#ux-booth-logo {
	float: right;
	margin-top: 20px;
	margin-left: 40px;
	margin-right: -15px;
	margin-bottom: 40px;
}

article > footer{
	padding: 20px 40px 30px;
	margin: 0 40px;
	border-top: 2px solid #ccc;
	color: #888;
}

article > footer h3{
	display: none;
}

form{
  background: #ddd;
  color: #33361b;
  margin: 2em 0;
  padding: 40px 40px 30px;
  position: relative;
  display: inline-block;
  width: 280px;
}

fieldset legend span{
	position: absolute;
	top: -0.5em;
	left: 40px;
	color: #999;
	font-size: 1em;
	background: #fff;
	padding: 0.25em 20px;
}

form label{
	display: block;
	margin-bottom: 0.25em;
	color: #555;
}

form input{
	border: 1px solid #ccc;
	font-size: 1.25em;
	margin-bottom: 1em;
	padding: 0.25em;
	color: #555;
	font-family: inherit;
}

form input:focus{
	color: #111;
}

button{
  border: 1px solid #728001;
  color: #eee;
  -webkit-border-radius: 0.5em;
-moz-border-radius: 0.5em;
padding: 0.67em 1em 0.6em 1em;
background: #728000;
  background: -webkit-gradient(linear, 0% 0%, 0% 60%, from(#99a34b), to(#728000)), -moz-gradient(linear, 0% 0%, 0% 60%, from(#99a34b), to(#728000));
  font: inherit;
  line-height: 1em;
  text-transform: uppercase;letter-spacing: 0.2em;
  font-size: 0.85em;
}

button:hover{
background: #99a34b;
}

button:active{
  background: -webkit-gradient(linear, 0% 0%, 0% 70%, from(#728000), to(#99a34b));
  color: #bfc494;
}


footer#footer {
	color: #788486;
	font-size: 0.85em;
}

#site-map{
  margin-bottom: 1em;
  display: block;
}

footer#footer a{
	color: inherit;
	margin-right: 0.4em;
	text-transform: lowercase;
	border-bottom: 1px solid #555;
	text-decoration: none;
}

footer#footer ul li{
	margin-right: 1em;
}




