/*
Theme Name: Shades of Turq
Theme URI: http://buynowshop.com/
Description: A light color theme from the Shades theme series. A full background and sectional hover effects makes this a very functional and easily adapted theme framework.
Template: shades
Version: 1.0
Author: Edward "Cais" Caissie
Author URL: http://buynowshop.com/
Tags: blue, white, red, silver, dark, two-column, right-sidebar, fixed-width 
.
- JB:Theme Notes
-- Add class="hr" to any <hr /> (horizontal rule), or add a <div class="hr"></div> to see two pet rats.
-- In comments.php -> Review the $comment->user_id code and make changes as appropriate if more than one default user/admininstrator (on or near line 30).
-- As a suggestion, use the <PRE></PRE> tags to style "code" text.
.
- Changelog:
-- Version 1.0 -> Initial release
.	
  Original Theme Name: Shades
  Original Theme URI: http://www.buynowshop.com/
.
	The CSS/XHTML is released under GPL:  http://www.opensource.org/licenses/gpl-license.php
.
*/

@import url("../shades/style.css");

/* = GLOBAL = */

body {
	background: #000000 url(images/turq-bg.jpg) repeat-x fixed top center; /* A close up of Turq! one of my fancy pet rats */
}

.hr, .shades, .turq {
  background-image: url(images/rat-line.gif);
  height:56px;
  width:560px;
  margin:0 auto;
}

/* === HEADER === */
/* === MENU === */
/* === MAIN AREA === */
.post, .page { padding: 5px; }
/* === SIDEBAR === */
/* === IMAGES === */
img a{border:none;}
/* === FOOTER === */
/* == COMMENTS == */
/* === Special Hovers === */

#header:hover,
.menu:hover,
#content .page:hover,
.post:hover,
.tags:hover,
.navigation:hover,
.widget:hover,
#bottom:hover {
  background: url(images/hover-img.png) repeat;
}

/* Hide WP-Stats plugin smiley at bottom of screen */
img#wpstats{display:none;}
#akismetstats {margin: 0 auto;}
