/*
Theme Name: JLL Base 2014
Theme URI: http://www.imaginuity.com
Author: Imaginuity
Author URI: http://www.imaginuity.com
Description: The underlying structure for all JLL sites signed up for 2014 campaign.
Version: 1.0 
*/

/* html5doctor.com Reset Stylesheet \\v1.6.1 \\ Last Updated: 2010-09-17 \\ http://richclarkdesign.com \\ @rich_clark */
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;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
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; }
/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1.5em 0; padding:0; clear: both;}
input, select { vertical-align:middle; }

/*
 *
 * Base Typography 
 *
 */
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; }

/*
 *
 * Base Styles 
 *
 */
body, select, input, textarea { 
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */ 
  color: #444; 
  /* set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */   
}
/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */ 
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
/* always force a scrollbar in non-IE */ 
html { overflow-y: scroll; }
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }
a, a:active, a:visited { color: #444; }
a:hover { color: #444; }
ul, ol { padding-left: 1.8em; }
ol { list-style-type: decimal; }
/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre { 
  padding: 15px; 
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}
textarea { overflow: auto; } /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */
/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
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; }
/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }
/* webkit browsers add a 2px margin outside the chrome of form elements */  
button, input, select, textarea { margin: 0; }
/* colors for form validity */
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; }
/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {width: auto; overflow: visible;}
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {-ms-interpolation-mode: bicubic;}

/*
 *
 * Nonsemantic Base Styles 
 *
 */
/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; } 
/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden { position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }
/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }
/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
} 
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

/*
 *
 * Media queries for responsive design
 * These follow after primary styles so they will successfully override. 
 *
 */
@media all and (orientation:portrait) { 
  /* Style adjustments for portrait mode goes here */
}
@media all and (orientation:landscape) { 
  /* Style adjustments for landscape mode goes here */
}
/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {  
  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you
     j.mp/textsizeadjust 
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

/*
 *
 * Base Print Styles, inline to save the HTTP request
 *
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/*
 *
 * Structure
 *
 */
#page {
	display: block;
}
#primary {
	margin: 0;
}
#content {
	margin: 0;
}
#main .widget-area {
	float: left;
	overflow: hidden;
	width: 190px;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*
 *
 * Header
 *
 */
#site-title {
	font-size: 2em;
	font-weight: bold;
	margin: .67em 0;
}
#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}


/*
 *
 * Menu
 *
 */
#access:after {content:"";display:block;height:0;visibility:hidden;clear:both;}
#access {
	background: #eee;
	display: block;
	margin: 0 auto 1em;
	width: 100%;
	zoom: 1;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li li {float: left; position: relative;}
#access a {
	display: block;
	line-height: 2em;
	padding: 0;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	color: #fff;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access ul ul a:hover {
	background: #000;
}
#access ul li:hover > ul {
	display: block;
}


/*
 *
 * Content
 *
 */
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	margin: 0 0 1em;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice {
	background: #FFF;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}


/*
 *
 * Images
 *
 */
a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
img.alignright {
	margin-left: 1.5em;
	margin-bottom: 1.5em;

}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}


/*
 *
 * Forms
 *
 */
#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/*
 *
 * Comments
 *
 */
article.comment {
	display: block;
}
#respond input[type=text] {
	float: left;
	margin: 0 1em 0 0;
	width: 60%;
}
#respond .comment-form-comment label {
	display: none;
}
#respond textarea {
	margin: 0 1em 1em 0;
	float: left;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/*
 *
 * Widgets
 *
 */
.widget {
	display: block;
	padding: 0 1em;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}


/*
 *
 * Footer
 *
 */


