/* ---------------------------------------
  Theme Name: Kat Path Green
  Theme URI: http://www.katpath.com/
  Description: Kat Path Blog Template
  Version: 14.00
  Author: Kat Path
  Author URI: http://www.katpath.com/

  Copyright (c) 2008-2009. Bond Entertainment LLC. All rights reserved.
--------------------------------------- */

/* -- STRUCTURE --------------------------
  Total Page width:         930 px
  Total Number of Columns:  7
  Main Column width:        600 px
  Menu Column width:        300 px
  Margin width:             10 px
  External Design width:    10 px
--------------------------------------- */

/* -- GLOBAL SETTINGS -- */
.layout_body  /* use this to prevent having to reset body tag */
{
  background-color: #FFFFFF;
  background-image: url(../katpath_14.00/img/bg_recycle.jpg);
  background-repeat: repeat;
  background-position: 0px 0px;
  text-align: center; /* this centers the container in IE 5*. The text is then the left aligned in the next id */
  color: #000000;
  margin: 0px;
  padding: 0px;
}
.clearfloat /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
{
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}

/* -- LAYOUT STRUCTURE -- */
#layout_background {
  width: 930px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
  background: #E1F8DE;
  border: 1px solid #000000;
  text-align: left; /* this overrides the text-align: center on the body element. */
  margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
  margin-top: 20px;
  margin-bottom: 10px;
}
#layout_header {
	float: left;
	background-color: #81d043;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	width: 910px;
	height: 120px;
	display: inline;  /* Solution for Doubled float margin bug IE5-6 */
}
#layout_header img {
	border: 0px;
}
#layout_header_menu {
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	width: 910px;
	background-color: #00b400;
	height:30px;
}
#layout_header_menu ul
{
	margin: 0;
	padding: 0px;
	display:block;
}
#layout_header_menu li
{
	display:block;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	padding:0;
	position:relative;
	text-transform:uppercase;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#layout_header_menu li a
{
	color:#FFFFFF;
	text-decoration:none;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	float: left;
}
#layout_header_ads {
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	width: 910px;
}
#layout_content {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 600px;
}
#layout_content_nav {
	float: left;
	width: 580px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding:10px;
	border:1px solid #000000;
	background-color: #ffffff;
	margin-bottom: 10px;
}
#layout_sidebar {
	float: left;
	margin-left: 10px;
	width: 300px;
}
#layout_footer {
  float: left;
  width: 910px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #f3f3f3;
  border-width: 1px;
  border-style: solid;
  border-color: #e5e5e5;
}
#layout_footer p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}
#layout_footer_ext {
  width: 930px;
  margin: 0 auto;
}
#layout_footer_ext a{
	color: #4b6914;
	text-decoration: none;
}
#layout_footer_ext a:hover{
	color: #4b6914;
	text-decoration: underline;
}
#layout_footer_ext p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

/* -- FORMS -- */
#form_login, #form_search, #form_comment, #form_contact
{
}
#form_login_user, #form_login_pwd, #form_login_submit, #form_login_logout, #form_login_lost, #form_login_create, #form_search_query, #form_search_submit, #form_comment_submit, #form_comment_reset, #form_comment_username, #form_comment_email, #form_comment_website, #form_contact_name, #form_contact_email, #form_contact_submit, #form_contact_reset
{
	background-color: #fbfbfb;
	border-width: 1px;
	border-style: solid;
	border-color: #e5e5e5;
	width: 135px;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#form_login label, #form_contact label
{
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 5px;
}
#form_login_submit, #form_login_logout, #form_search_submit, #form_comment_submit, #form_contact_submit
{
	width: 75px;
	font-weight: bold;
	background-color: #00CC33;
	color: #FFFFFF;
	cursor: pointer;
	margin-left: 0px;
	margin-right: 10px;
	cursor: pointer;
}
#form_login_lost, #form_login_create, #form_comment_reset, #form_contact_reset
{
	width: 120px;
	font-weight: bold;
	background-color: #CCCCCC;
	color: #000000;
	cursor: pointer;
	margin-left: 0px;
	margin-right: 10px;
}
#form_search_query
{
  width: 173px;
  margin-left: 0px;
  margin-right: 10px;
}
#form_login_textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fbfbfb;
	border-width: 1px;
	border-style: solid;
	border-color: #e5e5e5;
	width: 265px;
	height: 90px;
	padding: 5px;
}
#form_comment_textarea, #form_contact_textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  background-color: #fbfbfb;
  border-width: 1px;
  border-style: solid;
  border-color: #e5e5e5;
  width: 565px;
  height: 175px;
  padding: 5px;
}

