/*
Theme Name: Money Theme
Theme URI: http://www.themewars.com/money
Version: 1.0.0
Author: Unique Blog Designs
Author URI: http://www.uniqueblogdesigns.com
*/


* {
  margin: 0;
  padding: 0;
}

html {
  margin: 0;
  padding: 0;
}

body {
  background: #e9eae5 url('images/body_bg.png') repeat-x top left;
  color: #232323;
  font-family: Helvetica, Arial, Tahoma, Verdana, Sans-Serif; font-size: 12px;
  text-align: center;
  margin: 0;
  padding: 0;
}

#container {
  margin: 0 auto;
  text-align: left;
  width: 990px;
}

img {
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

.clear {
  clear: both;
  font-size: 1px;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

a {
  color: #00527A;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#wrapper {
  background: #fff; url('images/wrapper_bg.png') repeat-y top left;
  padding: 0px 25px;
  width: 940px;
  padding-top:30px;
  padding-bottom: 0px;
  margin:0;
}

/* Header */

#header {
  margin: 0 15px;
  width: 960px;
  z-index: 300;
}

#header-tagline {
  color: #2b2b2b;   
  font-size: 13px;
  height: 27px;
  line-height: 27px;
  padding-bottom: 1px;
  text-align: center;
}

#header_tagline a {
  color: #00527A;
  text-decoration: underline;
}

#header #logo {
  float: left;
  height: 95px;
  width: 450px;
}

#header #logo h1.text {
  padding-top: 18px;
}

#header #logo h1, #header #logo h1 a {
  color: #2b3032;  
  font-size: 38px;
  text-transform: uppercase;
}

#header #logo #site-description {
  color: #7d9993;
  font-size: 15px; font-style: italic; font-weight: bold;
}

#header .adblock {
  float: right;
  width: 468px;
  height: 60px;
  margin-top: 20px;
}

#nav {
  height: 41px;
  margin: 0 15px;
  list-style: none;
  padding-bottom: 4px;
  width: 960px;
}

#nav li {
  float: left;
  font-size: 14px;
  text-transform: uppercase;
}

#nav li a {
  color: #252525;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  margin-top: 6px;
  padding: 0px 10px; padding-top: 5px; margin-top: 1px;
  margin-right:10px;
}

#nav li a:hover {
  background: #729088 url('images/nav_hover_bg.png') no-repeat top center;
  color: #fff;
  text-decoration: none;
  padding-top: 5px;
  margin-top: 1px;
}

#nav li.current_page_item a {
  background: #729088 url('images/nav_hover_bg.png') no-repeat top center;
  color: #fff;
  text-decoration: none;
  padding-top: 5px;
  margin-top: 1px;
}


/* Col-1 */

/* Subscribe Box */

#subscribe {
  margin-bottom: 25px;
  padding-bottom: 25px;
  width: 940px;
}

#subscribe #subscription-box {
  float: left;
}

#subscription-box {
  background: #00527a;
  color: #fff;
  border: 1px solid #1a6f3b;
  height: 246px;
  position: relative;
  margin-left:10px;
  width: 598px;
}

#subscription-box img {
  position: absolute; top: 2px; left: -15px;
}

#subscription-box .entry {
  margin-left: 90px;
  margin-top: 26px;
  width: 490px;
}

#subscription-box h3 {
  font-size: 30px; font-weight: bold;
  margin-bottom: 10px;
}

#subscription-box p {
  color: #ebebeb;
  font-size: 18px;
  line-height: 24px;
}

#subscription-box small {
  font-size: 13px;
  line-height: bormal;
}

#subscription-box form {
  background: transparent url('images/subscribe_form_arrow.png') no-repeat 300px 0px;
}

#subscription-box form input.text {
  border: 0;
  color: #7f7f7f;
  display: inline-block;
  float: left;
  font-size: 18px;
  background: transparent url('images/subscribe_form_input.png') repeat-x top left;
  margin-right: 85px;
  padding: 12px 10px 0px 10px;
  width: 276px;
  height:33px;
}

#subscription-box form input.submit {
  background: transparent url('images/get_theme.png') no-repeat top left;
  border: 0;
  float: left;
  height: 47px;
  margin-left: 5px;
  width: 180px;
  cursor: pointer;
}

