/*
Theme Name: Morning Sky Greenery
Theme URI:  
Description:  
Version: 1.0
Author: Iceberg Web Design
Author URI: http://www.icebergwebdesign.com/
Tags: silver,white,left-sidebar,two-columns
*/

BODY {
  padding: 10px 12px 10px 12px;
  background-color: #DACDA9;
}

h1, h2, h3, h4 {
  margin: 0px;
  padding: 0px;
  color: #5A763A;
}

a:link {color: #5A763A; text-decoration: underline; }
a:visited {color: #5A763A; text-decoration: underline; }
a:hover {color: #003300; text-decoration: underline; }
a:active {color: #5A763A; }

.top-links a:link {padding: 0px 4px 0px 4px; color: #698A24; text-decoration: none; }
.top-links a:visited {padding: 0px 4px 0px 4px; color: #698A24; text-decoration: none; }
.top-links a:hover {padding: 0px 4px 0px 4px; color: #496A04; text-decoration: none; }
.top-links a:active {padding: 0px 4px 0px 4px; color: #698A24; }

TD {
  font: 10pt verdana, sans-serif;
  color: #333333;
  margin: 0px;
}


#page {
	margin:0px auto;
	text-align:left;
	width:999px;
	padding-top:0px;
	
}
/*BEGIN HEADER*************************************/
 
#header a {
	color:#233;
	padding:10px;
	text-decoration:none;
}
#header a:hover {
	color:#c00;	
}
#description {
	font-family:Candara,'Trebuchet MS';
	font-weight:normal;
	color:#666;
	font-size:24px;
	padding:3px;
	padding-left:20px;
	
}
/*END HEADER***************************/



/***************Begin SIDEBAR************************/
#sidebar {
	float:left;
	width:175px;
	padding-left:5px;
	
}

#sidebar h2 {
  display: block;
  background-color: #DEE7AE;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
	color:#333; 
	font-weight:bold;
	font-family: "Trajan Pro", Verdana, Sans-serif;
	font-size:14px;
  padding: 4px;
	
}

#searchform input{
	background:#eee;
	padding:3px;
	margin-top:10px;
	border:1px dashed #eee;
	color:#555;
	font-family:'Arial Narrow',Arial;
	font-size:14px;
}
#searchform input[type="submit"] {
	cursor:pointer;
}

#searchform input[type="submit"]:hover {
	background:#ccc;
	border-color:#eee;
}


#sidebar ul,#sidebar   ul   li {
      padding: 0px;
	margin:0;
	list-style:none;
}
#sidebar  ul{

	list-style:none;
	padding: 0px 0px 8px 0px;
	margin: 8px 0px 5px 0px;
	font-size:14px;
}

#sidebar>ul { 
 border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
	padding-bottom:5px;
	*margin-bottom:20px;	
}
#sidebar > ul > li > ul > li ul {
	//list-style:none;


	padding:0;
	margin:0;
	margin-left:3px !important;
	padding-left:3px;
	font-size:14px;
}
	
	
	
#sidebar ul li ul li{
	padding:3px;
	padding-left:5px;
	//	
}
#sidebar > ul > li > ul > li > ul > li {
	padding:3px;
	padding-left:3px;
	border:none;
	
}
#sidebar>ul>li>ul li {
 
}
#sidebar a {
	text-decoration:none;
	color:#666;

}
#sidebar a:hover {
	color:#060; 
}
#sidebar>ul>li ul {
	margin-left:3px;
}



/*******SIDEBAR END***************/

#content {
	margin-left:185px;
	padding-right:15px;
	padding-left:15px;

}
 #content .post {
	padding:5px;
	margin-left:10px;
	color:#444;
	float:left;
	width:630px;
	

 }

 #content h2,#content h3 a{
	font-weight:bold;
	font-family: Georgia, Palatino,  Times, Serif;
	border-bottom:1px solid #eee;
	padding-left:0px;
	padding-top:8px;
	padding-bottom:8px;
}
 #content h2 a{
	color:#006600; 
	text-decoration:none;
 }
 #content h2 a:hover {
	color:#090;//0FE7F1;
 }
 #content .entry {
  line-height: 1.6;
	padding: 8px 0px 6px 0px;
 }
 p.postmetadata {
   	border-top: 1px solid #666;
	padding:12px;
	font-size:12px;
  text-align: right;
	}
