/*
style.css
FrogsForSnakes.com

Steve Clason
stevec@topdogstrategy.com
15 Oct 09

Revisions:

*/
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
}

a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #202589;
}

a:hover {
  text-decoration: underline;
}

body {
  font-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.1;
  background-color: black;
  color: #000;
}

blockquote {
  font-style: italic;
  padding: 0 1em;
}

#wrapper {
  width: 800px;
  margin: auto;
}

/*********** Utility Navigation *******/
#utilityNav ul {
  padding: .5em 0;
}
#utilityNav li {
  display: inline;
  padding-right: 2em;
}

#utilityNav a, #utilityNav a:link, #utilityNav a:visited, #utilityNav a:hover,
  #utilityNav a:active {
  color: #A5A5A5;
  text-decoration: none;
  }

#utilityNav a:hover {
  color: #fff;
}

/************** Page ***************/
#page {
  border: 6px solid #B22617;
  background-color: #56834C;
}

/***************  Header ***************/
#header {
  border-bottom: 2px solid #B22617;
  height: 152px;
}

#header h1 {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #202589;
  padding-left: 250px;
  padding-top: 0;
  font-size: 300%;
  font-style: italic;
  letter-spacing: -2px;
  height: 90px;
}

#header h1 span {
  background: url("images/frogTitle_400x90.png") no-repeat;
  position: absolute;
  width: 400px;
  height: 90px;
  }

#header img {
  float: left;
}

.description {
  color: #000;
  font-style: italic;
  font-size: 80%;
  padding-left: 260px;
  margin-top: 10px;
}



/***************** Content *****************/
#contentWrap {
  background-color: #fff;
}
#content {
  padding: 1em;
  margin-right: 280px;
}

#content p {
  margin: 1em 0;
}

#content h2, #content2 h2 {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}


#content ul, #content ol {
  padding-left: 2em;
}


.date, .info {
  font-size: 86%;
  color: #555;
  font-style: italic;
}

.post {
  padding: 1em 0;
}

/****************** Sidebar *******************/
#sidebar {
  float: right;
  width: 260px;
  padding: 1em .5em;
  font-size: 90%;
}

#sidebar li {
  list-style-type: none;
  padding-left: 1em;
  padding-bottom: .5em;
}

#sidebar h2 {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #56834C;
  font-size: 120%;
  margin: .5em 0em;
  font-style: italic;
  
}
/***************** Footer *******************/
#footer {
  padding: .5em 0;
  color: #fff;
  font-size: 80%;
}

#footer img {
  float: left;
  padding-right: 1em;
}

#footer a {
  color:#5555FF;
}

#footer a:visited {
  color: #AA2AFF;
}

/******************* General *******************/
.clearBoth {
  clear: both;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.floatLeft{
  float: left;
}

.floarRight {
  float: right;
}

