* {
  margin: 0;
  padding: 0;
}

*:active, *:focus {
  outline: none;
}

body {
  background: #fff url(../images/sunny_side_700_525_2.jpg) top right no-repeat scroll;
  text-align: center;
  font-family: Lucida Grande, Arial, Tahoma, sans-serif;
  font-size: 16px;
  color: #2a2a2a;
  padding-bottom: 20px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.flash {
  width: 99%;
  padding: 0.4em;
  color: white;
  cursor: pointer;
}

.flash.notice {
  background: #0af;
}

.flash.error {
  background: #FF1100;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0.5em 0;
}

ul, ol {
  font-size: 12px;
	list-style-position: inside;
}

#summary {
  padding: 5px;
  font-style: italic;
  background-color: lightyellow;
  line-height: 1.4em;
}

#store {
  margin: 20px 20px 10px 20px;
}

#sidebar ol, #sidebar ul {
  list-style-type: none;
  margin-bottom: 1em;
}

#sidebar ol lh, #sidebar ul lh {
  font-weight: bold;
}

#sidebar ol lh a, #sidebar ul lh a{
  margin: 0;
  padding: 0;
}

p {
  margin: 1em 0;
  font-size: 14px;
  line-height: 1.7em;
}

a {
  color: #0af;
  text-decoration: none;
  padding: 0.1em 0.2em;
}

a span.muni {
  background: url(../images/m.png) center left no-repeat scroll;
  padding-left: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: bold;
}

a span.mta {
  background: url(../images/mt.png) center left no-repeat scroll;
  padding-left: 41px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: bold;
}

a:hover {
  background: black;
  color: white;
}

a.active {
  text-decoration: underline;
}

small a:hover {
  background: #202020;
  text-shadow: 1px 1px 1px #171717;
}

small a:active {
  text-shadow: none;
}

cite a:hover, .meta a:hover {
  text-shadow: 1px 1px 1px #171717;
}

cite a:active, .meta a:active {
  text-shadow: none;
}

label {
  display: block;
  font-size: 12px;
  width: 400px;
  margin: 1em 0;
}

label input {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
}

label textarea {
  width: 100%;
  font-size: 12px;
  padding: 0.2em;
  font-family: Monaco, Courier, monospace;
}

input[type="submit"] {
  cursor: pointer;
}

#all {
  text-align: left;
  margin: 0 auto;
  width: 720px;
  padding: 0 0 2em;
}

#content {
  float:left;
  width: 500px;
  overflow: hidden;
}

#sidebar {
  display: block;
  float:left;
  width: 180px;
  margin-left: 30px;
}

#credits {
  color: #c0c0c0;
  float: left;
  margin: 20px 0;
  text-align: center;
  display: block;
}

/*------------------------------------------------------------
  Form validator styles */

.err {
  outline: 1px solid #f00;
}

/*------------------------------------------------------------
  Header styles */

#header {
  margin: 0 0 1em 0;
}

#header h1 {
  font-size: 40px;
  font-family: Georgia, Times, serif;
  margin-bottom: 0;
  text-shadow: 1px 1px 1px #ccc;
}

#header h1 a {
  color: #0af;
  padding: 0;
}

#header h1 a:hover {
  background: white;
  text-decoration: underline;
}

#header h1 a:hover span {
  color: black;
}

#header h1 a span {
  color: #202020;
}

#header h2 {
  font-size: 18px;
  font-family: Georgia, Times, serif;
  font-weight: normal;
}

/*------------------------------------------------------------
  Footer styles */

#footer {
  clear: both;
}

/*------------------------------------------------------------
  General Post styles */

#posts > div {
  border-top: 1px solid #dfdfdf;
  clear: both;
}

.date {
  float: left;
  width: 55px;
  color: #373737;
  margin-left: -76px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: #efefef;
  padding: 0.2em 0;
  text-shadow: 1px 1px 1px #c0c0c0;
}

.date .month, .date .year {
  display: block;
}

#posts div h3.entry-title {
  margin-top: 0;
  font-size: 26px;
  text-shadow: 1px 1px 1px #ccc;
}

#posts div h3.entry-title a {
  color: #0af;
  padding-left: 0;
}

#posts div h3.entry-title a:hover {
  background: white;
  text-decoration: underline;
}

#posts div h3.entry-title a span {
  color: #202020;
}

.pagination {
  font-size: 12px;
  margin-top: 1.2em;
}

.pagination > * {
  margin-right: 0.3em;
  padding: 0.3em 0.5em;
}

.pagination a:hover {
  background: #202020;
  text-shadow: 1px 1px 1px #171717;
}

.pagination a:active {
  text-shadow: none;
}

.pagination .current {
  background: #202020;
  color: white;
  text-shadow: 1px 1px 1px #171717;
}

.pagination .disabled {
  color: #c0c0c0;
}

/*------------------------------------------------------------
  Article styles */

