body {
	background: #f8f8f8;
	font-size: 14px;
	margin: 0;
	text-align: center;
	font-family: proxima-nova, "Helvetica", Arial, sans-serif !important;
	font-style: normal;
	font-weight: 400;
	text-shadow: 1px 1px 1px rgba(255,255,255,.9);
}

br.clear {
	clear: both;
}
a {
	/*color: #5bc3ca;*/
	color: #34adb5;
	/*color: #ff0066;*/
	text-decoration: none;
}
a:hover {
	color: #999;
}
a:focus {
	outline: 0;
}
img a {
	border: 0;
}
img.alignright {
	float: right;
	margin: 0 0 8px 12px;
}
img.alignleft {
	float: left;
	margin: 0 12px 8px 0;
}
#wrapper-home,
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 980px;
}
#wrapper-home {
	background: url('../images/chucks-grey.jpg') top right no-repeat;
}
code {
	background: #f9f9f9;
	padding: 4px;
}

/* Header */
#header-home {
	font-family: old-standard, "Hoefler Text", Baskerville, Garamond, "Palatino Linotype", Georgia, "Times New Roman", serif;
	margin-bottom: 70px;
}
#header-home h1 {
	border-top: 8px #5bc3ca solid;
	color: #5bc3ca;
	font-size: 11.5em;
	padding: 60px 0 10px 0;
	width: 340px;
	font-style: italic;
	
}

#header h2,
#header-home h2 {
	color: #666;
	font-size: 2.25em;
	letter-spacing: 0.01em;
	width: 360px;
	
}
#header-home h2 {
	line-height: 130%;
}

#header-home p {
	color: #999;
	font-size: 11px;
	letter-spacing: 0.07em;
	margin: 8px 0 0 0;
	text-transform: uppercase;
}

/* Header > Interior */
#header {
	font-family: old-standard, "Hoefler Text", Baskerville, Garamond, "Palatino Linotype", Georgia, "Times New Roman", serif;
	margin-bottom: 60px;
	width: 980px;
}
#header h1 {
	border-top: 8px #5bc3ca solid;
	color: #5bc3ca;
	font-size: 9em;
	float: left;
	padding: 50px 0 10px 0;
	width: 250px;
	font-style: italic;
	
}
#header h2 a,
#header h1 a {
	color: #5bc3ca;
}
#header h2 a:hover,
#header h1 a:hover {
	color: #999;
}
#header h2 {
	float: left;
	margin-left: 80px;
	padding-top: 125px;
	line-height: 120%;
	width: 635px;
}
#header h2 span {
	color: #999;
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}


/* Content Body */
#blog-column {
	background: transparent;
	float: left;
	margin-right: 75px;
	width: 673px;
}


/* Content Body > Post */
.post,
div.content-page {
	background: url('../images/border.png') top left repeat-x;
	margin-bottom: 100px;
}
.post a:hover {
	border-bottom: 2px #34adb5 solid;
	color: #34adb5;
}
.post p,
.content-page p,
.post ul li {
	line-height: 190%;
	margin: 15px 0;
}
div.post {
	margin-bottom: 120px;
}
.post div.postmetadata {
	color: #999;
	clear: both;
	font-size: 11px;
	letter-spacing: 0.08em;
	font-family: old-standard, "Hoefler Text", Baskerville, Garamond, "Palatino Linotype", Georgia, "Times New Roman", serif;
	text-transform: uppercase;
}
.post div.postmetadata p {
	float: left;
	width: 200px;
}
.post p.alt {
	margin-top: 30px;
	margin-bottom: 0;
}
#blog-column h3,
.content-page h2 {
	color: #666;
	font-family: old-standard, "Hoefler Text", Baskerville, Garamond, "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: 3.75em;
	padding: 10px 0 15px 0;
	
}
#blog-column #post-2 h3,
div.archive-post h2 {
	padding-top: 35px !important;
}
div.archive-post h2 {
	clear: both;
}
div.archive-post ul li {
	float: left;
	margin: 10px 30px;
	padding: 5px 0;
	width: 120px;
}
#blog-column h2 {
	color: #666;
	font-family: old-standard, "Hoefler Text", Baskerville, Garamond, "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: 2.5em;
	padding: 15px 0 5px 0;
}
#blog-column h3 a {
	color: #666;
}
#blog-column h3 a:hover {
	color: #34adb5;
}
#blog-column .post h3 a:hover {
text-decoration: none;
}
.post blockquote,
.content-page blockquote {
	background: #f7f7f7 url('../images/quote-grey.gif') 10px 15px no-repeat;
	margin: 25px 30px;
	padding: 5px 15px;
	text-indent: 30px;
	font-family: old-standard, "Hoefler Text", Baskerville, Garamond, "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: x-large;
}
.post blockquote cite,
.content-page blockquote cite {
	font-size: small;
}
.post ul,
.content-page ul {
	margin: 20px 40px 20px 20px;
}
.post ul li,
.content-page ul li {
	/*background: url('../images/dot.gif') left 3px no-repeat;*/
	margin: 20px 0;
	padding-left: 13px;
	line-height: 18px;
}
.post ol,
.content-page ol {
	margin: 20px 40px;
}
.post ol li,
.content-page ol li {
	list-style-type: decimal;
	margin: 10px 0;
}
div.delicious-tags {
	color: #999;
	font-size: 10px;
	padding: 5px 0;
}

