/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 2 (WP2.6.2)
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body {
  background-color: #C0DFA7;
  font-size: 62.8%;
  font-family:Georgia,Utopia,Palatino,'Palatino Linotype',serif;
}

div#wrapper {
  width: 946px;
}

div#header {
  background: url(images/pghsculpture-header-background.png) repeat-x;
  height: 220px;
  border-bottom: 3px solid #bad0d4;
}
div#header div#feature-image {
  width: 220px;
  height: 220px;
  float:right;
  background-image: url(images/mt-washington-square-234.jpg);
  background-repeat: no-repeat;
  text-indent: -9999px;
  border-left: 3px solid #bad0d4;
  border-right: 3px solid #bad0d4;
}

div#header h1 {
  font-size: 5em;
  color: #bad0d4;
  height: 139px;
  background-image: url(images/pghsculpture-header.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  border-bottom: 3px solid #bad0d4;
}

div#header h1 a {
  text-decoration: none;
  color: #bad0d4;
  display:block;
  padding: 0.7em 0.3em;
}

div#header div#thumbnail-images {
  background: #BAD0D4;
  height: 78px;
  overflow: hidden;
}
div#header div#thumbnail-images img {
  float: left;
  margin: 0 1px;
}

div#content {
  width: 946px;
  background: #fff url(images/pghsculpture-wrapper-background.png) repeat-y fixed 720px 0;
}

div#sidebar {
  float: right;
  width: 190px;
  padding: 10px 15px;
  background-color: #1f3b08;
  color: #bad0d4;
  font-size: 1.6em;
  border-left: 3px solid #bad0d4;
  border-right: 3px solid #bad0d4;
}
div#sidebar h2 {
  font-size: 1.5em;
}
div#sidebar a {
  color: #bad0d4;
}
div#sidebar ul li.widget {
  margin: 20px 0;
}

div#main {
  color: #1f3b08;
  font-size: 1.6em;
  padding: 2em;
  margin-right: 237px;
}
div#main a {
  color: #1f3b08;
}
div#main h2,
div#main div.post h2,
div#main div.post h3 {
  font-size: 2em;
}
div#main h2 a {
  text-decoration: none;
}
div#main div.post p.metadata {
  font-style: italic;
  margin: 0;
}
div#main div.post p {
  margin: 0.75em 0;
}

div#main div.post p.postdata {
  clear:both;
  border-top: 1px solid #ccc;
  margin-top: 0.75em;
  padding-top:0.75em;
}
div#footer {
  clear:both;
  border-top: 3px solid #bad0d4;
  border-right: 3px solid #bad0d4;
  background-color: #1f3b08;
  font-size: 1em;
  padding: 0.5em;
  color: #bad0d4;
}
div#footer a {
  color: #bad0d4;
}

.right {
 float: right;
 margin-left: 1em;
 text-align: right;
}

.left {
  float: left;
  margin-right: 1em;
  text-align: left;
}

.center {
  text-align:center;
}

.outline {
  border: 1px solid #c2c2c2;
}

.caption {
  color: #aaa;
  font-style: italic;
  font-size: 0.8em;
}

.wp-caption {
  background:none repeat scroll 0 0 #BAD0D4;
}

.clear {
  clear:both;
}

.alignleft {
  margin-left: 0;
  margin-right: 20px;
  margin-top: 0;
}

table.datatable {
  text-align:center;
  margin: 0 auto;
}
table.datatable th {
  font-weight: bold;
}
table.datatable td {
  padding: 10px;
  border: 1px solid #ccc;
}
.widget_categories li {
  margin: 7px 0;
}
.widget_categories ul.children li {
  padding-left: 20px;
}