/*
Theme Name: John Grimes
Theme URI: http://johngrimes.info/
Description: Theme for John Grimes' personal blog.
Version: 0.1
Author: John Grimes
Author URI: http://johngrimes.info/
*/

/*
Colour scheme
Dark grey:    #333333
Green:        #d8e5b9
Yellow:       #f4e9c5
Coral:        #cc5b41
Light grey:   #e8e8e8
*/

body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

a {
  color: #000;
}

#header {
  background-color: #333;
  border-bottom: 5px solid #E6E6E6;
  color: #7A7655;
  height: 40px;
}

#body {
  margin-top: 5px;
  margin-bottom: 5px;
}

#footer {
  background-color: #333;
  border-top: 5px solid #E6E6E6;
  color: #7A7655;
}

#footer-inner {
  position: relative;
}

#footer-left, #footer-right {
  width: 470px;
  padding: 20px 0;
  color: #fff;
}

#footer-left {
  float: left;
}

#footer-right {
  float: right;
}

#footer-left ul {
  list-style-type: none;
  margin: 0;
}

#footer-left a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: -1px;
}

#footer-right img {
  float: right;
  margin: 0 0 20px 20px;
}

#footer-right a {
  color: #fff;
}

#footer-bottom {
  clear: both;
}

.two-col #left-col-inner {
  padding: 10px 15px 0 10px;
}

.three-col #left-col-inner {
  padding: 10px 0 0 10px;
}

#middle-col-inner {
  padding: 10px 15px 0;
}

#right-col-inner {
  padding: 10px 10px 0 0;
}

.message {
  margin: 20px;
}

.message h1 {
  margin-bottom: 20px;
  font-size: 1.8em;
}

.category-title-prefix, .category-title {
  color: #aaa;
}

.category-title {
  text-transform: uppercase;
  letter-spacing: -1px;
  font-size: 250%;
  font-weight: bold;
  margin: 0 0 20px 0;
}

/* START Header styles */

#header h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 25px;
  padding: 8px 10px;
  font-weight: bold;
  letter-spacing: -1px;
}

#header h1 a {
  color: #fff;
  text-decoration: none;
}

#header-logo {
  position: absolute;
  top: 17px;
  left: 15px;
}

#about-me {
  position: absolute;
  top: 5px;
  right: 13px;
}

/* END Header styles */

.loading {
  position: relative;
  left: 180px;
}

.sidebar-box {
  margin-bottom: 20px;
}

.tweet-box ul {
  margin: 0;
  padding: 0;
}

.tweet-box li {
  list-style: none;
}

#twitter_update_list li > a {
  display: block;
  text-align: right;
  text-decoration: none;
  font-style: italic;
  color: #7A7655;
}

#twitter_update_list li > a:hover {
  background-color: transparent;
}

.tweet-box .yellow-box-inner-2 {
  background: #f4e9c5 url(img/quotes-yellow.png) no-repeat scroll 10px 0;
}

.links-box li {
  margin-bottom: 10px;
}

.links-box .delicious-link, .links-box .delicious-tag {
  font-family: Tahoma, Helvetica Neue, Arial, sans-serif;
}

.links-box .delicious-tag {
  color: #222;
}

.links-box .delicious-extended {
  margin-top: 3px;
  font-style: italic;
}

.code-box p {
  margin: 0 0 0.8em;
}

.code-box .green-box-inner-2 {
  margin-bottom: -0.8em;
}

.books-box .yellow-box-inner-2 {
  text-align: center;
  padding-top: 9px;
}

.books-box a {
  margin: 5px;
  line-height: 30px;
}

.three-col .books-box a:hover {
  background-color: transparent;
}

.tags-box .yellow-box-inner-2 {
  text-align: center;
}

.other-posts-box ul {
  margin: 0;
  padding: 0;
}

.other-posts-box li {
  list-style: none;
  font-size: 115%;
  line-height: 1.3em;
  margin-bottom: 10px;
}

.other-posts-box .green-box-inner-2 {
  margin-bottom: -10px;
}