.article {
  padding: 1em 0;
}

.article .meta {
  font-size: 12px;
  text-align: right;
}

.article .date {
  margin-top: 0.3em;
}

.article cite, .external_article cite {
  display: block;
  text-align: right;
  font-style: normal;
  font-size: 12px;
}

/*------------------------------------------------------------
  External Article styles */

.external-article .icon {
  display:inline;
  float:left;
  margin-right: 1em;
}

.external-article:before {
  content: 'Rebloggd!';
  display: block;
  float: left;
  margin-right: 1em;
  margin-left: 1.5em;
  padding-left: 37px;
  font-style: italic;
  vertical-align:middle;
  padding-top: 0.5em;
  width: 5em;
  height: 36px;
  background: url(/images/external_article.png) no-repeat;
}

/*------------------------------------------------------------
Snippet styles */

.snippet {
  padding: 1em 0;
}

.snippet .meta {
  font-size: 12px;
  text-align: right;
  margin-top: 1em;
}

.snippet cite {
  display: block;
  text-align: right;
  font-style: normal;
  font-size: 12px;
}

.snippet pre {
  font-family: Courier, monospace;
  font-size: 12px;
  line-height: 1.3em;
  background: #fdfdfd;
  padding: 0.3em 0.7em;
  overflow-x: auto;
  border: 1px solid #ddd;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #dfdfdf;
}

/* These get a bit tricky */

.snippet pre .Keyword {
  font-weight: bold;
}

.snippet pre .FunctionName {
  font-weight: bold;
  color: #08c;
}

.snippet pre .String {
  color: #f15;
  font-weight: normal;
}

.snippet pre .Special {
  font-weight: bold;
  color: #0af;
}

.snippet pre .String * {
  font-weight: normal;
}

.snippet pre .String .StringInterpolation {
  color: #373737;
}

.snippet pre .String .StringInterpolation .StringInterpolation {
  color: #f15;
}

.snippet pre .String .StringInterpolation .StringInterpolation * {
  color: #373737;
}

.snippet pre .Comment {
  color: #9f9f9f;
}

.snippet pre .Number {
  color: #0af;
}

.snippet pre .UserDefinedConstant {
  color: #379;
}

/*------------------------------------------------------------
  Quote styles */

.quote {
  padding: 1.6em 0;
}

.quote blockquote {
  background: transparent url(/images/quote.png) no-repeat;
  font-size: 20px;
  font-style: oblique;
  font-weight: bold;
  font-family: Georgia, Times, serif;
  padding: 0 1em 0 2.3em;
  margin-bottom: 0.5em;
  min-height: 36px;
}

.quote cite {
  display: block;
  text-align: right;
  font-style: normal;
  font-size: 12px;
}

.quote blockquote a {
  color: #373737;
  padding: 0;
}

.quote blockquote a:hover {
  text-decoration: underline;
  background: white;
}

.quote blockquote a span {
  color: #0af;
}

.quote .date {
  margin-top: 0;
}

/*------------------------------------------------------------
  Tweet styles */

.tweet {
  padding: 1.4em 0;
}

.tweet blockquote {
  background: transparent url(/images/tweet.png) no-repeat;
  font-size: 20px;
  font-style: oblique;
  font-weight: bold;
  font-family: Georgia, Times, serif;
  padding: 0 1em 0 2.3em;
  margin-bottom: 0.5em;
}

.tweet cite {
  display: block;
  text-align: right;
  font-style: normal;
  font-size: 12px;
}

.tweet blockquote a {
  color: #373737;
  padding: 0;
}

.tweet blockquote a:hover {
  text-decoration: underline;
  background: white;
}

.tweet blockquote a span {
  color: #0af;
}

.tweet .date {
  margin-top: 0;
}

/*------------------------------------------------------------
  Link styles */

.link {
  padding: 1.4em 0;
}

.link > .entry {
  background: transparent url(/images/link.png) no-repeat 0 0.25em;
  font-size: 22px;
  font-style: oblique;
  font-weight: bold;
  font-family: Georgia, Times, serif;
  margin-bottom: 0.5em;
  padding: 0 1em 0 2.2em;
  min-height: 2em;
}

.link .entry .article {
  padding: 0;
}

.link > .entry .article blockquote {
  border-left: none;
  padding-left: 1em;
}

.link p {
  padding: 0 1em 0 0.2em;
}

.link cite {
  display: block;
  text-align: right;
  font-style: normal;
  font-size: 12px;
}

.link > .entry p {
  font-family: Lucida Grande, Tahoma, sans-serif;
  font-style: normal;
  font-weight: normal;
}

.link > .entry a {
  color: #373737;
  padding: 0;
}

.link > .entry a:hover {
  text-decoration: underline;
  background: white;
}

.link > .entry a span {
  color: #0af;
}

.link .date {
  margin-top: 0.3em;
}

/*------------------------------------------------------------
  Picture styles */

