/* $Id: genesis_LITE.css,v 1.4 2008/11/01 00:45:41 jmburnz Exp $ */

/**
	* @file genesis_SUBTHEME.css
	* This stylesheet provides the main styles for this theme.
	*/


/***********************************************************
 *                          Body
 **********************************************************/
body { background-color: #d1d4e3; font-family:Verdana, Arial, Helvetica, sans-serif; color: #60736e; } /* see layout.css */


#genesis_1 .two-sidebars  #content-inner  {margin      : 0 25em;}
#genesis_1 .sidebar-left  #content-inner  {margin-left :   25em;}
#genesis_1 .sidebar-right #content-inner  {margin-right:   25em;}

#genesis_1 #sidebar-left  {float: left; width: 245px; margin-left: -100%;}
#genesis_1 #sidebar-right {float: left; width: 25em;  margin-left: -25em;}

/***********************************************************
 *                     The wrapper divs
 **********************************************************/
/**
	* Be careful how you modify these, see layout.css first.
	*/
#container { background: #859ec8; }
#columns   { background-color: #e8ecea; margin: 0 29px; padding: 0 40px 0 20px; }
#content   {}
#main-content  {}
#content-inner {}


/***********************************************************
 *                     Width Setting
 **********************************************************/
/**
	* Over ride the default width (80em - see layout.css).
	* 80 * 12 = 960px
	*
	* Genesis supports both Fluid and Fixed width values.
	*
	* For a Liquid layout use precentages, e.g
	* .width {width: 85%;}
	*
	* For Fixed width theme, use ems or pixels, e.g
	* .width {width: 960px;}
	* .width {width: 80em;}
	*/
.width {width: 830px;}


/***********************************************************
 *                       Regions
 **********************************************************/
#header-blocks     {}

#sidebar-left      {background: #e8ecea;}

#secondary-content {}

#content-top       {}
#content-bottom    {}

#footer            { text-align: right; color: #c2d0e3; background: url('img/footer.gif') bottom left no-repeat; height: 65px; font-size: 1.25em;}
#block-block-2     { padding: 32px 41px; }


/***********************************************************
 *                 Global Link Styles
 **********************************************************/
a:link    {color:#93a445; text-decoration:underline;}
a:visited {color:#93a445; text-decoration:underline;}
a:hover   {color:#FFF; text-decoration:none; background: #93a445;}
a:active  {}
a.active  {}


/***********************************************************
 *                    HTML elements 
 **********************************************************/
/** 
	* Add any html elements you require. Use base.css as a guide.
	*/
h1   { font-weight: normal; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:28px; }
h2   {}
h2 a {}
h3   {}
h3 a {}
p          { font-size: 14px;}
blockquote {}


/***********************************************************
 *                       Header 
 **********************************************************/
/**
	* Branding, Logo, Site name & Slogan.
	*/
#header        { background: url('img/header.jpg') top right no-repeat; height: 215px; }

#logo          {}

h1#site-name,
div#site-name  {}

#site-name a:link,
#site-name a:visited {}
#site-name a:hover   {}

#site-slogan   {}


/***********************************************************
 *               Primary & Secondary Links
 **********************************************************/
/**
	* Implimentation of Primary and Secondary Links.
	*/

/**
	* #nav is the containing div for Prmiary & Secondary Links.
	*/
#nav       {
  clear: both; 
		margin: 0.75em 0;
}

/**
	* Primary Links Style
	* Example styles to get you started.
	*/
#primary { 
  height: 2.25em;
	 padding: 0;
	 background: #FFFFEA;
}

#primary ul.links {
  margin: 0;
}

#primary ul.links li {
  margin: 0; 
  padding: 0;
}

/* First & Last classes can be styled seperately. */
#primary ul.links li.first {}
#primary ul.links li.last {}

#primary ul.links li a {
  font-weight: bold;
	 text-decoration: none;
	 padding: 0.375em 0.75em;
	 display: inline-block;
	 white-space: nowrap;
}

#primary ul.links li a:hover,
#primary ul.links li a.active {
  background: #F9FBFC;
}

/**
	* Secondary Links Style
	*/
#secondary {
  height: 2.25em;
	 padding: 0;
	 background: #F9FBFC;
}

#secondary ul.links,
#secondary ul.links li {
  margin: 0; 
	 padding: 0;
}

/* First & Last classes can be styled seperately. */
#secondary ul.links li.first {}
#secondary ul.links li.last {}

#secondary ul.links li a:link,
#secondary ul.links li a:visited,
#secondary ul.links li a:active {
	 font-weight: bold;
	 text-decoration: none;
  padding: 0.375em 0.75em;
	 display: inline-block;
	 white-space: nowrap;
}

#secondary ul.links li a:hover {
  text-decoration: underline;
}


/***********************************************************
 *                      Breadcrumb
 **********************************************************/
/**
	* Genesis places the breadcrumb directly below the header, 
	* giving it the full width of theme to expand in to.
	*/
#breadcrumb {
  margin: 0;
}
.breadcrumb {
  margin: 0;
  padding: 0 0 0.75em 0;
}


/***********************************************************
 *                       Mission
 **********************************************************/
#mission {
  margin: 0 0 1.5em 0;
		padding: 0 0.375em;
		font-weight: bold;
}



/***********************************************************
 *                        Nodes
 **********************************************************/
/** 
	* Implimentation of node styles.
	*/
.node {}

.node h2.node-title {}

.node h2 a:link,
.node h2 a:visited,
.node h2 a:active {
  text-decoration: none;
}

.node h2 a:hover {
  text-decoration: underline;
}

