/******* Structure *******/

* {
	padding: 0;
	margin: 0;
}

body {
	color: #333;
	font: normal 95%/1.5em "Helvetica Neue", Helvetica, Geneva, sans-serif;
	background-color: #fff;
}

.package {
	background: url("../images/border.gif") 100% 0 repeat-y;
	width: 950px;
	margin: 0 auto;
}

/******* Masthead, Heading and Logo *******/

#masthead {
	background-color: #111;
	border-bottom: 4px double #fefff7;
	margin-bottom: 30px;
	text-shadow: #000 0 0 0;
}

#masthead .package {
	position: relative;
	background: none;
}

h1 {
	color: #fefff7;
	background: url("../images/logo.gif") 20px 50% no-repeat;
	line-height: 100%;
	width: 35%;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 20px 0 20px 85px;
}

h1 small a {
	display: block;
	color: #666;
	border: none;
	font-size: 80%;
	text-transform: none;
	padding: 0;
}

h1 small a:hover {
	color: #c3f445;
	background: none;
}

a {
	color: #4d6486;
	border-bottom: 1px dotted #ddd;
	text-decoration: none;
	padding: 2px;
}

a:hover {
	color: #eee;
	background: #888;
	border: none;
}

/******* Menu *******/

ul#menu {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 80%;
	margin: 0 20px;
	line-height: 69px;
}

ul#menu li {
	display: inline;
	margin-top: 5px;
}

ul#menu li a {
	color: #859577;
	border: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 5px;
	margin-left: 20px;
	font-weight: bold;
}

ul#menu li a:hover {
	color: #c3f445;
	background: none;
}

#home-page a#home-menu,
#archive-page a#archive-menu,
#about-page a#about-menu {
	color: #ddded3;
}

/******* Content *******/

.content {
	line-height: 150%;
	margin: 0 255px 0 20px;
	padding-bottom: 30px;
	font-size: 85%;
}

.content a.image {
	float: left;
	display: block;
	overflow: hidden;
	padding: 5px;
	margin: 1em 1em 0 0;
}

.content a.image:hover {
	background-color: #333;
}

.content img {
	display: block;
	width: 150px;
	border: 1px solid #ddd;
	background-color: #eee;
	text-align: center;
	padding: 5px;
}

h2 {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 80%;
	text-transform: uppercase;
	text-shadow: #000 0 0 0;
	line-height: 200%;
	padding: 10px 35px;
	margin: 0 20px;
}

.content h3 {
	color: #819577;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
	margin: 30px 30px 0 15px;
}

.content h4 {
	color: #444;
	margin: 0 35px;
}

.content h4 + p {
	margin-top: 0;
}

.content ul {
	color: #654e3c;
	list-style-type: square;
	margin:  0 0 20px 85px;
}

.content ol {
	color: #666;
	margin:  0 0 20px 85px;
}

.content ol p {
	margin-left: 0;
}

.content p {
	color: #555;
	margin: 10px 35px 10px;
}

.content blockquote {
	float: right;
	color: #666;
	font-size: 90%;
	font-style: italic;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	line-height: 160%;
	margin: 0 0 10px 30px;
	width: 30%;
}

.content blockquote p {
	margin: 10px 15px;
}

.content code {
	color: #777;
	font-size: 110%;
}

.content pre {
	overflow: auto;
	background: #f7f7f7 url("../images/grid2.gif");
	border: 1px solid #eee;
	padding: 10px 20px;
	font: normal 100%/185% Monaco, "Courier New", Courier, mono;
	margin: 0px 35px 20px;
}

.content pre code {
	color: #333;
}

.content a sup {
	margin: 2px;
}

.content a:hover sup {
}

.content blockquote#lead {
	float: none;
	width: auto;
	color: #333;
	font: normal normal 180%/150% Georgia, "Times New Roman", Times, serif;
	border-top: 0;
	border-bottom: 1px dotted #ccc;
	letter-spacing: -1px;
	padding: 10px 35px;
	margin: 0;
}

.content blockquote#lead p {
	margin: 0;
}

.content blockquote#lead.screencast {
	background: url("../images/screencast.gif") 35px 20px no-repeat;
	min-height: 127px;
}

.content blockquote#lead.podcast {
	background: url("../images/podcast.gif") 35px 20px no-repeat;
	min-height: 127px;
}

.content blockquote#lead.screencast p,
.content blockquote#lead.podcast p {
	margin-left: 95px;
}

.content ul#wordfest-icon {
	list-style: none;
}

.content ul#wordfest-icon li {
	margin-bottom: 10px;
}

.content ul#wordfest-icon img {
	float: left;
	width: auto;
	margin-right: 10px;
}

/******* Transcript *******/

dl#transcript {
	margin: 20px 35px 20px;
	border: 1px solid #ddd;
	font-size: 90%;
}

dl#transcript dt {
	float: left;
	background-color: #f7f7f7;
	width: 76px;
	padding: 7px;
	text-align: right;
}

dl#transcript dd {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 7px;
	margin-left: 90px;
}

dl#transcript dt:first-child + dd {
	border-top-color: #fefff7;
}

dl#transcript dt.person-2 {
	background-color: #daeffd;
}

dl#transcript dt.person-3 {
	background-color: #e4ffdf;
}

/******* Sidebar *******/

