*
Title: ReCork Custom
Version: 1.0
Authors: Matt Lambert, Greg Davidson
Date: December 8, 2009
Legal: Copyright 2009 Edge Marketing
*/

/* TABLE OF CONTENTS 

01. Layout
02. Type
03. Lists
04. Links
05. Forms

*/

/* 01 LAYOUT */

#container { 
 float: left;
}

#header-wrapper {
 background-color: #fff;
 float: left;
 width: 100%;
}

#header {
 float: left;
 padding: 0px 0px 20px 0px;
 width: 960px;
}

#logo {
 float: left;
 margin-left: 40px;
 padding-top: 20px;
 width: 300px;
}

#ticker {
 float: right;
 height: 16px;
 margin-top: 10px;
 text-align: right;
 width: 620px;
}

#nav {
 float: right;
 height: 34px;
 margin-top: 10px;
 text-align: right;
 width: 620px;
}

/*
#faq-ticker {
 background: url(http://wiki.yoursole.com/media/live/recork/images/home/faq-icon.png) top left no-repeat;
 float: left;
 height: 50px;
}
*/

#subnav-wrapper {
 background: url(http://wiki.yoursole.com/media/live/recork/images/subnav-bg.jpg) 0 0 repeat;
 float: left;
 width: 100%;
}

#subnav {
 padding: 1em 0;
 width: 960px;
 text-align: right;
}

#page-wrapper {
 background: url(../images/page-corks.jpg) top right no-repeat;
 float: left;
 width: 100%;
}

#page {
 margin-top: 40px;
 margin-left: 40px;
 width: 680px;
}

#page-title {
}

#page-body {
 margin-top: 40px;
}

#blog-sidebar {
 float: left;
 width: 200px;
}

#blog-body {
 float: right;
 margin-left: 40px;
 width: 440px;
}

.blog-entry {
 border-bottom: 1px solid #ccc;
 margin-bottom: 20px;
}

#home-feature-inner {
 padding: 40px;
}

#home-feature-nav {
 text-align: right;
}

#home-tiles {
 margin-top: 40px;
 width: 680px;
}

.tile-inner {
 padding: 40px;
}

.tile {
}

#dropoff-map-canvas {
  width: 646px;
  height: 364px;
  border: 1px solid #ccc;
}

.two-columns {
 float: left;
 width: 640px;
}

.two-col-left {
 float: left;
 width: 300px;
}

.two-col-right {
 float: left;
 margin-left: 40px;
 width: 300px;
}

.dropoff ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

.dropoff li {
 background: url(../images/get-involved/expand-icon.gif) 0 0 no-repeat;
 border-bottom: 1px solid #ccc;
 padding-bottom: 1em;
 padding-left: 25px;
 margin: 1em 0em;
}

#search-again {
 background: url(../images/get-involved/search.gif) 0 0 no-repeat;
 float: left;
 padding-left: 25px;
 margin-top: 1.5em;
}

#footer-wrapper {
 background-color: rgba(256,256,256,0.2);
 clear: both;
 float: left;
 margin-bottom: 40px;
 margin-top: 40px;
 width: 1400px;
}

#footer {
 clear: both;
 float: left;
 font-size: 0.75em;
 width: 920px;
 height: 60px;
}

#footer-inner {
 padding: 10px 0px 10px 0px;
}

#footer-nav {
 float: left;
 margin-left: 40px; 
}

#footer-sole {
 float: right;
}

#footer-sole ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

#footer-sole li {
 display: inline;
 color: #fff;
 float: left;
 font-weight: bold;
 line-height: 40px;
 margin: 0em 0em 0em 1em;
}

#footer-wrapper-two {
 background-color: #ccc;
 clear: both;
 float: left;
 /* margin-bottom: 40px; */
 margin-top: 40px;
 width: 100%;
}

#copyright {
 float: left;
 margin-left: 40px;
 font-size: 0.75em;
 color: #666;
 margin-bottom: 40px;
}

#copyright p.slideshow {
 color: #fff;
 margin-top:20px;
}

/* 02 TYPE */

#logo h1, #home-feature-content h2, #page h2 {
 display: none;
 text-indent: -9999px;
}

#page h3 {
 color: #600;
}

.blog-entry h3,
.blog-entry h3 a {
 line-height: 1.5;
}

#page h4 {
 color: #300;
 font-weight: normal;
}

.panel h4 {
 font-weight: normal;
}

#slide-two h4,
#slide-three h4,
#slide-five h4,
#slide-six h4 {
 color: #fff;
}

h5 {
 color: #600;
}

h5#cats {
 margin-top: 0;
}

/* 03 LISTS */

#nav ul { 
 list-style: none;
 margin: 0;
 padding: 0;
}

#nav li {
 display: inline;
 margin: 0em 0em 0em 0.5em;
}

