body * {
    line-height: 1.4em
}

@font-face {
    font-family: "Credit River";
    url: ("fonts/creditri.ttf");
}

body {
  background:transparent url(images/background.jpg) repeat top left;
  position:relative;
  font-family: "MyriadPro-Regular", "Myriad Pro Regular", MyriadPro, "Myriad Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 27px;
  color: #000;
}

a {
color:#4183C4;
text-decoration:none
}

a:visited {
color:#773377
}

a:hover {
color:#D54F24;
text-decoration:underline
}

#content {
    background: #fff;
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: solid 1px #bbb;
    border-bottom: solid 1px #bbb;
}

.center {
    text-align: center;
}

.inline-category {
    background: #eee;
    color: #777777;
    font-size: 0.7em;
    padding: 0px 8px;
    -moz-border-radius: 4px;
}

#latest-post h3, #recent-posts h3, #archives h3 {
    text-transform: uppercase;
    border-bottom: solid 1px #d2d2d2;
}

#latest-post h4 {
    text-align: center;
}

header h1, header h2 {
    text-align: center;
    margin: 0px;
    font-family: "Credit River"
}

header h1 {
    font-size: 5em;
    text-shadow: #bbb 2px 2px 4px;
}

header h2 {
     margin-top: -20px;
}

nav {
    margin-top: 80px;
    margin-bottom: 0px;
    padding: 0px;
    font-size: 150%;
    text-align: right;
    font-weight: 700
}

nav li {
    display: inline;
    padding: 4px 8px;
}

footer {
    text-align: center;
}

.space {
    border: none;
    margin: 0px;
    padding: 4px 0px;
}

#content h4 {
    font-size: 190%;
}

#content a:link
{
	color: #d18;
	text-decoration: none;
	border-bottom: 1px dotted #f9c;
}

#content a:visited
{
	color: #5A6E88;
	text-decoration: none;
	border-bottom: 1px dotted #5A6E88;
}

#content a:hover
{
	border-bottom: 1px solid #d18;
}

::selection {
	background: #ffc;
	}

::-moz-selection {
	background: #ffc;
}

code, kbd, samp, tt, pre
{
	color: #050;
	background: #f3f3f3;
        border:0 solid #EEEDDD;
        font-family:Monaco, "Menlo", "Andale Mono", "Consolas", 'Courier New', monospace;
        font-size: 90%;
}

pre {
        overflow:auto;
    padding: 0px 4px;
}

