@charset "utf-8"; 
/* Petstyle Theme base on Framework Theme */
/* ----------------------------------------------------------------
[Table of contents]

 1.Global
 2.Layout
 3.Header
 4.Navigation
 5.Nodes
 6.Comments
 7.Sidebars
 8.Blocks
 9.Footer
10.CSS Support
11.Administration

[Color codes]

 Typography
 # Dark Grey:        #333
 # Dark Blue:        #069
 # Pink:             #f66

 Layout
 # Mid Blue:         #b4d7f0
 # Light Blue:       #d4e7f3
 # Very Light Blue:  #edf5fa

[Font sizes - based on 75% body]

26px = 2.166667em
24px = 2em
22px = 1.8333em
21px = 1.75em
20px = 1.6667em
19px = 1.5833em
18px = 1.5em
17px = 1.416667em
16px = 1.333333em
15px = 1.25em
14px = 1.1667em
13px = 1.083333em
12px = 1em
11px = .9167em
10px = .8333em

Equasion for font sizing: 
-Desired in px ÷ Default (or parent) in px = sizing in em

----------------------------------------------------------------*/

/**
 * 1.GLOBAL
 */
body {
  background: #ffffff;
  color: #421d0b;
  font: 75% Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2em;
  float: left;
  width: 245px;
}

h2 {
  font-size: 1.6667em;
  margin: .75em 0 .5em;
}

h3 {
  font-size: 1.333333em;
  margin: .5em 0;
}

h4 {
  font-size: 1.1667em;
  margin: .5em 0;
}

a:link, a:visited {
  color: #914722;
  text-decoration: none;
}

a:focus {
  outline: 1px dotted;
}

a:hover, a:active, li a.active {
  color: #ae7032;
  outline: none;
  text-decoration: none;
}

p {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 1em;
}

blockquote {
  margin: 1.25em;
  padding: 1.25em 1.25em 0;
}

em {
  padding: 0 3px 0 0;
}

hr {
  background: #7f7f7f;
  border: none;
  height: 1px;
  margin: 0;
  padding: 0;
}

img, a img {
  border: none;
  outline: none;
}

/**
 * 2.LAYOUT
 */
#wrapper {
  margin: 0 auto;
  width: 978px;
  border: 1px solid #999;
}

#container {
  margin: 0 0 10px;
  background: #fff url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/bg_container.jpg) top repeat-x;
  width: 978px;
}

/* 1 column */
#center {
  margin: 0 8px 8px;
  overflow: hidden;
  background: #fff;
}

/* 2 columns - sidebar-left AND 2 columns - sidebar-right */
body.sidebar-left #center{
  width: 576px;
  float:right;
}

body.sidebar-right #center{
  width: 576px;
  float:left;
}

/* 3 columns */
body.sidebars #center {
  border-left: 1px solid #b4d7f0;
  border-right: 1px solid #b4d7f0;
  float: left;
  padding: 0 10px;
  width: 600px;
}

/**
 * 3.HEADER
 */
#header {
  margin: 0;
  padding: 0;
  position: relative;
  background: url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/header.jpg) no-repeat;
  height: 96px; /* Example header */
  overflow: hidden;
  width: 978px
}

#header h1 a {
  float: left;
}

#header #logo {
  float: left;
  padding: 17px 10px 0 14px;
}

#header #name {
  display:block;
  text-indent: -9999px;
}

#header #slogan {
  display: block;
  font-size: .75em;
}

#search-theme-form {
  margin: 3em 0 0;
  float: right;
  width: 320px;
}

/* search form */
#search-theme-form .form-button, #search-theme-form .form-submit {
  margin: 0;
}

#search-theme-form #edit-search-theme-form-1-wrapper {
  margin-right: 2px;
}

#search-theme-form #edit-search-theme-form-1-wrapper label {
  display: none;
}

#search-theme-form #edit-search-theme-form-1 {
  background: #fff url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/bg_search.gif) no-repeat;
  width: 210px;
  border: none;
  height: 14px;
  padding: 10px 0 10px 44px;
}

#search-theme-form #edit-submit-1, #search-theme-form #edit-submit, #search-theme-form #edit-submit-2 {
  background: url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/bt_go.gif) no-repeat;
  border: none;
  height: 32px;
  width: 42px;
  text-indent: -9999px;
}

/* end search form */
.user-login {
  float: right;
  width: 125px;
  border-left: 1px solid #bc7f6c;
  padding-left:13px;
  margin: 17px 0 0;
  color: #000;
}

.user-login a {
  font-weight: 700;
  color: #d06464;
  text-decoration: underline;
}

/**
 * 4.NAVIGATION
 */
ul.links li {
  background: none;
  margin: 0 10px 0 0;
  padding: 0;
}

#nav {
  font-size: 1em;
}

#nav ul.primary-links {
  background: #fff url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/bg_nav.jpg) top repeat-x;
  font-size: 20px;
  padding: 7px 0 7px 13px;
  height: 31px;
  width: 965px;
}

#nav ul.primary-links li {
  margin: 0;
  padding: 10px 0;
  background: url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/bg_nav-li.gif) right no-repeat;
  height: 35px;
}

#nav ul.primary-links li a:link, #nav ul.primary-links li a:visited {
  margin: 0 15px;
  color: #fff;
}

#nav ul.primary-links li a:hover, #nav ul.primary-links li a:active {
  text-decoration: underline;
}

#nav ul.secondary-links {
  border-top: 1px solid #b4d7f0;
  padding: 2px 5px;
}

#nav ul.secondary-links li {
  margin: 0;
  padding: 0;
}

