/* ianw.org simple stylesheet */
/* by ian westcott; revised 2011 */


/* reset everything */
* {
	margin: 0;
	padding: 0;
}

/* enforce full width*/
html, body {
	width: 100%;
}

/* general element declarations */
body {
	font-family: helvetica, arial, sans-serif;
	background-color: #fff;
	color: #666666;
	font-size: 62.5%;
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
}

a:active {
}

img {
	vertical-align: bottom;
	border: 0px;
}

div#header {
	clear: both;
	margin: 0 auto;
	width: 720px;
	padding-top: 4em;
}

div#article {
	clear: both;
	margin: 0 auto;
	width: 720px;
}

div#footer {
	clear: both;
	margin: 0 auto;
	width: 720px;
	padding-bottom: 12em;
}

h1 {
	float: left;
	font-size: 11.25em;
	height: 1.2em;
	font-weight: normal;
	color: #000;
	letter-spacing: 0.1em;
	white-space: nowrap;
	overflow: hidden;
}

h2 {
	float: left;
	font-size: 3.5em;
	height: 1.2em;
	font-weight: bold;
	color: #000;
	letter-spacing: 0.25em;
	white-space: nowrap;
	overflow: hidden;
}

blockquote {
  margin: 1em;
}

ul {
  margin: 1em;
}

/* fade effects */

.silk {
	opacity: 0.1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);
}
.silk:hover {
	opacity: 0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);	
}

/* articles */

div#articles {
	clear: both;
	float: left;
	margin: 2em 0em 1.5em 0em;
}

div#articles div.article {
	clear: both;
	float: left;
	padding: 1em;
	margin-bottom: 3px;
	border-radius: 5px;
	font-size: 1.3em;
}

div#articles div.article:hover {
	background-color: #E6E6E6;
}

.article-body {
	float: left;
	width: 45em;
}

.article-body div {
	clear: both;
}

a.timestamp {
	color: #cccccc;
	font-size: 0.8em;
	font-style: italic;
}

.article-body img {
	vertical-align: middle;
	margin: 0 4px 4px 0;
	border-radius: 4px;
}

img.album-art {
	float: left;
}

div.no-album-art {
	float: left;
	width: 62px;
	height: 62px;
	margin: 0 4px 4px 0;
	border-radius: 4px;
	border: 1px solid #cccccc;
	color: #cccccc;
	font-size: 0.9em;
	line-height: 64px;
	text-align: center;
	font-style: italic;
}

p.post-title {
	font-size: 1.8em;
	font-weight: bold;
}

div#articles p.description {
	float: left;
	width: 3em;
	padding-top: 1px;
	padding-bottom: 5px;
	font-size: 1.2em;
	font-style: italic;
}

blockquote.quote {
  line-height: 1.5em;
}

/* footer links */

div#linkbar {
	clear: both;
	float: left;
	margin: 1.5em 1em 2em 1em;
	
}

p#seealso {
	clear: both;
	float: left;
	width: 6em;
	font-size: 1.3em;
	font-style: italic;
	margin: 1.5em 0em 0.5em 0em;
}

ul#links {
	float: left;
	margin: 0em;
	list-style-type: none;
}

ul#links li {
	margin: 1em 0.4em 0.5em 0em;
	font-size: 1.6em;
	float: left;
}

.icon {
	width: 18px;
	height: 18px;
	border: 0px;
}

#link-desc {
	float: left;
	margin: 1.5em 0em 0.5em 0em;
	font-size: 1.3em;
}

/* error pages */

body#error {
  overflow: hidden;
}

h1.error {
	font-size: 10000%;
	color: #cccccc;
	line-height: 1em;
	letter-spacing: -0.11em;
	position: absolute;
	top: -0.2em;
	left: -0.1em;
	margin: 0;
	padding: 0;
}

p.notfound {
  font-size: 36pt;
  font-weight: bold;
  color: #666666;
  letter-spacing: 0.5em;
  word-spacing: 1.5em;
  position: absolute;
  top: 75%;
  left: 45%;
}
