/* Styles for coolnamehere */

@font-face {
    font-family: 'JournalRegular';
    src: url('journal-webfont.eot');
    src: url('journal-webfont.eot?iefix') format('eot'),
         url('journal-webfont.woff') format('woff'),
         url('journal-webfont.ttf') format('truetype'),
         url('journal-webfont.svg#webfontKxGpfKgK') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'InconsolataMedium';
    src: url('Inconsolata-webfont.eot');
    src: url('Inconsolata-webfont.eot?iefix') format('eot'),
         url('Inconsolata-webfont.woff') format('woff'),
         url('Inconsolata-webfont.ttf') format('truetype'),
         url('Inconsolata-webfont.svg#webfontGkyZCnxt') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PerspectiveSansRegular';
    src: url('persans-webfont.eot');
    src: url('persans-webfont.eot?iefix') format('eot'),
         url('persans-webfont.woff') format('woff'),
         url('persans-webfont.ttf') format('truetype'),
         url('persans-webfont.svg#webfontDHFokxlm') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PerspectiveSansItalic';
    src: url('persansi-webfont.eot');
    src: url('persansi-webfont.eot?iefix') format('eot'),
         url('persansi-webfont.woff') format('woff'),
         url('persansi-webfont.ttf') format('truetype'),
         url('persansi-webfont.svg#webfontI90Juchu') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PerspectiveSansBold';
    src: url('persansb-webfont.eot');
    src: url('persansb-webfont.eot?iefix') format('eot'),
         url('persansb-webfont.woff') format('woff'),
         url('persansb-webfont.ttf') format('truetype'),
         url('persansb-webfont.svg#webfontVa3LnOnQ') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PerspectiveSansBoldItalic';
    src: url('persanbi-webfont.eot');
    src: url('persanbi-webfont.eot?iefix') format('eot'),
         url('persanbi-webfont.woff') format('woff'),
         url('persanbi-webfont.ttf') format('truetype'),
         url('persanbi-webfont.svg#webfont9AEEkhwU') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PerspectiveSansBlackRegular';
    src: url('persanbk-webfont.eot');
    src: url('persanbk-webfont.eot?iefix') format('eot'),
         url('persanbk-webfont.woff') format('woff'),
         url('persanbk-webfont.ttf') format('truetype'),
         url('persanbk-webfont.svg#webfontq53Dfp2s') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PerspectiveSansBlackItalic';
    src: url('persabki-webfont.eot');
    src: url('persabki-webfont.eot?iefix') format('eot'),
         url('persabki-webfont.woff') format('woff'),
         url('persabki-webfont.ttf') format('truetype'),
         url('persabki-webfont.svg#webfontFDlBbZWs') format('svg');
    font-weight: normal;
    font-style: normal;

}

body, html {
    font-family: 'PerspectiveSansRegular', 'Verdana', sans-serif;
    margin: 0;
    padding: 0;
    color: #000;
}

body {
  background-color: #000000;
  background-image: -webkit-gradient( linear, left bottom, left top, from(#fff), to(#000));
  background-image: -webkit-linear-gradient( top, #000, #fff );
  background-image: -moz-linear-gradient(top, #000, #fff);
  background-image: -ms-linear-gradient(top, #000, #fff);
  background-image: -o-linear-gradient(top, #000, #fff);
  background-image: linear-gradient(top, #000, #fff);
  min-height: 100%;
}


a[href] {
    text-decoration: none;
    font-weight: bold;
}

a[href]:hover {
    text-decoration: underline;
}

blockquote {
    font-style: italic;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'PerspectiveSansBold', 'Verdana', sans-serif;
    margin-bottom: 0;
    letter-spacing: 0.1em;
}

h1 {
    padding: 0;
}

h2 {
    margin: 0 0 0.5em;
}

img {
    border: none;
    padding: 0.25em;
}

tt, pre, code {
    font-family: InconsolataMedium;
}

pre {
    margin: 0.25em;
    padding: 0.5em;
    border: thin black solid;
    border-radius: 7px;
    background: #efefef;
    overflow: auto;
}

table {
    margin: 1em auto 1em auto;
    border-collapse: collapse;
    border-spacing: 0;
}

tr:hover td {
    background-color: #afafaf;
}
    

th {
    padding: 0.25em;
    border: medium #afafaf solid;
}

td {
    padding: 0.25em;
    border-bottom: thin #afafaf solid;
    border-right: thin #afafaf dotted;
    border-left: thin #afafaf dotted;
}

#pagewrapper {
    width: 95%;
    margin: 0 auto;
}

#site_header {
  color: #ffffff;
  padding: 0.25em 0.5em;
  text-align: center;
}

#site_header h1 {
    letter-spacing: 0.2em;
    font-family: JournalRegular, sans-serif;
    font-size: 250%;
    padding-top: 0;
    margin-top: 0;
    border-bottom: none;
}

#site_header p {
  font-size: 90%;
}

a.site_link {
  display: inline-block;
  color: #ffffff;
  padding: 0.1em;
  font-weight: normal;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

a.site_link:hover {
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
  outline: thin solid black;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
}

#sidebar {
    background: #fff;
    padding: 0.25em 0.5em;
}

#main {
    float: left;
    width: 75%;
    margin: 0.5em;
    background: #fff;
    color: #000;
    padding: 0.5em;
    border: thin black solid;
    border-radius: 7px;
}

#main h1 {
    margin-top: 0;
}

#information {
    font-size: 75%;
    float: right;
    width: 20%;
    padding: 0.25em;
    top: 15px;
    right: 25px;
}

#information h2 {
    font-size: 90%;
    border-bottom: thin black solid;
}

#information ul {
    margin-left: 0;
    padding-left: 1em;
    list-style: none;
}

#information ul li {
    display: block;
    width: 100%;
}

#information a {
    display: block;
    width: 100%;
}

#information a:hover {
    text-decoration: none;
    background-color: #afafaf;
}

#information .block {
    margin: 0.75em;
    padding: 0.5em;
    background: #ffffff;
    border: thin black solid;
    border-radius: 7px;
}

#footer {
    text-align: center;
    clear: both;
    padding: 0.25em 0.5em;
    font-size: 75%;
}

#footer p {
    margin: 0;
}

.abstract {
    font-style: italic;
    padding: 0;
    margin: 0;
}

.navigation {
    font-size: 75%;
    padding: 0;
}

.console {
    background: #000;
    color: #efefef;
}

.date {
    margin-top: 0;
    text-align: right;
    font-style: italic;
}

.left {
    float: left;
}

.news-item {
    border: thin black solid;
    margin: 1em;
    padding: 0 1em .5em 1em;
    font-size: 90%;
}

.news-item .published {
    text-align: right;
    font-size: 85%;
    font-style: italic;
}

aside, .note {
    padding: 1em;
    font-style: italic;
}

.right {
    float: right;
}

.my-buzz li {
    list-style: none;
    border: thin black solid;
    margin: .5em;
    padding: .5em;
}

.gbw-content {
    display: block;
}

.gbw-meta {
    display: block;
    text-align: right;
    font-size: 75%;
}

.example {
    border: thin black solid;
}

.example > pre {
    border: none;
    background: none;
}

.entry {
    border: thin solid black;
    padding: 0.5em;
    margin: 0.5em;
}

.entry a {
    text-decoration: none;
}

.entry p.published {
    text-align: right;
    font-size: 75%;
    margin: 0;
}

.entry p.enclosure {
    margin-left: 1em;
}

.noticeme {
    float: left; 
    margin: 1em; 
    padding: 0.25em;
    background-color: #ffffff; 
    border: 1px solid black;
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
}