#subscription-box form input.submit:hover {
	background-position:0 100%;
}

#subscription-box form {
  margin-left: 17px; margin-top: 25px;
}

#subscribe .adblock {
  float: right;
  margin-right:10px;
}

#subscribe #slider {
  float: left;
  height: 246px;
  width: 598px;
  position: relative;
}

#subscribe #slider #sliderContent {
  width: 598px;
  position: absolute;
  top: 0;
  list-style: none;
  margin-left: 0;
}

#subscribe #slider .sliderImage {
  float: left;
  margin-top: 4px;
  position: relative;
  display: none;
}

#subscribe #slider .sliderImage span.bottom {
  position: absolute;
  padding: 10px;
  width: 578px;
  background-color: #000;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.7;
  color: #fff;
  display: none;
}

#subscribe #slider .sliderImage span.bottom strong.title {
  float: left;
  font-size: 20px; font-weight: bold;
}

#subscribe #slider .sliderImage span.bottom strong.date {
  font-size: 12px; font-weight: normal;
  float: right;
}

#subscribe #slider .sliderImage span.bottom strong.content {
  clear: both;
  float: left;
  font-size: 12px; font-weight: normal;
  padding-top: 5px;
  width: 578px;
}

#subscribe #slider .bottom {
  bottom: 2px;
  left: 0;
}

#subscribe #slider span.bottom span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}  

#subscribe #slider .clear {
  clear: both;
}

ul#recent-posts {
  margin: 0 20px;
  overflow: hidden;
  list-style: none;
  width: 900px;
}

ul#recent-posts li {
  color: #232323;
  float: left;
  margin-right: 87px; margin-bottom: 50px;
  width: 242px;
}

ul#recent-posts li.last {
  margin-right: 0px;
}

ul#recent-posts li h3 a {
  background: #728f88;
  border: 1px solid #d9d9d9;
  color: #fff;
  display: inline-block;
  font-weight: bold; font-size: 14px;
  height: 21px;
  line-height: 21px;
  margin-bottom: 15px;
  padding: 0 5px;
  text-decoration: none;
}

ul#recent-posts li h3 a:hover {
  background: #1d8d4a;
  border: 1px solid #166f3a;
  color: #fff;
}

ul#recent-posts li img {
  border: 1px solid #d8d8d8;
  margin-bottom: 15px;
}

/* Single / Page */

#col-1-content {
  float: left;
  overflow: hidden;
  width: 600px;
  z-index: 1;
}

#col-1-content h2 {
  color:  #336699; 
  font-size: 22px; font-weight: bold;
  margin-bottom: 15px;
  z-index: 1;
}

#col-1-content .postmetadata {
  color: #767676;
  overflow: hidden;
  width: 600px;
  margin-bottom: 15px;
}

#col-1-content .postmetadata a {
  font-weight: bold;
  text-decoration: none;
}

#col-1-content .postmetadata a:hover {
  text-decoration: underline;
}


#col-1-content .postmetadata .date {
  background: transparent url('images/tag.png') no-repeat top left;
  height: 12px;
  float: left;
  margin-right: 30px;
  padding-left: 18px;
}

#col-1-content .postmetadata .comments {
  background: transparent url('images/comments.png') no-repeat top left;
  height: 13px;
  float: left;
  margin-right: 30px;
  padding-left: 18px;
}

#col-1-content .postmetadata .share-this {
  float: left;
  margin-right: 30px;
}

#col-1-content .postmetadata .tweet {
  background: transparent url('images/tweet.png') no-repeat top left;
  float: left;
  height: 18px;
  padding-left: 25px;
}

#col-1-content .postmetadata .tweet a {
  color: #38a4a8;
}

#col-1-content .entry {
  color: #303030;
  font-size: 13px;
  line-height: 24px;
}

#col-1-content .entry p {
  margin-bottom: 15px;
}

#col-1-content .entry h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

#col-1-content .entry h3 {
  color: #74928a;
  font-size: 18px; font-weight: bold;
  margin-bottom: 5px;
  margin-top:10px;
  
}

#col-1-content .entry h4 {
  color: #29A55B;
  font-size: 16px; font-weight: bold;
  margin-bottom: 15px;
}

#col-1-content .entry h5 {
  color: #29A55B;
  font-size: 14px; font-weight: bold;
  margin-bottom: 15px;
}

