/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End Reset */

a {
  color:#a71704;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

a img {
  border:none;
}

/* Tell the browser to render HTML 5 elements as block */
header, footer, aside, nav, article {
	display: block;
}

body {
	font: 13px/22px Helvetica, Arial, sans-serif;
	background: #e7e7e7 url('../images/bg-top.png') repeat-x;
	margin:0;
	padding:0;
	margin-top:10px;
}

h1, h2, h3, h4, #navigation {
  font-family: Lucida Grande, Trebuchet MS, Arial;
}

#navigation, #sidebar h4 {
  text-shadow: 1px 1px 1px #000;
}

h1, h2 {
	font-size: 24px;
	line-height: 36px;
	padding: 22px 0;
}

h3 {
  font-size:18px;
  line-height:24px;
  padding:11px 0;
}

p {
	padding-bottom: 22px;
}

#container {
  width:980px;
  margin: 0 auto;
  background:url('../images/bg-dark.png');
}

#page-wrap {
  background:url('../images/bg-bottom.png') repeat-x bottom;
}

#header {
  height:120px;
}

#main {
  float:left;
  width:598px;
  background:#fff;
  min-height:1100px;
}

#sidebar {
  float:right;
  width:302px;
  padding:20px;
}

#footer {
  clear:both;
  height:60px;
}

#logo {
  margin:0 0 5px 20px;
  padding:0;
}

#logo a {
  display:block;
  margin:0;
  padding:0;
  width:328px;
  height:54px;
  background:url('../images/logo.png') no-repeat;
}

#logo span {
  display:none;
}

#subtitle {
  margin:0 0 0 20px;
  padding:0;
  width:330px;
  height:31px;
  background:url('../images/subtitle.png') no-repeat;
}

#subtitle span {
  display:none;
}

nav {
  height:40px;
}

ul#navigation {
  margin:20px 0 0 0;
  padding:0 0 0 20px;
  list-style-type:none;
  font-width:normal;
}

ul#navigation li {
  float:left;
}

ul#navigation li a {
  display:block;
  text-decoration:none;
  color:#e7e7e7;
  margin-right:20px;
  font-size: 18px;
	line-height: 30px;
	padding:2px 4px;
}

ul#navigation li a:hover {
  background:#1c5a85;
  padding-top:1px;
  border-top:1px solid #000;
}

#intro {
  float:right;
  background:url('../images/intro.png') no-repeat;
  width:472px;
  height:140px;
}

#intro p {
  display:none;
}

#main {
  padding:20px;
}

article {
  clear:both;
}

.article-title {
  background:#f2f2f2;
  padding:2px 5px;
  line-height:36px;
  display:inline;
}

.title {
  background:#f2f2f2;
  color:#5583a2;
  padding:3px 5px;
  font-size:18px;
  line-height:24px;
  border-bottom:2px solid #a1a1a1;
  margin-bottom:30px;
}

#new-comment h3 {
  color:#5583a2;
}

.clear {
  clear:both;
}

.article-title-margin {
  margin-bottom:20px;
}

.article-image {
  float:left;
  margin:0 20px 20px 0;
}

a.read-more {
  float:right;
  background:#e56250;
  border-top:1px solid #000;
  border-left:1px solid #000;
  color:#fff;
  text-decoration:none;
  padding:3px 6px;
}

.meta {
  height:29px;
  color:#727272;
  margin-bottom:40px;
}

/* Sidebar */

#sidebar {
  color:#dddcd7;
}

#sidebar a {
  color:#dddcd7;
}

#sidebar a:hover {
  color:#a71704;
}

#sidebar ul {
  list-style-type:square;
  margin:15px 0 0 15px;
  padding:0;
}

ul#subscribe {
  text-align:center;
  list-style-type:none;
  height:65px;
}

ul#subscribe li {
  float:left;
  margin-right:10px;
}

.sidebar-separator {
  background:url('../images/sidebar-separator.png') no-repeat;
  height:2px;
  margin:20px 0;
}

#sidebar h4 {
  color:#66beec;
  font-size:18px;
  margin-bottom:20px;
}

#join-newsletter {
  padding:0;
  margin-bottom:20px;
  width:273px;
  height:92px;
  background:url('../images/join-newsletter.png') no-repeat;
}

#join-newsletter span {
  display:none;
}

#newsletter-box input[type="image"] {
  float:right;
}

#newsletter-box input[type="text"] {
  width:160px;
  height:27px;
  background:#292929;
  border-top:1px solid #000;
  border-left:1px solid #000;
  border-bottom:none;
  border-right:none;
  margin-bottom:6px;
  padding-left:5px;
  color:#7eadc5;
}

#work-with-me a {
  display:block;
  width:302px;
  height:51px;
  background:url('../images/work-with-me.png');
}

#work-with-me span {
  display:none;
}

#popular-posts, #recent-posts {
  display:inline;
}

#popular-posts a, #recent-posts a {
  color:#66beec;
}

#popular-posts a:hover, #recent-posts a:hover {
  color:#66beec;
}

#recent-posts {
  margin-left:50px;
}

h4.inactive a {
  color:#a1a1a1 !important;
}

/* Footer */

#footer p {
  color:#a1a1a1;
  padding-top:30px;
  text-align:right;
}

#footer a, #footer a:hover {
  color:#a1a1a1;
}

object {
  display:block;
  margin:20px auto;
}

.posted_on {
  color:#999999;
  font-size:11px;
  margin:20px 0;
  text-align:right;
}

.social_buttons {
  margin:0 0 30px 0;
}

.social_buttons li {
  display:inline;
  margin-right:5px;
}


ol#comments .comment-author img {
  float:right;
  margin:0 0 2em 2em;
}

ol#comments .comment-meta {
  font-size:0.9em;
  color:#999999;
  margin-bottom:1em;
}

ol#comments li {
  border: 1px solid #eeeeee;
  padding:1em 1em 0 1em;
  margin-bottom:10px;
}

ol#comments .comment-reply {
  text-align:right;
  font-size:0.9em;
  color:#999999;
}

#comments .nested-0, #comments .nested-2, #comments .nested-4 {
  background:#fff;
}

#comments .nested-1, #comments .nested-3, #comments .nested-5 {
  background:#f8f8f8;
}

#new-comment form {
  background:#eeeeee;
  padding:18px;
}

#new-comment textarea {
  float:right;
  width:330px;
  height:118px;
  border:1px solid #dddcd7;
}

#new-comment input[type="text"] {
  height:30px;
  margin-bottom:10px;
  width:195px;
  color:#888888;
  border:1px solid #dddcd7;
  padding-left:10px;
}

#new-comment .submit {
  text-align:right;
}

#new-comment input[type="submit"] {
  background:#363636;
  border:1px solid #fff;
  color:#fff;
  height:30px;
  padding:5px;
}

#new-comment a {
  color:#000;
  margin-left:20px;
  text-decoration:underline;
}

#promo {
  padding-bottom:20px;
  text-align:center;
}

.article-body ul, .page ul {
  list-style-type:circle;
  margin-left:30px;
  padding-bottom: 22px;
}

.article-body ol, .page ol {
  list-style-type:decimal;
  margin-left:30px;
  padding-bottom: 22px;
}

.article-body li, .page li {
  margin-bottom:22px;
}

.article-body h3, .page h3 {
  color:#5583a2;;
  margin-bottom:20px;
}