/*
Theme Name: Doggie Carriers
Theme URI: http://www.doggiecarriers.com
Description:
Version: 1.0
Author: Ivan Kovac
Author URI: ivan@kovac.cc
Tags: 

*/

html {
  height: 100%;
  margin-bottom: 0.1px;
}


* {
  padding: 0;
  margin: 0;
}

form, input {
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
  font: 12px/18px Arial, Helvetica, sans-serif;
  color: #584330;
  background: url(images/content_bg.jpg) repeat-y center #9acccd;
}

/* COMMON STYLE
--------------------------------------------------------- */
a {
  color: #584330;
}

a:hover {
  text-decoration: none;
}

p, pre, blockquote {
  padding: 2px 0 10px;
}

p { margin: 0 0 5px; }

img { border: 0 none; }

h1 {
  display: inline-block;
  font-size : 16px;
  line-height : 125%;
  font-family : Arial, Helvetica, sans-serif;
  font-weight : bold;
  color : #663333;
  font-style : normal;
}

h2 {
  font-size : 15px; 
  line-height : 125%;
  font-family : Arial, Helvetica, sans-serif;
  font-weight : bold;
  color: #663333;
}

h2 a {
  color: #663333;
  text-decoration: none;
}

h2 a:hover {
  text-decoration: underline;
}

h3 {
  padding: 6px 0 0;
  font-size: 17px;
  color: #fff;
}

h4 {
  display: block;
  padding: 11px 0 0;
  font-size: 17px;
  color: #cce251;
}

ul {
  list-style: none;
}

ul li {
  padding-left: 8px;
/*  background: url(images/bullet.gif) no-repeat 16px 10px;*/
  line-height: 20px;
}

ol li {
  margin-left: 35px;
  line-height: 180%;
}

.clr {
  clear: both;
  font-size: 0;
  line-height: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

/* LAYOUT STYLES
-------------------------------------------- */
#wrapper {
  margin: 0 auto;
  width: 964px;
  background: url(images/content_bg.jpg) repeat-y;
}

#content {
  float: left;
  width: 542px;
}

#left_column {
  float: left;
  padding-top: 20px;
  width: 222px;
  height: 828px;
  background: url(images/left_column_bg.jpg) no-repeat;
}

#right_column {
  float: left;
  width: 200px;
}

#header {
}
/* links */
a.link_white {
  color: #fff;
  text-decoration: underline;
}

a:hover.link_white {
  text-decoration: none;
}

a.link_black {
  color: #000;
  text-decoration: none;
}

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

#rss {
  float: right;
}

/* CENTER CONTENT */
#jointhepack {
  padding: 20px 0 0 202px;
  width: 340px;
  height: 58px;
  font-weight: bold;
  background: url(images/join-the-pack.jpg) no-repeat;
}

.post {
  margin-top: 40px;
}

.green_bar {
  height: 47px;
  width: 272px;
  background: url(images/green_bar.jpg) no-repeat;
}

.green_bar .pad {
  padding: 12px 68px 0 47px;
}

.date {
}

.keepreading {
  display: inline-block;
  float: right;
}

.post .text {
  padding: 4px 0 0 14px; 
  clear: both;
}

a.more-link {
  color: #000;
  text-decoration: none;
}

#commentform input {
  border: solid 1px #7b7b7b;
  background: #fff;
}

#comment {
  width: 540px;
  border: solid 1px #7b7b7b;
}

#submit {
  background: #fff;
  padding: 0 2px;
}


/* LEFT COLUMN */
#left_column .top_text {
  padding: 0 25px 20px;
  font-weight: bold;
}

#go_shopping {
  padding: 0 25px;
  height: 275px;
}

#go_shopping a {
  display: block;
  line-height: 16px;
  font-weight: bold;
}

#go_shopping a:hover {
  color: #fff;
  text-decoration: underline;
}

#shop_designer {
  padding-left: 30px;
}

#shop_designer select {
  background: #fff;
  border: solid 1px #7f9db9;
}

#search {
  margin-top: 40px;
  height: 170px;
  padding-left: 22px;
  color: #fff;
  font-size: 11px;
}

#search input {
  background: #fff;
  border: solid 1px #7b7b7b;
}

.searchbox {
  margin-right: 4px;
  width: 125px;
}

#address {
  padding: 30px 0 0 32px;
  line-height: 16px;
  color: #000;
  font-weight: bold;
}

/* RIGHT COLUMN */
#customer_service {
  padding-left: 25px;
  height: 459px;
  color: #fff;
  line-height: 130%; 
  font-weight: bold;
  background: url(images/customer_service_bg.jpg) no-repeat;
}

#customer_service .title {
  padding-top: 40px;
}

#customer_service a {
  display: block;
  color: #fff;
  font-weight: bold;
}

#customer_service a:hover {
  color: #999;
  text-decoration: underline;
}

#right_menu {
  background: url(images/right_menu_bg.jpg) repeat-y;
}

#right_menu a {
  display: block;
  padding: 2px 0;
  font-weight: bold;
}

#recent_entries {
  padding-top: 5px;
  height: 29px;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: url(images/recent_entries_titles.jpg) no-repeat;
}

#archives {
  margin-top: 10px;
  padding-top: 6px;
  height: 30px;
  font-size: 17px;
  color: #cce251;
  font-weight: bold;
  text-align: center;
  background: url(images/archives_titles.jpg) no-repeat;
}

.pad {
  padding: 5px 35px 0;
}

.pad li {
  list-style: none;
}