#col-1-content .entry h6 {
  color: #29A55B;
  font-size: 12px; font-weight: bold;
  margin-bottom: 15px;
}

#col-1-content .entry ul, #col-1-content .entry ol {
  margin-left: 35px;
  margin-bottom: 10px;
}

#col-1-content .entry blockquote {
  font-style: italic;
  padding: 0 20px;
}

#col-1-content .entry img.alignleft {
  margin-right: 10px;
}

#col-1-content .entry img.alignright {
  margin-left: 10px;
  margin-bottom: 10px;
}

#col-1-content .tweet-bar {
  background: #e8f4f9 url('images/twitter_bird_post.png') no-repeat 8px 5px;
  border: 1px solid #d5e7ef;
  color: #3a4b53;
  height: 34px;
  margin-top:30px;
  line-height: 34px; margin-bottom: 30px;
}

#col-1-content .tweet-bar span {
  float: left;
  text-indent: 54px;
}

#col-1-content .tweet-bar a {
  color: #038ad0;
font-weight: bold;
}


#col-1-content .tweet-bar a.right {
  color: #038ad0;
  float: right;
  text-decoration: none;
  margin-right: 11px;
  font-weight: bold;
}

#col-1-content .tweet-bar a.right:hover {
text-decoration: underline;
}

#col-2 {
  list-style: none;
  float: right;
  width: 310px;
}


#col-2 a {
  color: #292929;
  text-decoration: none;
}

#col-2 a:hover {
  text-decoration: underline;
}

#col-2 li {
  margin-bottom: 25px;
  padding-left: 10px;
}

#col-2 h3 {
  background: transparent url('images/col2_heading.png') no-repeat top left;
  color: #fff;
  display: block;
  font-size: 15px; font-weight: bold;
  height: 31px;
  line-height: 32px;
  padding-top: 3px; padding-bottom: 19px; padding-left: 5px; padding-right: 22px;
  margin-right: -32px;
  width: 304px;
  text-indent: 10px;
}

#col-2 li.subscribe h3 span {
  background: transparent url('images/col2_subscribe.png') no-repeat 0 4px;
  display: block;
  height: 28px;
  padding-left: 30px;
}

#col-2 li.subscribe form {
  text-align: center;
}

#col-2 li.subscribe .text {
  background: #f4f4f4;
  border: 1px solid #d1e2d8;
  color: #35423f;
  font-size: 14px;
  margin-bottom: 8px;
  padding: 6px;
  width: 277px;
}

#col-2 li.subscribe .submit {
  background: transparent url('images/subscribe.png') no-repeat top left;
  border: 0;
  height: 38px;
  width: 284px;
  cursor: pointer;
}

#col-2 li.subscribe .submit:hover {
	background-position:0 100%;
}

#col-2 li.subscribe .no-spam {
  color: #424242;
  margin-top: 14px;
}

#col-2 li ul {
  list-style: none;
}

#col-2 li ul li {
  margin-bottom: 8px;
}

#col-2 li.categories-archives .categories {
  float: left;
  width: 131px;
}

#col-2 li.categories-archives .categories h3 {
  background-image: none;
  background: #228d4b;  
  border: 1px solid #1c753e;
  height: 31px;
  line-height: 32px;
  padding: 2px 0px 0px 0px;
  margin: 0; margin-bottom: 12px;
  width: 151px;
  text-indent: 10px;
}

#col-2 li.categories-archives .archives {
  float: right;
  width: 151px;
  margin-right: -32px;
}

#col-2 li.categories-archives .archives h3 {
  background: transparent url('images/archives_heading.png') no-repeat top right;
  width: 124px;
}

#col-2 li.widget_twitter li {
  margin-bottom: 22px;
  overflow: hidden;
  width: 290px;
  font-size:11px;
}

#col-2 li.widget_twitter li span {
  background: transparent url('images/sidebar_tweet.png') no-repeat top left;
  color: #474747;
  display: block;
  height: 28px;
  padding-left: 99px; padding-right: 15px; padding-top: 3px; padding-bottom: 10px;
  line-height: normal;
  overflow: hidden;
  width: 178px;
}

#col-2 li.widget_twitter li span a {
  float: none;
  font-style: normal; font-weight: normal; margin: 0;
}

