html {
  height: 101%;
}

body {
  margin: 0;
  padding: 0;
  color: #222;
  font: 15px/1.4 Georgia, "Times New Roman", Times, serif;
  background-color: #f8f8f8;
}

/* @group Built-Ins */
p {
  margin-bottom: 20px;
}

abbr {
  cursor: help;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

h1.page-title, h1.page-title a {
  color: #000;
  margin: 0 0 5px 0;
  font: bold 28px/1.4 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  letter-spacing: -1px;
}

h1.page-title-large, h1.page-title-large a {
  font-size: 50px;
  line-height: 50px;
}

h2 {
  margin: 40px 0 5px 0;
  font: normal 32px/1.2 "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", Georgia, "Times New Roman", Times, serif;
}

h2.notebook-title, h2.notebook-title a {
  color: #000;
  font: bold 28px/1.4 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  letter-spacing: -1px;
  margin: 0;
  border-bottom: 0;
  text-decoration: none;
}

h2.notebook-title a:hover {
  text-decoration: none;
  border-bottom: 0;
  background-color: #f8f8f8;
  color: #000;
}

.elsewhere h2 {
  margin: 0;
}

h3 {
  margin: 40px 0 5px 0;
  letter-spacing: -1px;
  font: normal 22px/1.4 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h3 + p, h3 + ul, h3 + ol {
  margin-top: 0;
}

h3.archive-title {
  font-family: "gnuolane-1","gnuolane-2";
}

h4 {
  margin: 40px 0 5px 0;
  font-style: normal;
  font-size: 16px;
}

a {
  color: #911;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.donate {
  border: 1px solid #999;
  padding: 7px;
  margin: 0;
  display: block;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  color: #333;
}

a.donate:hover {
  text-decoration: none;
  background-color: #333;
  border: 1px solid #333;
  color: #eee;
}

a.elsewhere-title {
  font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", Georgia, "Times New Roman", Times, serif;
  font-size: 15px;
}

a.elsewhere-link, a.elsewhere-link:hover {
  text-decoration: none;
}

ul {
  list-style-image: url(http://jfmstatic.net/images/assets/bullet.png);
  margin: 0 0 20px 18px;
}

ul.pictures {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.pictures li {
  display: block;
  float: left;
  margin: 0 25px 25px 0;
  text-align: center;
  font-size: 12px;
  color: #666;
}

ul.archives {
  list-style-type: none;
  margin-left: 0;
  list-style-image: none;
}

ol {
  margin-top: 15px;
  margin-left: 20px;
  list-style-type: decimal;
}

table {
  margin-bottom: 20px;
}

td {
  padding: 2px;
}

sup {
  vertical-align: super;
  font-size: 11px;
}

code {
  font: 14px "Courier New", Courier, mono;
}

pre.code {
  overflow: auto;
  background-color: #ddd;
  padding: 15px 10px;
  margin: 0 0 20px 0;
  font: 11px menlo, monaco, consolas, monospace;
}

dl {
  position: relative;
}

dl.site-stats {
  border-bottom: 1px solid #ccc;
  padding: 6px 0;
}

dt.site-stats {
  width: 250px;
}

dd.site-stats {
  position: absolute;
  top: 6px;
  right: 0;
}

dl.movies-seen {
  border-bottom: 1px solid #ccc;
  padding: 6px 0;
}

dt.movies-seen {
  width: 280px;
}

dd.movies-seen {
  position: absolute;
  top: 6px;
  right: 0;
  font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", sans-serif;
  font-size: 12px; 
}

dl.categories {
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
}

dt.categories {
  width: 160px;
}

dd.categories {
  position: absolute;
  top: 5px;
  right: 0;
  font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  color: #666;
}
/* @end */

/* @group Content DIVs */
#wrapper {
  width: 960px;
  margin: 0 auto;
  padding: 5px 10px;
  overflow: hidden;
}

#main {
  padding: 10px 0 50px 0;
}

#content {
  margin-top: 20px;
}

#footer {
  clear: both;
  color: #666;
  margin: 10px 0 50px 0;
  border-top: 1px solid #999;
  padding-top: 15px;
  font: 11px "Lucida Grande", Verdana, "Bitstream Vera Sans", sans-serif;
}

