/*
Theme Name: ResponsiPet
Theme URI: http://pentatonix.com
Author: Pentatonix
Version: 1.0
Description: ResponsiPet WordPress Theme
License: Copyright 2009-2012 ResponsiPet
*/

body {
  font-family:'Trebuchet MS', Arial, sans-serif;
  font-size:14px;
  color: #030303;
  background-color:#f2dfe4;
  padding:0px;
  margin:0px;
}

a {
    color: #030303;
}

h1 {
  color: #6c0d2a;
  font-size:20px;
  margin-top:6px;
}

h2 {
  color: #030303;
  font-size:18px;
}

h3 {
  color: #6c0d2a;
  font-size:16px;
}

img {
  margin-left:30px;
}

.wrapper {
  width:1024px;
  background-color:#f2dfe4;
  text-align:left;
}

#logo {
  background:url(images/logo.gif) no-repeat left;
  float:left;
  height:54px;
  width:236px;
}

#header {
  margin-top:5px;
}

#header-left {
  float:left;
  width:400px;
}

#header-left h1 {
  font-size:15px;
  float:left;
  width:400px;
  height:24px;
  margin:0;
  color: #030303;
  font-weight:normal;
}

#header-title {
  clear:both;
}

#header-right {
  float:right;
  padding-top:10px;
  margin:0px 18px 0 0;
}

#header-right p{
  margin:5px 0px 5px 0;
}

#nav {
  background:url(images/header.jpg) no-repeat left;
  clear:both;
  height:260px;
  width:1024px;
}

#nav a {
  text-decoration:none;
  color:#fbf8f8;
}

#nav ul {
  list-style:none;
  padding:0;
  margin:0;
}

.page_item {
  margin-top:5px;
  float:left;
  background-color:#f2dfe4;
  color: #fbf8f8;
  padding:3px 0px 0px 8px;
  width:76px;
  height:24px;
  background:url(images/button.jpg) no-repeat left;
  font-weight:normal;
}

.page-item-2 {
  margin-right:70px;
}

.alignleft {
  float:left;
}

.alignright {
  float:right;
}

#header-message {
  display:inline;
  clear:both;
  float:left;
  width:300px;
  height:50px;
  margin:80px 0 0 300px;
}

#header-message h2{
  text-align: center;
  color: #fbf8f8;
  font-size:20px;
}

#main {
  padding:0px 20px 10px 20px;
}

#footer {
  clear:both;
  border-top: solid #6c0d2a 2px;
  text-align:center;
  font-size:12px;
  margin:5px 0 5px 0;
}

#footer p {
  margin: 2px;
  height:20px;
}


