@charset "utf-8";



/* CSS Document */


* {
    border:0;
    margin:0;
    padding:0
}

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { 
	margin: 0; padding: 0; 
}

h1 {
    position: fixed;
    top: -20000px;
}

img {
	border: none;
}

html, body {
	height:  100%;
}

.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden
}


html * {
    font-size: 1em;
}

body {
    background-image: url(images/ryn_body_bg.png);
    background-repeat:repeat-x;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

small {
    font-size: 10pt;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

h2 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16pt;
}

h3 {

}

a {
    text-decoration: none;
    color: #3667b7;
}

.entry {
    margin-top: 5px;
    background-color: #eee;
    padding: 10px;
  line-height: 1.4em;
}

.post {
    margin-bottom: 2em;
}

.post img {
    clear: both;
}

.alignleft {
    float: left;
    margin-top: 0;
    margin-bottom: 1em;
    margin-right: 1em;
    margin-left: 0;
}

.alignright {
    float: right;  
    margin-top: 0;
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 0;

}

.subtitle {
    margin-left: 75px;
}

#body_container {
    background-image: url(images/ryn_head.png);
    background-repeat:no-repeat;
    background-position: top center;
}

#header {
    height: 133px;
    width: 960px;
    margin: 0 auto;
}

#navi {
    width: 960px;
    height: 57px;
    margin: 0 auto;
    padding-left: 65px;
}

#navi ul {
    display:inline;
}

#navi li {
    list-style:none;
    float: left;
    margin-right: 25px;
    width: 144px;
    text-align:center;
    margin-top: 18px;
    color: #ffffff;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 80%;
}

#navi a {
    color: #ffffff;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14pt;
    text-decoration: none;
}

#container {
    width: 960px;
    margin: 0 auto;
}

#content {
    float: left;
    width: 670px;
    margin-top: 30px;
}

#right {
    float: right;
    width: 265px;
    margin-top: -56px;
    padding: 0;
    font-size: 12pt;
}

#right h2 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14pt;
    margin-top: 1.1em;
    margin-bottom: 0.2em;
}

#right li {
    list-style: none;
}

#right_body {
    background-image:url(images/ryn_right_top.png);
    background-position: top right;
    background-repeat: no-repeat;
    overflow:hidden;
    padding-left: 22px;
    padding-right: 22px;
}

#right_top {
    background-image: url(images/ryn_right_body.png);
    background-position: top right;
    background-repeat: repeat-y;
    margin: 0;
}

#right_bottom {
    background-image: url(images/ryn_right_bottom.png);
    background-repeat: no-repeat;
    background-position: top right;
    height: 50px;
    margin: 0;
}

#gototop {
    position: fixed;
    left: 10px;
    bottom: 10px;
    display: none;
}


#footer {
    width: 960px;
    height: 75px;
    margin: 0 auto;
    text-align: center;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 60%;
}

.biginput {
    font-size: 14pt;
    padding: 10px;
    margin: 5px;
}

.comment-body {
    margin-top: 20px;
    font-size: 10pt;
}	

.comment-meta {
    font-size: 10pt;
    margin-bottom: 7px;
}

.comment-author {
    font-weight: bold;
    font-size: 12pt;
}

input, textarea {
    border: 1px solid #ccc;
    background-color: #eee;
}