#footer p {
  margin-bottom: 10px;
}

#footer-nav {
  height: 25px;
}
/* @end */

/* @group Header */

#header {
}

#header .toplogo, #header .toplogo a, #header .toplogo a:hover {
  font: 30px/normal "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  text-decoration: none;
  border: none;
  color: #000;
  float: left;
  width: 275px;
  height: 24px;
  background: transparent url(http://jfmstatic.net/images/assets/header-logo.png) no-repeat scroll 0 0;
}

#header .toplogo:hover, #header .toplogo a:hover {
  background: transparent url(http://jfmstatic.net/images/assets/header-logo.png) no-repeat scroll 0 -25px;
}

#header .slug {
  color: #666;
  clear: both;
  font-size: 12px;
  font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", sans-serif;
  margin-top: 5px;
}

#header #toplogo {
  margin-top: 10px;
}
/* @end */

/* @group Article */
.article-headline-area {
  margin-bottom: 25px;
}

.article-link-meta, .article-link-meta a,
.article-tags, .article-tags a {
  margin-top: 5px;
  color: #666;
  font: 13px Times, "Times New Roman", Times-Roman, Georgia, serif;
  text-transform: uppercase;
}

.article-link-meta em, .article-tags em {
  text-transform: none;
  letter-spacing: normal;
  font-style: italic;
}

.article-link-meta .ordinal-suffix {
  font-size: 10px;
}

.article-tags em {
  text-transform: lowercase;
}

.article-link-meta a:hover, .article-tags a:hover {
  color: #222;
  /*border-bottom: 1px solid #222;*/
  background-color: #f8f8f8;
}

.article-comments-notice {
  border-color: #999;
  border-style: dashed;
  border-width: 1px 0;
  background-color: #F3EFE5;
  padding: 10px 30px 5px;
}

.article-comments-notice h3 {
  margin: 20px 0 5px;
  font-size: 22px;
}
/* @end */

/* @group Sidebar */

/* @group RSS box */
#sidebar #rss-box {
}

#sidebar #rss-box div#rss-link {
  text-align: center;
  margin-bottom: 10px;
  font: bold 18px Georgia, serif;
  /*text-shadow: 1px 1px #ccc;*/
}

#sidebar #rss-box div#rss-link a {
  color: #333;
  text-decoration: none;
}

#sidebar #rss-box div#rss-link a:hover {
  background-color: #f8f8f8;
}

#sidebar #rss-box input#rss-email {
  width: 130px;
  padding: 4px;
}
/* @end */


#sidebar {
  margin-top: 20px;
  font: 11px/1.4 "Lucida Grande", Verdana, "Bitstream Vera Sans", sans-serif;
  background-color: #e0e0e0;
}

#sidebar .item {
  margin: 10px;
  padding: 10px;
  background-color: #f8f8f8;
}

#sidebar h1 {
  font: 15px "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", Georgia, "Times New Roman", Times, serif;
  margin: 0;
  padding-bottom: 3px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

#sidebar h1 a, #sidebar h1 a:hover {
  color: #000;
  text-decoration: none;
}

#sidebar ul {
  list-style: none outside none;
  padding: 0;
  margin: 0;
}

#sidebar li {
  padding: 5px 0;
}

#sidebar li.tags {
  background: transparent url(http://jfmstatic.net/images/assets/tag-label-icon.png) no-repeat scroll 0 3px;
  padding-left: 25px;
}

#sidebar li.popular {
  background: transparent url(http://jfmstatic.net/images/assets/trophy-icon.png) no-repeat scroll 0 6px;
  padding-left: 22px;
}

#sidebar li.balloon {
  background: transparent url(http://jfmstatic.net/images/assets/balloon.png) no-repeat scroll 0 4px;
  padding-left: 22px;
}

#sidebar ol {
  padding: 0;
  margin: 0;
  list-style-type: decimal;
  list-style-image: none;
  list-style-position: outside;
}

#sidebar ol li {
  padding: 0;
  margin: 0;
}
/* @end */

/* @group Misc */
span.amp {
  font-family: "goudy-bookletter-1911-1", "goudy-bookletter-1911-2", "Baskerville", Georgia, serif;
}

