/*   
Theme Name: Hopper and Dropper
Description: Custom WP Theme for HopperAndDropper.com
Author: Displet
Author URI: http://displet.com
*/

/******************
Global Styles
******************/
* {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

body {
  font-family: Verdana;
  font-size: 12px;
  color: #434038;
}

img {border: 0;}

img.alignright {float:right; margin: 0 0 10px 10px;}

img.alignleft {float:left; margin: 0 10px 10px 0;}

img.aligncenter {display: block; margin-left: auto; margin-right: auto;}

a {
  color: #434038;
}

a:hover {
  text-decoration: none;
}

.right, .alignright {float: right;}

.left, .alignleft {float:left;}

.clear {clear:both;}

section,
nav,
footer,
header,
article,
figure,
figcaption {
  display: block;
}

/******************
Image Replacement Styles
******************/
.image_replace {
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.image_replace_anchor {
  background-position: 0 0;
  background-repeat: no-repeat;
}

.image_replace_anchor a {
  display: block;
  text-indent: -9999px;
  outline: none;
}

.image_replace_anchor_span {
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.image_replace_anchor_span a {
  display: inline-block;
  text-indent: -9999px;
  outline: none;
}

#logo_hopper_footer {
  width: 233px;
  height: 25px;
  line-height: 25px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  background-image: url(images/border_footer.png);
  background-position: 0px bottom;
  background-repeat: repeat-x;
}

#logo_hopper_footer a {
  width: 233px;
  height: 25px;
  line-height: 25px;
  background-image: url(images/logo_hopper_footer.png);
}

#logo_hopper {
  width: 276px;
  height: 85px;
  line-height: 85px;
  background-image: url(images/logo_hopper.png);
}

#logo_hopper a {
  width: 276px;
  height: 85px;
  line-height: 85px;
}

#cta_wordpress {
  width: 27px;
  height: 27px;
  line-height: 27px;
  background-image: url(images/cta_wordpress.png);
}

#cta_wordpress a {
  width: 27px;
  height: 27px;
  line-height: 27px;
}

#cta_subscribe {
  width: 23px;
  height: 23px;
  line-height: 23px;
  background-image: url(images/cta_subscribe.png);
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}

#cta_subscribe a {
  width: 23px;
  height: 23px;
  line-height: 23px;
}

#cta_twitter {
  width: 23px;
  height: 24px;
  line-height: 24px;
  background-image: url(images/cta_twitter.png);
  float: left;
  margin-top: 4px;
}

#cta_twitter a {
  width: 23px;
  height: 24px;
  line-height: 24px;
}

#cta_search_submit {
  width: 23px;
  height: 23px;
  line-height: 23px;
  background-image: url(images/cta_search_submit.png);
}

#cta_search_submit a {
  width: 23px;
  height: 23px;
  line-height: 23px;
}

#cta_submit {
  width: 54px;
  height: 26px;
  line-height: 26px;
  background-image: url(images/cta_submit.png);
}

#cta_submit a {
  width: 54px;
  height: 26px;
  line-height: 26px;
}

#cta_esm {
  width: 83px;
  height: 54px;
  line-height: 54px;
  background-image: url(images/cta_esm.png);
}

#cta_esm a {
  width: 83px;
  height: 54px;
  line-height: 54px;
}

/******************
Wrapper Styles
******************/
#wrapper {
  width: 962px;
  margin: 0px auto;
}

/******************
Header Styles
******************/
#header {
  height: 112px;
}

#header_bar {
  background-image: url(images/bg_header.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  height: 51px;
}

/******************
Navigation Styles
******************/
#navigation {
  font-family: Georgia;
  font-size: 16px;
  float: left;
  width: 687px;
}

#navigation ul {
  
}

#navigation ul li {
  padding: 0px 25px 0px 27px;
  background-image: url(images/border_nav.png);
  background-position: 0px center;
  background-repeat: no-repeat;
  float: left;
  line-height: 51px;
}

