body
{
	font-family: helvetica, "sans serif";
    font-weight: normal;
    color: #000000;
    margin-top:20px;
    margin-bottom:1em;
    margin-left:20px;
    margin-right:20px;
    background-color:#4F5559;
}
h1,h2,h3,h4,h5,h6
{
	color:#333;
	text-align:left;
}
h1
{
    font-size: x-large;
    clear:both;
    margin-top:0;
    padding-top:0.25em;
}
h2
{
    font-size: medium;
    margin-bottom:0.5em;
}
h3
{
    text-indent:1em;
}
p
{
	line-height:1.8em;
	margin-left:0em;
	margin-top:1.5em;
	margin-bottom:1.5em;
}

img
{
    border:0;
}
hr
{
    clear: both;
    color: #666666;
    background-color: transparent;
	text-align:left;
}
table
{
	empty-cells:show;
	border-collapse:collapse;
}
thead
{
	font-weight:900;
}
blockquote
{
	font-style: italic;
	color:#333;
	margin-bottom:1.5em;
	margin-top: 2em;
}
blockquote p {
    text-indent:0;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
blockquote[cite]:after
{
	content: attr(cite);
	display:block;
	font-size:smaller;
}
blockquote.pullout, *.pullout
{
	float:left;
	width:20em;
	color:#000;
	background-color:#eee;
	background-color:RGBA(200,200,200,0.5);
	border:#666 1px solid; 
	padding:0.5em; 
	margin:0.5em;
}
blockquote.random
{
    clear:both;
    text-align:center;
    font-size:smaller;
}


/* Forms */
label
{
	margin-right:1em;
	padding-top:0.2em;
	vertical-align:top;
	text-align:left;
	width:6em;
	clear:left;
	float:left;
}
input, textarea, select
{
    margin:3px;
}
input, textarea
{
	padding:3px;
}

input[type="text"]:focus, textarea:focus
{
	border:2px solid #009;
}
code
{
	font-family:'Courier', Monospace;
	font-size:small;
	width:20em;
}
code em
{
	color:Red;
}
code.block
{
	white-space:pre;
	line-height:normal;
	display:block;
	width:100%;
    border:1pt dashed #333;
    padding:0.5em;
    background-color:#eee;
}

/* Lists */
ul
{
    margin-bottom: 1em;
    margin-top: 0.0em;
    margin-left:2em;
    padding-left:0;
}
ul li
{
	line-height:1.8em;
	list-style-type: disc;
	list-style-position:outside;
	max-width:40em;
}
.listheader
{
	font-weight: bolder;
}

/* Links */
a:link
{
	color: #007;
	background-color: transparent;
	text-decoration: underline;
}
a:visited
{
	color:#666;
}
a:hover, a:focus
{
    color: #fff;
    background-color:#2E2E2E;
    text-decoration:underline;
}
#Main a[href^="http:"]
{
	/* External icon from http://www.web-graphics.com/mtarchive/000305.php#000305 */
	background:url("/images/aoutside.gif") 100% 50% no-repeat;
	padding-right:10px;
}
#Main a[href^="http:"]:hover
{
	/* External icon from http://www.web-graphics.com/mtarchive/000305.php#000305 */
	background:#2E2E2E url("/images/aoutside.gif") 100% 50% no-repeat;
	padding-right:10px;
}
#Main a[href^="http://www.mikejorgensen.com"]
{
	background:inherit;
	padding-right:0px;
}
.center
{
	text-align:center;
}
.small
{
    background-color:transparent;
    font-size:smaller;
}
.header
{
	font-weight:900;
	vertical-align:top;
}
.wishlistitem
{
	border-bottom:1px solid #ccc;
	padding-bottom:1em;
	padding-top:1em;
}
.wishlistitem > a
{
	background:inherit;
}
.strong
{
	font-weight:bold;
}
.error
{
	color:red;
	background-color:Transparent;
	margin-left:0.5em;
}
.byline
{
	font-size:smaller;
	margin-bottom:1em;
}


/*Template Style*/
#Header
{
	background-color:#2E2E2E;
	padding:0.5em;
	text-align: center;
}
#Nav
{
	background-color:transparent;
	border-bottom:solid 1px #999;
}
ul#NavBar
{
	position:relative;
	top:0.7em;
	margin:0;
	padding:0;
	text-align:center;
}
ul#NavBar li
{
	display:inline;
	list-style-type: none;
	margin:0;
	padding:0;
	line-height:normal;
}
ul#NavBar li a
{
    text-decoration: none;
    color:#333;
    background-color:#fff;    
    font-weight: bold;
    font-size: small;
    padding-left:1em;
    padding-right:1em;
    margin:-.2em;
    border-top:1px solid #333;
    border-bottom:1px solid #333;
    border-left:1px solid #999;
    border-right:1px solid #999;
}
ul#NavBar li#selected a
{
    color:#fff;
    background-color:#2E2E2E;
}
ul#NavBar > li:first-child > a:first-child
{
	border-left:1px solid #333;
}
ul#NavBar >  li:last-child > a:first-child
{
	border-right:1px solid #333;
}
ul#NavBar li a:hover
{
	color:#000;
    background-color:#aaa;
}

/* General Layout */
#Main
{
	border:2px solid #333;
	float:left;
	width:100%;
	margin-bottom:1em;
	background-color:#fff;
	line-height:1.5em;
}
#MainContent
{
	font-size:9pt;
	padding:1em;
	margin-top:0.5em;
}


/*Footer Template*/
.legal
{
    clear:both;
    margin-left:2em;
    margin-bottom:2em;
    font-size: x-small;
    color:#ddd;
}
.legal a, .legal a:visited
{
    text-decoration:none;
    font-size: x-small;
    color:#ddd;
}
.legal a:hover
{
	text-decoration:underline;
	color:#EBAB00;
	background-color:Transparent;
}

/*Blog Style*/
.Entry
{
	width:45em;
	margin-top:1em;
	margin-bottom:1em;
	padding-bottom:1em;
/*	border-bottom:1px dotted #666; */
}
.Entry blockquote {
	background: url(/images/quote.gif) no-repeat;
	padding-left: 40px;
	width: 35em;
}

.Entry h1, .CommentHeader
{
	color:#333;
	font-size:large;
	margin-bottom:1em;
}
.CommentHeader {
	font-weight: bold;
	font-size: small;
}
.EntryDate
{
	color:#666;
	font-size:x-small;
}
.EntryBody
{
	clear:both;
}
.Comments
{
	color:#666;
	background-color:Transparent;
}
.Comment
{
	width:100%;
	margin-bottom:1em;
}
.CommentAttribution
{
	color:#666;
	background-color:Transparent;
	padding-left:2em;
	padding-bottom:1em;
	border-bottom:1px dotted #666;
	margin-bottom:1em;
}
#BlogUtilityMenu, #SideMenu
{
	float:left;
	width:200px; 
	margin-left:1em;
	padding-left:1em;
	border-left:1px dotted #666;
}
#SideMenu label 
{
	clear: both;
	float: none;
	position: relative; 
	top: 0.25em
}
.ArchiveBox, .MenuBox
{
	padding:0.5em;
}
.ArchiveHeader, .MenuHeader
{
	font-size:small;
	font-weight:bold;
	border-bottom:1px dotted #666;
	position:relative;
	left:-0.5em;
	margin-bottom:1em;
}
#RecentEntries
{
	float:left;
	padding:0.5em;
	margin-bottom:1em;
	color:#000;
	background-color:#999;
	border:2px solid #333;
	width:20em;
	margin-right:1em;
}
#RecentEntries .Header
{
	font-weight:bold;
	font-size:medium;
}
#RecentEntries .Footer
{
	font-size:xx-small;
	padding:0.5em;
}
ul.RecentEntries
{
	margin-bottom:1em;
	margin-top:1em;
	margin-left:0;
	margin-right:0;
}
ul.RecentEntries li
{
	list-style-type:none;
	margin-left: 0;
	padding-left:0;
	text-align:left;
	padding-bottom:0.25em;
	line-height:normal;
	width:15em;
	color:#fff;
}
ul.RecentEntries li a
{
	color:#000;
	background-color:Transparent;
}
ul.RecentEntries li a:hover
{
	color: #fff;
    background-color: #2E2E2E;
    text-decoration:none;
}

/*Photos*/
img.photo
{
    border: 1px solid #999;
    padding:0.4em;
}
.photo:hover {
	background: transparent;
}
.TextLinks
{
	background-color:#ddd;
	color:#006;
	margin-top:0.5em;
	margin-bottom:0.5em;
	padding:0.5em;
	width:25em;
	font-size:x-small;
	border-top:solid 1px #666;
	border-left:solid 1px #666;
	border-bottom:solid 1px #666;
}
.rightcaption
{
    padding-left: 1em;
    font-size: x-small;
    float: left;
    width:8em;
}
#RecentPhotos
{
	padding:0.5em;
	margin-bottom:1em;
	margin-top:1em;
	background-color:#004;
	border:2px solid #333;
	color:#ffffff;
	position:relative;
	top:0em;
	left:-4em;
	width:20em;
}
#RecentPhotos .Header
{
	font-weight:bold;
	font-size:medium;
}
#RecentPhotos .Footer
{
	font-size:xx-small;
	padding:0.5em;
}
#RecentPhotos a
{
	color:#fff;
}
#RecentPhotos a:hover
{
    color: #fff;
    background-color: #EBAB00;
    text-decoration: none;
}
ul.RecentPhotos
{
	margin-bottom:1em;
	margin-top:1em;
	margin-left:0;
	margin-right:0;
}
ul.RecentPhotos li
{
	list-style-type:none;
	margin-left: 0;
	padding-left:0;
	text-align:left;
	padding-bottom:0.25em;
	line-height:normal;
	width:20em;
	color:#999;
}
.RecentPhotos .Date { 
	margin-left: 1em;
	color: #333	
}
