/* Copyright 2009 Google Inc.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 * Colors used by this theme:
 * #201F21 - Dark charcoal grey
 * #FFFFFF - Less dark charcoal grey
 * #CCFF66 - Accent light blue
 * #F3F3F3 - Off white background
 * #F9F9F9 - Slightly more white, yet still off white
 */

/**
 * Typography
 */
A:link {
	color: #006600;
	text-decoration: none;
}
A:visited {
	color: #006600;
	text-decoration: none;
}
A:hover {
	color: #006600;
	text-decoration: underline;
}
A:active {
	color: #009900;
	text-decoration: none;
}
#user-tools, #head, .page div {
  color: #006600;
}
BODY {
	color: #006600;
	font-size: 1em;
	font-family: helvetica, sans-serif;
}
.selected div {
	color: #006600;
	font-size: 1em;
	font-family: helvetica, sans-serif;
}
#app-name {
  font-size:3em;
}
.no-dec:visited, .no-dec:hover, .no-dec:active, .no-dec:link {
	color: #006600;
	text-decoration: none;
}
.page:hover DIV {
	color: #006600;
}
.post-title {
	font-size: 1.25em;
	font-weight: bold;
	color: #336600;
	border-bottom: 3px solid #CCFF66;
}
.page-title {
	font-size: 1.25em;
	font-weight: bold;
	color: #336600;
}
.post-info, .page-info {
  font-size: .9em;
}
.post-author {
}
.sidebar-title {
	color: #006600;
	font-size: 1.5em;
}
.table-list {
  font-size: 0.8em;
}
.table-input-label {
  text-align: right;
  vertical-align: top;
}
.post-list-header {
  font-weight: bold;
}
.warning, .required {
  font-size: 0.9em;
  color: red;
}
div.warning {
  color: black;
}
div.success {
  font-size: 0.9em;
  color: black;
}
#new-post-form {
}
#post-comments {
  font-size: 1em;
  font-weight:bold;
}
.comment-author {
  font-weight: bold;
  }
.comment-time, .comment-date {
  font-size: 0.75em;
}
#footer {
  text-align: left;
}
#footer-text {
  color: #F9F9F9;
  font-size: 1em;
}
#copyright-text {
  text-align: right;
  color: #336600;
  font-size: 12px;
}
.social-bar {
  font-size: 0.5em;
}
/**
 * Mouse/Pointer Effects
 */
.page:hover {
  cursor: pointer;
}
/**
 * Colors & Borders
 */
BODY {
  background: #FFFFFF;
}
IMG {
  border: 0;
}
div.divider {
  background: #FFFFFF;
}
div.warning {
  background: red;
}
div.success {
  background: #93E1A1;
}

#user-tools, #head, {
	background: #FFFFFF;
}
#head {
  border-bottom: 3px solid #336600;
}
.page:hover {
  background: #9F0;
}
.page.selected {
  background:#CCFF66;
}
.no-dec {
  border:0;
}
#content, .selected {
  background: #FFFFFF;
  border-bottom-color: #FFFFFF;
}
#content {
  border-left:1px solid #CCFF66;
  border-right:1px solid #CCFF66;
}
.post-info, .page-info, .sidebar-title {
  border-bottom: 3px solid #CCFF66;
}
.med-icon {
  border:0;
}
.table-head TD {
  border-bottom: 2px solid #CCFF66;
}
.dcomment, .lcomment {
  border-top: 1px solid #CCFF66;
}
.dcomment {
  background: #FFFFFF;
}
#footer {
  background-image: url('/images/i-am-grouchy.jpg');
  background-repeat:no-repeat;
  background-position:right;
  border-top: 3px solid #336600;
  border-bottom: 3px solid #336600;
}
#copyright {
	background: #CCFF66;
}

/**
 * Layout & Positioning
 */
BODY {
  position:relative;
  margin: 0 2% 0 2%;
}
div.divider {
  width:100%;
  height: 1px;
  margin: 0 0 10px 0;
}
div.warning, div.success {
  padding:5px;
}
.required {
  float:right;
}
.med-icon {
  height: 30px;
  width: 30px;
  }
#content {
  margin:0 10px 0 10px;
  width:1024px;
}
#head {
  position:relative;
  padding: 5px 0 0 0;
  height: 65px;
}
#user-tools {
  position:absolute;
  right: 5px;
  top: 5px;
}
#search-box {
  position:absolute;
  right: 10px;
  top: 25px;
}
#blog-info {
  position: absolute;
  left: 0px;
  top:15%;
}
#app-tagline {
  padding: 0 0 0 5px;
}
#blog-logo {
  display:inline;
}
img.blog-logo {
  width:600px;
  height:58px;
}
.page {
  display:inline;
  background: #FFFFFF;
  padding: 5px 10px 5px 10px;
  line-height: 30px;
}
.no-dec:visited, .no-dec:hover, .no-dec:active, .no-dec:link {
  display: inline;
}
#main, #sidebar {
  padding:1%;
}
.sidebar-links {
  padding: 5px 0 0 10px;
  line-height: 25px;
}
#main {
  width:65%;
}
#sidebar {
  position:relative;
  float:right;
  clear:both;
  width:30%;
  min-width:300px;
}
.post-info {
  margin-bottom:1%;
}
.post-permalink {
  padding: 0 2% 0 0;
}
.post-body, .page-body {
  margin: 2%;
}
#older-posts {
  float:right;
}
#new-post, #new-page, #edit-message, .table-list {
  width: 100%;
  margin: 10px;
}
#more-posts {
  margin-top: 1em; height:35px;
}
.table-list, #new-post-form {
  width: 100%;
}
#new-post-form INPUT {
  width: 100%;
}
.table-input-label {
  width:20%;
}
TBODY TD {
  padding: 0 0 5px 0;
}
INPUT.text-input {
  width: 200px;
}
INPUT.url-input {
  width: 350px;
}
TEXTAREA.text-input {
  width: 100%;
  height:100px;
}
TEXTAREA.textarea-large {
  height: 150px ;
  width: 100%;
}
TEXTAREA.textarea-med {
  height: 100px;
  width: 75%;
}
TEXTAREA.textarea-small {
  height: 50px;
  width: 50%;
}
.dcomment, .lcomment, .comment-body {
  padding: 10px;
}
.comment-time {
 float: right;
}
#comment-form {
  margin: 10px;
}
#footer {
  margin: 5px 0 0 0; 
  clear:both;
}
#copyright {
  margin: 0px;
}
#copyright-text {
  padding: 5px;
}
.social-bar {
  position:relative;
  padding-left:10px;
  float:right;
  width:260px;
}
.recommend-it {
  width:125px;
  clear:both;
  float: left;
}
.share-it {
  width:125px;
  display:inline;
  padding-left:3px;
  float:right;
}
/**
 * Custom to Grouchy template
 */