.node div.picture {
  float: left;
  margin: 0.3em 0.5em 0.1em 0;
}

.node div.submitted {
  color: #888;
	 margin: 0;	
}

.node ul.links {
  display: block; 
	 text-align: right;
}

/* Theme the node teaser seperatly. */
.node-teaser {
}

/* Colorize unpublised nodes for admins. */
.node-unpublished {
  background-color: #FFF4F4; 
 	padding: 0.2em;
}

.node div.unpublished {
  font: bold 3em Arial, Helvetica, sans-serif;
  text-align: center;
  color: #FFE9E7;
  padding: 0.3em;
}

/* Theme Sticky nodes. */
.sticky {}

/* Theme node types. */
.node-type-blog  {}
.node-type-page  {}
.node-type-story {}
.node-type-forum {}
.node-type-book  {} 
 
/* Theme nodes that belong to the author. */
.node-mine {}


/***********************************************************
 *                       Blocks
 **********************************************************/
/** 
	* Implimentation of block styles.
	* Styles set here will be inherited by all blocks.
	*/
.block {
  padding: 0;
  margin: 0 0 1em;
  clear: both;
}

.block h2 {
  font-size: 1.5em; 
	 font-weight: bold;
}

.block .content {
  padding: 0;
}

.block ul.menu {
  margin-left: 0;
}

.block ul.menu li {
  margin: 0 0 0 1.5em;
  padding: 0;
}

tr .block {
  border: none; /* Blocks page table. */
}


/***********************************************************
 *                     Comments
 **********************************************************/
/** 
	* Implimentation of comment styles.
	*/
div.comment {
  margin: 0 0 0.7em 0;
	 padding: 0.35em; 
}

/* Over-ride default .inner styles. */
.comment-inner {}

div.indented {
  margin-left: 2em;
}

div.comment h3.title {
	 margin-bottom: 0.1em;
}

h3#comment-number {
  margin-top: 1em;
}

div.comment h3.title a:link,
div.comment h3.title a:visited,
div.comment h3.title a:active {
  text-decoration: none;
}

div.comment h3.title a:hover {
  text-decoration: underline;
}

div.comment .picture {
  float: right; 
	 margin: 0.3em 0 0.1em 0.3em;
}

div.comment .picture img {
	padding: 0;
}

div.comment .submitted {
  font-size: 0.9em; 
	 margin: 0.17em 0;
}

div.comment .links {
	 text-align: right; 
	 clear: both;
}


/***********************************************************
 *               Footer, Footer Message
 **********************************************************/
/** 
	* Basic styles for the footer.
	*/
#foot-wrapper { 
  text-align: center;
	 margin: 0.25em 0;
	 padding: 0.7em;
}

#footer a, 
#footer-message a {
  padding: 0.42em;
}



/***********************************************************
 *                          Forms
 **********************************************************/
.page-node-add-image-submission form#node-form, .front form { width: 413px; background: url('img/form-top.png') top left no-repeat; }
.page-node-add-image-submission form#node-form div, .front form div { background:  url('img/form-bottom.png') bottom left no-repeat; padding: 15px; }
.page-node-add-image-submission form#node-form div div, .front form div div { background: none; padding: 0; }
.page-node-add-image-submission form#node-form div .error, .front form div .error { background: #FFCCCC; padding: 5px; margin: 10px 5px 0 5px; } 
.page-node-add-image-submission form#node-form div .form-item, .page-node-add-image-submission form#node-form div .form-file, .front form div .form-item { padding: 0; margin: 0; }
.page-node-add-image-submission form#node-form .form-item label, .front form div .form-item label { display:inline; color: #93a445; font-weight: bold; font-size:13px; }
.page-node-add-image-submission form#node-form .form-item .form-text, .page-node-add-image-submission form#node-form div .form-file, .front form div .form-item .form-text { width: 240px; display:inline; }
.page-node-add-image-submission form#node-form .form-item .description, .front form .form-item .description, span.password-confirm, .password-strength { font-size: 9px; line-height:14px; }
.front form .getstarted-button .description { width: 250px; float: left; }
#getstarted img { cursor:pointer; }
#user-login-form p { padding-top: 15px; margin-bottom: -5px; font-weight: bold; }
#user-register p { text-align:center; margin-bottom:-5px; padding-top: 15px; }
.front form div span.password-confirm .error, .password-strength .password-result.error 
  { margin: 0; padding: 0; background: none; border: none; font-weight: bold; }
span.password-confirm, .password-strength { display:block; }
#user-login-form { text-align:right; position:relative; }
#user-login-form .item-list ul { margin:0; list-style:none; position:absolute;top:77px; left: 14px; }
#user-login-form .item-list ul li { display: inline; }
#user-login-form .item-list ul li a { color: #005696; font-size: 10px; padding: 6px; }
#user-login-form .item-list ul li a:hover { background: #FFF; }
#user-login-form input.error { margin: 2px; padding: 2px; border: 1px solid red; }
.error a:link { color: #005696; }
.error a:hover { background: #FFF; }
#footer a, #footer a:link { color: #FFF; }

/***********************************************************
 *                          Menu
 **********************************************************/
.block .menu { margin:0; padding:0; list-style:none; }
.block .menu .leaf { margin: 0; margin-bottom: 3px; list-style:none; padding: 0; }
.block .menu .leaf a { display:block; background: #dce3e8; color: #60736e; font-size: 18px; padding-left: 13px; line-height: 36px; text-decoration:none; }
.block .menu .leaf a:hover { background: #dce3e8; }
.block .menu .leaf.active a, .block .menu .leaf.active-trail a { background: #93a445; color: #FFF; }