#nav ul.secondary-links li a:link, #nav ul.secondary-links li a:visited {
  margin: 0 10px 0 0;
  padding: 2px 0;
}

#nav ul.secondary-links li a:hover, #nav ul.secondary-links li a:active {
  text-decoration: underline;
}

/*negative margin keeps from pushing node h2 titles down*/
.breadcrumb {
  color: #ccc;
  font-size: 1em;
  margin: 0 0 -1.25em;
  padding: 0;
  display:none;
}

.breadcrumb a:link, .breadcrumb a:visited {
  color: #666;
}

.breadcrumb a:hover {
  color: #999;
}

/**
 * 5.NODES
 */
.picture {
  padding-left:10px;
}

span.submitted {
  color: #898989;
  display: block;
  font-size: .8333em;
  padding-left:10px; 
}

.meta {
  margin: 0 0 1px;
  padding: 0 10px;
}

.meta div.links {
  float: left;
}

.meta div.terms {
  float: right;
}

.meta div.links ul.links li {
  float: left;
  padding: 5px 10px 5px 0;
}

.meta div.terms ul.links li {
  float: left;
  padding: 5px 0 5px 10px;
}

.node_read_more {
  font-weight: 700;
}

.item-list ul.pager {
  margin: 1em 0;
}

.item-list ul.pager li {
  margin: 0;
  padding: 0;
}

.item-list ul.pager li a:link, .item-list ul.pager li a:visited, .item-list ul.pager li.pager-current {
  border: 1px solid #ccc;
  color: #069;
  margin: .3em .1em;
  padding: .3em .5em;
}

.item-list ul.pager li a:hover, .item-list ul.pager li a:active {
  background-color: #edf5fa;
  color: #f66;
}

.item-list ul.pager li.pager-current {
  background-color: #d4e7f3;
  color: #069;
}

/**
 * 6.COMMENTS
 */
#comments {
 border-left: 1px solid #ccc;
 border-right: 1px solid #ccc;
 background: #fcf7f7;
 padding: 10px 20px 15px;
 position: relative;
}

#comments .commentlink {
  position: absolute;
  top: 15px;
  right: 20px; 
}

#comments .commentlink a {
  text-decoration: underline;
  color: #a0523c;
  margin: 0 0 0 20px;
  font-weight: 700;
}

#comments .commentlink a:hover {
  text-decoration: none;
}

#comments h2.comments {
  margin: 0 !important;
  padding: 0 !important;
  text-indent: -9999px;
  background: url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/h2_comments.gif) no-repeat;
} 

.comment {
 /* padding: 0;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  width: 530px;*/
}

.comment .comment-bar {
 /* float: left;
  padding: 5px;
  width: 100px;  
  margin: 10px 0;*/
}

.comment .comment_content {
  width: 400px;
  float: right;
  margin: 5px 0;
  border-left: 1px solid #ccc;
  padding-left: 10px;
  display: block;
}

.comment .submitted {
  color: #898989;
  display: inline;
  font-size: 1em;
  margin: 0;
  padding-left: 0;
  color: #000
}

.comment span.submitted span {
  margin: 0.35em 0;
  display: block;
}

.comment span.submitted em {
  background: url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/icon_fivestar.gif) no-repeat;
  width: 87px;
  display: block;
}

.comment span.new {
  color: red;
  font-size: .8333em;
}

.comment .content {
  padding: 5px;
}

.comment h3 {
  font-size: 1.1667em;
  margin: 0.5em 5px 0;  
}

.comment ul.links {
  float: right;
  font-size: 75%;
  margin: 0 0 5px 5px;
}

.comment ul.links li a {
  text-decoration: underline;
}

.indented {
  border-left: 1px solid #ddd;
  margin-left: 14px;
  padding-left: 5px;
}

.t-comment {
  background-color: #fcf7f7 !important;
  margin: 10px 0 0 !important;
}

.t-comment .l, .t-comment .r, .b-comment .l, .b-comment .r {
  background-image: url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/corner-pinktint.gif) !important;
}

.b-comment {
  background-color: #fcf7f7 !important;
}


/**
 * 7.SIDEBARS
 */
.sidebar 		{ width: 378px; }
#sidebar-left 	{ float: left; margin: 0px 0px 0px 8px; }
#sidebar-right 	{ float: right; margin: 0px 8px 0px 0px; }

/**
 * 8.BLOCKS
 */
.block {
  margin: 0 0 10px;
}

#user-login-form .item-list ul li {
  background: none;
  padding: 0;
}

#search-block-form .form-text {
  width: 8em;
}

#search-block-form input.form-submit {
  font-size: .9em;
  width: 5em;
  padding: 0;
}

/**
 * 9.FOOTER
 */
#footer {
  margin: 0 0 10px;
  padding: 5px 0;
  position: relative;
}

#footer a.feed-icon {
  position: absolute;
  right: 0;
  top: 5px;
}

#footer #block-system-0 {
  position: absolute;
  right: 25px;
  top: 6px;
}

/**
 * 10.CSS SUPPORT
 */
span.clear     { clear: both; display: block; font-size: 0; height: 1px; line-height: 0; margin-bottom: -1px; }
.clear         { clear: both; }
.clear-block   { display: block; }
.float-left    { float: left; }
.float-right   { float: right; }

.text-left     { text-align: left; }
.text-right    { text-align: right; }
.text-center   { text-align: center; }
.text-justify  { text-align: justify; }

