@charset "utf-8";
@import url(reset.css);

/*  
Theme Name: Sierra
Theme URI: http://www.jeffvoigt.com/sierra/
Description: This is the theme for jeffvoigt.com.
Version: 0.6
Author: Jeff Voigt
Author URI: http://www.jeffvoigt.com/
*/

/* Layout: (A List Apart) http://www.alistapart.com/articles/holygrail */
body {
	min-width: 600px;         /* 2 x LC width + RC width */
}
#main {
	padding-left: 200px;      /* LC width */
	padding-right: 200px;     /* RC width */
}
#main .column {
	position: relative;
	float: left;
}
#content {
	padding-top: 25px;
	width: 100%;
}
#nav {
	width: 199px;             /* LC width */
	right: 200px;             /* LC width */
	margin-left: -100%;
}
#secondary {
	width: 160px;             /* RC width */
	margin-right: -100%;
	padding-right: 40px;
}
#footer {
	clear: both;
}
/*** IE6 & 7 Fix ***/
* html #nav,
*+html #nav {
  left: 200px;                /* RC width */
}

/* Utility classes */
.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}

/* Theme Styling */
body {
	background: #FFF url(bgBody.gif) repeat-y;
	color: #080803;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #00809D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	color: #333329;
	font-size: 24px;
	font-weight: normal;
}
h2 {
	color: #333329;
	font-size: 18px;
	font-weight: normal;
}
input, 
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 3px;
}
hr {
	border: 0 #CCC solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	margin: 15px 0;
}
#header {
	background: #F18040 url(bgHeader.gif) repeat-x left top;
	display: block;
	height: 64px;
}
#logo a {
	background: #666661 url(jeffvoigt.gif) no-repeat 25px 19px;
	border: 1px solid #333330;
	border-width: 0 1px 1px 0;
	color: #F5F3EB;
	display: block;
	float: left;
	font-size: 32px;
	height: 63px;
	line-height: 63px;
	text-align: center;
	text-indent: -10000px;
	width: 199px;
}
#siteDescription {
	border-bottom: 1px solid #804124;
	color: #080803;
	display: block;
	font-size: 24px;
	height: 45px;
	line-height: 45px;
	margin-left: 200px;
	padding-top: 18px;
	padding-left: 30px;
	white-space: nowrap;
}
#nav {
	background: #FFF url(bgNav.gif) repeat-y left;
	display: block;
	line-height: 44px;
	padding-top: 24px;
}
#nav ul {
	background-image: url(photo.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 250px;
	padding-left: 29px;
}
#nav a {
	color: #333329;
	display: block;
	font-size: 18px;
	height: 44px;
	padding-left: 12px;
}
/* SELECTED SIDE TAB */
.pageHome #liHome a,
.pageBlog #liBlog a {
	background: #FFF url(bgSelected.gif) no-repeat top left;
	color: #FFFFFE;
	text-decoration: none;
	width: 180px;
}
article {
	display: block;
	line-height: 18px;
	margin: 0 30px;
	padding-bottom: 30px;
}
article h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
}
article h2 {
	font-size: 20px;
	font-weight: normal;
	line-height: 2.5em;
}
/*article h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 2.5em;
}*/
article header time {
	color: #333329;
	display: block;
	float: right;
	font-size: 24px;
	line-height: 30px;
	text-align: right;
	width: 160px;
}
article p {
	font-size: 13px;
	line-height: 1.6em;
	margin: 0.7em 0;
}
article blockquote {
	color: #666652;
	font-style: italic;
	margin: 0 2em;
}
article .author blockquote {
	color: #CCC;
	font-style: italic;
	margin: 0 2em;
}
article ol li {
	font-size: 13px;
	line-height: 2.5em;
	list-style-type: decimal;
	margin-left: 25px;
}
article ol li li {
	list-style-type: upper-alpha;
}
article ol li li li {
	list-style-type: lower-roman;
}
article ol li li li li {
	list-style-type: lower-alpha;
}
article ul li {
	font-size: 13px;
	line-height: 2.5em;
	list-style-type: square;
	margin-left: 25px;
}
article .postUtilities li {
	background-image: url(separator.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
	color: #CCC;
	display: inline-block;
	float: left;
	font-size: 13px;
	line-height: 20px;
	margin-left: 0;
	padding-left: 21px;
}
article .postUtilities li.postMore {
	background-image: none;
	padding-left: 0;
}
article .postUtilities li.postMore a {
	font-weight: bold;
}
article .postUtilities li.postShare a {
	background-image: url(iconsShare.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	display: inline-block;
	float: left;
	height: 20px;
	width: 20px;
}
article .postUtilities li.postShare a.shareFacebook {
	background-position: 0px -19px;
}
article .postUtilities li.postShare a span {
	display: none;
}
article li.postTags {
	background-image: none;
	clear: left;
	font-size: 12px;
	float: left;
	padding-left: 0;
	padding-top: 3px;
}
article .postTags a {
	color: #999;
}
#secondary {
	padding-top: 29px;
}
aside {
	display: block;
	font-size: 12px;
}
aside h1 {
	color: #333329;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}
.sidebarWidget {
	background-color: #E6E4DD;
	border: 1px solid #DEDCD5;
	color: #4D4C49;
	line-height: 18px;
	margin-bottom: 25px;
	padding: 10px;
	
	/* Drop shadow */
	-moz-box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	box-shadow: 2px 2px 5px #999;
}
#twitterFeed {
	padding-bottom: 0;
}
#twitterFeed p {
	display: block;
	margin-bottom: 10px;
}
#twitterFeed time {
	color: #807E7A;
	display: block;
	font-size: 10px;
}
#archiveList ul {
	margin-left: 20px;
}
#archiveList li {
	list-style-type: square;
}
#categoryList ul {
	margin-left: 20px;
}
#categoryList li {
	list-style-type: square;
}
#followLinks {
	width: 160px;
}
#followLinks li {
	display: block;
	float: left;
	height: 38px;
	margin-right: 2px;
	text-indent: -10000px;
	width: 38px;
}
#followLinks a {
	background-image: url(iconsFollow.gif);
	background-repeat: no-repeat;
	display: block;
	height: 100%;
	width: 100%;
}
a#followRss {
	background-position: 0px 0px;
}
a#followTwitter {
	background-position: 0px -40px;
}
a#followLinkedIn {
	background-position: 0px -80px;
}
a#followFacebook {
	background-position: 0px -120px;
}
#footer {
	background: #666661 url(bgFooter.gif) repeat-x top;
	color: #F5F3EB;
	display: block;
	height: 48px;
	line-height: 48px;
	padding-left: 40px;
}
#copyright {
	display: block;
	float: left;
}
#footerLinks {
	float: right;
	margin-right: 40px;
}
#footerLinks li {
	background-image: url(footerLinkSeparator.gif);
	background-position: 10px 20px;
	background-repeat: no-repeat;
	float: left;
	padding-left: 21px;
}
#footerLinks li.first {
	background-image: none;
}
#footerLinks a {
	color: #FFFFFE;
	text-decoration: underline;
}

