/*
Theme Name: Reiki
Author: Clara Ko
*/

body {
  background:#999 url(images/background.jpg) no-repeat fixed;
  font-family:"Trebuchet MS", Arial, Geneva, sans-serif;
  font-size:100%;
  color:#030;
}

.faded {
  color:#999;
}

#header {
  position:absolute;
  left:135px;
  top:35px;
  width:700px;
  height:63px;
  font-family:serif;
  font-style:italic;
  color:#714015;
  text-align:right;
}

#lang {
  position:absolute;
  left:10px;
  top:114px;
  width:200px;
  height:5px;
  color:#714015;
}

#admin {
  position:absolute;
  left:1020px;
  top:114px;
  width:200px;
  height:5px;
  color:#714015;
}

#topbar {
  position:absolute;
  left:155px;
  top:114px;
  width:680px;
  height:5px;
  color:#714015;
  text-align:right;
}

#sidebar {
  position:absolute;
  left:10px;
  top:150px;
  width:190px;
  height:368px;
  color:#714015;
  overflow:auto;
  text-align:right;
  padding-right:10px;
}

#rightbar {
  position:absolute;
  left:880px;
  top:150px;
  width:220px;
  height:368px;
  color:#714015;
  overflow:auto;
  text-align:left;
}

#content {
  position:absolute;
  left:225px;
  top:150px;
  width:610px;
  height:368px;
  padding-right:30px;
  overflow:auto;
  text-align:justify;
}

#guestbook {
  position:absolute;
  left:225px;
  top:150px;
  width:610px;
  height:342px;
  padding-top:30px;
  padding-right:30px;
  overflow:auto;
  text-align:justify;
}

#footer {
  position:absolute;
  font-size:80%;
  left:480px;
  top:530px;
}

.heading {
  color:#714015;
}

img {
	border-width: 0;
}
.image {
    margin-bottom:5px;
}
.image img {
    padding:0px;
    border: 10px solid #fff;
    display:block;
    background-color: #fff;
    margin-top: 10px;
}

h3 {
  background:transparent;
  font:italic normal 1.4em "Times New Roman",Times,serif;
  margin:0;
  border-bottom:1px solid #714015;
  color:#714015;
}

p {
  margin:0 0 6px 0;
  line-height:1.5em;
}

div {
  margin:0;
}

a {
  background:transparent;
  color:#714015;
  text-decoration:none;
}

a:link, a:visited {
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

.thumbnail {
  padding: 5px;
  display: block;
}
.thumbnail a:link img, .thumbnail a:visited img {
  border: 1px; border-width: 1px; border-color: white; border-style: solid;
}
.thumbnail a:hover img {
  border: 1px; border-width: 1px; border-color: #714015; border-style: solid;
}

.linklove {
	visibility:hidden;
}

.box {
	width: 150px;
}