/*  
Theme Name: BetsyBrownBraun
Theme URI: http://suzieroth.com/
Description: A theme for BetsyBrownBraun.com
Author: Suzie Roth Design
Author URI: http://suzieroth.com/
Version: 1.0.0
Tags: three-columns, two-columns, threaded-comments, fixed-width, theme-options, right-sidebar
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

/* Defaults */

html {
	height: 101%;
}

* {
  margin: 0;
  padding: 0;
}
  
  
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px 0;
}

p {
	line-height: 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
}

hr {
  color: #333;
  border: 1px solid #121212;
}

pre {
  height: auto; 
  overflow-x:scroll;
}

fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
}

dd {
  padding-left: 15px;
}


p {
  font-size: 10pt;
}

a {
  color: #6598b8;
  text-decoration: none;
}

a:hover {
  color: #9999cc;
  text-decoration: underline;
}

a img {
  border: none;  
}

blockquote {
  /*
  background: #070707;
  */
  border: 1px solid #060606;
  padding: 5px 15px;
  margin: 10px 10px 5px 15px;
  font-style: italic;
  color: #000;
}
address, code {
  font-family:Arial, Helvetica, sans-serif;
  float:right;
  color:#738fb4;
  font-weight:normal;
  margin-left:20px;
  margin-right:3px;
  margin-top:6px;
  margin-bottom:10px;
  padding:0px;
  font-style:italic;
  line-height:30px;
  width:350px;
  font-size:24px;
}
code {
  margin-top:0px;
}





body {
  text-align: center;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  background: #FFF url(images/bg.jpg) top center repeat-x;
}


/* Header and wrapper */
#wrapper {
  margin: 0 auto;
  width: 1024px;
  text-align: left;
  padding: 0;
}

#header {
  padding: 0;
  margin: 0;
  height: 247px;
}

#header #topright {
  text-align: right;
  float: right;
  width: 600px;
  margin: 5px 0 0 0;
}
#header #topright ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#header #topright li {
  display: inline;
}
#header #topright li a {
  color: #000;
  font-size: 9pt;
  padding: 0 0 0 25px;
  text-transform: lowercase;
}
#header #topright li a:hover {
  color: #9999cc;
  text-decoration: none;
}

#header #logo {
  float: left;
  width: 350px;
  margin: 25px 0 0 0;
  padding: 0;
}
#header h1 {
  padding: 0;
  margin: 0;
}
#header h1 a {
  color: #000;
  font-size: 17pt;
  text-decoration: none;
}
#header h1 a:hover {
  color: #9999cc;
  text-decoration: none;
}
#header span {
  padding: 0;
  color: #111;
  font-size: 11pt;
}


/* Menu */
#catnav {
  margin: 0px;
  padding: 0px;
  clear: both;
  height: 25px;
  width: 1024px;
  border-bottom:1px dashed #999999;
  text-align:center;
}

#nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
  
#nav ul {
  text-align:center;
  margin: 0;
  padding: 0;
}

#nav li {
  float: left;
  margin: 0;
  padding: 0;
}

#nav a {
  display: block;
  line-height: 25px;
  margin: 0px;
  padding: 0px;
  padding-left:15px;
  padding-right:14px;
  height:25px;
  font-size: 13px;
  color: #333;
  text-transform:uppercase;
}

#nav li a:hover {
  color: #666699;
  /*
	background-color:#9999cc;
	*/
  text-decoration: none;
  display: block;
}

#nav li ul {
  list-style: none;
  position: absolute;
  left: -999em;
  text-align:left;
	background-color:#FFFFFF;
  width:175px;
}
    
#nav li ul {
  margin-left:-17px;
}
#nav li ul li ul {
  margin-left:0px;
}


#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
}
    
#nav li li {
  margin-left:0px;
  float: left;
  margin: 0;
  padding: 0;
	background:none;
	background-image:url(images/menu/menu_shadow.png);
	background-repeat:repeat-y;
	width:209px;
}
  
#nav li li li a {
	height:auto;
  color:#666666;
  text-transform:none;
	background-color:#FFFFFF;
	border-bottom:1px solid #d8d8d8;
	border-left:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
  width:175px;
}

#nav li li li a:hover {
	height:auto;
  color:#FFF;
	background-color:#9999cc;
	border-bottom:1px solid #d8d8d8;
	border-left:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
  width:175px;
}

#nav li li a {
	height:auto;
  color:#666666;
  margin: 0;
  text-transform:none;
  font-size:11px;
	background-color:#FFFFFF;
	border-top:1px solid #d8d8d8;
	margin-left:17px; width:146px;
	line-height:normal;
	padding-top:5px;
	padding-bottom:5px;
}

  
#nav li li a:hover {
	height:auto;
  color: #FFF;
	background-color:#9999cc;
	border-top:1px solid #d8d8d8;
	margin-left:17px; width:146px;
}

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
}

#toprss {
  float: right;
  margin: 10px 15px 0 0;
  display: inline;
  width: 65px;
  line-height: 25px;
}