.bold          { font-weight: 700; }
.italic        { font-style: italic; }
.underline     { border-bottom: 1px solid; }
.highlight     { background: #ffc; }

.wrap          { width: 980px; margin: 0 auto; }

.img-left      { float: left; margin: 4px 10px 4px 0; }
.img-right     { float: right; margin: 4px 0 4px 10px; }

.nopadding     { padding: 0 }
.noindent      { margin-left: 0; padding-left: 0 }
.nobullet      { list-style: none; list-style-image: none; }

/**
 *  * 11.ADMINISTRATION
 *   */

/* lists */
dl { margin: .5em 0 1em; padding: 0; }
dl dd { margin: 0 0 .5em 1.5em; }
ol { margin: .5em 0 1em; padding: 0 0 0 1.5em; }
ol li { margin: .15em 0 .15em .5em; padding: 0 0 .2em; }
ol ul li { margin-left: .5em; padding: 0 0 .2em 1.5em; }
ul { margin: .5em 0 1em; padding: 0; }
.item-list ul { margin: .35em 0 0 -.5em; padding: 0; }
.item-list ul ul { margin-left: 0; }

/* ul li, ul li.leaf, .item-list ul li {list-style-image: none; list-style-type: none;}
ul li.expanded { background: transparent url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/menu-expanded.gif) no-repeat 1px .35em; }
ul li.collapsed { background: transparent url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/menu-collapsed.gif) no-repeat 0 .35em; }
ul li.leaf a, ul li.expanded a, ul li.collapsed a { display: block; }
ul.inline li { background: none; margin: 0; padding: 0 1em 0 0; }
ul ol li { background: none; list-style-type: decimal; margin-left: 2em; padding: 0 0 .2em; }
ul ul li { margin-left: 2em; }
*/

/* menu */
ul.menu { margin: 0; padding: 0; }
ul.menu li { background-position: .3em .6em; list-style-image: none; list-style-type: none; margin: 0; padding: .1em 0; }
ul.menu li a { padding: .1em 0 .1em 1.5em; }
ul.menu li ul li { background-position: 1.5em .6em; }
ul.menu li ul li a { padding-left: 2.7em; }
ul.menu li ul li ul li { background-position: 2.7em .6em; }
ul.menu li ul li ul li a { padding-left: 3.9em; }
ul.menu li ul li ul li ul li { background-position: 3.9em .6em; }
ul.menu li ul li ul li ul li a { padding-left: 5.1em; }
ul.menu li.expanded { padding-bottom: 0; }
ul.menu li.expanded ul { margin-top: .1em; }

/* help */
.help {margin: 0 10px;}
/* menu zebra coloring */
ul.menu li { border-bottom: 1px solid #d4e7f3; padding: .2em 0; }
ul.menu li a { padding: .2em 0 .2em 1.5em; }
ul.menu li.odd { background-color: #fff; }
ul.menu li.even { background-color: #edf5fa; }
ul.menu li.expanded { background-color: #d4e7f3; border: none; padding-bottom: 0; }
ul.menu li.expanded ul { border-bottom: 3px solid #d4e7f3; border-top: 1px solid #b4d7f0; margin-top: .2em; }

/* admin tab links */
ul.primary, ul.primary li, ul.secondary, ul.secondary li { background: none; border: 0; margin: 0; padding: 0; }
ul.secondary { border-bottom: 1px solid #b4d7f0; clear: both; margin: 0 0 1em; padding: .5em 0; text-align: left; }
ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited, ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited { background: none; border: 0; margin: 0; padding: 0 1em 0 0; text-decoration: none; }
ul.primary li.active a, ul.secondary li.active a { font-weight: 700; }

/* position admin tab links and style admin h2 */
#tabs-wrapper { margin: 0; padding: 0 ; }
h2.with-tabs { margin-bottom: 0; }
#tabs-wrapper ul.tabs { margin: 0 0 0.5em 0.5em; padding: 0; }

/* stuff you probably will not need to change - includes admin coloring */
quote, code, fieldset { margin: .5em 0; }
input { color: #494949; font: 1em Verdana, sans-serif; }
textarea, select { color: #494949; font: 1em Verdana, sans-serif; }
fieldset ul.clear-block li { background-image: none; margin: 0; padding: 0; }
fieldset { background: #fff; border: 1px solid #d4e7f3; margin: 1em 0; padding: 1em; }
fieldset legend { display: block; }
html.js fieldset.collapsed { background: transparent; padding-bottom: .6em; padding-top: 0; }
html.js fieldset.collapsible legend a { background: url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/menu-expanded.gif) no-repeat 0 50%; padding-left: 2em; }
html.js fieldset.collapsed legend a { background: url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/menu-collapsed.gif) no-repeat 0 50%; }

table { margin: 1em 0; width: 100%}
thead th { border-bottom: 2px solid #d4e7f3; color: #494949; font-weight: 700; }
tbody { border-top:none; }
th a:link, th a:visited { color: #7f7f7f; }
td, th { padding: .3em .5em; }
tr.even, tr.odd, tbody th { border: solid #d4e7f3; border-width: 1px 0; }
tr.odd, tr.info { background-color: #edf5fa; }
tr.even { background-color: #fff; }
tr.drag { background-color: #fffff0; }
tr.drag-previous { background-color: #ffd; }
tr.odd td.active { background-color: #d4e7f3; }
tr.even td.active { background-color: #edf5fa; }
td.region, td.module, td.container, td.category { background-color: #d4e7f3; border-bottom: 1px solid #b4d7f0; border-top: 1.5em solid #fff; color: #666; font-weight: 700; }
tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category { border-top-width: 0; }
tr.odd td.menu-disabled { background-color: #edf5fa; }
tr.even td.menu-disabled { background-color: #fff; }
tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active { color: #d4e7f3; }
tr.taxonomy-term-divider-top { border-bottom: none; }
tr.taxonomy-term-divider-bottom { border-top: 1px dotted #ccc; }

#autocomplete li { cursor: default; margin: 0; padding: 2px; }
#autocomplete li.selected, tr.selected td, tr.selected td.active { background: #027ac6; color: #fff; }
.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item { margin: .25em 0; }
#center form { margin-bottom: 2em; }
.form-button, .form-submit { margin: 2em .5em 1em 0; }
#dblog-form-overview .form-submit, .confirmation .form-submit, .search-form .form-submit, .poll .form-submit, fieldset .form-button, fieldset .form-submit, .sidebar .form-button, .sidebar .form-submit, table .form-button, table .form-submit { margin: 0; }

div.admin-panel, div.admin-panel .description, div.admin-panel .body, div.admin, div.admin .left, div.admin .right, div.admin .expert-link, div.item-list, .menu { margin: 0; padding: 0; }
div.admin h3 { margin-bottom: 0; }
div.admin .left { float: left; width: 48%; }
div.admin .right { float: right; width: 48%; }
div.admin-panel { background: none; padding: 1em 1em 1.5em; }
div.admin-panel .description { margin-bottom: 1.5em; }
div.admin-panel dl { margin: 0; }
div.admin-panel dd { color: #898989; font-size: .92em; line-height: 1.3em; margin-bottom: .65em; margin-top: -.2em; }

.messages { background-color: #fff; border: 1px solid #b8d3e5; }
.preview { background-color: #fcfce8; border: 1px solid #e5e58f; }
.preview .node { background-color: #fcfce8; }

span.form-required { color: #ffae00; }
.description { color: #898989; font-size: .92em; line-height: 150%; margin-bottom: .75em; }
.messages, .preview { margin: .75em 0; padding: .5em 1em; }
.messages ul { margin: 0; }
.box { margin-bottom: 2.5em; }
.profile dd { margin-bottom: 1.6em; }
.profile h3 { border-bottom: none; }

div.status { border-color: #c7f2c8; color: #33a333; }
div.error, tr.error { background-color: #fcc; color: #a30000; }
.form-item input.error, .form-item textarea.error { border: 1px solid #c52020; color: #363636; }
table.system-status-report th { border-color: #d4e7f3; }
table.system-status-report tr.error, table.system-status-report tr.error th { background-color: #fcc; border-color: #ebb; color: #200; }
table.system-status-report tr.warning, table.system-status-report tr.warning th { background-color: #ffd; border-color: #eeb; }
table.system-status-report tr.ok, table.system-status-report tr.ok th { background-color: #dfd; border-color: #beb; }

/* custom */
.t-edge {
  background:transparent url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/border.gif) repeat-x scroll 0 top;
  position:relative;
  height:10px;
  margin: 0;
  line-height:0;
}

.b-edge {
  background:transparent url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/border.gif) repeat-x scroll 0 bottom;
  position:relative;
  height:10px;
  margin: 0;
  line-height: 0;
}

.l-edge  {
  background:transparent url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/border.gif) repeat-y scroll 0 top;
  margin: 0;

}

.r-edge {
  background:transparent url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/border.gif) repeat-y scroll right 0;
  overflow:hidden;
  margin: 0;
  padding:0 10px;
}

.l, .r { 
  background-image:url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/corner.gif);
  height:10px;
  position:absolute;
  top:0;
  width:10px;
}

.t-edge .l {
  left:0;
  height: 10px
}

.t-edge .r {
  background-position:-10px 0;
  right:0;
}

.b-edge .l { 
  background-position:0 -10px;
  left:0;
}

.b-edge .r {
  background-position:-10px -10px;
  right:0;
}

#nav ul.primary-links li.last{
  background: none;
}

#top-banner, #bottom-banner {
  width: 978px;
  margin: 0 auto 10px;
  background: #fff;
  border: 1px solid #dcdcdc;
}

#bottom-banner {
  border-left: none;
  border-right: none;
  margin-top: 10px;
}

#top-banner p {
  margin: 0;
}

#top-banner img, #bottom-banner img  {
  margin: 0 auto;
  display: block;
  padding: 0 10px;
}

#top-banner .block, #bottom-banner .block {
  margin: 10px;
  background: #f4f4f4;
}

#top-banner .block p, #bottom-banner .block p{
  margin: 0;
}
 
#bottom-link {
  width: 954px;
  margin: 0 auto;
  background: #e5e5e5;
  margin-bottom: 10px;
}

#bottom-link .t-edge .l, #bottom-link .t-edge .r, #bottom-link .b-edge .l, #bottom-link .b-edge .r {
  background-image: url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/corner_violet.gif);
}

#bottom-link .block .content {
  padding: 10px;
}

#bottom-link #category-link {
  width: 870px;
  margin: 0 auto;
  overflow: hidden;
}

#bottom-link #category-link .category-link {
  float: left;
  width: 87px;
  margin-right: 35px;
}

#bottom-link #category-link a:link, #bottom-link #category-link a:visited {
  color: #505050;
}

#bottom-link #category-link a:hover {
  color: #333;
  text-decoration: underline;
}

#bottom-link #category-link .category-link ul {
  margin: 0;
  padding: 0;
}

#bottom-link #category-link .category-link ul li {
  background: none;
  margin: 0;
  padding: 0;
}

#bottom-link .block .detail {
  padding-top: 20px; 
  margin: 0;
}

#footer {
  width: 978px;
  margin: 0 auto;
  background: #f1e5e0;
  overflow: hidden;
}

#footer .menuBottom {
  float: left;
  width: 650px;
  margin-top: 20px;
}

#footer .menuBottom ul {
  margin-left: 42px;
  padding: 0;
}

#footer .menuBottom ul li {
  display: inline;
  border-right: 1px solid #441c0d;
  background: none;
  padding: 0 4px;
  margin: 0; 
}

#footer .menuBottom ul li.noborder {
  border-right: none;
}

#footer .menuBottom p.copyright {
  margin: 10px 0 0 260px;
  font-weight: 700;
  color: #441C0D;
}

#footer .freeNews {
  float: right;
  border-left: 1px solid #cdac99;
  margin:10px 0 0;
  padding:0 0 0 30px;
  width:270px;
}

#footer .freeNews h4 {
  text-align: left;
}

#footer .freeNews label {
  display: none;
}

#footer .freeNews input.bt_freenews {
  margin: -5px 5px;
}

#footer a {
  color: #441c0d;
  text-decoration: none;
}

#footer a:hover, a:active, li a.active {
  color: #704434;
  text-decoration: underline;
}