.quote {
  font: italic 22px/33px Georgia, "Times New Roman", Times, serif;
  margin-left: 40px;
  margin-right: 40px;
}

.quote-big {
  color: #911;
  font-size: 85px;
  font-weight: normal;
  font-style: normal;
  float: left;
  margin-top: 22px;
  margin-left: -40px;
}

.quote-source {
  color: #666;
  font-size: 13px;
  line-height: 1em;
  margin-bottom: 20px;
}

.search-form {
  float: right;
  width: 166px;
  position: relative;
}

.search-icon {
  position: absolute;
  height: 12px;
  width: 13px;
  top: 6px;
  right: 7px;
}

.flourish {
  width: 102px;
  margin: 60px auto 40px;
}

.dropcap {
  float: left;
  padding: 0 5px 0 0;
  font: 36px/1em Georgia, serif;
}

.posted-date {
  font-style: italic;
}

.article-headline-area a.elsewhere-title {
  font-weight: bold;
}

.elsewhere-link-meta {
  white-space: nowrap;
  font: 13px/20px Georgia, "Times New Roman", Times, serif;
  text-decoration: none;
}

.article-lede-img {
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.post img.lede {
  margin: 4px 5px 5px 0;
  float: left;
}

.yearly-archive {
  font: 12px/16px "Lucida Grande", Verdana, "Bitstream Vera Sans", sans-serif;
}

a span.hiddenlink {
  visibility: hidden;
  text-transform: uppercase;
  padding-left: 20px;
  text-decoration: none;
}

a:hover span.hiddenlink {
  visibility: visible;
  text-decoration: none;
}

.clear {
  clear: both;
}

.dialog {
  margin: 20px 110px 0 80px;
}

.large-photo {
  text-align: center;
  margin-top: 10px;
}

.alignright {
  display: inline;
  margin: 0 0 5px 10px;
  padding: 0;
  float: right;
  text-align: center;
  font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", sans-serif;
  color: #666;
  font-size: 12px;
}

.alignleft {
  display: inline;
  margin: 0 10px 5px 0;
  padding: 0;
  float: left;
  text-align: center;
  font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", sans-serif;
  color: #666;
  font-size: 12px;
}

blockquote {
  font-size: 13px;
  padding-left: 10px;
  margin-top: 20px;
  color: #444;
  border-left: 1px solid #999;
  font-style: italic;
}

.dialog .name {
  left: -20px;
  letter-spacing: 1px;
  margin-right: -10px;
  position: relative;
  text-transform: uppercase;
}

.dialog p {
  margin-bottom: 20px;
}

.date-cat-tag-title {
  margin: 0;
  font: 34px/normal Baskerville, Times, "Times New Roman", serif;
  text-transform: uppercase;
}

.sep {
  margin: 20px 0 40px;
  border-top: 1px dotted #999;
}

.shout {
  border: 1px solid #999999;
  margin: 5px auto;
  padding: 5px;
  width: 80%;
}

.shout label {
  border: 1px solid #999999;
  font-size: 10px;
  font-weight: bold;
  padding:  1px 4px;
  background-color: #CBD3DE;
}

.sayingattrib {
  margin-left: 50px;
  margin-bottom: 12px;
}

table.downloadInfo {
  border-collapse: collapse;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

td.downloadInfoTD {
  text-align: center;
  border: 1px solid #222;
  border-left-style: none;
  border-right-style: none;
  padding: 5px;
}

.nomargin {
  margin-right: 0 !important;
}

img.picturebox {
  border: 1px solid #ddd;
  padding: 2px;
}

.picturebox, .picturebox-left, .picturebox-right {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 3px;
  text-align: center;
  font: 11px/17px "Lucida Grande", Verdana, "Bitstream Vera Sans", sans-serif;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.picturebox img, .picturebox-left img, .picturebox-right img {
  border: 1px solid #ccc;
  vertical-align: middle;
  margin-bottom: 3px;
}

.picturebox-left {
  float: left;
  margin: 5px 10px 7px 0;
}

.picturebox-right {
  float: right;
  clear: right;
  margin: 5px 0 7px 10px;
}

div.picturebox2wide, div.picturebox3wide {
  margin: 0 10px 0;
  float: left;
  text-align: center;
}

div.picturebox2wide > img, div.picturebox3wide > img {
  border: 1px solid #ddd;
  padding: 2px;
}

div.picturebox3wide {
  width: 180px;
}

div.picturebox2wide {
  width: 280px;
}

.bluebox {
  background-color: #edf3fe;
  border: 1px solid #74a8f5;
  color: inherit;
  padding: 5px;
}

.toc {
  border: 1px solid #222;
  float: right;
  margin: 5px 0 10px 10px;
  width: 180px;
  padding: 5px;
}

.toc ol {
  margin: 10px 0;
  padding-left: 30px;
}

.toc ul {
  padding-left: 15px;
  margin-bottom: 10px;
}

div.float-right {
  float: right;
  clear: right;
  margin: 5px 0 5px 10px;
}

div.float-left {
  float: left;
  margin: 5px 10px 5px 0;
}

div.float-center {
  margin: 5px auto 7px auto;
}

.width100 {
  width: 100px;
}

.width150 {
  width: 150px;
}

.width152 {
  width: 152px;
}

.width190 {
  width: 190px;
}

.width200 {
  width: 200px;
}

.width210 {
  width: 210px;
}

.width250 {
  width: 250px;
}

.width280 {
  width: 280px;
}

.width186 {
  width: 186px;
}

.width288 {
  width: 288px;
}

div.caption {
  text-align: center;
  font: 11px/1.5 "Lucida Grande", Verdana, "Bitstream Vera Sans", sans-serif;
}

span.caption {
  color: #666;
  text-align: center;
  display: block;
  font: 11px/1.5 "Lucida Grande", Verdana, "Bitstream Vera Sans", sans-serif;
}

#download {
  background: #ffe100;
  border: 1px solid #000;
  margin: 20px auto;
  padding: 7px 15px;
  width: 365px;
  text-align: center;
  font: bold 12px "Lucida Grande", Verdana, "Bitstream Vera Sans", sans-serif;
}

#download a {
  text-decoration: none;
  color: #222;
  border-bottom: 1px solid #ffe100;
}

#download a:hover {
  text-decoration: none;
  color: #000;
  background-color: #ffe100;
  border-bottom: 1px solid #000;
}

