/*  
Theme Name: Earthlingtwo
Theme URI: http://www.freewpthemes.net/preview/earthlingtwo
Description: Widget ready and tested on WP 2.3.1.
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/

body {
  margin: 0;
  padding: 0;
  background: #F7F7F7 url(http://www.greenbeingfarm.ca/wp-content/uploads/2009/11/img01.jpg) repeat left top;
  font-family: Garamond, Georgia, serif;
  font-size: 16px;
  color: #5A554E;
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #32639A;
  font-family: Garamond, Georgia, serif;
}

.entry h1, .entry h2, .entry h3 {
  margin-bottom: 0.7em;
}
.entry td {
  font-size: 0.9em;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 2.4em;
}

h3 {
  font-size: 1.6em;
}

p, ul, ol {
  margin-top: 0.75em;
  line-height: 180%;
  font-family: Garamond, Georgia, serif;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

a {
  text-decoration: underline;
  color: #516C00;
}

a:hover {
  text-decoration: none;
}

h2 a {
  text-decoration: none;
}

/* I dunno about this... a bit weird...
img {
    padding: 5px 10px 5px 10px;
} */

#wrapper {
  margin: 0px;
  padding: 0px;
  background: url(http://www.greenbeingfarm.ca/wp-content/uploads/2009/11/img02.jpg) repeat-x left top;
}

/* Header */

#header {
  width: 1000px;
  height: 235px;
  margin: 0 auto;
  padding: 0px;
  background: url(http://www.greenbeingfarm.ca/wp-content/uploads/2009/11/img031.jpg) no-repeat left top;
}

/* PAUL WAS HERE */
/* not sure what the deal is with hiding all h2, h3, and a tags by default. disabling, as it's causing weird behaviour */
/*#header h1, h2, h3, a{*/
#header h1 {
       display: none;       
}


/* Logo */

#logo {
  float: left;
  margin: 0;
  padding: 115px 0px 0px 50px;
  color: #000000;
}

#logo h1, #logo p {
  margin: 0;
  padding: 0;
  font-family: Garamond, Georgia, serif;
}

#logo h1 {
  letter-spacing: -1px;
  text-transform: lowercase;
  font-size: 44px;
}

#logo h1 a {
  color: #FFFFFF;
}

#logo p {
  margin: -30px 0px 0px 0px;
  padding: 26px 0 0 2px;
  font: normal 19px Garamond, Georgia, serif;
  color: #C5E8FF;
} 

#logo a {
  border: none;
  background: none;
  text-decoration: none;
  color: #C5E8FF;
}

/* Search */

#search {
  width: 280px;
}

#search form {
}

#search fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

#search-text {
  width: 170px;
  padding: 6px 5px 2px 5px;
  border: 1px solid #DEDEDE;
  background: #FFFFFF;
  text-transform: lowercase;
  font: normal 11px Arial, Helvetica, sans-serif;
  color: #5D781D;
}

#search-submit {
  color: #000000;
}

#banner {
  margin-bottom: 20px;
  border: 12px #ECECEC solid;
}
/* NEW Menu with Drop-Down
------------------------------------------------------------------------------------------------------------*/
#menuwrapper {
  width: 1000px;
  height: 65px; /*this is based on the height of the background image*/
  margin: 0 auto;
  padding: 0;
  background: url(http://www.greenbeingfarm.ca/wp-content/uploads/2009/11/img04.jpg) no-repeat left top;
}

/*Clears the floated menu items.
Assigned to a BR tag placed just before
menuwrapper's closing DIV tag
.clearit {
  clear: both;
  height: 0;
  line-height: 0.0;
  font-size: 0;
}*/

#menu ul {
  float:left;
  margin: 0 auto;
  padding: 0px 25px 0px 0px;
  list-style: none;
  line-height: normal;
  position: relative;
}
/*
The Root-Level list items. Floating left allows
them to appear horizontally. Width is for IE5 Mac. The last rule in
this style sheet will set the width for this element to auto for all
other browsers - hiding it from IE5 Mac. The width is proportional.
As you add and edit root menu items, you will need to test this width
to ensure it is wide enough to accomodate all text.
*/
#menu li {
  float: left;
  position: relative;
}
/*
Root-Level Links.  Do not change the first two properties.
Adjust padding values to make the root links taller and to offset them
from the left and right edges of the link box. The border right creates a
separator between links. Font-size is set here and will apply to all menu levels.
Font color is set to light gray.
*/
#menu a {
  display: block;
  text-decoration: none;
  height: 39px;
  margin-left: 6px; /* changes space between tabs */
  padding: 9px 15px 2px 15px;
  margin-top: 1px; /*pushes menu items up or down */
  background: url(/wp-content/uploads/2009/11/img051.jpg) repeat-x left top;
  font-family: Garamond, Georgia, serif;
  text-align: center;
  font-size: 1.1em;
  font-weight: normal;
  color: #e2e4d7;
  border: none;
}


