/* @override http://www.thekingcart.com/wp/wp-content/themes/springLoaded/style.css */

/*  
Theme Name: Spring Loaded
Theme URI: http://the449.com/springloaded-the-theme-is-here
Description: Another beautiful Wordpress theme from the nice chaps at the449.com, this time we've gone au naturale!
Version: 0.9.42
Author: the 449
Author URI: http://the449.com/
*/

* {
  margin: 0;
  padding: 0;
}

a img {
  border: 0;
  padding: 0;
  display: block;
  margin: 0 0 3px;
}

.entry a img.size-thumbnail {
  float: left;
  margin: 0 8px 10px 0;
}
.entry a img.size-thumbnail,
.entry a img.size-medium {
  padding: 1px;
  background-color: #eee;
}
.entry a img.size-medium {
  clear: both;
}

html {
  xbackground: url(/wp/wp-content/themes/springLoaded/images/bg-bottom.gif) repeat left top;
  background: #D8EDF8;
}

body {
  background: url(/wp/wp-content/themes/springLoaded/images/bg-top.gif) repeat-x left -111px;
  background: none;
  text-align: center;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#wrapper {
  margin: 0 auto;
  text-align: left;
  width: 900px;
}



/* @group Header */

#header {
  height: 111px;
  height: auto;
  position: relative;
  margin-bottom: 24px;
}

#header h1 {
  padding-top: 24px;
  width: 520px;
  color: #152002;
  color: #fff;
  padding-left: 30px;
}

#header h1 a {
  color: #152002;
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  border-bottom: 1px solid #999;
  letter-spacing: -1px;
}

#header h1 a:hover {
  border-bottom: 1px solid #ccc;
}

#header h1 span{
  display: block;
  margin-top: 5px;
  font-size: 11px;
  letter-spacing: 1px;
  /* text-transform: uppercase; */
}

#header .search-bar {
  width: 370px;
  height: 65px;
  background: url(/wp/wp-content/themes/springLoaded/images/search-box.gif) no-repeat left top;
  position: absolute;
  bottom: 0;
  right: 0;
}

.search-bar p {
  padding: 7px 10px 4px 20px;
}

.search-bar p input {
  height: 30px;
  width: 300px;
  font-size: 18px;
  font-family: inherit;
  border: none;
  background-color: #f5f6e7;
}

.search-bar p button {
  margin-left: 20px;
  width: 15px;
  height: 30px;
  border: none;
  background-color: #f5f6e7;
}

.search-bar p button img {
  vertical-align: middle;
}

/* @end(header) */




/* @group Content */

#main {
  float: left;
  width: 626px;
  margin-bottom: 20px;
}


/* @group Navigation */

#navigation {
  width: 626px;
  height: 42px;
  xbackground: url(/wp/wp-content/themes/springLoaded/images/nav-bg.gif) no-repeat left top;
  background-color: #333;
  list-style: none;
}

#navigation li {
  float: left;
  background: url(/wp/wp-content/themes/springLoaded/images/nav-divider.gif) no-repeat right top;
}

#navigation li a {
  padding: 0 15px;
  line-height: 42px;
  height: 42px;
  text-transform: lowercase;
  font-size: 13px;
  display: block;
  color: #fff;
  text-decoration: none;
}

#navigation li a:hover {
  background: url(/wp/wp-content/themes/springLoaded/images/nav-bg-hover.gif) repeat-x left top;
  text-decoration: underline;
}

#navigation li.current_page_item a,
#navigation li.current-cat a {
  background: url(/wp/wp-content/themes/springLoaded/images/nav-bg-hover.gif) repeat-x left top;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}

#navigation li.current_page_item:first-child a {
  background: url(/wp/wp-content/themes/springLoaded/images/nav-bg-hover-left.png) no-repeat left top;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}

#navigation li:first-child a:hover {
  background: url(/wp/wp-content/themes/springLoaded/images/nav-bg-hover-left.png) no-repeat left top;
}

/* @end(navigation) */