#navigation ul li:first-child {
  background: none;
}

#navigation ul li a {
  color: #fff;
  text-decoration: none;
}

#navigation ul li a:hover {
  text-decoration: underline;
}

#navigation ul li.current-menu-item a {
  
}

#navigation ul li.current-menu-item a:hover {
  
}

#header_bar_right {
  float: right;
  width: 256px;
  padding: 11px 9px 0px 9px;
  overflow: hidden;
}

#search_form {
  float: right;
  width: 167px;
  height: 27px;
  padding: 4px 0px 0px 16px;
  background-image: url(images/bg_search_form.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

#search_form .field {
  width: 112px;
  height: 23px;
  border: none;
  background: none;
  margin-right: 10px;
}

/******************
Content Styles
******************/
#content {
  width: 100%;
  overflow: hidden;
  background-image: url(images/bg_content.png);
  background-position: 0px 0px;
  background-repeat: repeat-y;
}

/******************
Main Styles
******************/
#main {
  float: left;
  width: 645px;
  padding: 21px 0px 0px 21px;
}

#main article {
  background-color: #fff;
  border: 1px solid #D4D1C6;
  border-radius: 17px;
  -moz-border-radius: 17px;
  margin-bottom: 21px;
}

#main article header {
  padding: 20px;
}

.article_title {
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: normal;
  font-family: Georgia;
}

#main article header a {
  text-decoration: none;
}

.article_date {
  font-weight: bold;
  color: #b7b09e;
}

.article_thumbnail {
  float: left;
  width: 100px;
  margin: 0px 10px 10px 0px;
}

.article_content {
  padding: 0px 20px 10px 20px;
  overflow: hidden;
}

.article_content a {
  color: #0000ff;
}

.article_content h1,
.article_content h2,
.article_content h3,
.article_content h4,
.article_content h5,
.article_content h6,
.article_content p {
  padding-bottom: 20px;
}

.article_content h1,
.article_content h2,
.article_content h3,
.article_content h4,
.article_content h5,
.article_content h6 {
  font-family: Georgia;
  font-weight: normal;
}

.article_content ol {
  padding: 0px 0px 10px 20px;
}

.article_content ol li {
  list-style: decimal;
  padding: 0px 0px 10px 0px;
}

.article_content ul {
  padding: 0px 0px 10px 0px;
}

.article_content ul li {
  background-image: url(images/icon_arrows.png);
  background-position: 0px 4px;
  background-repeat: no-repeat;
  padding: 0px 0px 10px 15px;
}

.article_content blockquote {
  display: block;
  margin-bottom: 20px;
  background-color: #F2F0E9;
  border: 1px solid #D5D4CF;
  padding: 15px 15px 0px 45px;
  background-image: url(images/bg_blockquote.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.article_content blockquote p {
  padding-bottom: 15px !important;
}

.article_read_more {
  text-align: right;
}

.article_read_more a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0px 20px;
  background-color: #5E7940;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5E7940), to(#5E7940));
  background-image: -moz-linear-gradient(top, #5E7940, #5E7940);
  background-image: linear-gradient(top, #5E7940, #5E7940);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5E7940', endColorstr='#5E7940');
  border-radius: 15px;
  -moz-border-radius: 15px;
}

.article_read_more a:hover {
  text-decoration: underline;
}

article footer {
  height: 50px;
  overflow: hidden;
  background-image: url(images/bg_article_footer.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  font-size: 11px;
}

.article_footer_left {
  float: left;
  height: 50px;
  line-height: 50px;
  padding-left: 70px;
}

.article_footer_comments {
  float: left;
  padding-right: 5px;
  color: #fff;
}

.article_footer_comments a {
  text-decoration: none;
  color: #fff;
}

.article_footer_comments a strong {
  color: #b5e079;
}

.article_footer_comments a:hover {
  text-decoration: underline;
}

.article_footer_categories {
  float: left;
  color: #fff;
}

.article_footer_categories a {
  color: #fff833;
  font-style: italic;
  text-decoration: none;
}

.article_footer_categories a:hover {
  text-decoration: underline;
}

.article_footer_right {
  float: right;
}

.post {
  border-top: 1px solid #434038;
  padding-top: 10px;
}

#pagination {
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  background-color: #fff;
  padding: 0px 20px;
  margin-bottom: 21px;
}

#pagination a {
  text-decoration: none;
  font-weight: bold;
}

#pagination a:hover {
  text-decoration: underline;
}

#pagination_newer {
  float: left;
}

