/*
 * My fancy stylesheet
 */

/* I like light on dark. It's both the future and the past */
body{
	background-color: #010101;
	color: #FFFFFF;
}

a:link{
	color: #FFFFFF;
	text-decoration: none;
}

a:visited{
	color: #DDDDDD;
	text-decoration: none;
}

a:hover{
	color: yellow;
	text-decoration: none;
}


/* Make a fancy header with spacing between words. */
div.navbar{
	border-bottom-color: #FFFD87;
	border-bottom-style: solid;

	border-top-color: #FFFD87;
	border-top-style: solid;

	border-left-color: #FFFD87;
	border-left-style: solid;

	border-right-color: #FFFD87;
	border-right-style: none;

	word-spacing: 2em;
	line-height: 2;
	margin-bottom: 1em;
	margin-top: 1em;
	margin-right: -0.5em;
	padding-left: 2em;

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

/* Don't have spacing between words in a link */
a.headerlink{ word-spacing: normal}

div.content{
	/* Avoid overlapping the sidebar */
	margin-right: 9.5em;
}

div.sidebar{
	border-bottom-color: #FFFD87;
	border-bottom-style: solid;

	border-top-color: #FFFD87;
	border-top-style: none;

	border-left-color: #FFFD87;
	border-left-style: solid;

	border-right-color: #FFFD87;
	border-right-style: solid;

	margin-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1.5em;
	padding-bottom: 1em;
	position: absolute;
	right: 1em;
	top: 0em;

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

div.tagline{
	word-spacing: 1em;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 180%;
}

div.entry{
	font-family: Georgia,Serif;
	color: #FEFEFE;

	border-bottom-color: gray;
	border-bottom-style: solid;

	border-top-color: gray;
	border-top-style: solid;

	border-left-color: gray;
	border-left-style: solid;

	border-right-color: gray;
	border-right-style: solid;

	line-height: 130%;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	margin-bottom: 1.5em;
	margin-left: auto;
	margin-right: auto;

	max-width: 45em;
}

div.quote{
	font-family: Georgia,Serif;
	color: #FEFEFE;
	width: 60%;

	border-bottom-color: #FFFD87;
	border-bottom-style: solid;

	border-top-color: #FFFD87;
	border-top-style: solid;

	border-left-color: #FFFD87;
	border-left-style: solid;

	border-right-color: #FFFD87;
	border-right-style: solid;

	margin-bottom: 1.5em;
	margin-top: 1.5em;
	margin-left: auto;
	margin-right: auto;

	padding: 0.5em 0.5em 0.5em 0.5em;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
a.entry:link{
	text-decoration: underline;
}

a.entry:visited{
	text-decoration: underline;
}

div.entry_header{
	border-bottom-color: gray;
	border-bottom-style: solid;
	font-family: Helvetica, Arial, Sans-Serif;
}

div.entry_content{
	text-align: justify;
	max-width: 40em;
	margin-left: auto;
	margin-right: auto;
	font-size: 100%;
	letter-spacing: 0.05em;
}

div.comments{
	text-align: justify;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
}

.comments a
{
	color: yellow;
}

div.comment{
	font-family: helvetica,sans-serif;
	color: #FFFFFF;
	font-weight: 400;

	border-bottom-color: #FFFD87;
	border-bottom-style: solid;

	border-top-color: #FFFD87;
	border-top-style: solid;

	border-left-color: #FFFD87;
	border-left-style: solid;

	border-right-color: #FFFD87;
	border-right-style: solid;

	margin-bottom: 1.0em;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	/* Avoid overlapping the sidebar */
	margin-right: 0.5em;
}

img.entry_img{
	float: left;
	border: solid #333333;
	margin: 0.5em 0.5em 0.5em 0.5em;
	min-width: 5em;
	max-width: 10em;
	min-height: 5em;
	max-height: 10em;
}

div.entry_date{
}

span.entry_date{
}

.entry_date a:link{
	color: #FFFFFF;
	text-decoration: none;
}

.entry_date a:visited{
	color: #DDDDDD;
	text-decoration: none;
}

div.entry_title{
	margin-top: -1em;
	margin-left: 10em;
	text-indent: -4.5em;
}

span.entry_title{
	font-size: 180%;
	padding-left: 0.5em;
}

ol.entry_list_ordered{
	padding-left: 4.5em;
	margin-top: 0em;
	margin-bottom: 0em;
}

ul.entry_list_unordered{
	padding-left: 4.5em;
	margin-top: 0em;
	margin-bottom: 0em;
}

span.phrase{
	word-spacing: normal;
}

h1{
	margin-top: 1em;
	margin-bottom: 0em;
}

h2{
	margin-top: 0.75em;
	margin-bottom: 0em;
}

p.entry_par{
	margin-bottom: 1.0em;
	margin-top: 0em;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

p.entry_list_par{
	margin-bottom: 1.0em;
	margin-top: 0em;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

/*
 * Create a visible box to collect stuff together in.
 */
div.box{
	border-style: solid;
	border-width: 0.1em;
	margin: 0.3em;
}

/*
 * Gallery classes
 */
div.gallery_div{
	margin: auto;
	width: 90%;
}

div.gallery_navigation{
	text-align: center;
	float: left;
	width: 100%;
}

div.gallery_album{
	float: left;
	border: solid #333333;
	margin: 1em;
	width: 13em;
	height: 13em;

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

div.gallery_album_thumbnail{
	float: left;
	width: 100%;
	height: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.gallery_album_desc{
	text-align: center;
	float: right;
	width: 100%;
	margin-top: auto;
	margin-bottom: auto;
}

img.gallery_thumbnail{
	border: solid #333333;
	margin: 0.5em;
	max-width: 90%;
	max-height: 90%;

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

div.gallery_thumbnail{
	float: left;
	border: solid #333333;
	margin: 1em;
	width: 13em;
	height: 13em;

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

div.gallery_thumbnail_thumbnail{
	width: 100%;
	height: 100%;
	margin: auto;
	text-align: center;
}

div.gallery_image{
	width: 100%;
	float: left;
}

div.gallery_image img{
	max-width: 100%;

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

a.gallery_regular_link{
}

a.gallery_current_link{
	font-size: 145%;
	font-style: italic;
}

