/* 
Telly Chicago
base.css 
*/

/*/////// RESET ///////*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
/*address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}*/
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

/* Clearfix
/* -------------- */

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

.clearfix {
    /*display: inline-block;*/
    clear: both;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}



/*/////// LAYOUT ///////*/

#wrapper {
	background:white;
	border:2px solid #AAD0D3;
	margin:0 auto;
	margin-bottom:20px;
	margin-top:-2px;
	overflow:hidden;
	width:890px;
}

#content {
	background:white;
	float:left;
	clear:both;
	margin: 0;
	padding:20px 3px 3px 3px;
	position:relative;
	width:884px;
}

input:focus { outline: none;}



/*/////// TYPOGRAPHY ///////*/

body {
	background:transparent url(../images/bg_repeater.jpg) repeat scroll left top;
	color:#809da3;
	font:70.5%/15px Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:left;
}

h1{
	color:#00b7d2;
	font-size:180%;
	line-height: 1.1em;
}

h2{
	color:#2cb5d0;
	font-size:155%;
	margin-top:10px;
}

h2.press-title {
	background: #2CB5D0;
	clear: both;
	color: #FFFFFF;
	float: left;
	margin: 30px 0 15px -102px;
	padding: 8px 12px 8px 103px;
	display: inline;
}

h3{
	color:#2CB5D0;
	font-size:130%;
	margin-top:20px;
	padding:0 0 .5em;
}
.homesidebar h3, .retailstate h3 {
	margin-top:0;
}

h4{
	font-size:100%;
}

h5{
	font-size:90%;
}

h6{
	font-size:80%;
}

strong {
	font-size:100%;
	font-weight:bold;
}

a:link, a:visited {
	color:#2cb5d0;
	text-decoration:underline;
}
a, a:active { outline: none; }

a:hover {
	color:#289ab0;
	text-decoration:none;
}

p {
	line-height:14px;
}



/*/////// HEADER ///////*/

#header {

}

#logo {
	background:transparent;
	float:left;
	height:71px;
	margin:30px 0 0 40px;
	padding:0;
	width:95px;
}
/* IE Fix */
*html #logo {
	margin-left:20px;
}


/*////// MAIN CONTENT ///////*/

/* HOME MAIN CONTENT */
.homecontent .promo {
	background:white url(../images/promo.jpg) top left no-repeat;
	float:left;
	height:435px;
	margin: 0;
	position:relative;
	width:550px;
}

#titlehome {
	background:transparent url(../images/title_home.png) top left no-repeat;
	float:left;
	height:129px;
	margin:103px 0 5px 45px;
	width:129px;
}
/* IE Fix */
*html #titlehome { margin-left:20px; }

#descriptionhome {
	clear:both;
	color:#5D3B20;
	float:left;
	font-size: 15px !important;
	font-weight: bold;
	line-height: 18px;
	margin-left:45px;
	overflow:hidden;
	padding:0;
	text-align: center;
	width:129px;
}

#descriptionhome .button {
	margin-top:15px;
}
/* IE Fix */
*html #descriptionhome { margin-left:20px; }

#tempmessage {
	background:url(../images/freeship_75.jpg) top left no-repeat;
	bottom:0;
	cursor: pointer;
	height:0px;
	left:18px;
	overflow:hidden;
	padding-top:36px;
	position:absolute;
	width:268px;
}

/* PRODUCTS MAIN CONTENT */
.snugglecontent {
	background:white;
	float:left;
	min-height:435px;
	width:550px;
}
.snugglecontent #heroshot {
	border:7px solid #e9f3f5;
	height:276px;
	margin-left:33px;
	width:503px;
}

.eskimocontent {
	background:white;
	float:left;
	height:435px;
	width:550px;
}
.eskimocontent #heroshot {
	border:7px solid #e9f3f5;
	height:276px;
	margin-left:33px;
	width:503px;
}

.messycontent {
	background:white;
	float:left;
	height:435px;
	width:550px;
}
.messycontent #heroshot {
	border:7px solid #e9f3f5;
	height:276px;
	margin-left:33px;
	width:503px;
}

.stationerycontent {
	background:white;
	float:left;
	height:435px;
	width:550px;
}
.stationerycontent #heroshot {
	border:7px solid #e9f3f5;
	height:276px;
	margin-left:33px;
	width:503px;
}