#breaking_news {
  background: #fff9b0;
  border-bottom: solid 1px #ffe450;
  text-align: center;
  padding: 3px;
  font-size: 12px;
}

input[type="text"], textarea {
  background-color: #fff;
  font-size: 10px;
  padding: 3px 5px;
  width: 100px;
  border: 2px solid #E6E6E6;
}

input[type="text"]:hover, input[type="text"]:focus, textarea:hover, textarea:focus {
  border-color: #c8c8c8;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

textarea {
  font-size: 12px;
}

input.search {
  color: #666;
  font-size: 10px;
  padding: 3px 20px 3px 5px;
  width: 135px;
  border: 2px solid #E6E6E6;
}

#search-div{
  float: right;
  margin: 0;
}

.search-button {
  padding: 2px;
  margin: 0; 
  border: 1px solid #222;
  color: #222;
  font-size: 12px;
}

table.standard {
  border-width: 0;
  border-spacing: 1px;
  border-style: solid;
  background-color: #333;
  border-collapse: separate;
}

table.standard th {
  background-color: #333;
  text-align: center;
  vertical-align: bottom;
  padding: 4px;
  color: #fff;
  font: bold 13px "Lucida Grande", Verdana, "Bitstream Vera Sans", sans-serif;
}

table.standard td {
  padding: 2px 5px;
  background-color: #fff;
  vertical-align: middle;
}
/* @end */

/* @group Comments */
.comments-closed {
  font-style: italic;
  margin-top: 50px;
  padding-top: 5px;
  width: 280px;
  border-top: 1px dotted #444;
  color: #444;
}

.comments-bar {
  margin: 50px 0 20px 0;
  padding: 3px 0;
  font: normal 20px "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", Georgia, "Times New Roman", Times, serif;
  border-top: 1px solid #ccc;
  padding-top: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#comments_form .form-label {
  padding: 0;
  margin: 0;
}

#comments_form .form-input {
  padding: 0;
  margin: 0 0 15px 0;
}

#comments_form input {
}

#comments_form #submit {
  width: auto;
}

#comments_form input#name {
  width: 100%;
  margin-top: 3px;
}