#header .block-region {
  padding: 0;
  margin: 0;
}

#sidebar-right, #sidebar-left {
  margin-bottom: 10px;
  padding:0px;
  background:#FFFFFF none repeat scroll 0 0;
}

#sidebar-right h2, #sidebar-left h2 { 
  font-size:1.6667em;
  padding:0.5em 0 0.2em 0.2em;
  margin:0px;
}

#sidebar-right .content p, #sidebar-left .content p {
  margin: 0;
  padding: 0 0 0.5em;
}

#sidebar-right .Newsletter-sidebar {
  background: url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/bg_newsletter.gif) no-repeat;
  height: 72px;
  padding: 10px 0 10px 15px;
}

#sidebar-right #block-block-10 h2 {
  background: url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/h2_product_review.jpg) 10px 20px no-repeat;
  text-indent: -9999px;
}

#sidebar-right #block-block-12 h2, #sidebar-right #block-block-15 h2 {
  background: url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/h2_petstyle_stories.jpg) 10px 20px no-repeat;
  text-indent: -9999px;
}

#sidebar-right .front-review {
  width: 351px;
  overflow: hidden;
  padding: 10px 10px 10px 15px;
}

#sidebar-right .front-review dt {
  float: right;
  width: 140px;
  border-left: 1px solid #ccc;
  padding-left: 10px;
}