p.postmetadata a{
	color:#060;
	text-decoration:none;
	border-bottom:1px dashed #ccc;
}
p.postmetadata a:hover {
	border-bottom:none;
}
a.post-edit-link {
	padding-left:16px;
	
	background:transparent url("images/edit.png") no-repeat center left;
}
a[title~=Comment] {
	padding-left:16px;
	background:transparent url("images/comment.png") no-repeat center left;
}
a {
	color:#090;
	text-decoration:none;
}
a:hover {
	color:#060;
}
a img {
	border:none;
}

h2,h3 {
	color:#343434;
	font-weight:bold;
	font-family: Georgia, Times;
}


div.comment_part {
	margin-left:10px;
	padding-left:15px;
 }
h3#comments {
	padding:18px 48px 18px 0px;
 
}
ol.commentlist li {
	background:#eee;
	border-top:1px solid #ddd;
	border-left:5px solid #ddd;
	padding:10px;
}
ol.commentlist li.alt {
	background:#ebebeb;
	border-top:1px solid #ddd;
	border-left:5px solid #ddd;
	padding:10px;
}
ol.commentlist img.avatar {
	border:2px solid #ccc;
	width:32px;
	height:32px;
	background:transparent url("images/user.png");
	display:block;
}
cite.comment_author {
	color:#060;
	font-family:Candara,'Arial';
	text-transform:capitalize;
	font-style: normal;
}
em.awaiting_moderation {
	color:#090;
	display:block;
	background:#ccc;
	padding:3px;
	font-size:10px;
	border:1px solid orange;
	margin:0px;
}
small.commentmetadata,small.commentmetadata a {
	color:#666;
	background:#eee;
	padding:3px;	
}
#commentform input[type="text"] {
	background:#ddd;
	border:1px solid #eee;
	color:#444;
	padding:3px;
	font-family:Arial;
}
#commentform textarea {
	background:#ddd;
	border:1px solid #eee;
	color:#444;
	padding:3px;
	font-family:Candara,Arial;
	overflow:auto;
	width:500px;
	height:350px;	
}

#commentform input[type="submit"] {
	background:#ddd;
	padding:6px;
	border:1px solid #eee;
	color:#444;
	cursor:pointer;
}
#commentform input[type="submit"]:hover {
	background:#eee;
	padding:6px;
	border:1px solid #fff;
	color:#666;
	cursor:pointer;
}
hr {
	display:none;
}

 
 
.note,.warning,.caution,.highlight {
	background:#FFFFCC;
	padding:5px;
	font-size:14px;
	color:#666;
	border:1px solid #CCCC99;
	border-width:1px 0px;
}

a.download {
	background:#777;
	padding:5px;
	color:#ddd;
	border:1px solid #977;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}



/* End Images */

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
/* Begin Calendar */


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	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 {
	empty-cells: show;
	margin: 0px auto 0;
	width: 240px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	font-weight:normal;
	color:#800;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: left;
	}


/* End Calendar */
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #eee;
	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;
}


/*Single posts Navigation*/

div.single_navigation {
	font-size:18px;
	font-family:'Arial Narrow';
	
}
div.single_navigation table {
	width:650px;
	margin-top:20px;
	padding:5px;
	border-bottom:1px solid #eee;
}

div.single_navigation table a {
	color:#666;
}
div.single_navigation table a:hover {
	color:#c00;
}
td.single_alignleft,td.single_alignright {
	width:325px;
}
td.single_alignright {
	text-align:right;
	border-left:1px solid #ddd;
}
td.single_alignleft a {
	padding:24px;
	background:transparent url("images/previouspost.png") no-repeat center left;	
}
td.single_alignright a {
	padding:24px;
	background:transparent url("images/next_post.png") no-repeat center right;
}

/*single posts navigation end*/


div.navigation>div.alignleft a {
	padding:24px;
	background:transparent url("images/previouspost.png") no-repeat center left;
}
div.navigation>div.alignright a {
	padding:24px;
	background:transparent url("images/next_post.png") no-repeat center right;
}


/*gallery begin*/
.gallery {
	line-height:10px !important;
}
.gallery {
	margin: auto;
	}
.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
	}
.gallery img {
	border: 2px solid #cfcfcf;
	}
	

.gallery-caption {
	margin-left: 0;
	}
.gallery-icon {
}
/*gallery end*/



TD {
  font: 10pt verdana, sans-serif;
  color: #333333;
}

.wrapper {
  background-color: #ffffff;
  padding: 0px 0px 0px 0px;
  border: 2px solid #333;
  width: 900px;
}

.top {
  padding: 0px 0px 0px 0px;
}

.content {
  padding: 22px 10px 12px 15px;
  background-color: #ffffff;
}