/* Top Content */

#main {
  padding: 5px 15px 0 15px;
  clear: both;
  width: 1024px;
  padding-bottom: 5px;
  background-color: #fff;
}
#leftpanel {
  float:left;
  width:227px;
  padding:0px;
  margin-top:36px;
  margin-bottom:54px;
  margin-right:13px;
}  
.leftpanel_link {
  padding-bottom:4px;
}
  
#contentwrapper {
  float:left;
  width: 450px;
  margin: 0px;
  padding: 0px;
  margin-top:36px;
  margin-bottom:36px;
}
#contentwrapper2 {
  width: 600px;
  margin: 0px;
  padding: 0px;
  margin-top:36px;
  margin-bottom:36px;
}
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin: 15px 0 10px 0;
  font-size: 14pt;
  letter-spacing: -0.5px;
  color: #000;
  font-weight: normal;
  padding: 5px;
}
.topPost {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family:Arial, Helvetica, sans-serif;
}
.topPost h2.topTitle a {
  font-size: 16px;
  font-weight: normal;
  color: #666699;
  text-transform:uppercase;
  margin:0px;
}
.topPost h2.topTitle a:hover {
  text-decoration: none;
  color: #666699;
}
.topPost p.topMeta {
  padding: 0;
  margin: -10px 0 0 0;
  font-size: 9pt;
  color: #232323;  
}
.topPost p.topMeta a {
  text-decoration: underline;
  color: #333;
}
.topPost p.topMeta a:hover {
  color: #666699;
}
.topPost div.topContent {
  font-size: 10pt;
  color: #333;
  margin: 8px 0;
  font-family:Arial, Helvetica, sans-serif;
}
.topPost div.topContent a {
  text-decoration: underline;
  color: #333;
}
.topPost div.topContent a:hover {
  text-decoration: underline;
  color: #666699;
}

.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 0 0 0 30px;
}
.topPost div.topContent ul li, .topPost div.topContent ol li {
  color: #333;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  margin-bottom:10px;
}
.topPost span.topComments, .topPost span.topMore, .topPost span.topTags {
  font-size: 9pt;
  font-style: italic;
  padding: 8px 10px;
  margin-right: 5px;
  line-height: 27pt;
  color: #000;
}
.topPost span.linkpages {
  font-size: 9pt;
  font-style: italic;
  color: #000;
  margin-bottom: 10px; display:block;
}
.topPost span.linkpages a:hover {
  color: #9999cc;
}
.topPost span.topComments:hover, .topPost span.topMore:hover, .topPost span.topTags:hover {
  background: #eee;
}
.topPost span.topComments a {
  color: #000;
  background: url(images/comments.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
}
.topPost span.topMore a {
  color: #000;
  background: url(images/more.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
}
.topPost span.topTags em {
  background: url(images/tags.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  color: #0a0a0a;
}
.topPost span.topTags a {
  color: #333;
  line-height: 27pt;
  vertical-align: middle;
}
.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover {
  color: #666699;
  text-decoration: underline;
}

#nextprevious {
  margin: 10px 0 5px 0;
}
#nextprevious a {
  color: #83adc8;
  text-transform: lowercase;
  text-decoration: underline;
}
#nextprevious a:hover {
  color: #9999cc;
}


/* Comments */

#comment {
  margin-bottom: 10px;
  margin-top: 15px;
  background: #FFF;
  width: 400px; /* fixes bug in IE7 where putting focus on the text makes it disappear behind the background. yeah, weird. they call it a dimensional bug. */
  border: 1px dotted #CCC;
  padding: 0px 15px 10px 15px;
  color: #000;
}
#comment h3 {
  font-size: 10pt;
  font-weight: normal;
  color: #000;
  margin: 15px 0;
  padding: 0;
}
#comment p a {
  color: #6598b8;
}
#comment p a:hover {
  color: #9999cc;
}
#comment p {
  padding:0;
  margin: 7px 0;
}
ul.commentlist, ul.trackback  {
  list-style-type: none;
  margin: 10px 0;
  font-size: 9pt;
}
.commentlist li, .trackback li {
  margin: 10px 0 15px 0;
  padding: 10px;
  background: #F8F8F8;
  border: 1px dotted #CCC;
  list-style-type: none;
}
.commentlist li.alt {
  background: #fff;
  border: 1px dotted #CCC;
  border: none;
  margin-top:10px;
}
.commentlist li.cleared {
  background: transparent;
  border: none;
}
.commentlist a:hover {
  color: #9999cc;
}
.commentlist a.gravatar {
  float: left;
  margin: 0 15px 10px 0;
  width: 60px;
}
.commentlist .commentbody {
  margin: 0;
  padding: 0;
}
.commentlist .commentbody p a {
  text-decoration: underline;
}
.commentlist cite {
  font-size: 10pt;
  font-style: normal;
  color: #222;
}
.commentlist small.commentmetadata a {
  color: #666;
}
.commentlist p {
  color: #444;
}
#respond {
  clear: both;
  margin-top: 15px;
}
textarea#comment {
  width: 380px;
  background: #fff;
  color: #111;
  padding: 10px;
  border: 1px solid #AAA;
}
#comment #submit {
  margin: 0;
}
#extrastuff a {color:#222; font-size:0.8em;}
#extrastuff a:hover {color:#9999cc; text-decoration:none;}
#extrastuff #rssleft {float:left; width:250px;}
#extrastuff #trackright {float:right; width:180px; text-align:right;}