#col-2 li.widget_twitter li a {
  color: #75ad00;
  float: right;
  font-style: italic; font-weight: bold;
  margin-top: 7px;
}

#col-2 li.widget_flickr .images {
  margin-left: 15px;
}

#col-2 li.widget_flickr .images .flickr_badge_image {
  border: 4px solid #e0e0e0;
  float: left;
  margin-right: 15px; margin-bottom: 15px;
}

/* Comments */

.comments-container {
  background: #f1f3eb;
  border: 1px solid #dee3cf;
  margin-bottom: 15px;
  padding: 18px 12px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  
}

.comments-container ol, .comments-container ul {
  list-style: none;
}

.comments-container h3 {
  color: #2a2a2a;
  font-weight: 18px;
  margin-bottom: 16px;
}

.comments-container li.depth-1 {
  background: #fff;
  border: 1px solid #dfe4d1;
  margin-left: 0;
}

.comments-container li {
  margin-left: 40px;
}

.comments-container li .comment-container-div {
  padding-left: 10px; padding-right: 9px; padding-top: 16px; padding-bottom: 16px;
}

.comments-container li .comment-container-div .author-info {
  background: #f3f3f3;
  height: 38px;
  line-height: 38px;
  margin-bottom: 14px;
}

.comments-container li .comment-container-div .avatar {
  float: left;
  margin-right: 5px;
}

.comments-container li .comment-container-div .author_name {
  float: left;
  font-size: 18px;
  color: #2a2a2a;
  margin-right: 12px;
}

.comments-container li .comment-container-div .author_name a {
  color: #2a2a2a;
  text-decoration: none;
}

.comments-container li .comment-container-div .comment_date {
  color: #696969;
  float: left;
}

.comments-container li .comment-container-div .comment-entry {
  color: #202020;
  font-size: 13px;
  line-height: 20px;
}


.comments-container li .comment-container-div .comment-entry  p { margin-bottom: 20px; }

.comments-container li .comment-container-div .comment-entry .comment-reply-link {
  color: #0071bb;
  display: block;
  border-top: 1px solid #d3d3d3;
  padding-top: 8px;
}

.comments-container ol.pings-list {
  background: #fff;
  border: 1px solid #dee3cf;
  padding: 16px 9px 16px 10px;
}

.comments-container ol.pings-list .comment-container-div {
  padding: 0; padding-bottom: 8px;
}

.comments-container li.pingback a {
  color: #0071bb; font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.comments-container li.pingback {
  border: 0;
  border-bottom: 1px solid #d3d3d3;;
  padding: 0;
  margin-bottom: 15px;
}

#comment-container .navigation {
  margin-top: 15px;
}

#respond {
  background: #fff;
  border: 1px solid #dfe4d0;
  padding-left: 10px; padding-right: 9px; padding-top: 16px; padding-bottom: 16px;
  margin-top: 15px;
}

#respond .cancel-comment-reply {
  font-style: italic;
  margin-bottom: 15px;
}

#respond .col-1 {
  float: left;
  margin-left: 10px;
  width: 297px;
}

#respond .col-2 {
  float: left;
  margin-left: 22px;
  width: 185px;
}

#respond .text {
  border: 1px solid #d3d3d3;
  color: #202020;
  font-size: 13px;
  width: 285px;
  margin-bottom: 10px;
  padding: 5px;
}

#respond textarea {
  border: 1px solid #d3d3d3;
  color: #202020;
  font-size: 13px;
  height: 201px;
  font-family: lucida grande;
  width: 285px;
  padding: 5px;
}


#respond .col-1 { position: relative; }

#respond .col-1 .submit {
  position: absolute;
  bottom: 0; right: -176px;
}

#respond .col-1 .submit input {
  background: transparent url('images/submit_comment.png') no-repeat top left;
  border: 0;
  height: 23px;
  cursor: pointer;
  width: 154px;
}

#respond .col-2 p {
  color: #202020;
  font-size: 13px;
  margin-bottom: 15px;
}

#respond .col-2 strong {
  color: #696969;
  font-size: 14px; font-weight: normal;
}

#respond .col-2 a {
  color: #0071bb;
}


/* Products */

#products-top {
  background: transparent url('images/products_top.png') no-repeat top left;
  height: 91px;
  width: 990px;
}

