/*  
Theme Name: Grace Youth Theme
Theme URI: http://graceyouth.org
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Aaron Harp
Author URI: http://aaronharp.com/
*/

body {
  background-image: url(images/layout_background.gif);
  background-position: center;
  font-family: Georgia, "Times New Roman", Arial, "MS Trebuchet", sans-serif;
  font-size: 11px;
  margin: 0;
  padding: 0;
}

a {
  color: #634E2F;
}

.message {
  color: #EE0000;
  font-size: 12px;
}

#main {
  position:absolute;
  left: 50%;
  top:32px;
  width: 772px;
  height: 741px;
  margin-left: -395px;
  margin-bottom: 32px;
}

#content {
  position:absolute;
  left:56px;
  top:288px;
  width:410px;
  height:347px;
  padding-left: 20px;
  padding-right: 13px;
  padding-top: 5px;
  padding-bottom: 7px;
  background-image: url(images/layout_content.jpg);
  overflow: auto;
}

#content h1, #content .header {
  color: #634E2F;
  font-size: 18px;
  text-transform:uppercase;
  font-weight: bold;
}

#content h2 {
  font-size: 16px;
}

#content hr {
  height: 1px;
  width: 70%;
  color: #634E2F;
  margin-top: 15px;
  background-color: #634E2F;
  border: 0;
}

#content ul {
  padding-left: 25px;
}

#contact_form tr th {
  text-align: right;
  vertical-align: top;
}

#contact_form textarea, #contact_form input {
  font-family: Arial;
  font-size: 12px;
}

#contact_form textarea {
  width: 300px;
  height: 150px;
}

#sidebar h1 {
  color: #634E2F;
  font-size: 14px;
  text-align: left;
  overflow: hidden;
}

#sidebar {
  background-image: url(images/layout_sidebar.jpg);
  background-repeat: no-repeat;
  position:absolute;
  left:499px;
  top:288px;
  width:204px;
  height:359px;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

#random_photos img {
  border: 2px solid #634E2F;
  height: 62px;
  width: 62px;
}

#random_photos ul {
  margin: 0;
  padding: 0;
}

#random_photos ul li {
  margin: 0;
  padding: 0;
}

#photo_thumbs tr td img {
  border: 2px solid #634E2F;
  height: 90px;
  width: 90px;  
}

#layout-border-left {
  position:absolute;
  left:0px;
  top:0px;
  width:58px;
  height:709px;
}

#layout-header {
  position:absolute;
  left:47px;
  top:0px;
  width:697px;
  height:247px;
}

#layout-border-right {
  position:absolute;
  left:744px;
  top:0px;
  width:48px;
  height:709px;
}

#navigation {
  position:absolute;
  left:47px;
  top:239px;
  width:697px;
  height:49px;
}

#navigation table td img {
  border: 0;
}

#layout-spacer-left {
  position:absolute;
  left:47px;
  top:288px;
  width:9px;
  height:421px;
}

#layout-spacer-right {
  position:absolute;
  left:733px;
  top:288px;
  width:11px;
  height:421px;
}

#layout-border-bottom {
  position:absolute;
  left:47px;
  top:647px;
  width:677px;
  height:62px;
}