#comments_form input#email {
  width: 100%;
  margin-top: 3px;
}

#comments_form input#url {
  width: 100%;
  margin-top: 3px;
}

#comments_form textarea {
  width: 100%;
  margin-top: 3px;
}

#comments_form label {
  margin-bottom: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
}

#comments_form label span {
  font-style: italic;
  letter-spacing: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: none;
}

#comment_form .note {
  font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", sans-serif;
  font-size: 12px;
}

.comment-submit-userinfo {
  float: left;
}

.comment-submit-comment {
  float: right;
}

.comment-wrapper {
  margin: 30px 0;
  padding: 10px;
  border: 1px solid #333;
}

.comment {
  border-top: 1px solid #333;
  margin-top: 10px;
  padding-top: 10px;
}

.comment-me {
  background-color: #ddd;
}

.comment p:last-child {
  margin-bottom: 0;
}

.comment blockquote p:last-child {
  margin-bottom: 20px;
}

.comment-me blockquote {
  font-size: 14px;
  padding-left: 20px;
  margin-top: 20px;
  color: #444;
  border-left: 1px solid #444;
}

.comment-author {
  margin: 0;
  padding: 0;
}

.comment_title img {
  vertical-align: bottom;
}

.comment_title_me img {
  vertical-align: bottom;
}

.comment-meta {
  margin-right: 10px;
  font-size: 12px;
  text-align: right;
}

.comment-gravatar {
  margin: 0 10px 0 0;
  padding: 0;
}

.comments-page-title-area {
  margin-bottom: 30px;
}

.comments-page-title {
  font-size: 20px;
  font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", Georgia, "Times New Roman", Times, serif;
}

.comment2-wrapper {
  padding: 0;
  border: 1px solid #ccc;
  margin: 20px 0;
}

.comment2-wrapper-me {
  background-color: #f3efe5;
  border: 1px dashed #999;
}

.comment2 {
  margin-top: 5px;
}

.comment2-author {
  border-bottom: 1px solid #ccc;
  padding: 7px 0 5px;
}

.comment2-author-me {
  text-align: right;
}

.comment2-gravatar {
  margin: 10px;
  float: left;
  width: 50px;
  border: 1px solid #ccc;
  padding: 2px;
  background-color: #fff;
}

.comment2-gravatar-wrapper {
  float: left;
}

.comment2-gravatar-wrapper-me {
  float: right;
}

.comment2-comment-wrapper {
  float: left;
  width: 482px;
  padding: 0 10px;
}

.comment2-comment-wrapper-me {
  float: right;
}

.comments-pagination {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.comments-pagination a, .comments-pagination a:hover {
  text-transform: none;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #000;
  padding: 3px 5px 1px 6px;
}

.comments-pagination strong {
  background-color: #fff;
  border: 1px solid #000;
  padding: 3px 5px 1px 6px;
}
/* @end */

/* @group Navmenu */
#navbar-top {
  float: right;
  padding-right: 10px;
  margin-right: 20px;
  border-right: 1px dotted #999;
}

#navbar-top ul {
  margin: 0;
  padding: 0;
}

#navbar-top ul li {
  float: left;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

#navbar-top ul li a {
  display: block;
  padding: 3px 8px;
  color: #000;
  font: 12px/normal Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #f8f8f8;
  text-decoration: none;
}

#navbar-top ul li a:hover {
  text-decoration: none;
  border: 1px solid #000;
  background-color: #f8f8f8;
}

#navbar-bottom {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  float: left;
  margin-top: 20px;
  padding: 0;
}

#navbar-bottom ul {
  margin: 0;
  padding: 0;
}

#navbar-bottom ul li {
  float: left;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

#navbar-bottom ul li a {
  display: block;
  padding: 8px 10px;
  color: #000;
  border-bottom: 0;
  font: 12px/normal Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}

#navbar-bottom ul li a:hover {
  text-decoration: none;
  background-color: #444; /*#911;*/
  color: #fff;
  border-bottom: 0;
}
/* @end */

/* @group TOC */
.toc-group {
  width: 285px;
  margin-bottom: 20px;
  float: left;
}

.toc-wrapper {
  padding-bottom: 20px;
}

.toc-link {
  margin-bottom: 20px;
}

