html
{
	background: black url(../images/sorcerers-isle.bkg.jpg) bottom right no-repeat fixed;
	height: 100%;
}

body
{
	max-width: 700px;
	height: auto;
	border: solid 1px black;
	border-width: 0 1px;
	margin: 0 auto;
	padding-bottom: 1em;

	background: url(../images/translucent.png);

	color: #CCC;
	font-family: Liberation Sans, Arial, sans-serif;
}

header,nav,section,article,figure,legend,dialog,aside,footer { display: block; }

header
{
	display: block;
	border-bottom: solid 1px black;
	margin-bottom: 0.5em;
}

p,h1,h2,h3,h4,h5,pre
{
	margin: 0.5em;
}

h1,h2,h3,h4,h5
{
	text-align: center;
	font-variant: small-caps;
}

ul,
ol
{
	margin: 0.5em 1.5em;
}

ul li,
ol li
{
	margin: 0.5em 0;
	margin-left: 0.5em;
	padding-left: 0.25em;
}

#intro
{
	display: block;
	float: left; clear: left;
	width: 50%;
}

#tags
{
	display: block;
	float: right; clear: right;
	width: 50%;
}

#tags ul
{
	list-style: none;
	text-align: center;
	font-size: 0.8em;
}

#tags ul li
{
	display: inline;
	margin: 0 0.5em;
	border: solid 1px transparent;
	padding: 0.25em 0;
	white-space: nowrap;
}

#tags ul li.selected,
#page-nav .pages li.current
{
	
	background: url(../images/translucent.png);
	border: solid 1px black;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	font-size: 1.2em;
}


#tags ul li a
{
	font-size: 1.4em;
}


#tags button.toggle
{
	float: right; clear: right;
	margin: 1em 2em;

	background: none;
	color: #CCF;
	
	font-size: 0.7em;
}

#tags button.toggle:hover
{
	color: #EC9;
	cursor: pointer;
}


a
{
	color: #CCF;
}

a:hover
{
	color: #EC9;
}


#articles
{
	float:none; clear: both;
	margin-top: 1em;
}


#articles h2
{
	font-size: 1.4em;
}

.article h2
{
	font-size: 1.3em;
	margin-top: 1em;
}

.article h3
{
	font-size: 1.1em;
	margin-top: 1em;
}


article aside,
.article .aside
{
	margin: 0.75em 0;
}


article aside dl *,
.article .aside dl *
{
	display: inline;
}


article aside dl,
.article .aside dl
{
	font-size: 0.8em;
	text-align: center;
}


article aside dl dt,
.article .aside dl dt
{
	margin-left: 1em;
	font-weight: normal;
}


article aside dl dd,
.article .aside dl dd
{
	margin-right: 0.5em;
	font-weight: bold;
}


article article,
.article div.article
{
	margin: 1.5em 0.5em;
}


article,
div.article
{
	display: block;
	width: auto;
	margin: 0.5em;
	padding: 0.5em;
}


article h1,
div.article h1
{
	font-size: 1.6em;
}


#comments
{
	margin: 1em;
	border-top: solid 1px #666;
	padding-top: 0.5em;
}


#comments dialog
{
	display: block;
	width: auto;
	margin: 0.5em 0em;
	padding: 0.5em;
}


#comments dialog dt
{
	margin-top: 0.5em;
	font-weight: bold;
}

#comments dialog dd
{
	padding: 0.5em 1em 1em;
}



#comments form
{
	width: 70%;
	margin: 2em auto 0;
	border: solid 1px #666;
	padding: 1em;

	-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}


#comments form fieldset
{
	margin: 0.25em 0;
}


#comments form fieldset .field
{
	float: left; clear: both;
	margin: 0.5em 0;
	width: 100%;
}


#comments form fieldset .field label
{
	display: block;
	float: left; clear: left;
	width: 28%;
	padding-right: 2%;
	text-align: right;
	cursor: pointer;
}


#comments form fieldset .field input.edit,
#comments form fieldset .field select,
#comments form fieldset .field textarea,
#comments form fieldset textarea
{
	display: block;
	float: left; clear: none;
	width: 55%;
	padding: 0.1em;
	background: none;
	color: white;
	border-color: #CCC;
	border-style: solid;
}


#comments form fieldset .field input.box
{
	display: block;
	float: left; clear: none;
	margin-top: 0.2em;
	margin-right: 0.2em;
	background: none;
	border-width: 1px;
}


#comments form fieldset .field label.hint
{
	display: block;
	float: left; clear: none;
	padding: 0 0.25em;
	width: 60%;
	text-align: left;
}


#comments form fieldset .field input.edit
{
	border-bottom-width: 1px;
}


#comments form fieldset textarea
{
	border-width: 1px;
	min-height: 5em;
	margin: 1em auto;
	width: 95%;
	float: none; clear: both;
}


#comments form fieldset .field small.hint
{
	display: block;
	float: none; clear: both;
	margin-left: 30%;
	padding-top: 0.25em;
}

#comments form fieldset .field .hint
{
	color: #888;
	font-size: 0.9em;
}






#comments form fieldset.controls
{
	margin-left: 27%;
}


#comments form fieldset.controls button
{
	margin: 1em 3%;
	border-width: 1px;
	padding: 0.2em 0;
	width: 7em;
	background: none;
	color: #CCC;
	
	-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


#page-nav
{
	width: 70%;
	margin: 2em auto 0;
	text-align: center;
}

#page-nav .pages
{
	list-style: none;
	display: inline;
}

#page-nav .pages li
{
	display: inline;
}




a.photo, a.image
{
	display: block;
	margin: auto;
	text-align: center;
}

a.w320 { width: 324px; }
a.w480 { width: 484px; }
a.w512 { width: 512px; }
a.w640 { width: 644px; }

a.photo.inline
{
	display: inline;
	margin: 0 0.25em;
}

img.photo,img.single
{
	border: solid 2px #808080;
}


img.inline
{
	margin: 1em;
}

.inline.left
{
	float: left;
}

.inline.right
{
	float: right;
}

#simple-zoom img
{
	border: solid 0.5em #808080;
	outline: solid 1px black;
}


article code.inline,
.article code.inline
{
	display: inline;
	font-family: monospace;
}

article code.block,
.article code.block
{
	display: block;
	margin: 1em;
	border: solid 1px black;
	padding: 0.5em;
	background: url(../images/translucent.png);
	white-space: pre;
	overflow: auto;
}

article label.code,
.article label.code
{
	display:block;
	margin: 1.5em 0.5em 0em;
}


article dfn.code,
.article dfn.code
{
	font-family:monospace;
	font-style:normal;
	font-weight:bold;
}



article blockquote,
.article blockquote
{
	display: block;
	margin: 0.5em;
	border: solid 1px black;
	padding: 0.5em;
	background: url(../images/translucent.png);
}

article .a,
.article .a
{
	color: #AAA;
}


article .c,
.article .c
{
	display:block;
	text-align: center;
	font-size: 1.1em;
	margin: 1em auto;
}


article em.highlight,
.article em.highlight
{
	display: block;
	margin: 1.5em;
	border: solid 2px silver;
	padding: 1em;
	background: url(../images/translucent.png);
	
	font-weight: bold;
	font-style: normal;
	
	color: white;
}


article ul.compact,
.article ul.compact
{
	font-size: 0.9em;
}


article .col2,
.article .col2
{
	width: 50%;
	margin: 0;
	clear:none;
}

.article .left
{
	float:left;
}

.article .right
{
	float:right;
}