div.navigation {
	clear: both;
	font-size: 1em;
	font-family: old-standard, "Hoefler Text", Baskerville, Garamond, "Palatino Linotype", Georgia, "Times New Roman", serif;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	width: 673px;
	
}
div.navigation div.alignleft {
	float: left;
}
div.navigation div.alignright {
	float: right;
}
div.column-sect {
  clear: both;
  display: inline-block;
  overflow: auto;
}

div.post-column {
  display: inline;
  float: left;
  margin-right: 30px;
  text-align: justify;
  width: 45%;
}
h2.pagetitle {
	background: url('../images/border.png') top left repeat-x;
	color: #999;
	font-family: old-standard, "Hoefler Text", Baskerville, Garamond, "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: 3em;
	padding: 20px 0;
	text-transform: lowercase;
}



/* Comments */
h3#comments {
	color: #999;
	font-size: 2.5em;
	margin-bottom: 15px;
	text-transform: lowercase;
}
#respond h3 {
	font-size: 2em;
}
ol.commentlist li p  {
	line-height: 180%;
	margin: 15px 0;
}
ol.commentlist li {
	padding-bottom: 25px;
}
img.avatar {
	border: 3px #eee solid;
	float: left;
	margin-right: 10px;
}
ol.commentlist cite {
	font-size: 2em;
	font-family: old-standard, "Hoefler Text", Baskerville, Garamond, "Palatino Linotype", Georgia, "Times New Roman", serif;
	letter-spacing: 0.03em;
	color: #666;
}
.commentmetadata {
	letter-spacing: 0.05em;
	font-size: 10px;
	text-transform: uppercase;
}
p.subscribe-to-comments {
	margin: 20px 0;
	font-size: 0.85em;
}
textarea {
	width: 650px;
}
form input {
	padding: 5px;
}
form p {
	padding: 0 0 12px 0;
}
form label {
	margin: 0 0 0 15px;
}
.says {
	display: none;
}
.commentlist .depth-2, .commentlist .depth-3, .commentlist .depth-4, .commentlist .depth-5  {
	margin: 10px 0 30px 30px;
}

.commentlist .children {
	margin: 30px 0 0;
}
#submit {
	background: #34adb5;
	border: none;
	color: #ffffff;
	font-family: old-standard, "Hoefler Text", Baskerville, Garamond, "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: 1.5em;
	padding: 7px 8px 5px 8px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	width: 300px;
}
#submit:hover {
	background: #999;
}



/* Nav Column */
#nav-extra-column {
	float: left;
	width: 230px;
}
#twitter {
	background: url('../images/quote.gif') top left no-repeat;
	line-height:180%;
	margin-bottom: 30px;
	padding-left: 35px;
}
#twitter p {
	font-family: old-standard, "Hoefler Text", Baskerville, Garamond, "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: 10px;
	letter-spacing: 0.06em;
	padding: 10px 0 0 0;
	text-align: right;
	text-transform: uppercase;
}
#main-nav {
	border-top: 1px #e5e5e5 solid;
}
#main-nav li {
	border-bottom: 1px #e5e5e5 solid;
	font-family: old-standard, "Hoefler Text", Baskerville, Garamond, "Palatino Linotype", Georgia, "Times New Roman", serif;
	letter-spacing: 0.08em;
	text-transform: capitalize;

}
#main-nav li a {
	display: block;
	color: #666;
	font-size: 1.8em;
	letter-spacing: 0.03em;
	padding: 12px 6px 8px 6px;
	text-shadow: 1px 1px 1px rgba(255,255,255,.9);
}
#main-nav li a:hover {
	color: #34adb5;
	background: #eee;
	text-shadow: 1px 1px 1px rgba(255,255,255,.9);
}
#main-nav li a:hover span {
	color: #666;
}
#main-nav li span {
	color:#999;
	display: block;
	
	font-size: 11px;
	letter-spacing: 0.09em;
	margin-bottom: -5px;
	padding-bottom: 0;
	font-style: normal;
	text-transform: uppercase;
}

.link-list {
	border-bottom: 1px #e5e5e5 solid;
	margin: 50px 0;
	padding: 0;
}
.link-list h4 {
	color: #999;
	font-family: old-standard, "Hoefler Text", Baskerville, Garamond, "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: 1em;
	letter-spacing: 0.12em;
	padding: 0 5px 5px 5px;
	text-transform: uppercase;
}
.link-list li {
	border-top: 1px #e5e5e5 solid;
}
.link-list li a {
	display: block;
	font-size: 0.85em;
	letter-spacing: 0.04em;
	padding: 8px;
	text-transform: uppercase;
}
.link-list li a:hover {
	background: #eee;
}

a.social {
	display: block;
	float: left;
	margin-right: 5px;
	height: 33px;
	width: 33px;
	/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}
a.social:hover {
	/* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:100;
}
a.social span {
	display: none;
}
a.social-rss {
	background: url('../images/icon-rss.png');
}
a.social-twitter {
	background: url('../images/icon-twitter.png');
}
a.social-flickr {
	background: url('../images/icon-flickr.png');
}
a.social-lastfm {
	background: url('../images/icon-lastfm.png');
}
a.social-dribbble{
	background: url('../images/icon-dribbble.png');
}
a.social-pinterest{
	background: url('../images/icon-pinterest.png');
}
div.social-list {
	margin-bottom: 25px;
	text-align: center;
	
}

/* Footer */
#footer {
	border-top: 1px #e5e5e5 solid;
	color: #999;
	font-size: 0.75em;
	margin: 20px 0;
	padding: 15px 0;
}