/* Comments */
#comments h2 {
	line-height: normal;
	margin-bottom: 10px;
}
#comments h2 a {
	color: #333329;
	text-decoration: none;
}
#comments li {
	background-color: #F5F3EB;
	line-height: normal;
	list-style-type: none;
	margin: 0;
	padding: 10px;
}
#comments li.alt {
	background-color: #FFF;
}
#comments li img {
	float: left;
}
#comments li h3 {
	float: left;
	margin-left: 10px;
}
#comments li time {
	color: #888878;
	display: block;
	float: right;
	font-weight: normal;
	height: 22px;
	margin-top: -1px;
}
#comments .comment {
	clear: right;
	margin-left: 58px;
}
#comments li.author {
	background: #666661 url(bgAuthorTop.gif) repeat-x top;
	color: #F5F3EB;
	padding-top: 15px;
	padding-bottom: 0;
}
#comments li.author .clear {
	background: #666661 url(bgAuthorBottom.gif) repeat-x bottom;
	display: block;
	height: 15px;
	margin: 0 -10px;
	overflow: auto;
	visibility: visible;
	width: auto;
}
#comments li.author a {
	color: #F5F3EB;
	text-decoration: underline;
}
#comments li.author time {
	color: #F5F3EB;
}
#comments .commentDelayed {
	color: #F00;
}
#comments .commentFormWrapper p {
	margin: 3px 0;
	padding: 0;
}
#comments .commentFormWrapper p input,
#comments .commentFormWrapper p textarea {
	border: 1px solid #CCC;
	width: 342px;
}
#comments .commentSubmit {
	text-align: center;
	width: 350px;
}
#comments .commentSubmit input {
	padding: 5px 20px;
}