.top-links {
  padding: 0px 0px 0px 10px;
  background: url("http://www.morningskygreenery.com/img/link-back.jpg") repeat-x top;
  background-color: #ffffff;
  height: 37px;
  text-align: left;
 }

.purple-flower {
  height: 142px;
  width: 133px;
}

.one {
  padding: 0px 0px 0px 6px;
  height: 35px;
  border-bottom: 1px solid #cccccc;
}

.two {
  border-right: 1px solid #cccccc;
  width: 50px;
}

.three {
  border-bottom: 1px solid #cccccc;
  width: 83px;
}

.home-welcome {
  padding: 6px 12px 6px 8px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: 100%;
}

.ad {
  width: 180px;
  padding: 0px 0px 0px 0px;
  border: 1px solid #999999;
  height: 200px;
}

.home-store {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  padding: 8px 6px 3px 12px;
  vertical-align: top;
}

.home-image {
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  width:180px;
  padding: 0px 0px 0px 0px;
}

.click-to-shop {
  background-color: #DEE7AE;
  text-align: center;
  padding: 0px 0px 0px 0px;
  width: 550px;
  height: 35px;
}

.footer {
  font: 9pt verdana, sans-serif;
  padding: 0px 8px 8px 8px;
}


FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight : bold;
}

A.headerNavigation { 

}

A.headerNavigation:hover {

}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #fffffff;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.infoBox {
  background: #cccccc;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.infoBoxContents {
  background: #ffffff;
}

.infoBoxNotice {
  background: #ffffff;
}



.infoBoxNoticeContents {
  background: #ffffff;
}

TD.infoBoxHeading {
  padding: 2px 4px 2px 6px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  font-weight: bold;
  background: #DEE7AE;
  color: #333333;
}

TD.infoBox, SPAN.infoBox {


}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background-color: #ffffff;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background-color: #ececec;
  border-bottom: 1px solid #cccccc;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  padding: 3px 4px 3px 4px;
  border-bottom: 1px solid #cccccc;
  font-size: 10px;
  background: #DEE7AE;
  color: #000000;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

A.pageResults {

}

A.pageResults:hover {

}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #396A00;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #698A24;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }


.left-heading-nav {
  padding: 0px 0px 0px 0px;
  text-align: center;

  width: 170px;
}


.left-column-nav {
  font: 9px;
  padding: 0px 0px 12px 0px;
  width: 170px;
  vertical-align: top;
}

 .boxtext li
{
 list-style-type: none;
 padding: 0em 0em .3em .3em;
 margin: 0;
}

.option {
  padding: 6px 12px 6px 6px;
}

.bordered-text {
  padding: 8px 8px 8px 8px;
  border: 1px solid #cccccc;
}

.shop-pic {
  padding: 1px 8px 8px 0px;
}

.shop-pic2 {
  padding: 0px 0px 0px 12px;
}

.bordered-text li {
# list-style-type: none;
padding: 0em 0em .5em 0em;
margin: 0;
}

.bordered-text ul
{
# list-style-type: none;
padding: .5em 0em 0em 1.5em;
margin: 0;
}

.boxText2 li {
  list-style-type: none;
padding: 0em 0em .5em 0em;
margin: 0;
}

.boxText2 ul
{
  list-style-type: none;
padding: .5em 0em 0em .7em;
margin: 0;
}



.borderGray {border:1px solid #666666;}
TD.discountMain {  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}
TD.discountHead {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color: white; background-color: #6fbaf1;}


.credit-footer {
  padding: 8px 0px 0px 0px;
  font: 7pt verdana, sans-serif;
  color: #666666;
  text-align: center;
  margin: 0px;
}

.photo-credit {
  padding: 8px 0px 0px 0px;
  width: 175px;
  font: 7pt verdana, sans-serif;
  color: #666666;
  text-align: center;
  margin: 0px;
}

.home1 {
  padding: 0;
  border: 1px solid #cccccc;
}

.home2 {
  padding: 0;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.home3 {
  padding: 0;
}






.shop-box {
  width: 340px;
  height: 258px;
  background-image: url("http://www.morningskygreenery.com/images/shop-box.jpg");
  background-repeat: no-repeat;
  vertical-align: top;
  padding: 0px;
}


.help-choosing {
  height: 76px; 
  width: 339px;
  text-align: right;
  padding: 0px;
}

.home-links {
  height: 114px; 
  text-align: center;
  font: 12px verdana, sans-serif;
  padding: 0px 6px 0px 58px;
  line-height: 1.65;
}


.native {
  height: 68px; 
  width: 339px;
  text-align: right;
  padding: 0px;
  text-align: center;
}
  
  
