/*
Theme Name: Tee Squared
Theme URI: http://www.TeeSquared.biz/
Description: Custom theme for the Tee Squared homepage.
Author: Daniel Hedrick
Author URI: http://www.hedricksoftware.com/
Version: 1.0

This theme is copyright 2006, Daniel Hedrick.
Unauthorized use, reproduction, or distribution is prohibited
without prior written consent.
*/
@import "lists.css";

body
{
	margin: 10px 0 0 0;
  font-size: 10pt;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  background-image: url("/wp/wp-content/themes/tee2/images/tee2_bg.gif");
}

h1,h2,h3,h4,h5,h6 {
  color: #333333;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
  text-decoration: none;
  color: #790025;
}
a:hover {
  text-decoration: underline;
}
dd {
	margin-left: 1em;
	margin-bottom: 1em;
}
#headLogo {
	margin-left: 8px;
}

#containerWrap {
  position: absolute;
  top: 0px;
  left: 168px;
  width: 524px;
  min-height: 350px;
}
  
#container {
  background-image: url("/wp/wp-content/themes/tee2/images/A_bg.gif");
  padding: 0;
  margin: 0;
}

#underContainer {
  clear: both;
  background-image: url("/wp/wp-content/themes/tee2/images/tee2_bg.gif");
}

#content {
  margin-left: 30px;
  margin-right: 90px;
  color: #1f1f1f;
  min-height: 360px;
}

div.entry>h3 {
  margin-top: 10px;
  margin-bottom: 5px;
}
div.entry>img {
  margin-right: 5px;
}
div.entry>p {
  margin-left: 12px;
}

div#sbWrap {
  position: absolute;
  top: 30px;
  left: 616px;
  width: 145px;
  z-index: 100;
  margin:0;
  padding:0;
}
div#sidebar {
  background-color: #790025;
  color: #ffffff;
  font-size: 85%;
}

#sidebar ul {
  padding-left: 1.5em;
  margin-bottom: 0;
	margin-left: 0;
}

#sb_content {
  margin: 3px;
	margin-top: 0;
}

#sb_content p {
  margin-top: 0;
}

#foot {
  font-size: smaller;
  text-align: right;
  color: #790025;
	padding:  10px 85px 0 0;
}

#foot p {
  padding-right: 4px;
  margin-top: 10px;
	margin-bottom: 10px;
}

.clear {
  clear: both;
}

.postmetadata {
  font-size: smaller;
}
.editlink {
  font-size: xx-small;
  text-align: right;
}

.toprule {
  border-top: 1px solid #999;
}
#specialsblock {
  background-color: #ffffff;
  width: 95%;
  border: dashed 1px #790025;
  margin-left: 12px;
  margin-bottom: 12px;
}
div.special {
  margin: 3px;
  font-size:smaller;
  text-align: center;
}