.toc-link a {
  font-weight: bold;
  line-height: normal;
  font-size: 14px;
}

.toc-desc {
  margin-bottom: 20px;
  margin-left: 65px;
}

.toc-title a {
  line-height: 22px;
  font-size: 18px;
}

.toc-summary {
  width: 400px;
}

.toc-icon {
  width: 60px;
  height: 50px;
  float: left;
}

.misc-toc-header {
  border-bottom: 3px solid #333;
  margin-bottom: 20px;
  padding-top: 2px;
  text-transform: none;
  font: small-caps bold 22px/22px "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", Georgia, "Times New Roman", Times, serif;
}
/* @end */

/* @group Pagination */
.pagination a {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ccc;
  color: #f5f5f5;
  padding: 5px 8px;
  font: 12px Georgia, "Times New Roman", Times, serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pagination strong {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #333;
  color: #ededed;
  padding: 5px 8px;
}

.pagination a:hover {
  background-color: #911;
  border-bottom: none;
  text-decoration: none;
}
/* @end */

/* @group Twitter */
#sidebar ul.twitter {
  list-style-image: none;
  list-style-type: none;
}

#sidebar ul.twitter li {
  background: transparent url(http://jfmstatic.net/images/assets/icon-twitter-bird-small.png) no-repeat scroll left 7px;
  padding-left: 23px;
}

.twitter .date {
  font-size: 11px;
  font-style: italic;
  text-align: right;
}
/* @end */

/* @group Chalkboard */
#chalkboard {
}

#chalkboard .day {
  border-top: 1px solid #000;
}

#chalkboard .date {
  padding-top: 5px;
  font: bold 12px "Lucida Grande", Verdana, "Bitstream Vera Sans", sans-serif;
}

#chalkboard .post {
  border-top: 1px solid #000;
  margin-top: -1px;
  padding-top: 5px;
  margin-bottom: 15px;
}

#chalkboard .post h2 {
  margin: 0;
}

#chalkboard .quip {
  border-color: #f00 #14A #ffe100 #00853d;
  border-style: solid;
  border-width: 10px;
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  padding: 10px 10px 17px;
  text-align: center;
  width: 300px;
  font-family: "Comic Sans MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  margin: 0 0 15px 0;
  min-height: 120px;
  background: #000 url(http://jfmstatic.net/images/assets/blackboard-background.jpg) repeat-y scroll 0 0;
}

#chalkboard .entry-info {
  border-bottom: 1px solid #222;
  border-top: 1px solid #222;
  clear: both;
  margin-top: -1px;
  padding: 4px 0;
  overflow: hidden;
}

#chalkboard .entry-label{
  font-weight: bold;
  float: left;
  width: 100px;
}

#chalkboard-calendar .calendarBG {
  background-color: #000; 
  border: 1px solid #000;
}

#chalkboard-calendar .calendarBlank { 
  background-color: #999;
  color: #000;
  text-align: center;
}

#chalkboard-calendar .calendarHeader { 
  font-weight: bold; 
  color: #fff; 
  text-align: center;
  background-color: #000; 
}

#chalkboard-calendar .calendarMonthLinks {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .1em;
  text-decoration: none;
  color: #fff;
  background-color: transparent;
}

#chalkboard-calendar .calendarMonthLinks a {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}
  
#chalkboard-calendar .calendarMonthLinks a:visited {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

#chalkboard-calendar .calendarMonthLinks a:hover {
  color: #ddd;
  text-decoration: underline;
  background-color: transparent;
}

#chalkboard-calendar .calendarDayHeading {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  background-color: #444;
  text-align: center;
  vertical-align: middle;
}

#chalkboard-calendar .calendarToday { 
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .1em;
  text-decoration: none;
  text-align:  center;
  vertical-align: middle;
  color: #000;
  background-color: #ddd;
}

#chalkboard-calendar .calendarCell {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .1em;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  color: #666;
  background-color: #eee;
}

#chalkboard-calendar .calendarCell a {
  color: #911;
  text-decoration: none;
  background-color: transparent;
  padding: 2px;
}
  
#chalkboard-calendar .calendarCell a:visited {
  color: #911;
  text-decoration: none;
  background-color: transparent;
  padding: 2px;
}