#herodescription {
	font-size:105%;
	line-height:16px;
	margin:30px 0 30px 40px;
	padding-right:15px;
}
#herodescription p {
	line-height:16px;
	padding-top:.8em;
}
#herodescription .copy {
	font-size:110%;
}

/* POLICIES, ABOUT, PRESS, CONTACT, TERMS, RETAIL MAIN CONTENT */
.policiescontent, .aboutcontent, .presscontent, .contactcontent, .termscontent, .retailcontent, .errorcontent {
	overflow:hidden;
	/*float: left;*/
	padding:30px 100px 60px;
}
/* IE Fix */
*html .policiescontent, *html .aboutcontent, *html .presscontent, *html .contactcontent, *html .termscontent, *html .retailcontent, *html .errorcontent {
	margin-bottom:20px;
}


.policiescontent #intro, .aboutcontent #intro, .presscontent #intro, .contactcontent #intro, .termscontent #intro, .retailcontent #intro, .errorcontent #intro  {
	border:1px solid #e8f5f6;
	border-left:none;
	border-right:none;
	border-top:none;
	clear:both;
	float:left;
	font-size:110%;
	line-height:16px;
	padding:25px 0 40px 0;
	/*margin-bottom:30px;*/
	width:684px;
}
.retailcontent #intro {
	border-bottom:none;
}
*html .policiescontent #intro, *html .aboutcontent #intro, *html .presscontent #intro, *html .contactcontent #intro, *html .termscontent #intro, *html .retailcontent #intro, *html .errorcontent #intro  {
	margin-bottom:0;
}

.policiescontent #intro p, .aboutcontent #intro p, .presscontent #intro p, .contactcontent #intro p, .termscontent #intro p, .retailcontent #intro p, .errorcontent #intro p {
	font-size:105%;
	line-height:18px;
	padding-top:1em;
}

.errorcontent {
	text-align:center;
}

/* POLICIES MAIN CONTENT */

.copysection {
	float:left;
	margin-top:0;
	width:684px;
}
/* IE FIx */
*html .copysection {
	float:none;
	margin:0;
	padding:0;
}


/* RETAIL MAIN CONTENT */

.retailcontent .retailstate {
	border-top:1px solid #e8f5f6;
	border-left:none;
	border-right:none;
	float:left;
	clear:both;
	margin-bottom: 15px;
	padding:25px 0 0 30px;
	width:654px;
}

.retailcontent .retailstate h3 {
	margin-bottom:0px;
}

.retailcontent .retailstate .location {
	float:left;
	margin:10px 0 0 0;
	padding: 0 0 15px 10px;
	width: 145px;
}

.retailcontent .retailstate .intlocation {
	float:left;
	margin:10px 0 0 0;
	padding: 0 0 15px 10px;
	width: 200px;
}
/* IE Fix */
*html .retailstate {
	margin-top:-40px;
	padding-top:0;
}


/* PRESS MAIN CONTENT */

.presscontent p {
	font-size: 105%;
	line-height: 1.3em;
}

#blog-posts, #print-posts, #event-posts {
	clear: both;
	overflow: hidden;
	padding: 10px 0 30px 0;
	width: 684px;
}

.blog-post {
	float: left;
	height: 150px;
	width: 228px;
}

.post {
	border-bottom:1px solid #e9f3f5;
	float:left;
	padding:40px 0 50px 0;
	width:auto;
}

#print-posts .post .thumb {
	float: left;
	margin: 0 20px 0 0;
	width: 170px;	
}

#print-posts .post .copy {
	float: left;
	padding: 20px 0 10px;
	width: 494px;	
}

/*.post h1 {font-weight:bold;}*/
.post .date {color:#809DA3; padding-bottom:15px;}

.img_discription {
	background: white url(../images/angle_arrow.gif) right 40% no-repeat;
	font-size:10px !important;
	float:left;
	padding-right:15px;
}
#event-posts .post img {clear:both;padding-top:20px;}


/*////// SIDEBAR ///////*/

/* HOME SIDEBAR */
.homesidebar {
	background:white;
	float:left;
	height: 435px;
	margin: 0;
	padding: 0;
	width:334px;
}

.homesidebar #topbox {
	background:white url(../images/featured_flywithme2.jpg) 100% 0 no-repeat;
	height:210px;
	margin-top:-3px;
	padding:10px 0 0 32px;
}
.homesidebar #topbox .title {
	background:url(../images/title_main.png) 0 0 no-repeat;
	height:0;
	overflow:hidden;
	padding-top:38px;
	width:158px;
}