#products {
  background: #fff url('images/products_bg.png') repeat-y top left;
  padding: 30px 25px;
  width: 940px;  
}

#products ul {
  list-style: none;
}

#products li {
  color: #232323;
  float: left;
  margin-right: 87px;
  width: 242px;
}

#products li.last {
  margin-right: 0px;
}

#products li h3 a {
  background: #728f88;
  border: 1px solid #d9d9d9;
  color: #fff;
  display: inline-block;
  font-weight: bold; font-size: 14px;
  height: 21px;
  line-height: 21px;
  margin-bottom: 15px;
  padding: 0 5px;
  text-decoration: none;
}

#products li img {
  border: 1px solid #d8d8d8;
  margin-bottom: 15px;
}

/* Footer */

#footer {
  background: transparent url('images/footer_bg.png') no-repeat top left;
  overflow: hidden;
  padding-top: 50px; padding-bottom: 50px; padding-left: 25px; padding-right: 25px;
  width: 940px;
}

#footer.products-active {
  background: transparent url('images/footer_products_bg.png') no-repeat top left;
}

#footer p.alignleft {
  margin-top: 5px;
}

.form-submit {
padding: 5px 10px;
border:3px #ea881f solid;
background:#faa51a;
color:white;
font-size:16px;
font-weight:bold;
cursor: pointer;
margin-top:10px;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
  border-radius:12px;
  margin-bottom: 10px;
}

.form-submit:hover {
border:3px #17753d solid;
background:#1d8d4a;
text-decoration: none;
}

.aweber {
width:400px;
background: #fefedc;
border: 2px #fdfeac solid;
padding:5px 10px;
}

.aweber .text
{background: #f5f5f5;
border: 1px silver solid;
margin-left:5px;
padding: 3px 5px;
font-size: 14px;
 }
 
 
 /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  Networks
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#col-1 .network {
  width:375px;
              
  margin-left: 15px;
              
  margin-bottom: 30px;
         
  margin-right: 35px;
         
  margin-top: 0;         
  background-color: white;
  width/**/:/**/398px;
  padding:10px 10px 0;
  min-height:255px;
  float:left;
  background:url(images/aff-bg.gif) repeat-x left bottom;
  font-size:1.07em;
  color:#6a747c;
}
#col-1 .network:after {
  content:".";
  display:block;
  height:0;
  font:0/0 serif;
  clear:both;
  visibility:hidden;
}
* html #col-1 .network {
  height:255px;
}
#col-1 .pageContent div.even {
  float:right;
  clear:right;
}
#col-1 .network .info {
  float:left;
  width:150px;
  text-align:center;
}
#col-1 .network .info p {
  clear:none;
  font-family:georgia;
  line-height:20px;;
  font-style:italic;
font-size:1em;
  margin:0 0 10px;
  padding:0;
}
#col-1 .network .info .join {
  font-size:1.33em;
  font-family:arial,sans-serif;
  line-height:2;
  border:1px solid #ccc;
  margin:0 0 10px;
}
#col-1 .network .info .join a {
  display:block;
  width:100%;
  text-decoration:none;
  color:#fff;
  background:url(images/join-link.png) repeat-x;
}
#col-1 .network .info .join a:hover,
#col-1 .network .info .join a:focus {
  background:url(images/join-link.png) repeat-x left -38px;
}
#col-1 .network .content {
  width:200px;
  font-size:12px;
  line-height:20px;
  overflow:hidden;
  float:right;
}
#col-1 .network .content p {
  clear:none;
  margin:0 0 10px;
  padding:0;
}

#searchform {
float: right;
}

#searchform .screen-reader-text {
display: none;
}

#searchform #s {
border: 1px silver solid;
font-size: 12px;
padding: 4px;
}

#searchform #searchsubmit {
padding: 2px 6px;
border:2px #ea881f solid;
background:#faa51a;
color:white;
font-size:12px;
font-weight:bold;
cursor: pointer;
margin-top:10px;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
  border-radius:12px;
  margin-bottom: 10px;
}

#searchform #searchsubmit:hover {
border:2px #17753d solid;
background:#1d8d4a;
text-decoration: none;
}

hr {
background:#e5e5e5;
height: 5px;
margin: 30px 0px;
border: none;
}

.submit-facebook {
cursor: pointer;
}