.picture {
  padding: 1.4em 0;
}

.picture img {
  margin: 6px 0 0.5em;
}

.picture cite {
  display: block;
  text-align: right;
  font-style: normal;
  font-size: 12px;
}

.picture small {
  display: block;
}

.picture .date {
  margin-top: 0.3em;
}

/*------------------------------------------------------------
  Quote Form styles */

#quote textarea {
  height: 100px;
}

/*------------------------------------------------------------
Gist styles */

.gist {
  padding: 1.4em 0;
}

.gist blockquote {
  background: transparent url(/images/gist.png) no-repeat;
  font-size: 16px;
  font-weight: bold;
  font-family: Georgia, Times, serif;
  padding: 0 1em 0 2.3em;
  margin-bottom: 0.5em;
  min-height: 50px;
}

.gist cite {
  display: block;
  text-align: right;
  font-style: normal;
  font-size: 12px;
}

.gist blockquote a {
  color: #373737;
  padding: 0;
}

.gist blockquote a:hover {
  text-decoration: underline;
  background: white;
}

.gist blockquote a span {
  color: #0af;
}

.gist .date {
  margin-top: 0;
}

.entry blockquote, .entry blockquote p {
  font-size: 12px;
}

.entry blockquote {
  padding: 0 1em;
  border-left: 1em solid #efefef;
}

/*------------------------------------------------------------
  Article styles */

.article .entry {
  color: #202020;
  font-size: 14px;
  line-height: 1.5em;
}

.article .entry p {
  margin-bottom: 0.6em;
}

.article .entry h1 {
  font-size: 20px;
}

.article .entry h2 {
  font-size: 18px;
}

.article .entry h3 {
  font-size: 16px;
}

.article .entry h4 {
  font-size: 14px;
}

.article .entry h5 {
  font-size: 12px;
}

.article .entry h6 {
  font-size: 10px;
}

.article .entry a {
  padding: 0 0.1em;
  color: #0ad;
  text-decoration: underline;
}

.article .entry a:hover {
  background: #0af;
  color: white;
}

.article .entry a:hover span {
  color: white;
}

.article .entry a span {
  color: black;
}

.article .entry pre, .article .entry pre code {
  font-size: 12px;
  padding: 1em 0;
  font-family: Monaco, Courier, monospace;
  line-height: 1.3em;
  overflow-x: auto;
}



/*------------------------------------------------------------
  Comment styles */

#comments .new_comment, #comments {
  margin-top: 3em;
}

#comments label, #comments label input[type="text"] {
  width: 100%;
  font-weight: normal;
  padding: 0.2em;
}

#comments label textarea {
  height: 150px;
  font-size: 12px;
  padding: 0.2em;
}

#comments .fieldWithErrors input[type="text"], #comments .fieldWithErrors textarea {
  width: 100%;
  outline: 3px solid #f94;
}

#comments .comment h5 {
  margin-top: 0;
}

#comments .comment h5 a {
  padding: 0;
}

#comments .comment {
  margin-top: 0.5em;
  padding: 0.5em;
  background: #eee;
}

.comment-body h1 {
  font-size: 20px;
}

.comment-body h2 {
  font-size: 16px;
}

#comments .comment .comment-body h3 {
  font-size: 14px;
}

.comment-body h4 {
  font-size: 14px;
  color: #4f4f4f;
}

.comment-body h5 {
  font-size: 12px;
}

.comment-body h6 {
  font-size: 12px;
  color: #4f4f4f;
}

.comment-body blockquote {
  padding: 0 0.6em;
  border-left: 1em solid #dfdfdf;
}

.comment-body blockquote * {
  font-size: 12px;
}

#admin {
  background: black;
  padding: 0.3em 0.6em 0.2em;
  margin-bottom: -1em;
  font-size: 11px;
  color: white;
  text-align: left;
  border-bottom: 1px #ccc solid;
}

#admin strong {
  margin-left: 1em;
}

#admin a {
  color: white;
  margin-left: 1em;
  padding: 0 0.2em;
  margin-top: -0.1em;
}

#admin a:hover {
  background: white;
  color: black;
  text-decoration: none;
}

#admin #logoutLinks {
  float: right;
}

#admin hr {
  clear: both;
  visibility: hidden;
  margin: 0;
  padding: 0;
}

/* CSS for new and edit pages */

#all.admin {
  width: 600px;
}

#all.admin label {
  width: 600px;
}

/* Edit in place links */

.editable {
  padding: 0;
  color: #202020;
}

.editable:hover {
  background: #ffc;
  color: #202020;
}

.editor {
  margin-top: 0;
  text-align: right;
}

.editor textarea {
  width: 99%;
}

.editor a {
  font-size: 12px;
  padding: 4px;
}

.editor a:hover {
  background: transparent;
  color: #202020;
}

#post_allow_comments {
  width: 15px;
  height: 15px;
}