.homesidebar #botbox {
	background:white url(../images/img_sale-dunegrass.jpg) 100% 150% no-repeat;
	clear:both;
	height:182px;
	margin-top:1px;
	padding:35px 0 0 32px;
}
.homesidebar #botbox .title {
	background:url(../images/title_main.png) 0 -38px no-repeat;
	height:0;
	overflow:hidden;
	padding-top:32px;
	width:116px;
}

.homesidebar .copy {
	width:160px;
}

/* PRODUCT SIDEBAR */
.productsidebar {
	background:white;
	float:right;
	padding:0 35px;
	width:264px;
}

.productsidebar p {
	padding-top:.8em;
}

.productsidebar #topbox {
	margin-bottom:10px;
	position:relative;
	text-align:center;
	width:100%;
}

#topbox #hero {
	padding-top:30px;
}

.productsidebar #topbox .title {
	background:url(../images/title_swatchviewer.gif) 50% 10px no-repeat;
	border-top:1px solid #e9f3f5;
	border-bottom:1px solid #e9f3f5;
	float:left;
	height:0;
	margin-top:7px;
	margin-bottom:5px;
	overflow:hidden;
	padding-top:32px;
	width:100%;
}
/* IE Fix */
*html .productsidebar #topbox .title {
	margin-bottom:0;
}

#swatchviewer {
	background:white;
	margin:15px 0;
	padding:0 7px;
}

#swatchviewer .swatch {
	background:#e8f5f6;
	float:left;
	height:55px;
	width:55px;
}
#swatchviewer .swatch:hover {
	background:#cbe3e5;
}

#swatchviewer .swatch#swatch1 { margin:0 5px 5px 0; }
#swatchviewer .swatch#swatch2 { margin:0 5px 5px; }
#swatchviewer .swatch#swatch3 { margin:0 5px 5px; }
#swatchviewer .swatch#swatch4 { margin:0 0 5px 5px; }
#swatchviewer .swatch#swatch5 { margin:5px 5px 5px 0; }
#swatchviewer .swatch#swatch6 { margin:5px; }
#swatchviewer .swatch#swatch7 { margin:5px; }
#swatchviewer .swatch#swatch8 { margin:5px 0 5px 5px; }
#swatchviewer .swatch#swatch9 { margin:5px 5px 5px 0; }
#swatchviewer .swatch#swatch10 { margin:5px; }
#swatchviewer .swatch#swatch11 { margin:5px; }
#swatchviewer .swatch#swatch12 { margin:5px 0 5px 5px; }
#swatchviewer .swatch#swatch13 { margin:5px 5px 0 0; }
#swatchviewer .swatch#swatch14 { margin:5px 5px 0 5px; }
#swatchviewer .swatch#swatch15 { margin:5px 0 0 5px; }

/* GIFTBOX CTA IMAGES */
#giftbox_sm, #giftbox_mm, #giftbox_ek, #giftbox_st {
	bottom:20px;
	clear:both;
	cursor:pointer;
	height:125px;
	position:absolute;
	right:25px;
	width:287px;
}
#giftbox_sm { background:url(../images/giftbox_sm.jpg) top right no-repeat; }
#giftbox_mm { background:url(../images/giftbox_mm.jpg) top right no-repeat; }
#giftbox_ek { background:url(../images/giftbox_ek.jpg) top right no-repeat; }
#giftbox_st { background:url(../images/giftbox_st.jpg) top right no-repeat; }

#giftbox_sm:hover, #giftbox_mm:hover, #giftbox_ek:hover, #giftbox_st:hover {
	background-position: bottom right;
}

/*////// BOTTOM BAR ///////*/

#botbar {
	background: white url(../images/botbar_repeater.gif) top left repeat-y;
	clear:both;
	color:white;
	float:left;
	height: 49px;
	line-height:1.3em;
	width:890px;
}
#botbar img {
	float:left;
}
/* IE FIx */
*html #botbar img#botbarbotcap {
	margin-top:8px;
}
*+html #botbar img#botbarbotcap {
	margin-top:7px;
}

#botbarleft {
	float:left;
	width:553px;
}

#botbarleft .icon {
	background:url(../images/botbar_estore_icon.gif) 0 0 no-repeat;
	float:left;
	height:31px;
	margin:6px 0 7px 21px;
	width:220px;
}
/* IE Fix */
*html #botbarleft .icon {
	margin-left:10px;
}