#sidebar-right .front-review dd {
  float: left;
  width: 190px;
  margin: 0;
}

#sidebar-left {
  width: 376px;
}

#sidebar-left h2 {
  background: url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/h2_petstyleTV_chanel.jpg) no-repeat;
  padding: 0;
  text-indent: -9999px;
  margin: 0 0 0 0.5em;
}

#sidebar-left .block .content {
  border-top: 1px solid #ccc;
}

#sidebar-left .block .content p {
  margin: 0;
  padding: 0 0 .5em;
}

#sidebar-left #left-sideber {
  width: 376px;
  overflow: hidden;
}

#sidebar-left .news {
  width: 141px;
  background: url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/bg_news.gif) no-repeat;
  padding: 5px 10px;
  color: #663300;
  font-size: 11px;
  margin: 10px 0 0 10px;
  border-right: 1px solid #ccc;
  float: left;
}

#sidebar-left .news label {
  display: none;
}

#sidebar-left .news span {
  line-height: 1em;
}

#sidebar-left .news input{
  display: block;
  margin: 0 auto;
  padding: 2px 0;
}

#sidebar-left .detail-news {
  width: 180px;
  float: right;
  font-size: 11px;
  padding: 10px;
}

#sidebar-left .detail-news strong {
  display: block;
}
#sidebar-right h2 {
  border-top: 1px solid #ccc;
}

#sidebar-right .block, #sidebar-left .block {
  margin:0;
}

#sidebar-left .block .content p img {
  margin: 0 auto;
  display: block;
}
  
body.sidebar-left #tabs-wrapper {
  width: 576px;
}

body.sidebar-left #tabs-wrapper ul.primary {
  background: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: 0;
  padding: 0 0 0.5em 0.5em;
}

body.sidebar-left #center {
  width: 576px; 
  margin: 0 8px 0 8px;
  background: #FFFFFF none repeat scroll 0 0;
}

body.sidebar-left #center h2 {
  padding: 0;
  margin: 0 0 0.5em 0.2em;
  font-size:2em;
}

body.sidebar-left #center .node .content {
  padding: 0; 
}

body.sidebar-left #center .node p.title {
  font-weight: 700;
  float: left;
  margin: 0;
  padding-right: 5px;
}

body.sidebar-left #center .node p.added {
  float: right;
  font-weight: 700;
}

body.sidebar-left #center .node p.content {
  float: left;
  padding: 0;
  width: 550px;
}

body.sidebar-left #center .node em {
  font-style: normal;
  color: #666;
}

body.sidebar-left #center-block {
  overflow: hidden;
  margin: 10px 8px; 
  width: 576px; 
  float:right;
}

body.sidebar-right #tabs-wrapper {
  width: 100%;
}

body.sidebar-right #tabs-wrapper ul.primary {
  background: #fff;
  margin: 0;
  padding: 0;
}

body.sidebar-right #center {
  width: 576px;
  float:left;
  background: #fff none repeat scroll 0 0;
}

body.sidebar-right #center h2 {
  padding: 0;
  margin: 0 0 0.5em 0.2em;
  font-size:2em;
}