#content {
  padding: 8px;
  xbackground: #dee0bf url(/wp/wp-content/themes/springLoaded/images/content-bg.gif) no-repeat left bottom;
  background-color: #fff;
}

#single-content {
  padding: 8px;
  xbackground: #dee0bf url(/wp/wp-content/themes/springLoaded/images/single-content-bg.gif) no-repeat left bottom;
  background-color: #fff;
}

/* @group Post */

.post {
  background-color: #fff;
  padding: 20px;
  font-size: 13px;
  position: relative;
}

.post .post-date {
  display: none;
  position: absolute;
  left: -44px;
  width: 44px;
  height: 83px;
  background: url(/wp/wp-content/themes/springLoaded/images/date-tab.png) no-repeat left top;
  color: #fff;
  font-size: 15px;
}

.post-date .date-day {
  display: block;
  padding: 5px 0 2px;
  text-align: center;
  font-weight: bold;
}

.post-date .date-month {
  text-align: center;
  display: block;
  text-transform: uppercase;
}

.post h2,
.post .entry h3 {
  color: #6f7a33;
  font: bold 32px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  padding-bottom: 4px;
  clear: both;
}
.post .entry h3 {
  color: #C9442C;
  font-weight: normal;
  font-size: 26px;
  padding-bottom: 10px;
  line-height: 125%;
}

.post h2 a {
  color: #CB532E;
  text-decoration: none;
}

.post h2 a:hover {
  color: #FF0033;
}

.post .metadata {
  font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  color: #878787;
  padding-bottom: 10px;
  border-bottom: 1px solid #ADD9F0;
}

.post .metadata a {
  color: #878787;
  text-decoration: none;
}

.post .metadata .feedback a {
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
}

.post .entry {
  padding-top: 10px;
  line-height: 1.5;
}

.post .entry a {
  font-weight: normal;
  color: #0000FF;
  text-decoration: underline;
  padding: 0 2px;
}

.post .entry a:hover {
  color: #C9442C;
  text-decoration: underline;
}

.post .entry p, .post .entry ul, .post .entry ol {
  padding-bottom: 10px;
}

.post .entry ul,
.post .entry ol {
  padding: 0px 40px 10px;
  padding-top: 0px;
}
.post .entry ul li {
  margin: 3px 0;
}



/* @end(post) */




/* @group page-navigation */

.wp-pagenavi, .prev-next {
  background-color: #fff;
  padding: 10px 20px 20px;
  font-size: 13px;
}

.wp-pagenavi {
  text-align: right;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
  border: 1px solid #717171 !important;
  color: #717171 !important;  
}

.wp-pagenavi a:hover {  
  border: 1px solid #717171 !important;
  color: #ffffff !important;
  background-color: #717171 !important;
}

.wp-pagenavi span.pages {
  color: #717171 !important;
  border: 1px solid #717171 !important;
}

.wp-pagenavi span.current {
  border: 1px solid #717171 !important;
  color: #FFFFFF !important;
  background-color: #717171 !important;
}

.prev-next .alignright {
  float: right;
  width: 300px;
  text-align: right;
}

.prev-next .alignleft {
  float: left;
  width: 300px;
}

.prev-next a {
  color: #717171;
}

/* @end */




/* @end(content) */



/* @group Sidebar */

#sidebar {
  width: 250px;
  float: right;
}

#sidebar .side-widget {
  xwidth: 241px;
  margin: 10px 0 15px;
  xbackground: url(/wp/wp-content/themes/springLoaded/images/side-bg-bottom.png) no-repeat left bottom;
  font-size: 13px;
  line-height: 1.3;
  padding: 0 0 10px;
}

.side-widget ul {
  xpadding: 0 15px;
  xbackground: url(/wp/wp-content/themes/springLoaded/images/side-bg.png) repeat-y left top;
  xbackground-color: #fff;
}

#sidebar .side-rss {
  xmargin: 5px 0 10px;
  background: none;
  padding: 0;
  display: none;
}

.side-rss p {
  padding: 0 !important;
}

