/*
Theme Name: Flow
Theme URI: http://robgoodlatte.com/
Description: Experimental Web Typography.  Type dynamically re-sizes to maintain ideal line length.
Version: 0.2
Author: Rob Goodlatte
Author URI: http://robgoodlatte.com/
Tags: dark, blue, custom header, liquid width, two columns, widgets

*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 13px;
	line-height: 130%;
	vertical-align: baseline;
	background: transparent;
}

 ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}


.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}

body {
  background: #cecece;
  text-align: center;
  font-family: "Arial", Helvetica Neue, Helvetica, sans-serif;
  font-weight: normal;
  color: #222222;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

a {
  color: #222;
  text-decoration: underline;
}

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

p {
  margin: 0 0 1em 0;
}

span.more_arrow {
  font-size: 13px;
  color: #bdd0e6;
}
.alignright {
  float: right;
}

img.alignright {
  margin: 0 0 .8em .8em;
}

.alignleft {
  float: left;
}

img.alignleft {
  margin: 0 .8em .8em 0;
}

blockquote {
  display: block;
  margin: 0 0 0 2em;
}

#content li ul li,
#content li ol li {
  margin-left: 2.5em;
}

#content dd {
  margin-left: 2.5em;
}

#page {

 width: 950px;
 background: #fff;
  margin: 0 auto;
height:680px;
}

#header {
  background: #ebffe4 url('i/top.gif') top center no-repeat;
  width: 950px;
  height: 102px;
  margin: 0;
  padding: 0 0 0 0;
}

#navigation {
  width: 918px;
  height: 34px;
  background: url('i/menubg.jpg');
  margin: 0 0 0 0;
  padding-left: 32px;

}

#navigation ul{height: 20px;
}
#navigation li{height: 20px;
}

hr#menubottom{
position: relative;
bottom: 22px;
}

img#cart{
position: relative;
right: 10px;
bottom: 2px;
}

img#phone{
position: relative;
left: 10px;
bottom: 2px;
}

#navigation li {
  color: #222;
  display: block;
  float: left;
  font-size: 13px;
  font-weight: bold;
  padding: .5em .5em;
  letter-spacing: -.5px;
}

#navigation li a {
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	 }


#navigation li.current_page_item {
 
}

#navigation li.current_page_item a {
  color: #39b54a;
}

#container,
#header_container,
#navigation ul {
  width: 950px;
  text-align: left;
  margin: 0 auto;

}

#header_container {
  padding: .9em 0 0 0;
}

#flizz{
position:relative;
z-index: 100;
}


#content {
	margin-left: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
  	width: 900px;
 	float: left;

}

#content small {
  font-size: 13px;
}

#content ul li,
#content ol ul li {
  list-style-type: square;
}

#content ul > li {
  list-style-type: square !important;
}

#content ol li,
#content ul ol li {
  list-style-type: decimal;
}

#content ol > li {
  list-style-type: decimal !important;
}

#footer {
  color: #222;
  clear: left;
  padding: 0;
  font-size: 12px;
}

#footer a {
  color: #aaa;
  background-color: #fff;
}

#footer a:hover {
  text-decoration: none;
}

#footer img {
  margin-bottom: -5px;
  margin-left: 2px;
}

h1 a,
h1 {
  color: #000000;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

h1 a:hover {
  color: #bccfcf;
}

h1 {
  display: block;
}



.description {
  display: block;
   font-family: "Arial", Helvetica Neue, Helvetica, sans-serif;
  font-style: italic;
  color: #565f5f;
  margin: 0.3em 0 0 ;
  font-size: 13px;
  line-height: .9em;
  text-shadow: 0 0 0 #1c2121;
}

.post {
  margin: 0 0 0 0;
 
}

.single .post {
  margin: 0 0 2.5em 0;
}

.single_meta {
  display: block;
  margin-top: .4em;
  font-size: 80%;
  color: #999;
}

.post h2 {
  color: #111;
  display: block;
  font-size: 13px;
  line-height: 1em;
  letter-spacing: -.03em;
  margin: 0 0 .25em 0;
}

h2.article_view_header {
  margin: 0 0 .4em 0;
}

.post h2 a {
  color: #222;
}

.post h2 a:hover {
  color: #4f5c5c;
}

.entry {
   font-family: "Arial", Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  margin: 0 0 0 0;
  width: 850px;
  height: 320px;
  overflow: auto;
  padding-right: 50px;
}
.entry3 {
   font-family: "Arial", Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  margin: 0 0 0 0;
    width: 900px;
  height: 320px;
  overflow: auto;
  padding-right: 0px;
}
.entry2 {
   font-family: "Arial", Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  margin: 0 0 0 0;
    width: 850px;
  height: 480px;
  overflow: auto;
  padding-right: 50px;
}
.entry4 {
   font-family: "Arial", Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  margin: 0 0 0 0;
    width: 850px;	
  height: 516px;
  overflow: auto;
  padding-right: 50px;
}

.post_meta_data {
  color: #999;
  display: block;
  font-family: "Arial", Helvetica Neue, Helvetica, sans-serif;
  font-style: italic;
  font-size: 14px;
}

.post_date_category {
  display: block;
  float: left;
}

.post_meta_data a {
  color: #777;
}



/* Calendar */

