body
{
    font-weight: normal;
    font-size: small;
    margin: 0px;
    color: #000000;
    font-family: 'verdana', 'arial', 'ms sans serif', sans-serif;
    background-color: #ffffff;
    background-repeat:no-repeat;
    margin-top:0;
    margin-bottom:1em;
}
h1
{
    font-family: 'century gothic', sans-serif;
    font-size: x-large;
    text-align: center;
    text-align:left;
    clear:both;
}
h2
{
    font-family: 'century gothic', sans-serif;
    font-size: medium;
    text-align:left;
    margin-bottom:0.5em;
    /*clear:both;*/
}
h3
{
    text-align: center;
    clear:both;
}
img
{
    border:0;
}
img.photo
{
    border: 2pt solid black;
}
hr
{
    clear: both;
    color: #666666;
    background-color: transparent;
	font-size:small;
	text-align:left;

}
p
{
	text-indent:0em;
	margin-left:1em;
	margin-top:0;
	margin-bottom:0.5em;
}
table
{
	empty-cells:show;
	border-collapse:collapse;
}
thead
{
	font-weight:900;
}
blockquote
{
	font-style:italic;
	color:#666666;
}
label
{
	margin-right:1em;
	padding-top:0.2em;
	vertical-align:top;
	text-align:left;
	width:6em;
	font-size:x-small;
	clear:left;
	float:left;
}
input, textarea
{
    font-family:'Verdana', 'Arial', sans-serif;
    font-size:x-small;
}
code
{
	font-family:'Courier', Monospace;
	font-size:small;
	width:20em;
	white-space:pre;
}
ul
{
    font-weight: bolder;
    font-size: medium;
    margin: 2em;
    margin-bottom: 1em;
    margin-top: 0.0em;
    margin-left:2em;
    padding-left:0;
}
ul li
{
	font-size: small;
	font-weight: 500;
	list-style-type: disc;
}
a
{
	color: #006600;
	background-color: transparent;
	text-decoration: underline;
}
a:visited
{
	color:#666666;
}
a:hover
{
    color: black;
    background-color: transparent;
    text-decoration:underline;
}
.rightcaption
{
    padding-left: 1em;
    font-size: x-small;
    float: left;
    width:8em;
}
.listheader
{
	font-weight: bolder;
	font-size: small;
}
.center
{
	text-align:center;
}
.small
{
    color:#666666;
    background-color:transparent;
    font-size:x-small;
}
.pageindent
{
	margin-left:1em;
}
#Header
{
	font-weight:900;
	vertical-align:top;
	background-color:#006;
	width:100%;
}
.wishlistitem
{
	border-bottom-color:#cccccc;
	border-bottom-width:1px;
	border-bottom-style:solid;
	padding-bottom:1em;
	padding-top:1em;
}
.strong
{
	font-weight:bold;
}
.byline
{
	margin-bottom:1em;
}

#randomquote
{
    font-family:'Times',serif;
    clear:both;
    text-align:center;
    border:0px solid #666666;
    font-size:small;
}

/*Header Style*/
#Nav
{
	/*position:absolute;
	top:56px;
	left:200px;
	background-color:transparent;*/
	background-color:#999;
	border-bottom:solid 1px black;
}
ul#NavBar
{
	margin:0;
	padding:0;
	padding-top:0.5em;
}
ul#NavBar li
{
	display:inline;
	list-style-type: none;
	margin:0;
	padding:0;
	margin-left:0.5em;
}
ul#NavBar li a
{
    font-family: 'century gothic', sans-serif;
    text-decoration: none;
    color:#fff;
    font-weight: 900;
    font-size: small;
    padding-left:1em;
    padding-right:1em;
    border-top:1px solid #ffffff;
    border-left:1px solid #ffffff;
    border-right:1px solid #ffffff;
    border-bottom:0px;
    margin:0;
}
ul#NavBar li#selected a, ul#NavBar li a:hover
{
    color:#000000;
    background-color:#ffffff;
    border-top:1px solid black;
    border-left:1px solid black;
    border-right:1px solid black;
    border-bottom:1px solid white;
}
#MainContent
{
	padding:1em;
}


/*Footer Template*/
.legal
{
    font-size: x-small;
    color:#666666;
}
.legal a
{
	text-decoration:none;
	font-size: x-small;
    color:#666666;
}
.legal a:hover
{
	text-decoration:underline;
    color:#000000;
}


/*Blog Style*/
.Entry
{
	width:40em;
	margin-top:1em;
	margin-bottom:1em;
}
.EntryHeader
{
	background-color:transparent;
	color:#000066;
	font-size:small;
}
.EntryTitle
{
	color:#000066;
	float:left;
	text-decoration:none;
	font-weight:bold;	
}
.EntryTitle:visited
{
	color:#000066;
	background-color:Transparent;
}
.EntryDate
{
	float:right;
	color:#666666;
	font-size:x-small;
}
.EntryBody
{
	clear:both;
	padding:1em;
}
.Comments
{
	color:#666666;
	background-color:Transparent;
}
.CommentHeader
{
	width:100%;
	font-family:'Times',serif;
	font-size:medium;
	margin-top:2em;
	margin-bottom:1em;
	border-bottom:1px solid #666666;
	font-weight:bold;
}
.Comment
{
	width:100%;
	font-family:'Times',serif;
	font-size:medium;
	margin-bottom:1em;
}
.CommentAttribution
{
	color:#666666;
	background-color:Transparent;
	font-family:'Times',serif;
	margin-left:2em;
}
hr.Entry
{
	width:40em;
}
#ArchiveBox
{
	border-color:#000066;
	border-width:2pt;
	border-style:solid;
	padding:0.5em;
	margin-top:1em;
	margin-left:1em;
	float:left;
	width:200px; 
}
#ArchiveHeader
{
	text-align:center;
	font-size:medium;
	font-variant:small-caps;
	font-weight:bold;
	width:100%;
}
#RecentEntries
{
	float:left;
	padding:0.5em;
	margin-bottom:1em;
	background-color:#CC9966;
	border:2px solid #663333;
	color:#333;
	width:20em;
	margin-right:1em;
}
#RecentEntries a
{
	color:#000;
}
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;
}

/*Photos*/
#RecentPhotos
{
	padding:0.5em;
	margin-bottom:1em;
	margin-top:1em;
	background-color:#66cc66;
	border:2px solid #336633;
	color:#333;
	position:relative;
	top:0em;
	left:-4em;
	width:20em;
}
#RecentPhotos a
{
	color:#333;
}
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:#fff;
}
