/*  
Theme Name: Way-Too-Clean
Theme URI: http://ibebloggin.com/
Description: Way Too Clean, a pretty cool WordPress theme.
Author: Vinnie Garcia
Author URI: http://vinniegarcia.com/
Version: 1.1
.
License: Creative Commons Attribution-NonCommercial-ShareAlike
http://creativecommons.org/licenses/by-nc-sa/2.0/
.
*/
/*
A dirty dozen for you:

He's such a dumb jock, that when he was driving to 
the airport, he saw a sign that read, "Airport Left," 
and he turned around and went home.
*/
/*general page layout*/
body {
	margin-top: 0px;
	background-image: url('http://productcalendar.com/top.png');
	background-repeat: repeat-x;
	font: 75%/150% "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
        /*centering for IE5/Windows*/
        text-align: left;

}
a {
	color: #0000FF;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Helvetica 55 Roman", Helvetica, Arial, sans-serif;
}
h1 {
  font-size: 22px;
  margin-bottom: 0;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 14px;
}
h4, h5, h6 {
  font-size: 14px;
}
/*main container element*/
#everything {
  width: 100px;
  position: relative;
  /*centering for all browsers but IE5/Win*/
  margin: auto;
  text-align: left;
}
/*extra navigation (search form, RSS feeds, etc.)*/
#morenav {
  white-space: nowrap;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
#morenav form, #morenav p {
  margin: 0; padding: 0;
}
/*featured post*/
#latest {
  background: #eef;
  border: 0px solid #ccc;
  padding: 10px 20px;
  margin: 35px 0 10px;
}
#latest * {
  margin: 0;
}
#latest h3, #latest p {
  margin-left: 150px;
}
#latest h2 {
  float: left;
  width: 150px;
}
/*form fields*/
input, textarea, select {
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
textarea {
  font-size: 100%;
}
/*recent entry list on front page*/
#recents {
  float: left;
  width: 275px;
  padding: 0 0 20px;
}

/*category list on front page*/
#cats {
  float: right;
  width: 125px;
  padding: 0 ;
}
#cats ul {
  padding: 0 1em 0 2em;
  margin-left: 0;
}
/*about me section of front page*/
#aboutme {
  float: left;
  width: 180px;
  padding: 0;
}
/*contact me section of front page*/
#contactme {
  clear: both;
  padding: 0 10px;
  position: relative;
}
/*the textarea on the front page. Sorry, not a very descriptive class name.*/
.ta {
  margin: 0 0 10px;
  width: 350px;
}
/*block of other form fields on front page.*/

.tr {
width: 250px;
position: absolute;
top: 3.3em; right: 0;
}
.tr p {
	margin: 0 0 10px;
}
/* end IE5/Mac hack */
/*contact form stuff*/
#contactme h4 {
  margin-top: 1em;
}
#contactme label,
#commentform label {
	display: block;
}
#contactme input, #contactme textarea {
  width: 250px;
}
#contactme #snb {
  width: 80px;
}
/*the footer. Pretty self-explanatory.*/
#footer {
  clear: both;
  margin-top: 1em;
}
.rr h4 {
  margin-bottom: 0;
}
.rr p {
  margin: 0;
}
input {
  vertical-align: top;
}
/*post date, and other meta-information in archive pages.*/
.post-meta {
  background: #eef;
  border: 1px solid #ccc;
  padding: 2px 10px;

  top: 9.5em;
  right: 0;
  width: 800px;
}
/*remove the underline from inserted content (updates to posts, etc.)*/
ins {
  text-decoration: none;
}
/*
  narrow down the post content in archives
  to increase readability
*/
.post {
  width: 600px;
  text-align: justify;
}
/*quick navigation at the bottom of each post*/
.navigation {
  border: solid #ccc;
  border-width: 1px 0;
  padding: 5px 0;
  font-size: 1.2em;
  font-family: "Helvetica 55 Roman", Helvetica, Arial, sans-serif;
}
/*comment form*/
.cf {
  position: relative;
}
/*comments textarea*/
.cta {
  float: left;
  width: 300px;
}
.cta label {
  padding-right: 50px;
}
.cta textarea {
  width: 360px;
}
/*other comment form fields*/
.ctr {
  float: left;
  width: 300px;
}
.floatright { float: right; 
margin: -25px 100px 0px 0px;
}
#Mattsuser_info {
	position: absolute;
	right: 15px;
	top: 1px;
	font-size: 12px;
}
#Mattsuser_info a {
	color: #CCCCCC;
}