img { -ms-interpolation-mode:bicubic; }
html {overflow-y: scroll;}
body {
	padding: 0 !important;
	margin: 0 !important;
	font-family: Corbel,"Lucida Grande","Lucida Sans Unicode","Lucida Sans","DejaVu Sans","Bitstream Vera Sans","Liberation Sans",Tahoma,sans-serif;
	color: #514e4a;
}
#page {background: 50% 0 repeat-y white;}
#page-wrapper {background: 50% -107px no-repeat; margin-bottom: 16px;}
body.home #page-wrapper {background-position: 50% -7px;}
.container {width: 980px; margin: 0 auto;}
#page .container {padding-bottom: 16px;}
#page-wrapper-header {background: 50% -7px no-repeat;}
#page-wrapper-header .container {padding-bottom: 0;}
#page-wrapper-interior {padding-top: 32px;}
body.home #page-wrapper-interior {padding-top: 0;}
body.home #page .container {padding-bottom: 0;}
body.home #page #content article {margin: 0;} 

#access {padding: 20px 12px 20px 7px; width: 961px; margin-bottom: 24px; background: #abb423 top left repeat-x;}
#access h1,
.skip-link {position: absolute; left: -9999px;}
#access li {
	float: left;
	padding-left: 5px; padding-right: 24px;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
}
#access li ul {display: none;}
#access li a:link,
#access li a:visited,
#access li a:active {color: #FFF;}
#access li a:hover {text-decoration: underline;}
#access .menu-item-search {float: right; position: relative; padding-right: 0;}
#access .menu-item-search a {padding-right: 19px; background: 100% 7px url('img/access-search-icon.png') no-repeat;}
#access .menu-item-search a.expanded {background-position: 100% -18px} 
#access .menu-item-search div {z-index: 100; display: none; background: #DDD; position: absolute; top: 23px; right: 0; padding: 10px; white-space: nowrap;}
#access .menu-item-search input {margin: 0; width: 169px; border: 1px solid #444; padding: 1px; height: 16px; display: inline-block; *display: inline; zoom: 1;} 
#access .menu-item-search input.submit {width: auto; background: #444; color: white; text-transform: uppercase; font-size: 11px; height: 20px;}

#branding:after {content:"";display:block;height:0;visibility:hidden;clear:both;}
#branding {
	zoom: 1;
	width: 980px;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Tahoma, sans-serif;
	min-height: 183px; overflow: hidden;
}
body.home #branding {padding-bottom: 0;} 
#branding,
#branding a:active,
#branding a:link,
#branding a:visited {color: #5e8297;}
#branding #site-title {
    fZZZZont-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
    font-size: 32px;
    width: 286px;
    float: left;
    margin: 0 0px;
}
#branding h1#site-title a {text-decoration: none; color: #3e4a50;}
#mall-location {float: left; width: 150px; margin-right: 0px; margin-bottom: 12px; text-transform: lowercase;}
#mall-location div {padding-left: 25px; text-indent: -25px;}
#mall-hours {float: left; width: 167px; margin-bottom: 12px; line-height: 18px;}
#mall-follow h4,
#mall-hours h4 {font-size: 14px; font-weight: bold; line-height: 20px; color: #5e8297;}
#mall-follow {float: right; width: 185px; margin-bottom: 12px; font-size: 11px;}
#mall-follow h4 {padding-left: 16px; padding-bottom: 5px;}
#mall-follow a.mall-follow-icon {width: 53px; text-decoration: none; float: right; background: transparent top center no-repeat; padding-top: 22px; text-align: center;}
#mall-follow.one {width: 128px;}
#mall-follow.two {width: 128px;}
#mall-follow.three {width: 159px;}
#mall-follow.four {width: 212px;}
#mall-follow.five {width: 265px;}
#mall-follow.six {width: 324px;}
#mall-follow.seven {width: 377px;}
#mall-follow-facebook a.mall-follow-icon {background-image: url('img/icon-facebook.png');}
#mall-follow-twitter a.mall-follow-icon {background-image: url('img/icon-twitter.png');}
#mall-follow-email a.mall-follow-icon {background-image: url('img/icon-email.png');}
#mall-follow-scoop a.mall-follow-icon {background-image: url('img/icon-scoop.png');}
#mall-follow-text a.mall-follow-icon {background-image: url('img/icon-text.png');}
#mall-follow-app a.mall-follow-icon {background-image: url('img/icon-app.png');}
#mall-follow-movie a.mall-follow-icon {background-image: url('img/movie-icon.png');}
#mall-follow-pinterest a.mall-follow-icon {background-image: url('img/pinterest-icon.png');}