.sidebar {
	float: right;
	color: #333;
	width: 235px;
	font-size: 80%;
	margin-right: 20px;
}

.sidebar .meta {
	border-bottom: 1px dotted #ccc;
	padding: 0 10px 20px;
	margin: 20px 0 0;
}

.sidebar .meta.promo {
	padding: 0 3px 3px;
	margin: 3px 0 3px;
}

.sidebar .meta.promo a {
	padding: 0;
}

.sidebar .meta.promo img {
	border: none;
	display: block;
}

.sidebar h3 {
	color: #222;
	font-size: 100%;
	text-transform: uppercase;
	line-height: 200%;
	padding: 10px 0;
	margin: 0 0 0 10px;
}

.sidebar h4 {
	color: #333;
	font-size: 90%;
	margin-top: 10px;
}

.sidebar p {
	margin: 0 0 15px 10px;
}

.sidebar ul {
	list-style: none;
}

.sidebar ul li {
	margin: 5px 0 5px 10px;
}

.sidebar dl dt {
	font-weight: bold;
	margin-left: 10px;
}

.sidebar ul#wordfest {
	list-style-type: square;
	margin: 0 0 15px 20px;
}

/******* Footnotes *******/

#footnotes {
	color: #666;
}

#footnotes h4 {
}

#footnotes ol {
	border-top: 1px dotted #ddd;
	margin: 0 !important;
}

#footnotes ol li {
	margin: 0 35px 0 60px;
}

#footnotes ol li a:hover {
	background-color: #333;
	padding: 2px;
}

/******* Comments *******/

.comment {
	position: relative;
	padding: 30px 0 0;
	border-bottom: 1px dotted #ccc;
}

.comment h3 {
	display: block;
	color: #666;
	background: #f7f7f7 url(../images/dither.gif);
	border: none;
	font-size: 100%;
	padding: 0;
	text-transform: none;
	padding: 5px 10px;
	margin: 0 25px

}

.comment h3 a {
	border: none;
}

.comment h3.allen {
	background: #eef6fe url(../images/dither.gif);
}

.comment h3 small {
	color: #666;
	font-weight: bold;
}

.comment .awards {
	position: absolute;
	right: 55px;
}

.comment .awards a {
	background: none;
	border: none;
	padding: 0;
	margin-left: 2px;
}

.comment img {
	display: inline;
	background: none;
	border: none;
	width: auto;
	padding: 0;
	margin: 0;
}

.comment .message {
	color: #555;
	line-height: 180%;
}

.comment .message pre {
	margin: 0 0 15px;
}

.comment .message blockquote {
	float: none;
	width: auto;
	margin-top: 20px;
}

.comment .message p + blockquote {
	margin-top: 0;
}

.comment .message blockquote p {
	color: #888;
}


/******* Periphery *******/

.content .box {
	color: #444;
	font: normal normal 180%/150% Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px dotted #aaa;
	letter-spacing: -1px;
	padding: 10px 35px 20px;
	margin: 0;
}

.content .box p {
	color: #333;
	font-size: 90%;
	margin: 0 !important;
}

/******* Comment Form *******/

form {
	padding: 30px 35px 0;
}

form fieldset {
	border: none;
}

form p {
	margin: 0;
}

form label {
	display: block;
	margin-bottom: 20px;
}

form label small {
	color: #666;
}

form input {
	display: block;
	width: 99.5%;
	padding: 5px 0;
}

form textarea {
	display: block;
	width: 100%;
	border: none;
	background: #fefff7;
}

form #submit {
	background-color: #f8f8f8;
	padding: 15px;
	margin: 20px 0 0;
	
}

form #submit input {
	width: auto;
	padding: 0;
	margin: 0 auto;
}

form .group {
	background-color: #aaa;
	padding: 1px;
	margin-top: 30px;
	border-style: hidden;
}

form label#message-form {
	color: #fff;
	background-color: #111;
	width: auto;
	border-bottom: 5px solid #97a290;
	text-transform: uppercase;
	padding: 10px;
	margin: 0;
}

form .instruction-form p {
	margin: 10px !important;
}

/******* Table *******/

table {
	width: 100%;
	text-align: center;
	line-height: 200%;
	margin: 0 0 40px;
}

table a {
	color: #4d6486;
	border: none;
	padding: 3px;
}

table a:hover {
	color: #fff;
	background-color: #666;
}

thead td {
	color: #333;
	font-weight: bold;
}

td {
	color: #888;
	vertical-align: top;
	border-bottom: 1px solid #eee;
	padding: 5px 15px;
}

td.left {
	text-align: left;
}

table #date-table {
	width: 20%;
}

table #title-table {
	width: 70%;
}

table #comments-table {
	width: 10%;
}

table #tag-table {
	width: 65%;
}

table #count-table {
	width: 15%;
}

table #distribution-table {
	width: 20%;
}

/******* Footer *******/

#footer {
	color: #666;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
	font-size: 80%;
	line-height: 300%;
	padding: 5px 0;
	margin: 40px 20px;
	clear: both;
}

#footer ul li {
	display: inline;
	border-right: 1px solid #666;
	padding-right: 20px;
	margin-left: 20px;
}

#footer ul li.last {
	border: none;
}

/****************** Hack: Clearing Fix ******************/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */