/* Defaults
----------------------------------------------- */
body {
	margin:0;
	padding:0;
	font-family: Georgia, Times, Times New Roman, sans-serif;
	font-size: 10pt;
	text-align:center;
	color:#29303B;
	line-height:1.3;
	background-image: url("http://www.andrewsobol.com/trufitgo/images/bckg.jpg");
	background-color: #99ccff;
	background-repeat: repeat-x;
	background-position: top;
}

blockquote {
	font-style:italic;
	padding:0 32px;
	line-height:1.6;
	margin:0 0 .6em 0;
}

p {margin:0;padding:0};

abbr, acronym {
	cursor:help;
	font-style:normal;
}
	
code {font:12px monospace;white-space:normal;color:#666;}

hr {display:none;}

img {border:0;}

/* Link styles */
a:link {
	color:#006600;
	text-decoration:none;
	font-size: 9pt;
}
a:visited {
	color:#006600;
	text-decoration:none;
	font-size: 9pt;
}
a:hover {
	color:#006699;
	text-decoration:none;
	font-size: 9pt;
}
a:active {
	color:#CC6600;
	text-decoration:none;
	font-size: 9pt;
}

a.menu:link {
	color:#339900;
	text-decoration:none;
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a.menu:visited {
	color:#339900;
	text-decoration:none;
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a.menu:hover {
	color:#990000;
	text-decoration:none;
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a.menu:active {
	color:#33CC00;
	text-decoration:none;
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Layout
----------------------------------------------- */
@media all {
  #wrap {
	background-color:#FFFFFF;
	border-left:1px solid #99ccff;
	border-right:1px solid #99ccff;
	width:850px;
	padding:8px;
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    }
  #main-top {
	width:850px;
	height:200px;
	margin:0;
	padding:0;
	display:block;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
    }
  #main-menu {
	width:850px;
	height:25px;
	padding:0;
	display:block;
	margin-top:2px;
	margin-bottom:2px;
	background-color: #ccff66;
	margin-right: 0;
	margin-left: 0;
	padding-top: 5px;
    }
  #main-bot {
	width:850px;
	height:94px;
	background:#FFFFFF url("http://www.andrewsobol.com/trufitgo/images/bottom.jpg") no-repeat top left;
	margin:0;
	padding:0;
	display:block;
	margin-top: 2px;
    }
  #main-content {
            width:850px;
            background:#FFFFFF url("http://www.andrewsobol.com/trufitgo/images/bodyback.gif") repeat-y;
            margin:0;
            text-align:left;
            display:block;
    }
  }
@media handheld {
  #wrap {
            width:90%;
    }
  #main-top {
            width:100%;
            background:#FFF3DB;
    }
  #main-bot {
            width:100%;
            background:#FFF3DB;
    }
  #main-content {
	width:100%;
	background:#FFF3DB;
    }
  }
#inner-wrap {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#blog-header {
	margin-bottom:8px;
}
#blog-header h1 {
	margin:0;
	padding:0 0 6px 0;
	font-size:125%;
	font-weight:normal;
	color:#612E00;
}
#blog-header h1 a:link {
	text-decoration:none;
}
#blog-header h1 a:visited {
	text-decoration:none;
	}
#blog-header h1 a:hover {
	border:0;
	text-decoration:none;
}
#blog-header p {
	margin:0;
	padding:0;
	font-style:italic;
	font-size:80%;
	line-height:1.5em;
}
div.clearer {
	clear:left;
	line-height:0;
	height:10px;
	margin-bottom:12px;
	margin-top:-4px; /* IE Windows target */
	background:url("http://www.blogblog.com/scribe/divider.gif") no-repeat bottom left;
}
@media all {
  #main {
	width:590px;
	float:right;
	margin:0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
    }
  #sidebar {
	width:220px;
	float:left;
	margin:0;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
    }
  }
@media handheld {
  #main {
            width:100%;
            float:none;
    }
  #sidebar {
            width:100%;
            float:none;
    }
  }
#footer {
	clear:both;
	padding-top:10px;
	padding-top:6px; /* IE Windows target */
}
#footer p {
	line-height:1.5em;
	font-family:Verdana, sans-serif;
	font-size:75%;
}