body.home #primary:after {content:"";display:block;height:0;visibility:hidden;clear:both;}
body.home #primary {zoom: 1; margin-bottom: 16px; padding: 3px 3px 3px 12px; width: auto; float: none;}
.retail-feed {float: left;} 
#content .retail-feed h2,
#secondary .retail-feed h2 {padding: 0 0 16px; font-size: 14px; font-weight: normal; font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
    letter-spacing: 0px;
    text-indent: 0;
    text-transform: none;
}
.retail-feed h2 a {text-decoration: none;}
.retail-feed h2 a:hover {text-decoration: underline;}
.retail-feed ul {list-style: none; margin: 0; padding: 0 10px 0 0;}
.retail-feed li:after {content:"";display:block;height:0;visibility:hidden;clear:both;}
.retail-feed li {zoom: 1; margin-bottom: 12px; border-bottom: 1px solid #d4d8d8; padding-bottom: 12px; position: relative; font-family: Arial, sans-serif;}
.retail-feed li p a:after {content:"";display:block;height:0;visibility:hidden;clear:both;}
.retail-feed li p a {zoom: 1; display: block; text-decoration: none; color: #7c7a74;}
.retail-feed li img {float: left; clear: left;}
.retail-feed li img.channel {position: absolute; top: 32px; left: 31px;}
.retail-feed li div {overflow: hidden;}
.retail-feed li p {font-size: 12px; float: right; color: #7c7a74; margin: 0; line-height: 16px;}
.retail-feed li p span {color: #0e7c99; text-decoration: none;}
html body #content .retail-feed h2,
html body #content .retail-feed li p {margin-bottom: 0;}

html body #secondary .retail-feed li a {
	text-decoration: none;
    margin: 0;
    width: auto;
}


body.home aside.retail-feed {width: 300px; padding-top: 8px;}
/*
body.home aside.retail-feed #slider-wrapper {width: 13px; float: right; border: 0; background: url(img/retail-slider-track.gif) top center repeat-y; padding: 4px 0 9px;}
body.home aside.retail-feed #slider {height: 265px; border: 0; background: none; width: 13px;}
body.home aside.retail-feed #slider a {border: 0; background: transparent url(img/retail-slider-handle.png) 50% 50% no-repeat !important; width: 13px; height: 13px; left: 0;}
body.home aside.retail-feed .viewer {height: 279px; overflow: hidden; position: relative;}
body.home aside.retail-feed .content-conveyor {position: relative;}
*/

div#retail-feed-scroller {height: 279px; overflow: auto; width: 303px;}
div#retail-feed-scroller .scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}
div#retail-feed-scroller .vscrollerbase {
    background: repeat-y center top transparent;
    border: 0 none;
    width: 13px;
	background-image:url("img/retail-slider-track.gif");
}
div#retail-feed-scroller .vscrollerbar {
	background:  repeat-y center top transparent;
	height: 13px !important;
	width: 13px;	
   padding: 11px 13px;
   background-image: url("img/retail-slider-handle.png");	
}
div#retail-feed-scroller .vscrollerbasebeg {background: top center no-repeat; width: 13px; height: 11px !important;}
div#retail-feed-scroller .vscrollerbaseend {background: top center no-repeat; height: 11px; width: 13px;}
body.home aside.retail-feed ul {width: 273px;}
body.home aside.retail-feed li, 
body.home aside.retail-feed li div { height: 48px;}
body.home aside.retail-feed li p {width: 210px;}  

html body.home #secondary {padding-left: 0;}
html body.home #secondary .secondary-item.retail-feed {padding-right: 16px; height: auto; overflow: hidden; position: relative; width: 210px}
body.home #secondary .retail-feed ul {height: 229px; overflow: hidden; zoom: 1; margin-bottom: 0;}
body.home #secondary .retail-feed li div {height: 100px; zoom: 1;}
body.home #secondary .retail-feed li {padding-left: 0; text-indent:0; margin-bottom: 12px; padding-bottom: 12px;}
body.home #secondary .retail-feed li p {width: 146px; margin-bottom: 0;} 

body.page-template-page-offers-php #primary h1 {
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 2em;
    text-transform: uppercase;
	padding-left: 60px;
}
body.page-template-page-offers-php #main {background-position: 327px;}
body.page-template-page-offers-php #content article {width: 680px; margin-bottom: 0;}
body.page-template-page-offers-php #primary {width: 680px;}
body.page-template-page-offers-php #secondary {width: 280px;}
body.page-template-page-offers-php .retail-feed {padding-top: 8px;}
body.page-template-page-offers-php .retail-feed ul {width: auto; padding: 0; vertical-align: top;}
body.page-template-page-offers-php #primary .retail-feed ul {width: 680px;}
body.page-template-page-offers-php #primary .regional-offers {margin-left: 60px; width: 620px; color: #7C7A74;}
body.page-template-page-offers-php .retail-feed ul li {display: inline-block; *display: inline; *zoom: 1; width: 280px; vertical-align: top; margin-left: 60px;}
body.page-template-page-offers-php .retail-feed li div {height: 48px;}
body.page-template-page-offers-php .retail-feed li p {width: 210px; margin-bottom: 0;}
body.page-template-page-offers-php #secondary .retail-feed ul li {padding-left: 0; text-indent: 0; padding-bottom: 12px; margin-bottom: 12px;}