#ticker ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

#ticker li {
 color: #993; 
 display: inline;
 margin: 0em 0em 0em 0.5em;
}

#ticker li#cork {
 background: url(http://wiki.yoursole.com/media/live/recork/images/home/cork.gif) top left no-repeat;
 font-size: 0.75em;
 font-weight: bold;
 padding-left: 14px;
}

#ticker li#tree {
 background: url(http://wiki.yoursole.com/media/live/recork/images/home/tree.gif) top left no-repeat;
 font-size: 0.75em;
 font-weight: bold;
 padding-left: 16px;
}

 ul#jquery_newsticker {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul#jquery_newsticker li {
 margin: 0; 
}

#subnav ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

#subnav li {
 display: inline;
 margin: 0em 0em 0em 0.5em;
}

#subnav li span {
 color: #fff;
 margin: 0;
}

#home-feature-nav ul {
 list-style: none;
}

#home-feature-nav li {
 display: inline;
 margin-right: 0.5em;
}

#footer-nav ul {
 list-style: none;
 margin: 0; 
 padding: 0;
}

#footer-nav li {
 display: inline;
 margin: 0em 1em 0em 0em;
 line-height: 40px;
}

#blog-sidebar ul {
 list-style:none;
 margin: 0;
 padding: 0;
}

#blog-sidebar li {
 margin: 0;
 padding: 0;
}

.mailist-pad {
 padding-left: 40px;
}


/* 04 LINKS */

#nav a, #nav a:link, #nav a:visited {
 color: #600;
 font-size: 0.75em;
 font-weight: bold;
 text-decoration: none;
}

#nav a:hover, #nav a:focus {
 color: #993;
}

ul#jquery_newsticker a:hover,
ul#jquery_newsticker a:focus {
 color: #fff;
}

#subnav a {
 color: #fff;
 font-size: 0.75em; 
 font-weight: bold;
 text-decoration: none;
}

#subnav a:hover {
 text-decoration: underline;
}

.learn-more-btn {
 background: url(../images/arrow-btn.png) 0 0 no-repeat;
 height: 30px;
 line-height: 30px;
 margin-top: 1.17em;
 padding-left: 35px;
}

.learn-more-btn a {
 color: #300;
 font-weight: bold;
 text-decoration: none;
}

#slide-two .learn-more-btn a,
#slide-three .learn-more-btn a,
#slide-five .learn-more-btn a,
#slide-six .learn-more-btn a {
 color: #fff;
}

#slide-two .learn-more-btn a:hover, 
#slide-two .learn-more-btn a:focus,
#slide-three .learn-more-btn a:hover,
#slide-three .learn-more-btn a:focus,
#slide-five .learn-more-btn a:hover,
#slide-five .learn-more-btn a:focus,
#slide-six .learn-more-btn a:hover,
#slide-six .learn-more-btn a:focus {
 color: #300;
}

.learn-more-btn a:hover, .learn-more-button a:focus {
 color: #600;
}

#footer a {
 color: #fff;
 font-weight: bold;
 text-decoration: none
}

#footer a:hover, #footer a:focus {
 color: #600;
}

#homepage #nav-home,
#about #nav-about,
#process #nav-process,
#get-involved #nav-get-involved,
#get-involved #subnav-consumers,
#get-involved #subnav-locations,
#get-involved #subnav-partners,
#sustainability #nav-sustainability,
#faqs #nav-faqs,
#blog #nav-blog { 
 color: #993;
}

/***------------------------------------
JS SLIDER
------------------------------------***/

noscript p, noscript ol { 
 color: #a00; 
}

noscript a { 
 text-decoration: underline; 
}

/* Most common stuff you'll need to change */

.coda-slider-wrapper { 
 float: left;
 width: 960px;
 clear: both; 
 overflow: hidden;
 height: 743px;
}

#slide-one {
 background: url(../images/home/slide01.jpg) 0 0 no-repeat;
 width: 1400px !important;
 height: 743px !important; 
}

#slide-two {
 background: url(../images/home/slide02.jpg) 0 0 no-repeat;
 width: 1400px !important;
 height: 743px !important; 
}

#slide-three {
 background: url(../images/home/slide03.jpg) 0 0 no-repeat;
 width: 1400px !important;
 height: 743px !important; 
}

#slide-four {
 background: url(../images/home/slide04.jpg) 0 0 no-repeat;
 width: 1400px !important;
 height: 743px !important; 
}

#slide-five {
 background: url(../images/home/slide05.jpg) 0 0 no-repeat;
 width: 1400px !important;
 height: 743px !important; 
}

#slide-six {
 background: url(../images/home/slide06.jpg) 0 0 no-repeat;
 width: 1400px !important;
 height: 743px !important; 
}


	
/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider { 
 /* height: 200px; */
 overflow: auto !important; 
 /* padding-right: 20px; */
}
	