#botbarleft p {
	float:left;
	padding:9px 0 0 8px;
	width:165px;
}

#botbarright {
	float:left;
	width:331px;
}


/*////// FOOTER ///////*/

#newsletterbar {
	background: white;
	border-bottom:1px solid #E6EEEF;
	float:left;
	height:60px;
	height:86px;
	margin:25px 0 15px 32px;
	padding: 0 0 0 30px;
	position:relative;
	width:796px;
}
/* IE Fix */
*html #newsletterbar {
	height:40px;
	margin-left:16px;
	margin-bottom:15px;
	padding-bottom:15px;
}

#newsletterbar iframe {
	background: white !important;
	background-image: none !important;
	margin: 0;
	padding: 0;
}

#newslettertitle {
	background:url(../images/title_newsletter.gif) top left no-repeat;
	color:white;
	float:left;
	height:0;
	margin-top:10px;
	overflow: hidden;
	padding-top:20px;
	width:125px;
}

#newsletterform {	
	float:left;
}

#socialmedia {
	background:transparent;
	float:right;
	position:absolute;
	right:10px;
	top:2px;
	width:263px;
}

#socialmedia #desc {
	color: #3B5998;
	float:left;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px !important;
	line-height:13px;
	padding:4px 0 0;
	text-align:left;
}

#socialmedia .fb-like {
	float:left;
	padding:0 5px 0 0;
}

#newsletterbar p {clear: both; font-size:90%; padding-top:15px; text-align:center; }

#footer {
	clear:both;
	padding-bottom:25px;
}

p#copyright {
	text-align:center;
	width:100%
}

#footerlinks { font-size:100%; margin:15px 0 0;}
#footerlinks ul { text-align:center; }
#footerlinks ul li{ border-right:1px solid #809DA3; display:inline; padding: 0 8px; }
#footerlinks ul li.last { border:none; padding-right:0;}
#footerlinks ul li a, #footerlinks ul li a:visited { text-decoration:none; }
#footerlinks ul li a:hover { color:#289ab0; text-decoration:underline; }


/*////// BUTTONS ///////*/

.homecontent .promo .button a {
	background:url(../images/btn_rsg.png) 0 0 no-repeat;
	border:none;
	clear:both;
	cursor:pointer;
	float:left;
	height:0;
	overflow:hidden;
	padding:0;
	padding-top:27px;
	position: absolute;
	left:53px;
	top:282px;
	width:107px;
}

.homecontent .promo .button a:hover {
	background-position: 0 -27px;
}
/*IE Fix - button hover position*/
*html .homecontent .promo .button a {
	background:url(../images/btn_rsg.gif) 0 0 no-repeat;
}

#topbox .button a {
	background:url(../images/btn_learnmore.gif) 0 0 no-repeat;
	border:none;
	cursor:pointer;
	float:left;
	height:0;
	overflow:hidden;
	padding:0;
	padding-top:27px;
	margin:15px 0 0 0;
	width:94px;
}
#topbox .button a:hover {
	background-position: 0 -27px;
}

#botbox .button a {
	background:url(../images/btn_clearance.gif) 0 0 no-repeat;
	border:none;
	cursor:pointer;
	float:left;
	height:0;
	overflow:hidden;
	padding:0;
	padding-top:27px;
	margin:15px 0 0 0;
	width:86px;
}
#botbox .button a:hover {
	background-position: 0 -27px;
}

#botbarleft .button a {
	background:url(../images/btn_shop.gif) 0 0 no-repeat;
	border:none;
	cursor:pointer;
	float:right;
	height:0;
	overflow:hidden;
	padding:0;
	padding-top:27px;
	margin:10px 13px 0 0;
	width:112px;
}
#botbarleft .button, #botbarleft .button a:hover {
	background-position: 0 -27px;
}

#tagline {
	background: transparent url(../images/tagline.gif) top left no-repeat; 
	height:17px;
	margin: 14px 0 0 25px;
	text-align:center;
	width:291px;
}

#newsletterbar .button {
	background:url(../images/btn_signup.gif) 0 0 no-repeat;
	border:none;
	cursor:pointer;
	float:left;
	height:0;
	overflow:hidden;
	margin:0 0 0 10px;
	padding:0;
	padding-top:27px;
	width:89px;
}
/* IE Fix */
*html #newsletterbar .button {
	margin-left:5px;
}