/* -- POST -- */
.post_box_header, .post_box_comment_header
{
	margin: 0;
	padding: 6px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	background-color: #00b400;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
.post_box_comment_header
{
	background-color: #afe696;
}
.post_box_header a
{
	color:#FFFFFF;
	text-decoration: none;
}
.post_box
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding:10px;
	border:1px solid #999999;
	background-color: #ffffff;
	margin-bottom: 10px;
}
.post_box a
{
	color: #00CC00;
	text-decoration: none;	
}
.post_box a:hover
{
	color: #00CC00;
	text-decoration: underline;	
}
.post_bookmarks, #post_bookmarks
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background-color: #fbfbfb;
  border-width: 1px;
  border-style: solid;
  border-color: #e5e5e5;
  padding: 5px;
  margin-top: 10px;
}
.post_bookmarks a
{
	color: #00CC00;
	text-decoration: none;
}
.post_bookmarks a:hover
{
	color: #00CC00;
	text-decoration: underline;
}
.post_icon
{
	padding-left: 3px;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* -- SIDEBAR -- */
.sidebar_box
{
	padding:10px;
	border:1px solid #CCCCCC;
	background-color: #ffffff;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.sidebar_box a
{
	color: #00CC00;
	text-decoration: none;
}
.sidebar_box a:hover
{
	color: #00CC00;
	text-decoration: underline;
}
.sidebar_box_header a
{
	color: #00b400;
	text-decoration: none;
}
.sidebar_box_header
{
	margin: 0;
	padding: 6px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	background-color: #afe696;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#widget_login, #widget_search, #widget_syndication {
}
.widget_icon
{
  padding-right: 7px;
  padding-left: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  vertical-align: middle;
}
/* -- Shared Style (Round Mozilla) --*/
#form_login_user, #form_login_pwd, #form_login_submit, #form_login_logout, #form_login_lost, #form_login_create, #form_search_query, #form_search_submit, #form_comment_submit, #form_comment_reset, #form_comment_username, #form_comment_email, #form_comment_website, #form_contact_name, #form_contact_email, #form_contact_submit, #form_contact_reset, #form_login_textarea, #form_comment_textarea, #form_contact_textarea, .post_bookmarks, #post_bookmarks
{
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/* -- WP Shared -- */
.alignnone
{
	display: block;
}
.alignleft
{
	float: left;
	margin-right:10px;
}
.alignright
{
	float: right;
	margin-left:10px;
}
.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* -- WP Caption -- */
.wp-caption_org
{
	text-align: center;
	background-color: #f3f3f3;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 4px 0 0 0;
}
.wp-caption
{
   border: 1px solid #ddd;
   text-align: left;
   background-color: #ebece2;
   color: #74746d;
   padding: 5px;
}

.wp-caption a
{
	line-height: 0.11em;
}
.wp-caption a:hover
{
	background: none;
}
.wp-caption img
{
	margin: 0 auto;
	display: block;
	padding: 0;
   border: 0 none;
}
.wp-caption-text
{
   font-size: 11px;
	padding: 3px 0 !important;
	margin: 0 !important;
}
.wp-caption-dd
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* -- WP Widget -- */
.widget_pages .sidebar_box ul li
{
	list-style-type: none;
	margin-left: -40px;
  padding-right: 7px;
  padding-left: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  vertical-align: middle;
	background: url(../katpath_14.00/img/pages.gif) no-repeat 1px 3px;
}

.widget_recent_entries .sidebar_box ul li
{
	list-style-type: none;
	margin-left: -40px;
  padding-right: 7px;
  padding-left: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  vertical-align: middle;
	background: url(../katpath_14.00/img/recent_entries.gif) no-repeat 1px 3px;
}
.widget_links .sidebar_box ul li
{
	list-style-type: none;
	margin-left: -40px;
  padding-right: 7px;
  padding-left: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  vertical-align: middle;
	background: url(../katpath_14.00/img/blogroll.gif) no-repeat 1px 3px;
}
.widget_kbrss .sidebar_box ul li, .widget_rss .sidebar_box ul li
{
	list-style-type: none;
	margin-left: -40px;
  padding-right: 7px;
  padding-left: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  vertical-align: middle;
	background: url(../katpath_14.00/img/rss.png) no-repeat 1px 3px;
}


/*

widget_tag_cloud
widget_kbrss


.categories {...}
.cat-item {...}
.current-cat {...}
.current-cat-parent {...}
.pagenav {...}
.page_item {...}
.current_page_item {...}
.current_page_parent {...}
.widget {...}
.widget_text {...}
.blogroll {...}
.linkcat{...}
*/

/* ----------- Gallery navigation -------------*/

.navigation_left
{
	float: left;
	margin-right:10px;
}
.navigation_right
{
	float: right;
	margin-left:10px;
}

.navigation_right a, .navigation_left a
{
	color: #00b400;
	text-decoration: none;
}

.navigation_right a:hover, .navigation_left a:hover
{
	text-decoration: underline;
}

.spacer
{
	margin-bottom: 10px;
}