/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel { 
 /* width: 2800px; */
} 
	
/* Tab nav */
	

.coda-slider .panel-wrapper { 
 width: 680px;
 height: 550px; /* to push footer down */
}

.coda-slider .panel-padding {
 padding: 40px;
}

.panel-padding h2 {
 display: none;
}

	
/* Preloader */
/* .coda-slider p.loading { padding: 20px; text-align: center } */

/* Don't change anything below here unless you know what you're doing */

/* Tabbed nav */
.coda-nav {
 float: left;
 width: 600px;
}

.coda-nav ul { 
 float: right;
 margin: 0;
 padding: 0;
}

.coda-nav ul li { 
 margin: 0;
 list-style: none;
 text-align: left;
 display: inline;
}

.coda-nav ul li a.current { 
 color: #c00;
}

.coda-nav ul li a { 
 background: url(../images/home/button.png) 0 0 no-repeat;
 color: #333; 
 display: block; 
 float: left;
 font-weight: bold;
 height: 32px; 
 line-height: 32px; 
 margin-right: 5px; 
 text-align: center;
 text-decoration: none;
 width: 32px;
}

.coda-nav ul li a.button-on {
 background: url(../images/home/button-on.png) 0 0 no-repeat;
 color: #fff;
}

	
/* Miscellaneous */

.coda-slider { 
 float: left; 
 overflow: hidden; 
 position: relative; 
}

.coda-slider .panel { 
 display: block; 
 float: left;
 }	

.coda-slider .panel-container { 
  position: relative;
}


/* Logo Links in the Footer */
.logo-link {
  display: block;
  text-indent: -9999px;
}

#sole-logo {
  width: 65px;
  height: 40px;
  background: url(../images/sole-logo-small2.png) top left no-repeat; 
}

#amorim-logo {
  width: 50px;
  height: 40px;
  background: url(../images/amorim-logo-small2.png) top left no-repeat; 
}

#portocork-logo {
 width: 82px;
 height: 40px;
 background: url(../images/portocork-logo-small.png) top left no-repeat;
}

/* 05. FORMS */

fieldset {
 border: 1px solid #ccc;
 margin-bottom: 2em;
 padding: 1em;
}

fieldset:hover {
 background-color: #f5f5f5;
}

legend {
 font-family: georgia;
 font-size: 1.5em;
 font-style: italic;
 font-weight: bold;
 padding: 0em 0.5em;
}

label { 
 display: block;
}

fieldset div {
 padding: 0em 2em;
}

form p {
 margin: 0;
}

input {
 clear: both;
 border: 1px solid #ccc;
 color: #000;
 font-size: 1em;
 margin-bottom: 2em;
 padding: 0.5em;
}

.error input {
  margin-bottom: 0.5em;
}

input.radio {
 padding: 0;
 margin: 0em 0.5em 0em 0em;
}

input.radio-last {
 padding: 0;
 margin: 0em 0.5em 2em 0em;
}

textarea {
 border: 1px solid #ccc;
 margin: 0em 0em 2em 0em;
 width: 90%;
 padding: 10px;
 height: 10em;
}

select {
 margin: 0em 0em 2em 0em;
}

input:focus,
textarea:focus {
 background-color: #333;
 color: #fff;
}

.error {
 background:#fbe3e4;
 border: 1px solid #fbc2c4;
 color:#8a1f11;
 margin: 1em 0;
 padding: 1em;
}

span.required, .help-text {
 color: #666;
 font-size: 0.75em;
 padding-left: 1em;
}

.error .help-text {
  padding-left: 0;
}

input.submit {
 background: #333;
 border: 1px solid #666;
 color: #ccc;
 font-size: 1.5em;
 font-style: italic;
 font-family: georgia;
 padding: 5px 10px;
}

form table {
 background: #fff;
 border: 1px solid #ccc;
 border-collapse: collapse;
 margin-bottom: 1em;
 margin-top: 1em;
 width: 100%;
}


form th {
 background: #ebebeb;
}

form th,
form td {
 border: 1px solid #ccc;
 border-collapse: collapse;
 padding: 0.5em;
 text-align: center;
}

form th.left,
form td.left {
 text-align: left;
}

form table input {
 margin: 0;
}

/*--- utility styles ---*/
.hide {
  display: none;
}

/*--- maps ---*/

.place-details { display:none; }
.bubble h4 {
  margin: 0;
  font-size: 14px;
  font-weight: bold
  text-decoration: underline;
  margin: 0;
  padding: 0;
}

.bubble p {
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.sign-up-form ul, .sign-up-form li {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
}

.sign-up-form input[type=text] {
  width: 385px;
}

.feed-link {
  background: url(../images/css/rss-icon.png) 100% 50% no-repeat;
  padding-right: 21px;
}