body.sidebar-right #center h2 a:link, body.sidebar-right #center h2 a:visited  {
  color: #e72049;
}

body.sidebar-right #center h2 a:hover, body.sidebar-right #center h2 a:active,body.sidebar-right #center h2 li a.active {
  color: #ff6666;
}
 
body.sidebar-right #center .node .submitted {
  overflow: hidden;
  color: #000;
  font-size: 1em;
  height: 46px;
  margin: 0;
  float: right;
  width: 500px;
}

body.sidebar-right #center .node .picture {
  padding: 0;
}

body.sidebar-right #center .node .picture, body.sidebar-right #center .node .submitted strong, body.sidebar-right #center .node .submitted span {
  float: left;
}

body.sidebar-right #center .node .submitted strong, body.sidebar-right #center .node .submitted span {
  width: 400px;
}

body.sidebar-right #center .node .meta {
  padding: 0
}

body.sidebar-right #center .block {
  margin-top: 10px;
}

#center-block .b-edge {
  clear: both;
}

#center-block-left {
	border-right:1px solid #CCCCCC;
	float:left;
	margin:0;
	padding:0 10px;
}

#center-block-left .content {
  width: 250px;
  overflow: hidden;
}

#center-block-left .content dl {
  overflow: hidden;
  font-size: 11px;
}

#center-block-left .content dl dt {
  float: left;
  width: 80px;
}

#center-block-left .content dl dd {
  float: left;
  width: 170px;
  margin: 0; 
}

#center-block-left  p, #center-block-right  p {
  margin: 0;
}

#center-block-right {
	float:right;
	margin:0;
	width:270px;
}

#center-block-right ul.popular-videos {
  font-size: 11px;
  padding: 0;
}

#center-block-right ul.popular-videos li {
  background: url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/li_triangle.gif) 4px 4px no-repeat;
  padding-bottom: 18px;
  
}

#center-block-right .content {
  padding-top: 5px;
}

#center-block-right .block { margin: 0;}

#front-section1 .front-section1-left .t-edge .l,#front-section1 .front-section1-left .t-edge .r,
.sidebar-right .t-edge .l, .sidebar-right .t-edge .r,
.sidebar-left .t-edge .l, .sidebar-left .t-edge .r,
#center .t-edge .l, #center .t-edge .r{
  background-image:url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/corner-top-blue.gif);
}

#center-block .t-edge .l, #center-block .t-edge .r{
  background-image:url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/corner.gif);
}

#center-block-left h2{ 
  background: url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/h2_newest_videos.png) no-repeat scroll 0 0;
  text-indent: -9999px;
  overflow: hidden;
  width: 200px;
  margin:0;
}

#center-block-right h2 { 
  background:transparent url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/h2_popular_videos.png) no-repeat scroll 0 0;
  text-indent:-9999px;
  overflow: hidden;
  width: 235px;
  margin:0;
}

/*** START Frontpage ***/

#front-wrap { 
  padding: 0px 10px ; 
  overflow: hidden; 
}

#front-section2, #front-section3, #front-section4 {
  padding-top:10px;
}

#front-section1 {
  width: 959px;
  overflow: hidden;
}

#front-section1 .front-section1-left {
  float: left;
  width: 648px;
  background: #fff none repeat scroll 0 0;
}

#front-section1 .block,#front-section2 .block ,#front-section3 .block,#front-section4 .block {
  margin: 0;
}
 
#front-section1 .front-section1-left .content p, #front-section1 .front-section1-right .content p {
  margin: 0;
}

#front-section1 .front-section1-right {
  float: right;
  width: 304px;
}

#front-section1 .front-section1-right .freeNews-top {
  background: url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/bg_freenewsletter.gif) no-repeat;
  width: 290px;
  height: 72px;
  padding: 10px 0 0 14px;
}

#front-section1 .front-section1-right .freeNews-top h4, #sidebar-right .Newsletter-sidebar h4 {
  margin: 0;
}

#front-section1 .front-section1-right .freeNews-top span, #sidebar-right .Newsletter-sidebar span {
  font-size: 10px;
}

#front-section1 .front-section1-right .freeNews-top label, #sidebar-right .Newsletter-sidebar label {
  display: none;
}

#front-section1 .front-section1-right .freeNews-top input.bt_freenews, #sidebar-right .Newsletter-sidebar input.bt_freenews {
  margin: -5px 5px;
}

/** END Section1 **/ 

#front-section2 {
  width: 958px;
  overflow: hidden;
}

#front-section2 .l,#front-section2 .r { 
  background-image:url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/corner-blue.gif);
}

#front-section2 h2 {
  margin:10px 0 13px 10px;
  background: url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/h2_community.jpg) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

#front-section2 .front-section2-content{
  background: url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/bg-row2-ct.jpg) repeat scroll 0 0;
  overflow: hidden;
  width:958px;
}

#front-section2 .block {
  float: left;
  padding-left: 10px;
}

#front-section2 .block .content p {
  margin: 0;
}

/** END Section2 **/

#front-section3 {
  width: 958px;
  overflow: hidden;
}

#front-section3 .front-section3-left {
  width: 412px;
  float: left;
}

#front-section3 .front-section3-left h2 {
  margin:0.5em 0 0.2em 0.2em;
  background: url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/h2_petstyle_news.jpg) no-repeat;
  text-indent: -9999px
}

#front-section3 #front-news dl {
  float:left; 
}

#front-section3 #front-news dt {
  width: 140px; 
  float:left; 
}

