body {
text-align:center;
background-color:#f4f4f4;
font-family: Georgia, serif; 
}

#site
{
  margin:0 auto;
  height:570px;
  text-align:left;
  width:930px;
  padding:10px;
  position:relative;
  border-left:1px solid #e7e7e7;
  border-right:1px solid #e7e7e7;
  background-color:#fff;  
  color:#222;
}

#pictureBox 
{
  width:400px;
  height:570px;
  float:left;
  text-align:center;
}

#textBox
{
  text-align:center;
  width:530px;
  height:200px;
  padding:0 20px;
  position:absolute;
  right:0;
  top:50%;
  margin-top:-100px;
}

#galeryBox {
text-align:right;
}

#galeryBox img 
{
  border:1px solid #000;
}


/* titles */
h1
{
  text-align:left;
}

h1#quoteTitle
{
  font-family: Georgia, serif; 
  font-style: italic;
  font-size:1.6em;
  padding-top:35px;
  padding-left:30px;
  background: url("../gui/misc/quote.png") top left no-repeat;  
}

h1#errorTitle
{
  color:#c52f24;
}

h2
{
  font-size:1.4em;
}

/* links */
a:link, a:visited, a:hover, a:active
{
  color:#000;
  text-decoration:none;
}

/* forms */
form
{
  padding:5px;
  border:1px solid #e7e7e7;
  width:350px;
  margin:0 auto;
  
}

form input[type='text'] {
  border:1px solid #eee;
  width:200px;
}

form input[type='submit']
{
  background-color:#efefef;
  border:1px solid #c7c7c7;
}

/* misc */
.error
{
  color:#c52f24;
}

.confirm
{
  color:#647A15;
}
hr.clear
{
  clear:both;
  visibility:hidden;
}

hr.spacer {
  visibility:hidden;
}
/* Toocool */
a#tooCool 
{
  position: fixed;
  right: 0;
  bottom: 0;
  display: block;
  height: 80px;
  width: 80px;
  background: url("../gui/toocool/too_cool.png") bottom right no-repeat;
  text-indent: -999em;
  text-decoration: none;
}

/* Twitter */
#tweetBox
{
margin-top:10px;  
}
a.tweet_avatar 
{
display:none;
}