#calendar table tr td {
  padding: 1px;
  text-align: center;
}

#calendar caption {
  color:#999999;;
   font-family: "Arial", Helvetica Neue, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  text-indent: 0;
  text-align: left;
}

#calendar #prev, #calendar #next {
  text-align: left;
}



object.comment_icon,
.comment_icon_embed {
  width: 1em;
  height: 1em;
}

/* Comment Display */

#comments {
  border-bottom: .15em solid #eee;
  margin: 0 0 0 0;
}

.commentlist .comment {
  clear: left;
  display: block;
  border-bottom: .1em solid #eee;
  padding-top: 1em;
}

.commentlist .comment_header {
  display: block;
  margin: 0 0 .7em 0;
}

.commentlist .says {
  display: none;
}

.commentlist .avatar {
  display: block;
  float: left;
  width: 52px;
  margin-right: .6em;
}

.commentlist .comment-author {
  font-size: 13px;
  line-height: 14px;
}

.commentlist .comment-meta {
  display: block;
  font-size: 13px;
  line-height: 11px;
  margin-top: 6px;
}

.commentlist .awaiting_approval {
  font-size: 13px;
  line-height: 18px
}

.commentlist cite a.url {
  font-style: 13px;
  line-height: 21px;
}

.commentlist .comment-meta a {
  font-family: Georgia, serif;
  font-style: italic;
  color: #999;
}

.comment-full-text {
  clear: left;
  font-size: 13px;
  line-height: 1.4em;
  padding-bottom: 1em;
}


/* CLEARFIX */

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

.clearfix {
	display: inline-block;
}

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

* html .clearfix {
	height: 1%;
}
.contactitle {
	  font-size: 11px;
	text-transform: uppercase;
}
#greenlist{
border-top: 20px #ebffe4 solid;
border-right: 60px #ebffe4 solid;
border-bottom: 21px #ebffe4 solid;
border-left: 30px #ebffe4 solid;
font-size: 13px;
background: #ebffe4;
line-height: 25px;
}

.highlight {
	font-size: 15px;
	  font-weight: bold;
}

#right{
	float: right;
	text-align: center;
	}

#left{
	float: left;
	width: 380px;
	}

#left2{
	float: left;
	width: 490px;
	text-align: justify;
	}

#right3{
	float: right;
	text-align: left;
	}

#left3{
	float: left;
	width: 500px;
	text-align: justify;
	}

#subnav{ margin-left: 50px;
		margin-top: 10px;
		margin-bottom: 10px; }
#subnav a{
	 font-size: 12px;
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	}

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

#prd{
	list-style: none;
	display: inline;
	width: 800px;
	float: left;
}

#prd li{
	display: block;
	float: left;
	list-style: none;
	width: 350px;
	height: 7em;
}


#prducts{
	width: 850px;
	text-align: justify;
}

#prducts td{
	width: 425px;
	padding-right: 10px;
}

#prducts img{
padding-right: 10px;
margin-bottom: 50px;
float: left;
}


hr{
color: #000;
background-color: #000;
height: 1px;
border: 0;
}

#navbot{
position: relative;
bottom: 5px;
}


#aboutable{
border: 0;
height: 350;

}

#logoclick{
	display: block;
	width: 400px;
	height: 100px;
	
	}

#right a{
	color: #111;
	text-decoration: underline;
}

#right a:hover{
	color: #111;
	text-decoration: none;
}

a#splash{
	position: absolute;
	top:10px;
	z-index: 100;
	
}

#recip{
	
 background: #fff url('i/salsa.jpg') top right no-repeat;
	
}