/*--------------------------------------------SUB-MENU-------------------------------------
Sets width for Sub-Menu box and the List Items inside - in proportional em units. 
This allows the sub-menu width to expand if users resize the text in their browsers.
*/
#menu li ul, #menu li ul li  {
  width: 100%;
}

/*
The sub-menu links. We set color and turn off the right border, which
would otherwise be inherited from the root link rule. We set top and 
bottom padding less than the root items and increas the left padding
to indent the sub-menu links a small amount in from the root links.
*/
#menu li ul li a  {
  height: auto;
  text-align: left;
  padding: 8px 15px;
}
/*
Sub-Menu Unordered Lists describes each dropdown sub-menu grouping. 
Positioned Absolutely to allow them to appear below their root trigger.
Set to display none to hide them until trigger is moused over.
Background Color must be set or problems will be encountered in MSIE.
Right and bottom borders are set to simulate a raised look.
A gradient background image is assigned.
*/

#menu li ul {
  position: absolute;
  display: none;
  background-color: #FFFFFF;
  font-size: 0.9em;
}

/*
Changes the Text color and background color when the Root-Level
menu items are moused over. The second selector sets color and background
when Root-Level items are accessed with the keyboard tab key. The third
selector sets an active state to support keyboard access in MSIE. The fourth 
selector is assigned to IE5 and IE6 Windows via the P7_ExpMenu script.
Note that IE7 supports hover on elements other than links and so behaves
like Firefox, Opera, and Safari - making the menu operable even if JavaScript
is not enabled.
*/
/* JP: again, background: instead of background-image */
#menu li:hover a, #menu li a:focus, #menu li a:active, #menu li.p7hvr a {
  border-bottom: 2px solid #311f02;
}
#menu li:hover ul li a, #menu li ul li a:focus, #menu li ul li a:active, #menu li.p7hvr ul li a {
  border-bottom: none;
}
#menu li a:hover, #menu li a:focus, #menu li a:active {
  color: #fff;
}

/*
Set the Sub-Menu UL to be visible when its associated
Root-Level link is moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
*/
#menu li:hover ul, #menu li.p7hvr ul {
  display: block;
}

/*
Sets the Text color of the Sub-Level links when the Root-Level
menu items are moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
The color set should march the normal Sub-Level link color
in the rule: #p7menubar ul li a. The background color must be
transparent to allow the underlying gradient background on the UL
to show through.
*/

/* JP: You had background-image: where it should be background: That's why the images 
on the submenu elements weren't showing up.  Also, you'd misspelled color */
/*#menu li:hover ul a, #menu li.p7hvr ul a {
  background: #493E2B url(/wp-content/uploads/2009/11/img051.jpg) repeat-x left top;
  color: #fff;
}*/


/*
The normal hover class for Sub-Level links. The Important directive
is required for older browsers. We set a background color, which shows
over the gradient background. We set text color to white.
*/
/*  JP WUZ HERE LULZ
This sets the background of the sub-level menu items when you hover over them. 
You probably don't want to change 'em!
#menu ul a:hover {
  text-decoration:none;
  background-color: #FFFFFF;!important;
  color: #FFFFFF!important;
}
*/

/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */

#menu li {width: auto;}

/* JP WUZ HERE 
I changed this from current_page_item to current_page_parent so that the 
top level menu stays white
*/
#menu li.current_page_item a,
#menu li.current_page_item a:hover,
#menu li.current_page_item:hover a
{
  background: #FFFFFF;
  color: #493E2B;
}
#menu li ul li.current_page_item a,
#menu li ul li.current_page_item a:hover,
#menu li ul li.current_page_item:hover a
{
  border: 2px solid #9D927C;
  padding: 6px 13px;
}
#menu li.current_page_item ul li a, #menu li.current_page_item:hover ul li a
{
  background: #493E2B url(/wp-content/uploads/2009/11/img051.jpg) repeat-x left top;
  color: #e2e4d7;
}
#menu li.current_page_item ul li a:hover
{
  color: #fff;
}


/* Page */

#page {
  width: 900px;
  background: #fff url(/wp-content/uploads/2009/12/whiteCheat.jpg) repeat;
  margin: 0px auto;
  padding: 40px 50px 0 50px;
}

/* Content */

#content {
  float: left;
  width: 570px;
  padding: 0;
}

.post {
  margin-bottom: 15px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
  margin-bottom: 10px;
  padding: 12px 0 0 0px;
  letter-spacing: -.5px;
  font-size: 36px;
  color: #493E2B;
}

.post .title a {
  color: #493E2B;
  border: none;
}

.post .meta {
  margin: -10px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
  letter-spacing: -1px;
  font-size: 23px;
  font-weight: normal;
  color: #6E8D3D;
  font-family: Garamond, Georgia, serif;
}

.post .meta .date {
  float: left;
}

.post .meta .posted {
  float: right;
}

