/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* EXCEPTIONAL */
body {
  font-size: 14px;
  line-height: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #212121;
  text-align: center;
}

p {
  margin: 0 0 18px;
}

a {
  color: #008ec6;
  font-weight: normal;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

strong a {
  font-weight: bold;
}

div#Page {
  width: 950px;
  margin: 0 auto;
  text-align: left;
}

div#Page div#Header,
div#Page div#Header a {
  width: 950px;
  height: 162px;
  display: block;
}

div#Page div#Header {
  margin-bottom: 10px;
}

div#Page div#Header a {
  background: transparent url(../img/header.gif) no-repeat top left;
  text-indent: -9999em;
  outline: none;
}

div#Page div#BlogPosts {
  width: 620px;
  padding: 0 10px 0 0;
  float: left;
}

div#Page div#BlogPosts img {
  margin-bottom: 29px;
}

div#Page div#BlogPosts div.older_posts_link {
  padding: 3px 0 16px;
}

div#Page div#Sidebars {
  width: 320px;
  padding-top: 4px;
  float: left;
}

div#Page div#Sidebars div.panel {
  padding: 0 10px 18px;
  background: transparent url(../img/panel-border.gif) no-repeat bottom center;
}

div#Page div#Sidebars div.panel h3,
h3 {
  font-size: 20px;
  line-height: 36px;
  padding: 13px 0 10px;
}

div#Page div#Sidebars div.panel h4,
div#Page div#Sidebars div.panel h4 a {
  font-size: 16px;
  font-weight: bold;
}

div#Page div#Sidebars div.panel h4 a {
  display: block;
  padding: 6px 0;
}

div#Page div#Sidebars div.panel img {
  margin-bottom: 33px;
}

div.blog_post {
  padding: 0 0 34px;
  background: transparent url(../img/post-border.gif) no-repeat bottom center;
}

div.blog_post h2 a {
  color: #212121;
}

div.blog_post h2 a:hover {
  text-decoration: none;
}

div.blog_post p.first {
  font-size: 16px;
}

h2 {
  font-size: 28px;
  line-height: 36px;
}

div.post_details {
  color: #5c5c5c;
  margin-bottom: 18px;
}

ul#tweets li p {
  margin-bottom: 8px;
}

div.grab_our_rss_feed {
  padding: 0 0 18px;
}

div.grab_our_rss_feed a {
  display: block;
  outline: none;
  width: 300px;
  height: 47px;
  background: transparent url(../img/rss.png) no-repeat top left;
  text-indent: -9999em;
}

div#Footer {
  background: transparent url(../img/page-border.gif) no-repeat top left;
  width: 950px;
  margin: 0 auto;
  text-align: left;
  padding: 61px 0;
  overflow: auto;
  clear: left;
}

div#Footer ul.links {
  float: left;
  padding-top: 9px;
}

div#Footer ul.links li {
  display: inline;
  padding: 0 18px 0 0;
}

/*
div#Footer ul.links li a {
  color: #212121;
  font-weight: bold;
  text-decoration: none;
}

div#Footer ul.links li a:hover {
  text-decoration: underline;
}
*/

div#Footer a#ContrastLogo {
  float: right;
  width: 170px;
  height: 54px;
  display: block;
  text-indent: -9999em;
  background: #fff url(http://getexceptional.com/images/homepage/contrastlogo.gif) no-repeat top left;
}


/* Cufon tweaks */
html.cufon-active h2 {
  padding: 5px 0 9px;
}

html.cufon-active div#Page div#Sidebars div.panel h3,
html.cufon-active h3 {
  padding: 24px 0 27px;
}

/* For posts */
div.blog_post code {
  font-family: Consolas, Monaco, Inconsolata, "Courier New", Courier, monospace;
  font-size: 11px;
}

div.blog_post h3 {
  line-height: 27px;
}

div.blog_post ul {
  list-style-type: disc;
}

div.blog_post ol {
  list-style-type: decimal;
}

div.blog_post ol,
div.blog_post ul {
  margin-bottom: 18px;
  list-style-position: outside;
  padding: 0 0 0 27px;
}

div.blog_post ol li,
div.blog_post ul li {
  margin: 0 0 9px;
}

div.blog_post pre {
  padding: 9px;
  background: #e7f4fa;
  margin: 9px 0 18px;
}

div.blog_post h4 {
  margin: 0 0 18px;
  font-weight: bold;
}

/* Highlighting */

.highlight {
  background: #ffffff;
  font-family: Consolas, Monaco, Inconsolata, "Courier New", Courier, monospace;
  font-size: 11px;
}
.highlight .c { color: #999988; font-style: italic } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { font-weight: bold } /* Keyword */
.highlight .o { font-weight: bold } /* Operator */
.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #999999 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #aaaaaa } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { font-weight: bold } /* Keyword.Constant */
.highlight .kd { font-weight: bold } /* Keyword.Declaration */
.highlight .kp { font-weight: bold } /* Keyword.Pseudo */
.highlight .kr { font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #009999 } /* Literal.Number */
.highlight .s { color: #d14 } /* Literal.String */
.highlight .na { color: #008080 } /* Name.Attribute */
.highlight .nb { color: #0086B3 } /* Name.Builtin */
.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
.highlight .no { color: #008080 } /* Name.Constant */
.highlight .ni { color: #800080 } /* Name.Entity */
.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
.highlight .nn { color: #555555 } /* Name.Namespace */
.highlight .nt { color: #000080 } /* Name.Tag */
.highlight .nv { color: #008080 } /* Name.Variable */
.highlight .ow { font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mf { color: #009999 } /* Literal.Number.Float */
.highlight .mh { color: #009999 } /* Literal.Number.Hex */
.highlight .mi { color: #009999 } /* Literal.Number.Integer */
.highlight .mo { color: #009999 } /* Literal.Number.Oct */
.highlight .sb { color: #d14 } /* Literal.String.Backtick */
.highlight .sc { color: #d14 } /* Literal.String.Char */
.highlight .sd { color: #d14 } /* Literal.String.Doc */
.highlight .s2 { color: #d14 } /* Literal.String.Double */
.highlight .se { color: #d14 } /* Literal.String.Escape */
.highlight .sh { color: #d14 } /* Literal.String.Heredoc */
.highlight .si { color: #d14 } /* Literal.String.Interpol */
.highlight .sx { color: #d14 } /* Literal.String.Other */
.highlight .sr { color: #009926 } /* Literal.String.Regex */
.highlight .s1 { color: #d14 } /* Literal.String.Single */
.highlight .ss { color: #990073 } /* Literal.String.Symbol */
.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
.highlight .vc { color: #008080 } /* Name.Variable.Class */
.highlight .vg { color: #008080 } /* Name.Variable.Global */
.highlight .vi { color: #008080 } /* Name.Variable.Instance */
.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */

/* Comments */
div#BlogPosts ol.comment_list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 18px;
}

div#BlogPosts ol.comment_list li {
  padding: 7px 9px;
  background: #e7f4fa;
  background: #f3fafc;
  border-top: 2px solid #e7f4fa;
  border-bottom: 2px solid #e7f4fa;
  margin: 0 0 18px;
}

div#BlogPosts ol.comment_list li h4 {
  margin-bottom: 0;
}

div#BlogPosts ol.comment_list li h4 a {
  font-weight: bold;
}

div#BlogPosts ol.comment_list li div.comment_details {
  margin-bottom: 18px;
  color: #5c5c5c;
}

div#Page div#BlogPosts div#disqus_thread img {
  margin-bottom: 0;
}

body#Home h3#comments, 
body#Home ol.comment_list {
  display: none;
}