/*  
Theme Name: Suzy's Law
Theme URI: http://suzyslaw.com/
Description: 
Version: 1.0
Author: Jeff Harrell
Author URI: http://theshapeofdays.com/
*/

* {
	margin: 0;
	padding: 0;
}

a {
  border: none;  /* These get rid of that annoying dotted outline thing in Firefox. */
  outline: none; /* Who thought that was a good idea anyway?                        */
}

a:hover {
	text-decoration: underline !important;
}

html,
body {
  height: 100%;
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}



#page {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

#banner {
	font-size: 10px;
	width: 100%;
	height: 3em;
	line-height: 3em;
	text-align: center;
	background: #8f0d02;
}

#banner p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	color: white;
}

#banner p a {
	color: yellow;
	text-decoration: none;
}

#banner p a:hover {
	text-decoration: underline;
}

#masthead_bg {
  background: #bf3a14 url(bg.gif) left center repeat-x;
	position: relative;
	font-size: 10px;
	left: 0;
	width: 100%;
	height: 172px;
}

#masthead {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 170px;
	background: url(masthead_09.jpg) center center no-repeat;
	text-indent: -9000px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

#masthead h1 a {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -400px;
	width: 370px;
	height: 170px;
	display: block;
}

#menu {
	width: 100%;
	height: 3em;
	text-align: center;
	background: #8f0d02;
	font-size: 10px;
}

#menu li {
	display: inline;
	line-height: 30px;
	color: #de6c63;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

#menu li a {
	color: #de6c63;
	text-decoration: none;
	padding: 1em 5px;
	margin: 0 20px;
	font-size: 13px;
	-webkit-text-size-adjust:none
}

#menu li a:hover {
	text-decoration: underline;
}

#container {
  font-size: 10px;
  width: 800px;
  margin: 0 auto;
  margin-top: 3em;
  padding-bottom: 4em;
}

hr.clear {
	clear: both;
	visibility: hidden;
}

body.utility #container {
	width: 800px;
}

#body {
  font-size: 16px;
  width: 70%;
  float: left;
}

body.utility #body {
	width: 70%;
	float: left;
}

body.utility.wide #container {
	width: 600px;
	float: none;
}

body.utility.wide.tell-a-friend #container {
	width: 800px;
	float: none;
}

#body h3 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  color: #8f0d02;
  margin-bottom: .5em;
  font-weight: normal;
}

#body h3 a {
  color: #8f0d02;
  text-decoration: none;
}

body.tell-a-friend #body h3, .page-185 #body h3 {
	text-align: center;
}

#body h4 {
	color: #bf3a14;
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 10px;
  margin-bottom: 1em;
}

#body h4 a {
	color: #bf3a14;
	text-decoration: none;
}

#body p {
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin: 1.5em 0;
}

#body p b,
#body p strong {
	color: #8f0d02;
}

#body div.entryfooter p {
	font-size: 10px;
	color: #8f0d02;
	font-style: italic;
	margin-top: 3em;
}

#body .entry ul {
	padding: 10px 0 0 0;
	margin: 0 0 0 15px;
}

#body .entry ul li {
	font-size: 13px;
	margin: 0 0 3px 0;
}

#body p a, #body .entry ul li a {
	color: #8f0d02;
}

#body img.right {
  float: right;
  clear: right;
  margin: 1.25em 0 .25em 1em;
  border: 1px solid #8f0d02;
}

#body hr {
  display: block;
  background: #8f0d02;
	height: .2em;
	width: 40%;
	border: none;
	margin: 2em auto;
	clear: both;
}

#body blockquote {
	padding: 0 3em;
}

#body ul,
#body ol {
	padding: 0 0 0 3em;
}

#body form {
	background: #8f0d02;
  width: 20em;
  padding: .5em 0;
  margin: 0 auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#body fieldset {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-left: none;
	border-right: none;
	text-align: center;
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 12px;
  margin: 0 auto;
  background: #bf3a14 url(bg.gif) left center repeat-x;
  color: white;
  padding: 1em 0;
}

body.tell-a-friend div.confirmation  {
	width: 30em;
	margin: 1em auto;
	padding: 0 !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #db7538;
}

body.tell-a-friend div.confirmation.highlight {
	background: black;
}