#front-section3 #front-news dd {
  width: 140px;  
  margin:0 0 0.5em 0.3em;
  float:left;
  width:240px;
}
#front-section3 #front-news h4 {
  font-size:1em;
  margin:0.3em 0;
}

#front-section3 #front-news a {
  text-decoration:underline;
  color:#421D0B;
  font-weight:700;
}

#front-section3 #front-news .links a {
  text-decoration:underline;
  color:#9a5627;
  font-weight:700;
}

#front-section3 .front-section3-left .content p, #front-section3 .front-section3-center .content p {
  margin: 0;
}

#front-section3 .front-section3-center {
  width: 220px;
  float: left;
  margin-left: 10px;
}

#front-section3 .front-section3-center h2 {
margin:0.5em 0 0.2em 0.2em;
  width: 190px;  
  background: url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/h2_vote.jpg) no-repeat;
  text-indent: -9999px;
}

#front-section3 .front-section3-center .poll .vote-form .choices .title {
  font-weight: normal;
}

#front-section3 .front-section3-center .form-radios {
  padding: 1em 0;
  margin: 0;
}

#front-section3 .front-section3-center .form-item {
  padding: 0.5em 0;
  margin: 0;  
}

#front-section3 .front-section3-center .form-item label {
  font-weight: 700;
  color: #666;
}

#front-section3 .front-section3-center .poll .vote-form {
  text-align: left;
}

#front-section3 .front-section3-center .poll .vote-form .form-submit{
  background: url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/bt_vote.gif) no-repeat;
  width: 60px;
  border: none;
  text-indent: -9999px;
}

#front-section3 .front-section3-right {
  width: 304px;
  float: right;
}

#front-section3 .front-section3-right #social-media p{
  padding:5px 0px 10px 0px
}

#front-section3 .front-section3-right #social-media p strong{
  color:#5E7F90;
}

#front-section3 .front-section3-right #social-media a{
  text-decoration:underline;
}

#front-section3 .front-section3-right h2 {
margin:0.5em 0 0.2em 0.2em;
  width: 205px;  
  background: url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/h2_social.jpg) no-repeat;
  text-indent: -9999px
}

#front-section3 .front-section3-right-top {
  float: right;
  margin-bottom: 5px;
}

#front-section3 .front-section3-right-top p,#front-section3 .front-section3-right p {
  margin: 0;
}

/** End Section3 **/

#front-section4 {
  width: 958px;
  overflow: hidden;
  padding-bottom: 10px;
}

#front-section4 .content p {
  margin: 0;
}

#front-section4 .front-section4-left .l,#front-section4 .front-section4-left .r { 
  background-image: url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/corner-pink.gif);
}

#front-section4 .front-section4-left {
  width: 644px;
  float: left;
  background: url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/bg-front_featured-ct.jpg) repeat;
}

#front-section4 .front-section4-left h2 {
  background: url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/h2_featured.jpg) no-repeat;
  margin:0.5em 0 0.2em 0.2em;
  width: 629px;
  text-indent: -9999px;
}

#front-section4 .front-section4-right {
  float: right;
  background: #fff;
  width: 304px;
}

#front-section4 .front-section4-right h2 {
  margin:0;
margin:0.5em 0 0.2em 0.2em;
  background: url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/h2_product_review.jpg) no-repeat;
  width: 185px;
  text-indent: -9999px;
}

#front-section4 .front-section4-right .content {
  overflow: hidden;
}

#front-section4 .front-section4-right .content dl {
  margin: 0;
  width: 280px;
}

#front-section4 .front-section4-right .content dl dt{
  float: left;
  width: 150px;
  border-right: 1px solid #ccc;
}

#front-section4 .front-section4-right .content dl dd {
  float: left;
  margin: 0;
  width: 109px;
  padding: 0 0 0 14px;
}

#front-section4 .front-section4-right .content dl dd h4 {
  font-size: 1em;
  padding-bottom: .5em;
}

#front-section4 .front-section4-right .content a:link, #front-section4 .front-section4-right .content a:visited {
  padding-left: 15px;
  font-weight: 700;
}

/* END frontpage */



.front-section1-right #lifeStyleTower, .channel_right_middle #lifeStyleTower, #sidebar-right #lifeStyleTower {
	height:250px;
	width:300px;
	border:1px solid #cccccc;
	margin: 0 auto 10px;
	text-align:center;
}

#top-banner #lifeStyleTower ,#bottom-banner #lifeStyleTower {
	height:90px;
	margin: 0 auto; 
	width:768px;
	text-align:center;
	
}

#altContentDiv{
	overflow:hidden;
	height:210px;
	width:300px;
} 

#front-section2 .block { 
 	background:#FFFFFF none repeat scroll 0 0;
	float:left;
	height:210px;
	margin-left:10px;
	padding-left:0px;
	width:300px;
}
 
#front-section2 .block .content{ 
	background:#FFFFFF none repeat scroll 0 0;
	float:left;
	height:210px;
	width:300px;
}

.sidebar-right .r-edge,.sidebar-left .r-edge{
	padding: 0px;
	border:0px solid #ccc;
}

body.sidebar-right #center .r-edge,
body.sidebar-left #center .r-edge,
#center-block .r-edge{
	padding: 10px;
}
 

/* START channel page */

#center-channel {
  margin: 0 8px 8px;
  overflow: hidden;
}

.channel_center_top .t-edge .l, .channel_center_top .t-edge .r {
  background-image: url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/corner-top-blue.gif);
}

.channel_center_top .update_channel {
  color: #2e495c;
}

.channel_center_top .update_channel em {
  font-size: 10px;
  color: #989898;
  font-weight: bold;
  font-style: normal;
}