.follow-button {
  display: block;
  position: relative;
  left: 72px;
  margin-top: 7px;
  cursor: pointer;
}

.link, .commit {
  font-family: Tahoma, Helvetica Neue, Arial, sans-serif;
  margin-bottom: 0.3em;
}

.tweet-date, .link-date, .commit-date {
  text-align: right;
  font-style: italic;
  color: #7A7655;
  font-size: 0.8em;
  margin: 0.3em 0;
}

#older-entries-home-link {
  margin-bottom: 20px;
  padding: 0 10px;
  text-align: right;
}

#older-entries-home-link a {
  text-decoration: none;
}

#paged-nav {
  margin-bottom: 20px;
  padding: 0 10px;
}

#paged-nav a {
  text-decoration: none;
}

.older-entries-link {
  float: left;
}

.newer-entries-link {
  float: right;
}

/* START Blue box styles */

.yellow-box-title {
  font-family: Tahoma, Helvetica Neue, Arial, sans-serif;
  color: #aaa;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.8em;
  padding: 0 10px;
}

.two-col .yellow-box {
  background: #fff url(img/yellow-sidebar-box-lg.png) no-repeat scroll top left;
  padding-top: 10px;
}

.two-col .yellow-box-inner-1 {
  background: #fff url(img/yellow-sidebar-box-lg.png) no-repeat scroll bottom left;
  padding-bottom: 10px;
}

.three-col .yellow-box {
  background: #fff url(img/yellow-sidebar-box.png) no-repeat scroll top left;
  padding-top: 10px;
}

.three-col .yellow-box-inner-1 {
  background: #fff url(img/yellow-sidebar-box.png) no-repeat scroll bottom left;
  padding-bottom: 10px;
}

.yellow-box-inner-2 {
  background-color: #f4e9c5;
  padding: 0 10px;
}

.yellow-box a:hover {
  background-color: #fff;
}

/* END Blue box styles */

/* START Green box styles */

.green-box-title {
  font-family: Tahoma, Helvetica Neue, Arial, sans-serif;
  color: #aaa;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.8em;
  padding: 0 10px;
}

.two-col .green-box {
  background: #fff url(img/green-sidebar-box-lg.png) no-repeat scroll top left;
  padding-top: 10px;
}

.two-col .green-box-inner-1 {
  background: #fff url(img/green-sidebar-box-lg.png) no-repeat scroll bottom left;
  padding-bottom: 10px;
}

.three-col .green-box {
  background: #fff url(img/green-sidebar-box.png) no-repeat scroll top left;
  padding-top: 10px;
}

.three-col .green-box-inner-1 {
  background: #fff url(img/green-sidebar-box.png) no-repeat scroll bottom left;
  padding-bottom: 10px;
}

.green-box-inner-2 {
  background-color: #d8e5b9;
  padding: 0 10px;
}

.green-box a:hover {
  background-color: #fff;
}

/* END Green box styles */

/* START Footer styles */

#cc-by {
  cursor: pointer;
  float: left;
  position: relative;
  top: 12px;
  margin-bottom: 20px;
}

#smallspark {
  cursor: pointer;
  float: right;
  margin-bottom: 20px;
}

/* END Footer styles */

/* START Contact me styles */

#contact-me {
  position: fixed;
  top: 33%;
  left: -307px;
  width: 350px;
  height: 160px;
}

#contact-me .vcard {
  width: 280px;
  height: 160px;
  padding: 10px;
  border-top: 2px solid #E6E6E6;
  border-right: 2px solid #E6E6E6;
  border-bottom: 2px solid #E6E6E6;
  background-color: #FFF;
  float: left;
}

#contact-me .vcard div {
  margin: 5px 0;
}

#contact-me label {
  font-weight: normal;
  color: #666;
}

#contact-me .given-name, #contact-me .family-name, #contact-me .tags {
  display: none;
}

#contact-me .vcard-link {
  text-align: right;
}

#contact-me-button {
  float: left;
  margin: 10px 0 0 0;
  cursor: pointer;
}

#skype-status {
  margin: 0 0 -3px 5px;
}

/* END Contact me styles */
