#content
{
	width: 729px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFF;
	/*background-color: #FC6;*/
}

body
{
	margin: 20px 20px 20px 20px;
	background: #630;
	text-align: center;
}

A
{
	color: #993300;
	text-decoration: none;
	font-weight: normal;
}

A:link
{
	color: #993300;
	text-decoration: none;
}

A:visited
{
	color: #993300;
	text-decoration: none;
}

A:active { color: #C90; }
A:hover { color: #C90; }

h1, h2, h3
{
	margin: 0px;
	padding: 0px;
}

#nav
{
	background: #fff;
	border-width: 1px 0px 1px 0px;
	border-style: dotted none dotted none;
	border-color: #ccc;
	text-align: center;
}

#nav a img
{
	height: 46px;
	width: 90px;
	text-align: center;
}

#nav a#advert img { background: url(http://www.smoghat.com/jon/vault/images/nav_advert.gif) top left no-repeat; }
#nav a#web img { background: url(http://www.smoghat.com/jon/vault/images/nav_web.gif) top left no-repeat; }
#nav a#edit img { background: url(http://www.smoghat.com/jon/vault/images/nav_edit.gif) top left no-repeat; }
#nav a#coll img { background: url(http://www.smoghat.com/jon/vault/images/nav_coll.gif) top left no-repeat; }
#nav a#id img { background: url(http://www.smoghat.com/jon/vault/images/nav_id.gif) top left no-repeat; }
#nav a#resume img { background: url(http://www.smoghat.com/jon/vault/images/nav_resume.gif) top left no-repeat; }

#nav a#contact img
{
	width: 165px;
	background: url(http://www.smoghat.com/jon/vault/images/nav_contact.gif) top left no-repeat;
}

#nav a#advert:hover img { background: url(http://www.smoghat.com/jon/vault/images/nav_advert_hover.gif) top left no-repeat; }
#nav a#web:hover img { background: url(http://www.smoghat.com/jon/vault/images/nav_web_hover.gif) top left no-repeat; }
#nav a#edit:hover img { background: url(http://www.smoghat.com/jon/vault/images/nav_edit_hover.gif) top left no-repeat; }
#nav a#coll:hover img { background: url(http://www.smoghat.com/jon/vault/images/nav_coll_hover.gif) top left no-repeat; }
#nav a#id:hover img { background: url(http://www.smoghat.com/jon/vault/images/nav_id_hover.gif) top left no-repeat; }
#nav a#resume:hover img { background: url(http://www.smoghat.com/jon/vault/images/nav_resume_hover.gif) top left no-repeat; }

#nav a#contact:hover img
{
	width: 165px;
	background: url(http://www.smoghat.com/jon/vault/images/nav_contact_hover.gif) top left no-repeat;
}

#nav a#advert:active img { background: url(http://www.smoghat.com/jon/vault/images/nav_advert_active.gif) top left no-repeat; }
#nav a#web:active img { background: url(http://www.smoghat.com/jon/vault/images/nav_web_active.gif) top left no-repeat; }
#nav a#edit:active img { background: url(http://www.smoghat.com/jon/vault/images/nav_edit_active.gif) top left no-repeat; }
#nav a#coll:active img { background: url(http://www.smoghat.com/jon/vault/images/nav_coll_active.gif) top left no-repeat; }
#nav a#id:active img { background: url(http://www.smoghat.com/jon/vault/images/nav_id_active.gif) top left no-repeat; }
#nav a#resume:active img { background: url(http://www.smoghat.com/jon/vault/images/nav_resume_active.gif) top left no-repeat; }

#nav a#contact:active img
{
	width: 165px;
	background: url(http://www.smoghat.com/jon/vault/images/nav_contact_active.gif) top left no-repeat;
}

.description
{
	font-family: verdana, arial, sans-serif;
	color: #FFF;
	font-size: x-small;
	font-weight: bold;
	background: #993300;
	text-transform: none;
}

#top
{
	height: 223px;
}

#container { background: #FFF; 
	/*border: #900 1px solid;*/
}
#container img { padding: 12px; }

#catcontainer { background: #FFF;}

#holding
{
	background-image: url(http://www.smoghat.com/jon/vault/images/sidebarbg.gif);
	background-repeat: repeat-y;
	background-position: right;
	/*border: #0C6 1px solid;*/
	/*
background-color: transparent;
	background: #fff;
*/
}

#sidebar
{
	background: #FC6;
	padding: 15px;
	float: right;
	width: 123px;
}

#sidebar a
{
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	margin: 0 0 5px 0;
}

#sidebar a:hover
{
	background: #630;
	padding: 2px;
}

#item
{
	float: left;
	width: 574px;
	color: #333;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	margin: 0 0 15px 0;
	background: #fff;
	/*border: #900 1px solid;*/
	padding: 10px 0 0 0;
}

#item img
{
	border-color: #333;
	border-width: 1px;
	border-style: solid;
	text-align: center;
}

#item #logo img
{
	border-color: #FFF;
	border-width: 1px;
	border-style: solid;
	text-align: center;
}

#thumbsholder
{
	margin: 0px 15px 30px 15px;
	padding: 0 0 15px 0;
	color: #333;
	background: #fff;
}

#thumbsholder p
{
	font-family: Tahoma, verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin: 0 200px 15px 30px;
}

.thumb
{
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	margin: 15px;
	float: left;
}

.thumb a { border-color: #666; }
.thumb a:hover { border-color: #960; }

.blogbody
{
	font-family: verdana, arial, sans-serif;
	color: #666;
	font-size: small;
	font-weight: normal;
	background: #FFF;
	line-height: 16px;
}

.blogbody a,
	.blogbody a:link,
	.blogbody a:visited,
	.blogbody a:active,
	.blogbody a:hover
{
	font-weight: normal;
	text-decoration: underline;
}

.title
{
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #003366;

}

.bigtitle
{
	color: #666;
	font-family: tahoma, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0 15px 30px;
}

#menu
{
	margin-bottom: 15px;
	background: #FFF;
	text-align: center;
}

.date
{
	font-family: verdana, arial, sans-serif;
	font-size: small;
	color: #666;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
	font-weight: bold;
}

.cathead
{
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	color: #003366;
	margin-bottom: 25px;
}

.calendar
{
	font-family: verdana, arial, sans-serif;
	color: #FFF;
	font-size: x-small;
	font-weight: normal;
	background: #FF9933;
	line-height: 140%;
	padding: 2px;
	text-align: center;
}

.calendarhead
{
	font-family: verdana, arial, sans-serif;
	color: #FFF;
	font-size: x-small;
	font-weight: bold;
	background: #FF9933;
	line-height: 140%;
	padding: 2px;
}

.side
{
	font-family: verdana, arial, sans-serif;
	color: #333;
	font-size: 9px;
	font-weight: normal;
	background: #FC6;
	line-height: 140%;
	padding: 2px;
}

.side p { margin: 0 0 8px 0; }

.sidetitle
{
	font-family: verdana, arial, sans-serif;
	color: #FFF;
	font-size: 9px;
	font-weight: normal;
	line-height: 140%;
	padding: 2px;
	margin-top: 10px;
	letter-spacing: .1em;
	border-bottom: 1px dotted #FFF;
	text-align: center;
	background: #FC6;
}