.channel_center_top .update_channel h3 {
  color: #c2656f;
  font-size: 1.7em;  
}

.channel_center_top .update_channel a:link, .channel_center_top .update_channel a:visited {
  color: #234d66;
  font-weight: 700;
}

.channel_center_top .update_channel a:hover {
  color: #989898;
}

#channel_left .t-edge .l, #channel_left .t-edge .r { 
  background-image: url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/corner-orange.gif);
}

#channel_left .b-edge .l, #channel_left .b-edge .r { 
  background-image: url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/corner-orange-bt.gif);
}

#channel_left {
  width: 172px;
  float: left;
  background: url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/bg_chanel-left.gif) repeat;
}
 
#channel_left h3 {
  border-bottom: 1px solid #ccc;
  color: #c2656f;
  padding-left: 0.5em;
  font-size: 1.2em;
}

#channel_left h3.petstyle_video {
  background: url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/ic_petvedio.gif) 6px 0 no-repeat;
  padding-left: 35px;
}

#channel_left ul {
  color: #2E495C;
  padding: .5em;
  border-bottom: 1px solid #ccc;
}

#channel_left ul li {
  background: url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/li_square.gif) 0 6px no-repeat;
  padding: 0 0 0.35em 0.85em;
  margin:0;
  display:block;
}

#channel_left a:link, #channel_left a:visited {
  color: #2E495C;
  text-decoration: none;
}

#channel_left a:hover, #channel_left a:active, #channel_left li a.active {
  color: #2E495C;
  text-decoration: underline;
}

#channel_center {
  float: left;
  margin-left: 10px;
  width: 470px;
  background: #fff;
}

#center .channel_center_bottom .t-edge .l, #center .channel_center_bottom .t-edge .r{
  background-image: url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/corner.gif);
}

.channel_center_bottom #front-news{
  overflow: hidden;
  width: 460px;
}

.channel_center_bottom h2 {
  background: url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/h2_feature.jpg) no-repeat;
  margin: 0 0 0 0.5em;
  width: 227px;
  text-indent: -9999px;
  padding-bottom:15px;
}

#sidebar-right .petstyle-stories {
  width: 351px;
  overflow: hidden;
}

#sidebar-right .content{
  padding: 10px;
}

#block-block-35 .content dl{
  overflow:hidden;
}

#block-block-35 .content dl dt{
  float:left;
  width: 150px;
  border-right: 1px solid #ccc;
}

#block-block-35 .content dl dd { 
float:left;
margin:0;
padding:0 0 0 15px;
width:190px;
}

.content #product_review a:link, 
.content #product_review a:visited {
  font-weight: 700;
}

#block-block-35  h2 { 
background:transparent url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/h2_product_review.jpg) no-repeat scroll 10px 20px;
text-indent:-9999px;
}

.channel_center_bottom  #front-news dl, #sidebar-right .petstyle-stories dl {
  float:left; 
}

.channel_center_bottom  #front-news dl p, #sidebar-right .petstyle-stories dl p{
  padding:0; 
}

.channel_center_bottom  #front-news dt, #sidebar-right .petstyle-stories dt {
  width: 140px; 
  float:left; 
}

.channel_center_bottom  #front-news dd, #sidebar-right .petstyle-stories dd {
  width: 140px;  
  margin:0 0 0.5em 0.3em;
  float:left;
  width:300px;
}

#sidebar-right .petstyle-stories dd {
  width: 200px;
}

.channel_center_bottom  #front-news h4, #sidebar-right .petstyle-stories h4 {
  font-size:1em;
  margin:0.3em 0;
}

.channel_center_bottom  #front-news a, #sidebar-right .petstyle-stories a {
  text-decoration:underline;
  color:#421D0B;
  font-weight:700;
}

.channel_center_bottom  #front-news .links a, #sidebar-right .petstyle-stories .links a {
  text-decoration:underline;
  color:#9a5627;
  font-weight:700;
}

.channel_center_top, .channel_right_top {
  margin-bottom: 10px;
}

#channel_left .content p, .channel_center_top .content p, .channel_center_bottom .content p, .channel_right_top .content p {
  margin: 0;
  padding: 0 0 0.5em;
}

#channel_left .block, #channel_center .block, #channel_right .block {
  margin: 0;
  padding: 0 0 10px;
}


#channel_right {
  float: right;
  background: #fff;
  width: 302px;
}

.channel_right_top .t-edge .l, .channel_right_top .t-edge .r { 
  background-image: url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/corner-top-blue.gif);
}

.channel_right_middle .content p{ 
  margin: 0;
}

.channel_right_left {
  width: 122px;
  float: left;
  border:1px solid #CCCCCC;
  height:602px;
  text-align:center;
}
 
.channel_right_right {
  float: right;
  border:1px solid #CCCCCC;
  width: 162px;
  height:602px;
  text-align:center;
}

#channel_bottom {
  position: relative;
  height: 100%;
  padding-top: 20px;
}

#channel_bottom .block {
  background: #f2f7fd;
  width: 789px;   
}

#channel_bottom .block h2 {
  margin: 5px 0 0 10px;
  background: url(http://dev2.petstyle.com/sites/all/themes/petstyle/images/h2_viewed.jpg) no-repeat;
  text-indent: -9999px;
}

#channel_bottom .block .content {
  margin-left: 20px;
  padding: 10px 0;
}

#channel_bottom .block .content p {
  margin: 0;
}

/* END channel page */

/* BEGIN newsletter email validation style */
form label.error {
  display: none !important;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
/* END validation */