#pagination_newer a {
  background-image: url(images/icon_hook_left.png);
  background-position: 0px center;
  background-repeat: no-repeat;
  padding-left: 30px;
}

#pagination_older {
  float: right;
}

#pagination_older a {
  background-image: url(images/icon_hook_right.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 30px;
}

#article_links {
  border-radius: 17px;
  -moz-border-radius: 17px;
  background-color: #fff;
  padding: 20px;
  overflow: hidden;
  margin-bottom: 21px;
}

#article_links h3 {
  font-family: Georgia;
  font-weight: normal;
  padding: 0px 0px 30px 30px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

#article_links ul li {
  padding: 0px 0px 10px 0px;
}

#article_tags {
  float: left;
  padding-right: 30px;
}

#article_tags h3 {
  background-image: url(images/icon_tags.png);
}

#article_categories {
  float: left;
}

#article_categories h3 {
  background-image: url(images/icon_categories.png);
}

/******************
Comment Styles
******************/
#comments {
  border-radius: 17px;
  -moz-border-radius: 17px;
  background-color: #fff;
  padding: 20px;
  overflow: hidden;
  margin-bottom: 21px;
}

#comments h3 {
  font-family: Georgia;
  font-weight: normal;
  padding-bottom: 20px;
}

.comment_list li {
  padding: 15px 20px;
  background-color: #F2F0E9;
  border: 1px solid #ACA9A0;
  margin-bottom: 10px;
}

.comment_meta {
  padding-bottom: 10px;
}

.comment_author {
  
}

.comment_author cite {
  font-weight: bold;
  font-style: normal;
}

.comment_author a {
  color: #546C3A;
  text-decoration: none;
}

.comment_text p {
  padding-bottom: 10px;
}

.comment_author a:hover {
  text-decoration: underline;
}

.comment_date {
  color: #B7B09F;
  font-weight: bold;
  font-style: italic;
}

.comment_reply {
  padding-bottom: 10px;
}

#respond {
  border-radius: 17px;
  -moz-border-radius: 17px;
  background-color: #fff;
  padding: 20px;
  overflow: hidden;
  margin-bottom: 21px;
}

#respond form {
  padding-right: 170px;
}

#respond h3 {
  font-family: Georgia;
  font-weight: normal;
  padding-bottom: 20px;
}

#respond p {
  padding-bottom: 15px;
  width: 100%;
  overflow: hidden;
}

#respond p.form-submit {
  padding-left: 135px;
}

#respond label {
  display: inline-block;
  float: left;
  width: 115px;
  text-align: right;
}

#respond #author,
#respond #email,
#respond #url {
  float: right;
  height: 22px;
  line-height: 22px;
  padding: 0px 10px;
  width: 280px;
  background-color: #F2F0E9;
  border: 1px solid #ACA9A0;
  font-family: Verdana;
}

#respond textarea {
  width: 280px;
  padding: 10px;
  background-color: #F2F0E9;
  border: 1px solid #ACA9A0;
  font-family: Verdana;
  float: right;
}