.post .meta a {
}

.post .entry {
  background: url(images/img08.jpg) no-repeat left top;
  padding: 25px 0px 0px 0px;
  text-align: justify;
}

.links {
  padding-top: 20px;
}

.more {
  padding-left: 16px;
  background: url(images/img10.gif) no-repeat left 3px;
  text-decoration: underline;
  font-size: 12px;
  font-weight: normal;
}

.comments {
  padding-left: 18px;
  background: url(images/img11.gif) no-repeat left 4px;
  text-decoration: underline;
  font-size: 12px;
  font-weight: normal;
}


/* Sidebar */

#sidebar {
  float: right;
  padding: 0px;
  width: 273px;
  /*color: #FFFFFF; *** PAUL WUZ HERE LOL */
  color: #5a554e; /* PAUL WUZ HERE LOL */
}

/* PAUL WUZ HERE LOL */
/*#sidebar h1, h2, h3, a{ *** it's not right to make every <a> a block by default... hyperlinks are almost invariably displayed inline... sorry */
#sidebar h1, h2, h3 {
  display: block;
}
#sidebar a {
  display: inline;
}

#sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidebar li {
  margin: 1.5em 0; /* PAUL WUZ HERE LOL */
  padding: 0;
}

#sidebar li ul {
  margin: 0px 0px;
  padding-bottom: 20px;
}

#sidebar li li {
  line-height: 35px;
  margin: 0px;
  padding: 2px 0px;
  border-left: none;
}

#sidebar li li span {
  height: 19px;
  margin-right: 16px;
  padding: 4px 12px;
  background: #3D2A0B url(images/img12.jpg) repeat-x left top;
  font-size: 12px;
  color: #FFFFFF;
}

#sidebar li li span a {
  color: #FFFFFF;
}

#sidebar h2 {
  /* height: 65px; PAUL WUZ HERE LOL - shouldn't use height attribute so freely, instead use margins; regardless, Tarrah doesn't want ANY space below these headings */
  /*background: url(images/img09.jpg) no-repeat left bottom;*/
  letter-spacing: -.5px;
  font-size: 24px; /* PAUL WUZ HERE LOL */
  color: #493E2B;
}

#sidebar p {
  margin: 0 0px;
  padding: 0px 0px 15px 0px;
  text-align: justify;
  line-height: 1.5em;
}

#sidebar p strong {
  color: #4A3E29;
}

#sidebar a {
  border: none;
}

#sidebar a:hover {
}

#sidebar img {
  padding: 0px;
  margin: 0px:
}

/* Calendar */

#calendar {
}

#calendar_wrap {
  padding: 20px;
}

#calendar table {
  width: 100%;
}

#calendar tbody td {
  text-align: center;
}

#calendar #next {
  text-align: right;
}

/* Footer */

#footer-content {
  clear: both;
  width: 900px;
  height: 255px;
  margin: 0 auto;
  padding: 50px 50px 0px 50px;
  background: url(http://www.greenbeingfarm.ca/wp-content/uploads/2009/11/img15.jpg) no-repeat left top;
  font-size: 12px;
  color: #887450;
}

#foot-content h1, h2, h3{
  display: normal;
}

#footer-content .column1 {
  float: left;
  width: 570px;
}

#footer-content .column2 {
  float: right;
  width: 273px;
}

#footer-content .column2 a{
  font-size: 16px;
  text-decoration: underline bold;
}


#footer-content h2 {
  padding-bottom: 0px;
  font-size: 20px;
  color: #E3D2B6;
}

#footer-content strong {
  color: #E3D2B6;
}

#footer-content p {
  line-height: 20px;
}

#footer-content a {
  color: #AA8B55;
}

#footer-content a:hover {
  color: #AA8B55;
}

.list li {
  padding: 0px;
  margin: 0px;
}

#footer {
  height: 50px;
  margin: 0 auto;
  padding: 0px 0 15px 0;
  font-family: Arial, Helvetica, sans-serif;
}

#footer p {
  margin: 0px;
  padding: 0px;
  line-height: 10px;
  font-size: 14px;
  text-align: center;
  color: #82A2B9;
}

#footer a {
  font-size: 16px;
  text-decoration: underline bold;
  color: #82A2B9; 
}


.pagetitle {
  padding-top: 20px;
}

.navigation {
}

.alignright {
  float: right;
  margin: 0 0 0.5em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 0.5em 0;
}

.alignnone {
  display: inline-block;
  zoom: 1;
  *display: inline; /* IE only */
  margin: 0 0.5em 0 0;
}

.wp-caption-text {
  font-size: 0.9em;
  line-height: 1.2em;
  color: #867B71;
  padding-top: 0.5em;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

#content ul, #content ol {
  margin: 1em 0;
  padding: 0 0 0 2em;
}
#content ul {
  list-style: disc;
}
#content ol {
  list-style: decimal;
}

.hidden-note {
  display: none;
}