body.tell-a-friend div.confirmation p {
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 10px !important;
	text-align: center;
  color: white;
  padding: 1em 0;
  margin: 0;
  line-height: 1.0 !important;
}

body.tell-a-friend #body form, .page-185 #body .wpcf7-form {
	margin-top: 1em;
	text-align: left;
	width: 30em;
}

body.tell-a-friend #body fieldset, .page-185 #body .wpcf7-form fieldset {
	background: #bf3a14 !important;
/* 	padding: 10px 18px 10px 10px; */
/* 	padding: 10px; */
}

body.tell-a-friend #body fieldset label, .page-185 #body .wpcf7-form fieldset label {
	margin: 1em 0 0 0;
}

body.tell-a-friend #body fieldset label.first {
	margin: 0;
}

body.tell-a-friend #body fieldset input,
body.tell-a-friend #body fieldset textarea,
.page-185 #body .wpcf7-form fieldset input,
.page-185 #body .wpcf7-form fieldset textarea {
	display: block;
	font-size: 12px;
	width: 450px;
	margin: 4px auto 8px auto;
	padding: 2px;
	position: relative;
}

.page-185 #body fieldset br {
	padding: 0;
	margin: 0;
	height: 1px;
	line-height: 1px;
}

body.tell-a-friend #body fieldset input.hidden {
  display: none;
}

body.tell-a-friend #body fieldset textarea {
	padding: 0 3px 0 3px;
}

body.tell-a-friend #body fieldset input.button, .page-185 #body .wpcf7-form fieldset input.button {
	width: auto;
	margin: 1em auto 0 auto;
}

#body p.note {
	font-size: 10px;
	color: #8f0d02;
	font-style: italic;
}

#body div.bill {
	border: 1px solid #8f0d02;
	padding: 3em;
}

#body div.bill p {
	font-family: "Baskerville", "Palatino Linotype", "Georgia", serif !important;
	font-size: 14px;
  line-height: 1.2;
  margin: 1em 0;
}

#body div.bill p.center {
	text-align: center;
}

#body div.bill hr {
  display: block;
  background: black;
	height: .1em;
	width: 40%;
	border: none;
	margin: 2em auto;
	clear: both;
}

#body div.bill blockquote {
	padding: 0 0 0 2em;
}

#body div.entry {
	padding-bottom: 4em;
}

#body p.older_nav_link {
	text-align: left;
	font-size: 10px;
	float: left;
	clear: left;
	width: 48%;
}

#body p.newer_nav_link {
	text-align: right;
	font-size: 10px;
	float: right;
	clear: right;
	width: 48%;
}

#rail {
	float: right;
  width: 25%;
}

#rail li {
  list-style: none;
  margin-bottom: 20px;
  text-align: center;
	background: #8f0d02;
	padding: 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#rail li#rail1 {
	background: #8f0d02 url(1.gif) 10px -5px no-repeat;
}

#rail li#rail2 {
	background: #8f0d02 url(2.gif) 10px -5px no-repeat;
}

#rail li#rail3 {
	background: #8f0d02 url(3.gif) 10px -5px no-repeat;
}

#rail li div {
  background: #bf3a14 url(bg.gif) left center repeat-x;
	margin-top: 10px;
	padding: 0 10px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 12px;
  line-height: 1.4;
	color: #e5b0a0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

#rail li div a {
  color: white;
}

#rail li div a:hover {
  text-decoration: underline;
}

#rail li h3 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #de6c63;
	font-weight: normal;
  font-size: 12px;
  padding-left: 20px;
  text-align: right;
  padding-right: 20px;
}

#rail li div p {
  margin: 10px 0;
}

#rail li div form input {
  font-size: 10px;
  margin: 2px 0;
  padding: 2px;
  text-align: center;
}

#rail li div a.smallprint {
  color: #d2755b;
  text-decoration: underline;
  font-size: 9px;
}

#foot {
	font-size: 10px;
	height: 3em;
	line-height: 3em;
	text-align: center;
	background: #8f0d02;
	color: #de6c63;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  position: absolute;
  bottom: 0;
  width: 100%;
}

#foot li {
	display: inline;
	padding: 0 2em;
}

#foot li a {
	color: #de6c63;
	text-decoration: none;
	margin: 0 20px;
}