#chalkboard-calendar .calendarCell a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #911;
  padding: 2px;
}
/* @end */

/* @group Projects TOC */
.project-toc {
  margin-top: 40px;
}

.project-toc-image {
  clear: both;
  margin: 0 0 10px 0;
}

.project-toc-title {
  clear: both;
  margin: 0 0 5px 0;
  font: 18px/1.3 "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", Georgia, "Times New Roman", Times, serif;
}

.project-toc-title a {
  color: #911;
}
/* @end */

/* @group Projects */
.mms-pack-column-title {
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}

.mms-pack-row-title {
  background-color: #f7f7f7 !important;
  text-align: right;
  font-size: 11px;
  font-weight: bold;
  width: 85px;
  white-space: nowrap;
}
/* @end */

/* @group CaptionBox */
.captionbox-280x187 { 
  margin: 10px; 
  float: left; 
  background: transparent url(http://jfmstatic.net/images/assets/caption_back.png) repeat scroll left top;
  overflow: hidden; 
  position: relative; 
  width: 280px;
  height: 187px;
  margin: 23px 10px 5px 0;
}

.captionbox-right {
  float: right;
  clear: right;
  margin: 23px 0 5px 10px;
}

.captionbox-280x187 img {
  position: absolute; 
  top: 0;
  left: 0;
  border: 0;
}

.captionbox-280x187 p {
  padding: 0 10px; 
  color: #eee; 
  font: bold 11px "Lucida Grande", Verdana, "Bitstream Vera Sans", sans-serif; 
}
				
.captionbox-280x187 .caption {
  float: left;
  top: 280px;
  left: 0;
  position: absolute; 
  height: 100px; 
  width: 100%;
  background: transparent url(http://jfmstatic.net/images/assets/caption_back.png) repeat scroll left top;
}
/* @end */

/* @group Gallery */
.gallery-entry {
  margin-bottom: 25px;
  text-align: center;
}

.gallery-entry img {
  border: 1px solid #000;
}

.gallery-caption {
  padding: 5px 0;
}

.gallery-caption .number {
  float: left;
  font-family: helvetica;
  font-size: 30px;
  color: #888;
  margin-right: 10px;
  line-height: 30px;
}

.gallery-caption .number a {
  color: #888;
}

.gallery-caption .number a:hover {
  color: #888;
  background-color: inherit;
}
/* @end */

/* @group Contact Form */
#contact_form .form-label {
  padding: 0;
  margin: 0;
}

#contact_form .form-input {
  padding: 0;
  margin: 0 0 15px 0;
}

#contact_form #submit {
  width: auto;
}

#contact_form input#name {
  width: 100%;
  margin-top: 3px;
}

#contact_form input#from {
  width: 100%;
  margin-top: 3px;
}

#contact_form input#subject {
  width: 100%;
  margin-top: 3px;
}

#contact_form textarea {
  width: 100%;
  margin-top: 3px;
}

#contact_form label {
  margin-bottom: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
}
/* @end */

.meta-box {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #666;
  font-size: 12px;
  margin: 30px 0 0;
  width: 100%;
  float: left;
}

.meta-box ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin: 0;
}

.meta-box li {
  float: left;
  padding: 10px 10px 30px;
  border-left: 1px solid #ccc;
}

.meta-box li.published {
  border-left: none;
  width: 270px;
}

.meta-box li.tagged {
  width: 269px;
}

.meta-box li.prev {
  width: 250px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.meta-box li.next {
  width: 249px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.meta-box li span {
  display: block;
}

.meta-box li .head {
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  font: bold 9px/11px "Lucida Grande", Verdana, "Bitstream Vera Sans", sans-serif;
  margin-bottom: 5px;
}

.meta-box li .body {
  color: #666;
  font: italic 14px Georgia, "Times New Roman", Times, serif;
}

.side-summary {
  font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #777;
  background-color: #eee;
  padding: 10px;
  border: 1px solid #bbb;
  margin-bottom: 10px;
}

.side-summary p {
  margin-bottom: 0;
}

.side-summary .big {
  letter-spacing: -1px;
  font: 24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: bold;
  color: #000;
}

.side-summary .big .label {
  font-weight: normal;
}

.side-summary em {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  line-height: 1;
}