/* Typography :: Main entry
----------------------------------------------- */
h2.date-header {
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-size:10pt;
	margin:0;
	padding:0;
	color: #339900;
}
.post {
	margin:8px 0 24px 0;
	line-height:1.5em;
}
h3.post-title {
	font-weight:bold;
	font-size:10pt;
	color:#3399FF;
	margin:0;
	padding:0;
}
.post-body p {
	margin:0 0 .6em 0;
	font-size: 10pt;
	}
.post-footer {
	font-family:Verdana, sans-serif;
	color:#474950;
	font-size: 8pt;
	border-top:1px solid #EEEEEE;
	padding-top:6px;
}
.post-footer a:link {
	color:#474950;
	font-size: 8pt;
}
.post-footer a:visited {
	color:#716E6C;
	font-size: 8pt;
}
.post-footer a:hover {
	color:#0099FF;
	font-size: 8pt;
}
.post-footer a:active {
	color:#474950;
	font-size: 8pt;
}
.post ul {
	margin:0;
	padding:0;
}
.post li {
	line-height:1.5em;
	list-style:none;
	background:url("http://www.blogblog.com/scribe/list_icon.gif") no-repeat 0px .3em;
	vertical-align:top;
	padding: 0 0 .6em 17px;
	margin:0;
}
.vertspacer {
	color: #006600;

}
.style1 {
	color: #990000;
	font-size: 10pt;
}


/* Typography :: Sidebar
----------------------------------------------- */
h2.sidebar-title {
	font-weight:normal;
	font-size:130%;
	margin:0 0 2px 0;
	padding:0;
	color:#211104;
}
h2.sidebar-title img {
	margin-bottom:-4px;
	}
#sidebar ul {
	font-family:Verdana, sans-serif;
	font-size:10pt;
	margin:0 0 12px 0;
	padding:0;
}
#sidebar ul li {
	list-style: none;
	padding-bottom:6px;
	margin:0;
}
#sidebar p {
	font-family:Verdana,sans-serif;
	font-size:10pt;
	margin:0 0 .6em 0;
}
.profile-data {
	text-transform:none;
	letter-spacing:0.1em;
	font-size:9pt;
	color:#336600;
}
.profile-databig {
	text-transform:none;
	letter-spacing:0.1em;
	font-size:9pt;
	color:#336600;
}
.copyright {
	text-transform:none;
	font-size:8pt;
	color:#333333;
	vertical-align: bottom;
	text-align: center;
}

/* Comments
----------------------------------------------- */
#comments {}
#comments h4 {
  font-weight:normal;
	font-size: 10px;
	color:#29303B;
	margin:0;
	padding:0;
	}
#comments-block {
  line-height:1.5em;
  }
.comment-poster {
	background:url("http://www.blogblog.com/scribe/list_icon.gif") no-repeat 2px .35em;
	margin:.5em 0 0;
	padding:0 0 0 20px;
	font-weight:bold;
}
.comment-body {
	margin:0;
	padding:0 0 0 20px;
	font-size: 10pt;
}
.comment-body p {
	font-size: 10pt;
	margin:0 0 .2em 0;
}
.comment-timestamp {
	font-family:Verdana, sans-serif;
	color:#29303B;
	font-size: 8pt;
	margin:0 0 10px;
	padding:0 0 .75em 20px;
}
.comment-timestamp a:link {
	color:#474950;
	font-size: 8pt;
}
.comment-timestamp a:visited {
	color:#716E6C;

}
.comment-timestamp a:hover {
	color:#0099FF;

}
.comment-timestamp a:active {
	color:#474950;

}
.deleted-comment {
  font-style:italic;
  color:gray;
  }

	
/* Profile
----------------------------------------------- */
#profile-container {
	margin-top:0px;
	padding-top:0px;
	height:auto;
	width:215px;

}
.profile-datablock {
	margin:5px 0 8px 0;
}

.profile-img {display:inline;}
.profile-img img {
	float:left;
	margin:0 8px 0 0;
	border:1px solid #A2907D;
	padding:2px;
  }
.profile-textblock {
	font-family:Verdana, sans-serif;
	font-size:100%;
	margin:0;
	padding:0;
}
.profile-link {
	margin-top:10px;
	font-family:Verdana,sans-serif;
	font-size:9pt;
}

/* Post photos
----------------------------------------------- */
img.post-photo {
	border:1px solid #A2907D;
	padding:4px;
}


/* Feeds
----------------------------------------------- */
#blogfeeds {
  }
#postfeeds {
	padding:0 0 12px 20px;
  } 
