/*
Theme Name: Eco
Theme URI: http://www.ecochoicewater.com/
Description: Theme based on ECO-Choice Water's website
Author: 800 Call-KC
Author URI: http://www.call-kc.com/
Tags: 

	This theme was designed and built by Jessica Sanders,
	for 800 Call-KC

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/*================================================
  =====                 Main                 =====
  ================================================*/
html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

html {
	margin: 0;
	padding: 0;
}
body {
	background: #fffffe url(images/bgt.jpg) repeat-x;
	margin: 0;
	padding: 0;
	font: normal 100% Garamond, "Times New Roman", serif;
	color: #004ea4;
}
a, a:link, a:active, a:visited {
	color: #4d94ff;
	text-decoration: none;
}
a:hover {
	color: #ff111a;
}
h1, h1 a {
	font: bold 150% Garamond, "Times New Roman", serif;
	text-decoration: none;
	}
h2, h2 a {
	font: bold 130% Garamond, "Times New Roman", serif;
	text-decoration: none;
}
h3, h3 a {
	font: bold 110% Garamond, "Times New Roman", serif;
	text-decoration: none;
}
h4, h4 a {
	font: bold 100% Garamond, "Times New Roman", serif;
	text-decoration: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
small {
	font-size: small;
}
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
	font-size: 0.9em;
	letter-spacing: .07em;
}

blockquote {
	font: italic 110% Garamond, "Times New Roman", serif;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
hr {
	display: none;
}

a img {
	border: none;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
select {
	width: 130px;
}

/*================================================
  =====               Classes                =====
  ================================================*/
.underline {
	text-decoration: underline;
}
.indent {
	margin-left: 5px;
	padding-left: 10px;
}
.red {color: #ff111a}
.bold {font: bold 100% Garamond, "Times New Roman", serif}
.returnform a {background: #fff; font-weight: bold; color: #0000ff; text-decoration: underline}

input.button {
	background: url(images/button.gif) no-repeat #4d94ff;  
	width: 100px;
	height: 30px; 
	border: 0px solid #FFFFFF; 
	cursor: pointer; 
	font: bold 110% Garamond, "Times New Roman", serif;
	color: #FFFFFF;
	margin: 5px 0;
	padding: 0;
}

/*for Share and Follow Widget*/
.followrap li, .socialwrap li, li.iconOnly, .row li, .iconOnly li, .socialwrap a {
	list-style-type: none;
	list-style: none;
	list-style-image: none;
}
.socialwrap ul {
	margin: 0 auto;
}


/*================================================
  =====                 Divs                 =====
  ================================================*/
#container {
	width: 1001px; /* odd number avoids 1px alignment problem in IE*/
	margin: 0 auto;
	padding-bottom: 195px; /*to push footer to bottom of page adding footer height plus padding on top and bottom*/
}
#head {
	width: 750px; /*to account for 1px prob*/
	height: 135px;
	margin: 0 auto;
	padding-top: 30px;
}
#topnav ul {
	list-style-type: none;
	width: 1000px; /*Change width if links are changed - also change in cart*/
	height: 33px;
	margin: 0 auto 10px 90px; /*Change left margin if links are changed - also change in cart*/
	padding: 10px;
	display: inline-block;
}
#topnav li {
	float: left;
	width: auto;
}
#topnav ul a {
	padding: .5em 1em;
	display: block;
	font: bold 85% Arial, sans-serif;
	color: #ff111a;
	text-transform: uppercase;
	text-decoration: none;
}
#topnav ul a:hover {
	color: #bb000a;
}
#content {
	width: 1001px;
	padding: 0 10px;
}
#side {
	margin: 0 20px;
	width: 250px;
	float: left;
}
#side ul {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}
.sidebot { /* Sides and bottom of box */
	margin: 0 auto;
	padding: 0 0 10px 0;
	width: 250px;
	height: auto;
	background: url(images/sbox-bot.gif) bottom no-repeat;
	list-style-type: none;
	text-indent: 10px;
	overflow: hidden;
}
#side ul li {
	 padding: 0;
}
#side ul h2 { /* Top of box */
	margin: 0 auto 10px auto;
	padding: 5px 0 0 0;
	width: 250px;
	height: 30px;
	background: url(images/sbox-top.gif) no-repeat;
	font-size: 120%;
	color: #004ea4;
}
#main {
	margin: 0;
	width: 710px;
	float: right;
}
#foot {
	position: relative;
	margin: -195px auto 0 auto; /*height plus padding on top and bottom*/
	width: 100%;
	height: 185px;
	position: relative;
	clear:both;
	background: url(images/bgb.jpg) repeat-x bottom left;
	text-align: center;
	padding-top: 10px;
}
#footnav {
	font: normal 85% Arial, sans-serif;
	color: #004ea4;
}
#footnav a:link, #footnav a:visited, #footnav a:active {
	font: normal 85% Arial, sans-serif;
	color: #4d94ff;
	text-decoration: none;
	text-transform: lowercase;
}
#footnav a:hover {
	font: normal 85% Arial, sans-serif;
	color: #4d94ff;
}
#wpinfo {
	margin: 0;
	padding-bottom: 10px;
	font-size: 85%;
	text-align: center;
}

/*=============================================================
  ==========                Clear Fix                ==========
  =============================================================*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*================================================
  =====            Default Classes           =====
  ================================================*/
h2.pagetitle {
	font-size: 1.6em;
	margin-top: 30px;
	text-align: center;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
.fixwidth {
	margin: 0 auto;
	width: 230px;
}
.entry p {
	font-size: 1.05em;
	}

.entry {
	line-height: 1.4em;
	}
.postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}
.entry p a:visited {
	color: #b85b5a;
}
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 10px;
}
small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}
.post {
	margin: 0 0 40px;
	text-align: justify;
}
.post hr {
	display: block;
}

.post {
	margin: 0;
}

.postmetadata {
	padding-top: 5px;
}

.postmetadata {
	margin: 30px 0;
}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/*================================================
  =====                 Lists                =====
  ================================================*/

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
ol li {
	list-style: decimal outside;
}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#searchform #s {
	width: 108px;
	padding: 2px;
}

#searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}


/*================================================
  =====               Comments               =====
  ================================================*/
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}


/*================================================
  =====               Calendar               =====
  ================================================*/
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
}
.center {
	text-align: center;
}

.hidden {
	display: none;
}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}


/*================================================
  =====               Captions               =====
  ================================================*/
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}