body.home #content article {width: 650px; height: 330px; float: right; background-color: transparent;}
article header {width: auto;}

#primary {float: right; width: 760px;}
#secondary {float: left; width: 178px; padding-left: 12px;}


body.home #secondary:after {content:"";display:block;height:0;visibility:hidden;clear:both;}
body.home #secondary {zoom: 1; padding: 8px 0; float: none; width: 100%;}
body.home #secondary .secondary-item {list-style: none; width: 210px; height: 272px; float: left; padding-left: 16px; border-left: 1px solid #D6D6D4; margin-left: 16px;} 
body.home #secondary .secondary-item.first {border: 0; margin-left: 0;}
body.home #secondary .secondary-item.final {margin-left: 0; float:right; width: 211px;}

#secondary h3 {font-weight: bold; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 2em;}
#secondary h3 a {text-decoration: none;}
#secondary h3 a:hover {text-decoration: underline;}
#secondary p {margin-bottom: 1em;}
#secondary ul {list-style: none; margin: 0; padding: 0;}
#secondary ul.menu {margin: 0;}
#secondary li {list-style: none; margin: 0; padding-left: 25px; padding-bottom: 5px; text-indent: -25px;}
#secondary li a {display: block; margin: 0 0 2em; width: 164px;}
#secondary li li a {display: block; margin: 0; }
#secondary ul.menu li {font-weight: bold; letter-spacing: 2px; text-transform: uppercase; padding: 0; text-indent: 0;}
#secondary ul.menu ul {margin-top: 0em;}
#secondary ul.menu li li {font-weight: normal; letter-spacing: 0px; margin-bottom: 5px; text-transform: none;}
#secondary ul.menu li li li {display: none;} 

#secondary ul#nav-secondary li a {display: block; margin: 0; width: 139px;}

#secondary li a {text-decoration: none; }
#secondary li a:hover {text-decoration: underline; }