.side-widget h3 {
  xbackground: url(/wp/wp-content/themes/springLoaded/images/side-bg-top.png) repeat-x left top;
  background-color: #ADD9F0;
  xheight: 28px;
  font-size: 15px;
  color: #252525;
  padding: 10px 24px;
  margin: 0 0 10px;
}

.side-widget p{
  padding: 10px 20px 10px 10px;
}

.side-widget .side p a img {
  max-width: 180px;
  /*border: 5px solid #D0E6AB;*/
  text-decoration: none;
  display: block;
  margin: -10px 0 0;
  padding: 0;
}

.side-widget p, .side-widget ul, .side-widget ol {
  line-height: 1.3;
}

.side-widget ul, .side-widget ol {
  list-style-position: inside;
}

.side-widget a {
  color: #0000FF;
  text-decoration: underline;
  font-weight: normal;
}
.side-widget a:hover {
  color: #C9442C;
}

.side-widget ul li, .side-widget ol li {
  padding: 4px 0;
  border-top: 1px solid #ADD9F0;
  list-style-type: none;
}

.side-widget ul li:first-child, .side-widget ol li:first-child {
  padding: 0 0 4px;
  border-top: none;
}

/* @end(sidebar) */





/* @group Footer */

#footer {
  color: #878787;
  font-size: 11px;
  padding: 0;
  margin: 0 0 20px;
}

#footer a {
  text-decoration: none;
  color: #878787;
}

.copy-note {
  float: left;
  width: 600px;
}

.design-note {
  margin-top: -18px;
  float: right;
  width: 171px;
}

.design-note a{
  display: block;
  height: 35px;
  background: url(/wp/wp-content/themes/springLoaded/images/449credit.png);
  text-indent: -9000px;
  overflow: hidden;
}

/* @end(footer) */



/* @group Comments */

.comments-show {
  padding: 20px;
}

h3#comments, h3#respond {
  font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  color: #2a3a0e;
  padding-bottom: 10px;
}

ol.commentlist {
  list-style: none;
}

ol.commentlist li {
  xbackground: url(/wp/wp-content/themes/springLoaded/images/comment-bg.gif) no-repeat left top;
  xbackground-color: #DEE0BF;
  margin-bottom: 30px;
}

ol.commentlist li .comment-gravatar {
  float: left;
  width: 44px;
  text-align: center;
  padding-top: 10px;
}

ol.commentlist li .comment-body {
  float: right;
  padding-top: 10px;
  width: 510px;
  padding-right: 10px;
}

ol.commentlist li .comment-body .comment-head {
  color: #7c7e5c;
  font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  padding-bottom: 10px;
}

ol.commentlist li .comment-body .comment-head a {
  color: #7c7e5c;
}

ol.commentlist li .comment-body .comment-text  {
  color: #464734;
  font-size: 13px;
  line-height: 1.4;
}

ol.commentlist li .comment-body .comment-text p, ol.commentlist li .comment-body .comment-text ul, ol.commentlist li .comment-body .comment-text ol {
  padding-bottom: 15px;
}

ol.commentlist li .comment-body .comment-text a {
  color: #464734;
  font-weight: bold;
}

ol.commentlist li .comment-body .comment-text a:hover {
  text-decoration: none;
}

.comment-form {
  
}

.comment-form p {
  padding-bottom: 15px;
  font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.comment-form p input, .comment-form p textarea {
  color: #1a1a1a;
  font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.comment-form p input {
  height: 18px;
  padding: 2px;
}

.comment-form p textarea {
  padding: 2px;
  width: 550px;
}

.comment-form p a {
  color: #0000FF;
  font-weight: normal;
}

/* @end(comments) */









/* @group Clearer */

#footer {
  clear: both;
}

#navigation:after, .prev-next:after, #footer:after, ol.commentlist li:after {
  display: block;
  content: ".";
  height: 0;
  visibility: hidden;
  clear: both;
}

#navigation, .prev-next, #footer, ol.commentlist li {
  min-height: 0;
}

* html #navigation, * html .prev-next, * html #footer, * html ol.commentlist li {
  height: 1%;
}

/* @end(clearer) */