#respond #submit {
  color: #fff;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  padding: 0px 20px;
  background-color: #5E7940;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5E7940), to(#5E7940));
  background-image: -moz-linear-gradient(top, #5E7940, #5E7940);
  background-image: linear-gradient(top, #5E7940, #5E7940);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5E7940', endColorstr='#5E7940');
  border-radius: 15px;
  -moz-border-radius: 15px;
  border: none;
}

/******************
Sidebar Styles
******************/
#sidebar {
  float: right;
  width: 276px;
}

#sidebar_about_rich {
  color: #fff;
  width: 249px;
  height: 259px;
  padding: 20px 0px 0px 25px;
  background-image: url(images/bg_sidebar_about_rich.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  margin-left: 2px;
  margin-bottom: 20px;
}

#sidebar_about_rich h3 {
  font-family: Georgia;
  font-weight: normal;
  text-shadow: 1px 1px 1px #000;
  padding-bottom: 80px;
}

#sidebar_about_rich p {
  padding-right: 115px;
  font-size: 11px;
}

#sidebar_about_rich a {
  color: #fff;
}

.sidebar_section {
  padding: 0px 25px 20px 25px;
}

.sidebar_section_title {
  background-image: url(images/bg_sidebar_section_title.png);
  background-position: 0px center;
  background-repeat: repeat-x;
}

.sidebar_section_title h3 {
  height: 25px;
  line-height: 25px;
  background-color: #F2F0E9;
  padding-right: 10px;
  display: inline-block;
  font-family: Georgia;
  font-weight: normal;
  color: #365e00;
}

.sidebar_section_content {
  
}

.sidebar_section_content ul li {
  background-image: url(images/icon_arrow.png);
  background-position: 0px 3px;
  background-repeat: no-repeat;
  padding: 0px 0px 5px 18px;
}

.sidebar_section_content ul li a {
  color: #145397;
  text-decoration: none;
}

.sidebar_section_content ul li a:hover {
  text-decoration: underline;
}

#sidebar_social_media span {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  font-size: 11px;
  vertical-align: top;
}

.sidebar_article_thumbnail {
  margin: 10px 0px;
}

.sidebar_article_thumbnail img {
  display: block;
  border: 1px solid #ACA9A0;
}

#slideshow {
  margin-bottom: 10px;
}

/******************
Footer Styles
******************/
#footer {
  background-color: #4E4A3F;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4E4A3F), to(#79756A));
  background-image: -moz-linear-gradient(top, #4E4A3F, #79756A);
  background-image: linear-gradient(top, #4E4A3F, #79756A);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4E4A3F', endColorstr='#79756A');
  margin-bottom: 100px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid #605C50;
  border-top: none;
  border-bottom-left-radius: 18px;
  -moz-border-radius-bottomleft: 18px;
  border-bottom-right-radius: 18px;
  -moz-border-radius-bottomright: 18px;
}

/*Footer Nav*/
#footer_navigation {
  padding-bottom: 20px;
}

#footer_navigation ul {
  overflow: hidden;
}

#footer_navigation ul li {
  float: left;
  width: 200px;
  margin-right: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  background-image: url(images/border_footer.png);
  background-position: 0px bottom;
  background-repeat: repeat-x;
}

#footer_navigation ul li.odd {
  clear: left;
}

#footer_navigation ul li a {
  color: #E5E1D5;
  text-decoration: none;
  font-weight: bold;
  background-image: url(images/bg_footer_nav.png);
  background-position: 0px bottom;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 15px;
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
}

#footer_navigation ul li a:hover {
  color: #FCF949;
}

#footer_navigation ul li.last a {
  
}

#footer_navigation ul li.last a:hover {
  
}

#footer_copyright {
  color: #F2F0E9;
}

#footer_left {
  float: left;
}

#footer_right {
  float: right;
  padding-top: 50px;
}

#footer_contact {
  color: #F2F0E9;
  font-size: 11px;
}

#footer_contact a {
  color: #B3E17F;
}

/******************
Dimension Styles
******************/

/******************
Margin/Padding Styles
******************/