#content:after {content:"";display:block;height:0;visibility:hidden;clear:both;}
#content {zoom: 1;}
#main:after {content:"";display:block;height:0;visibility:hidden;clear:both;}
#main {zoom: 1; background: url(img/main-separator.png) 190px 0 repeat-y; min-height: 350px; _height: 350px;}
body.home #main {background: none; min-height: 500px; _height: 500px;}
body.tax-imagtaxonomystorecategory #main,
body.store-index #main {background-image: url(img/main-separator-directory.png);}
body.single-imagstore #main {background-image: url(img/main-separator-store.png);}

#content article {width: 540px; margin-bottom: 1.5em}
body.page-template-page-two-column-php #content article {width: 760px;}
body.page-template-page-two-column-php #content article .entry-content {width: 260px; float: left;}
body.page-template-page-two-column-php #content article .entry-content-supp {margin-left: 20px; width: 260px; float: left;}
#content header h1 {
    fZZZZont-family: Cambria,"Hoefler Text",Utopia,"Liberation Serif","Nimbus Roman No9 L Regular",Times,"Times New Roman",serif;
    font-size: 24px;
    margin-bottom: 18px;
}


#tec-events-loop div.sp_events {margin-bottom: 1.5em; font-size: 13px;}


footer .container:after {content:"";display:block;height:0;visibility:hidden;clear:both;}
footer .container {zoom: 1; background:#01395a; padding: 16px 0; color: #ffffff; font-size: 12px; margin-top: 16px;}

#colophon {float: left; width: 700px;}
#colophon #managed {float: left; margin: 0px 36px 0px 52px;}
#colophon .menu ul {margin: 0; padding: 6px 0 3px; list-style: none;}
#colophon .menu ul li {display: inline-block; *display: inline; *zoom: 1; padding-right: 15px;}
#colophon .menu ul li a {text-decoration: none; color:#ffffff;}
#colophon .menu ul li a:hover {text-decoration: underline;}
#colophon small {float: left;}
#colophon .custom {clear:both; padding-top: 12px;} 


#nav-utility {width: 196px; float: right; line-height: 20px;margin-right:74px;}
#nav-utility h4 {font-size: 14px; font-weight: normal;}
#nav-utility .menu ul {margin: 0; padding: 6px 0 3px; list-style: none;float:right;}
#nav-utility .menu ul li {list-style: none; float:left;}
#nav-utility .menu ul li a {text-decoration: none; color: #ffffff;}
#nav-utility .menu ul li:after{content:"|";padding:0.5em;}
#nav-utility .menu ul li:last-child:after{content:'';}
#nav-utility .menu ul li a:hover {text-decoration: underline;}


div.google_maps {height: 435px; overflow: hidden; border: 1px solid #444;}
div.google_maps div {margin-top:-3px;}
div.google_maps div iframe {width: 538px; height: 438px;} 

#content table {margin-bottom: 1.5em;}
#content th,
#content td {text-align: left; padding: 0 12px 12px 0;}
#content table.mall-hours th {padding: 12px 12px 12px 20px; min-height: 36px;}
#content table.mall-hours td {padding: 12px 20px 12px 12px;}
#content table.mall-hours td.final {min-height: 20px; text-transform: lowercase;}

#content #searchform {margin-left: auto; margin-right: auto; width: 420px;}
#content #searchform input#s {width: 325px; margin: 0; font-size: 16px; padding: 5px;}
#content #searchform input#searchsubmit {float: right;}

body.store-index #content {background: url(img/content-separator.png) 380px 0 repeat-y;}
body.store-index #content table {width: 350px; float: right; font-size: 12px;}
body.store-index #content table.first {width: 350px; float: left;}
XXXbody.store-index #content table tr .first {padding-left: 60px; background: url(img/content-separator.png) 30px 0 repeat-y;}
body.store-index #content table.first tr .first {padding-left: 6px; background-image: none;}
body.store-index #content table.first tr .final {}
body.store-index #content th {text-align: left; padding: 6px 6px; white-space: nowrap;}
body.store-index #content td {text-align: left; padding: 9px 6px 9px; min-height: 40px;}
body.store-index #content td h4 {font-weight: normal;}
body.store-index #content th.store-location,
body.store-index #content td.store-location {text-align: center;}
body.store-index #content th.location,
body.store-index #content td.location {text-align: left;}
body.store-index #content th.store-name,
body.store-index #content td.store-name {width: 150px;}
body.store-index #content td.store-name span {display: block;}
body.store-index #content th.location,
body.store-index #content td.location {width: 70px; text-align: center;}
body.store-index #content th.store-category,
body.store-index #content td.store-category {width: 130px;}
body.store-index #content th.store-location,
body.store-index #content th.store-name,
body.store-index #content th.store-category {font-size:11px;font-weight:normal;text-transform:uppercase;}

body.store-index #content div.category {XXXmax-height: 32px; XXXoverflow: hidden;}
#secondary a.map-pdf {vertical-align: middle; background: top left no-repeat; width: 89px; height: 25px; display: inline-block; *float: left; *display: block; overflow: hidden; text-indent: -9999px; margin-bottom: 2em; background-image:url("img/view-map.png");}

 
body.single-imagstore #content {background: url(img/content-separator.png) 410px 0 repeat-y;}
body.single-imagstore #content article header img {margin-bottom: 25px; }
body.single-imagstore #content article header h1 img {margin-bottom: 0;}
body.single-imagstore #content article header h1 {
	margin-bottom: 12px;
	font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
	font-size: 24px;
}
body.single-imagstore #content article {width: 385px; float: left;}
body.single-imagstore aside {width: 315px; float: right; clear: right;}
body.single-imagstore #store-follow {height: 25px; overflow: hidden; margin-bottom: 18px;}
body.single-imagstore #store-follow-facebook {width: 88px; float: left;}
body.single-imagstore #store-follow-twitter {float: left; width: 88px; position: relative; background: url('img/icon-twitter.png') 0 2px no-repeat; height: 25px;}
body.single-imagstore #store-follow-twitter a {overflow: hidden; display: block; width: 51px; height: 23px; float: left; position: absolute; top: 1px; left: 24px; text-indent: -9999px; background: url('img/button-twitter.png') top left no-repeat;}
body.single-imagstore #store-follow-twitter a:hover {background-position: 0 -23px;}
body.single-imagstore #store-data-location {*zoom:1;}
body.single-imagstore #store-data-location p.address {margin-bottom: .75em;}
body.single-imagstore #store-data-location span.location {margin-right: 16px; *float: left;}
body.single-imagstore a#map-pdf {vertical-align: middle; background: top left no-repeat; width: 89px; height: 25px; display: inline-block; *float: left; *display: block; overflow: hidden; text-indent: -9999px; margin-bottom: 4px;}
#secondary #printable-directory-pdf {padding-top: 2em;}
#secondary #printable-directory-pdf a {background: top left no-repeat; width: 157px; height: 26px; display: block; overflow: hidden; text-indent: -9999px;background-image:url("img/printable-directory.png");}

#content tr.alternate {background-color:#ededed;}

body.single-imagstore .store-data {padding-bottom: 12px;}
body.single-imagstore #store-data-web a {text-decoration: none; vertical-align: middle;}

body.single-imagstore aside.retail-feed li {margin-bottom: 0; border: 0;}
body.single-imagstore aside.retail-feed li,
body.single-imagstore aside.retail-feed li div {height: auto; max-height: 48px; overflow: hidden;}
body.single-imagstore aside.retail-feed a {text-decoration: none;}
body.single-imagstore aside.retail-feed li img.channel {position: relative; top: 4px; left: 0;}
body.single-imagstore aside.retail-feed li p {width: 275px;}  

body.single-imagstore aside h3 {font-weight: bold; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 1em;}
body.single-imagstore aside {margin-top: 1.5em; border-top: 1px solid #d4dbdc; padding-top: 1.5em;}
body.single-imagstore aside.first {margin-top: 0; padding-top: 0; border-top: 0;}


#content h2 {
    font-weight: bold;
    letter-spacing: 2px;
    padding: 0;
    text-indent: 0;
    text-transform: uppercase;
}

body.search-results #main {background: none;}
body.search-results h2 {margin-bottom: .25em;}
body.search-results div.entry-summary p { margin-bottom: .25em;}
body.search-results article footer a { text-decoration: none;}
body.search-results article footer a:hover { text-decoration: underline;}

body.job_listing-index #content h2,
body.tax-jobtypecategory h2 {margin-bottom: .25em;}
body.job_listing-index div.entry-content p,
body.tax-jobtypecategory div.entry-content p { margin-bottom: 0em;}

form.specialty li.gsection {margin-top: 20px; border-width: 1px 0 0 !important; border: 1px solid #dedddc; padding-top: 1em;}
form.specialty li h2.gsection_title {font-size: 13px; font-weight: bold; letter-spacing: 2px; margin-bottom: 2em;}
html body .gform_wrapper .left_label li.gfield_html_formatted {margin-left: 0; font-weight: bold;}
form.specialty li.yes-no ul.gfield_radio li {float: left; width: 60px;}
#content .gform_wrapper form ul ul.gfield_radio {margin-bottom: 0;}
.gform_wrapper form ul ul.gfield_radio li {margin-bottom: 0;}
li.mall-one,
li.mall-three {background: transparent !important; margin-bottom: 0 !important; padding-bottom: 14px; padding-left: 20px;}
form.specialty .mall-two {padding-left: 20px;}
form.specialty .specialty-previous-mall-location {margin-top: 1.5em; padding-top: 1em;}
form.specialty .specialty-previous-mall-location.mall-two {padding-left: 20px; padding-top: .5em;}
form.specialty .specialty-previous-mall-location.mall-three {margin-top: 2em;}
.gform_wrapper form.specialty li.specialty-address {margin-bottom: 5px;}
.gform_wrapper form.specialty li.specialty-address2 label {visibility: hidden;}

html body .gform_wrapper .validation_error {font-size: 13px; border: 1px dotted; margin-bottom: 2em; padding: 6px 6px 4px !important;}
html body .gform_footer {text-align: right; width: 91%;}
html body .newsletter .gform_footer {width: 67%;}
html body .gform_wrapper .gform_footer.left_label,
html body .gform_wrapper .gform_footer.right_label { padding-left: 0;}
#content a.button,
#content input#searchsubmit,
html body .gform_footer input.button {
	text-decoration: none;
    background: #444;
    color: #FFF;
    font-size: 13px;
    text-transform: uppercase;
    width: auto;
	border: 0;
	display: inline-block; *display: inline; zoom: 1;
	padding: 6px;
}
#content a.button:hover,
html body .gform_footer input.button:hover {text-decoration: underline;}
#content a.button {margin: 0 10px;}
html body .gform_footer input.button:hover {color: #FFF;}
.gform_edit_link {display: none;}
html body #gforms_confirmation_message {background: white; border: 0; line-height: 1.5em; padding: 20px;}

/* temp */
article h2 {margin-bottom: 1.5em;}
article p {margin-bottom: 1.5em;}
p {line-height: 1.75em}
#content ol, 
#content ul {margin-bottom: 1.5em; }
li, p {line-height: 1.75em}







body.page-template-page-full-php #content article {width: 760px;}
body.page-template-page-full-php #content article header:after {content:"";height:0;display:block;visibility:hidden;clear:both;}
body.page-template-page-full-php #content article header {zoom:1;}
body.page-template-page-full-php #content article header img {margin-bottom: 3em; padding-right: 1.5em; float: left; width: 230px; height: 135px;} 
body.page-template-page-full-php div.retail-feed {padding-top: 8px;}
body.page-template-page-full-php div.retail-feed ul {width: auto; padding: 0; vertical-align: top;}
body.page-template-page-full-php div.retail-feed ul li {display: inline-block; *display: inline; *zoom: 1; width: 230px; vertical-align: top; margin-left: 30px;}
body.page-template-page-full-php div.retail-feed li div {height: 48px;}
body.page-template-page-full-php div.retail-feed li p {width: 160px; margin-bottom: 0;}
body.page-template-page-full-php div.retail-feed ul.retailers li {margin-left: 20px; position: relative; left: -20px;}
body.page-template-page-full-php div.retail-feed ul.center li {width: 350px; margin-left: 20px; position: relative; left: -20px;}
body.page-template-page-full-php div.retail-feed ul.center li p {margin-bottom: 0; width: 285px;}
body.page-template-page-full-php div.retail-feed li {font-family: Corbel,"Lucida Grande","Lucida Sans Unicode","Lucida Sans","DejaVu Sans","Bitstream Vera Sans","Liberation Sans",Tahoma,sans-serif;}
/*
body.page-id-999  .entry-content {width: 790px; position: relative; left: -30px;}
body.page-id-1001 .entry-content {width: 820px; position: relative; left: -60px;}
body.page-id-1001 .retail-feed ul li {width: 340px; margin-left: 60px;}
body.page-id-1001 .retail-feed ul li p {width: 280px;}
*/


/*   Custom styles for imag_sales_offers    */
.imag_sale_offer{
	overflow:visible !important;
	max-height:none !important;
		
}

.shareEmail{
		height:31px;
		width:71px;
		background:url(img/social-left.png) no-repeat;
		float:left;
		padding:6px 0px 0px 6px;
		margin-right:-6px;
}
.shareFacebook{
		height:31px;
		width:71px;
		background:url(img/social-mid.png) no-repeat;
		float:left;
		padding:6px 0px 0px 8px;
		margin-right:-8px;
}

.shareTwitter{
		height:31px;
		width:72px;
		background:url(img/social-right.png) no-repeat;
		float:left;
		padding:6px 0px 0px 6px;
		
}
.OffersOnHomeHeader{
		background:url(img/the-line.png) no-repeat;
		height:27px;
		width:220px;
}

html body.home #secondary .secondary-item.retail-feed{
	padding-left:10px;	
}

body.home #secondary .retail-feed ul{
	padding-left:6px;	
	padding-top:13px;
}
body.home #secondary .OffersHomeTTL,
body.home #secondary .InTheKnowHomeTTL{
	float:left;	
	width:105px;
	padding-top:4px;
	text-align:center;
	cursor:pointer;
}

body.home #secondary .InTheKnowHomeTTL{
	color: #9E1F63;
}

body.home #secondary .OffersHomeTTL{
	color:none;
}

body.home #secondary #HomeSalesUL li{margin-bottom:10px; padding-bottom:0px; border-bottom:none;}

body.home #secondary #HomeSalesUL .ViewAllOffers div{float:right;}
body.home #secondary #HomeSalesUL .ViewAllOffers a{text-decoration:underline;}

body.home #secondary #HomeSalesUL li div .HomeOffersStore{color: #9E1F63;display:inline-block;}

body.home #secondary .OffersIcon{background:url(img/icon-offers.png) no-repeat; height:19px !important; width:20px;clear:left;float:left;padding-right:7px;}
body.home #secondary .ScoopIcon{background:url(img/icon-scoop.png) no-repeat; height:19px !important; width:20px;clear:left;float:left;padding-right:7px;}
body.home #secondary .retail-feed li .HomeOfferText{height:auto; line-height:1.2em;};

#page-wrapper {background-image: url(img/page-background.jpg)}

body.home #page-wrapper, #page-wrapper-header {background-image: url(img/page-background-home.jpg)}