.submitbutton {
  font:Arial, Helvetica, sans-serif;
  margin: 0px;
  background: #333333;
  color: #FFF;
  font-size: 12px;
  padding: 3px 6px;
  border: 1px solid #333;
  
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.submitbutton:hover {
  cursor: pointer;
}


/* Sidebars */
#sidebars {
  margin: 0px;
  margin-top:36px;
  margin-right:46px;
  padding-top:26px;
  float: right;
  width: 265px;
  color: #000;
  background-image:url(images/watchbetsy.gif);
  background-position:top left;
  background-repeat:no-repeat;
}
#sidebars .sidebarbox {
  background-color:#e9e9e9;
  padding: 20px 20px;
  padding-right: 0px;
  margin-bottom:5px;
}

#sidebar_full {
  padding: 0;
  margin: 0;
}

#sidebar_left {
  float: left;
  width: 160px;
}

#sidebar_right {
  float: right;
  width: 160px;
}

#sidebars h2 {
  margin: 0;
  padding: 0 0 9px 0;
  font-weight: normal;
  font-size: 11pt;
  color: #000;
  letter-spacing: -0.5px;
}

#sidebars table {
  width: 130px;
}

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
}

#sidebars li {
  margin-bottom: 0px;
  list-style: none;
  font-size: 9pt;
}

#sidebars li ul {
  padding: 0;
}

#sidebars ul ul li {
  margin: 0;
  padding: 2px 2px 2px 16px;
  color: #333;
  background: url(images/bullet.gif) left 8px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
}

#sidebars a {
  display: inline;
  color: #333;
}
#sidebars a:hover {
  color: #9999cc;
  text-decoration: underline;
}

#sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  color: #333;
}

#tag_cloud a {
  display: inline;
}

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}



/* Before footer */

#morefoot {
  background: #000 url(images/bggrad.jpg) top left repeat-x;
  border: 1px solid #070707;
  padding: 15px;
  color: #dfdfdf;
  margin: 0 0 10px 0;
}
#morefoot p {
  margin: 5px 0;
  padding: 5px 0;
}
#morefoot ul {
  list-style-type: none;
  margin-top: 5px;
}
#morefoot ul li, #morefoot p {
  font-size: 9pt;
}
#morefoot a {
  text-decoration: underline;
  color: #ddd;
}
#morefoot a:hover {
  text-decoration: underline;
  color: #9999cc;
}
#morefoot h3 {
  font-size: 12pt;
  font-weight: normal;
  color: #dfdfdf;
  letter-spacing: -0.5px;
  border-bottom: 1px dotted #444;
  margin: 0;
  padding: 0 0 2px 0;
}
#morefoot #searchbox {
  padding: 1px;
  width: 180px;
}
#morefoot .col1 {
  float: left;

  width: 340px;
}
#morefoot .col2 {
  margin: 0 25px;
}
#morefoot .col2, #morefoot .col3 {
  float: left;
  width: 260px;
}
#morefoot li {
  padding-left: 20px;
  margin-bottom: 5px;
  background: url(images/more.gif) left 2px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
}


/* footer*/
#footer {
  margin: 0px;
  padding: 0px;
  text-align:center;
  vertical-align:middle;
  clear: both;
  border: 0px;
  height: 25px;
  width: 100%;
  background-color:#ebebeb;
  border-bottom:4px solid #000000;
}

#footer a {
  line-height: 25px;
  margin: 0px;
  padding: 0px;
  padding-left:14px;
  padding-right:14px;
  height:25px;
  font-size: 11px;
  color: #000;
}



/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
}

.cleared {
  margin: 0;

  padding: 0;
  clear: both;
}

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
}
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
}
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
}

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
}
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
}
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
}

.wp-caption {
  border: none;
  text-align: center;
  background-color: none;

  padding-top: 1px;

  /* optional rounded corners for browsers that support it */

  -moz-border-radius: 3px;

  -khtml-border-radius: 3px;

  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 14px;
  padding: 2px;
  margin: 0;
  color: #111;
}



#searchbox, .newsletterbox {
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  border:1px solid #999999; 
  color:#555; 
  text-transform:lowercase;
  width: 180px;
  height:17px;
  padding-top:4px;
  margin-top:2px;
  text-align:center;
}




.media_table td {
	padding:10px 10px 10px 10px;
	padding-left:0px;
	padding-bottom:0px;
	vertical-align:bottom;
	text-align:left;
}