#newsletterbar .button:hover {
	background-position: 0 -27px;
}

#newslettersignup {
	background: white;
	margin:10px 0 20px;
	width: 100%;
}

*html #newslettersignup {
	margin-bottom:10px;
}


/*////// HEADER IMAGES ///////*/


.contactcontent { padding-top:0; }
.contactcontent #heroimage {
	background:white url(../images/head_04_wide.jpg) top left no-repeat;
	height:360px;
	margin-bottom:10px;
	margin-left:-100px;
	margin-right:-100px;
	overflow:hidden;
	width:884px;
}


.aboutcontent { padding-top:0; }
.aboutcontent #heroimage {
	background:white url(../images/head_05_wide.jpg) top left no-repeat;
	height:360px;
	margin-bottom:10px;
	margin-left:-100px;
	margin-right:-100px;
	overflow:hidden;
	width:884px;
}



/*////// WUFOO FORMS ///////*/

.embed form, .embed body {
	background: white !important;
}

form.wufoo {
	margin:20px 20px 0;
	padding:0;
}

form.wufoo ul {
	background: white;
}

.noI form li, .noI form li.buttons, .altInstruct form li, .altInstruct form li.buttons {
	width:100% !important;
}

form li {
	clear:both;
	display:block;
	margin:0;
	padding:6px 5px 9px 5px;
}

.contactcontent #intro {
	margin-bottom:20px;
}	

.wufoo .info {
	display:none;
}

.wufoo label.desc {
	color:#2CB5D0;
	font-family:Arial;
	font-size:100%;
	font-weight:normal;
	text-align:right;
}

select.select[class] {
	margin:0;
	padding:1px 0;
	width:177px;
}

.noI .leftLabel label.desc, .noI .rightLabel label.desc {
	width:20%;
}

.noI .leftLabel .buttons input, .noI .rightLabel .buttons input {
	margin-left:142px;
}
/* IE Fix */
*html .noI .leftLabel .buttons input, *html .noI .rightLabel .buttons input {
	margin-left:158px;
}


form li.error p.error {
	display:none;
}

#errorLi {
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
	-webkit-border-bottom-left-radius: 0px 0px;
	-webkit-border-bottom-right-radius: 0px 0px;
	-webkit-border-top-left-radius: 0px 0px;
	-webkit-border-top-right-radius: 0px 0px;
	padding:8px 2px 9px;
	width:99% !important;
}

.wufoo li.focused div, .wufoo li.focused span, .wufoo li.focused div label, .wufoo li.focused span label, .wufoo li.focused label.desc {
	color:#809da3;
	font-family:Arial;
}

.buttons {
	clear:both;
	margin-top:0px;
	padding:0;
}

form#form2.wufoo .leftLabel .large, form#form2.wufoo .leftLabel textarea.textarea, form#form2.wufoo .rightLabel .large, form#form2.wufoo .rightLabel textarea.textarea, form#form2.wufoo .leftLabel li div.col, form#form2.wufoo .rightLabel li div.col, form#form2.wufoo .leftLabel li.complex div, form#form2.wufoo .rightLabel li.complex div {
	width:70%;
}


/* Newsletter Signup */


form#form2.wufoo #title3 span.req {
	display:none !important;
}

form#form2.wufoo .buttons #saveForm.submit {
	margin-left:0;
}

form#form2.wufoo .leftLabel .medium, form#form2.wufoo .rightLabel .medium, form#form2.wufoo input.medium, form#form2.wufoo input.select {
	width:100%;
}

form#form2.wufoo li, form#form2.wufoo li.buttons, .altInstruct form li, .altInstruct form li.buttons {
	width:200px !important;
}

form#form2.wufoo li.buttons {
	clear:none;
	float:left;
	margin:0;
	padding-top:5px !important;
	width:74px !important;
}

.leftLabel label.desc, .noI .rightLabel label.desc {
	width:15%;
	margin-right:5px;
}

.noI .leftLabel .buttons, .noI .rightLabel .buttons {
	padding-left:0 !important;
}

#form2 .leftLabel li div, .rightLabel li div {
	width:80% !important;
}

.noI .leftLabel .buttons div, .noI .rightLabel .buttons div {
	margin:0 0 0 5px !important;
}

form#form2.wufoo #fo2li3 {float:left;}

#title3 span {display:none;}

form#form2.wufoo li#errorLi {display:none;}
