

body {
	color: #333;
	margin: 0;
	font: .8em/1.6em   Arial, Helvetica, sans-serif;
	text-align: center;
}

a:link, a:visited {
	color: #3376b2;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

h1 {
	color: #333333;
	font-size: 110%;
	font-weight: bold;
	margin: 0;
}

h2 {
	color: #6EB457;
	font-size: 150%;
	font-weight: bold;
	text-transform: capitalize;
}

h3 {
	color: #4b4b4b;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	text-transform: capitalize;
	background: left no-repeat url(images/bg_h3.png);
	padding-left: 18px;
}

img {
	display: inline;
	border-style: none;
	margin: 0;
	padding: 0;
}

blockquote {
	color: #000000;
	padding: 10px;
	background: #efefef no-repeat left top url(images/bg_blockquote.gif);
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	text-align: center;
	margin: 10px 0;
}

#content ul {
	list-style: none;
	background: none;
	margin: 0;
	padding: 0;
}

#content li {
	list-style: none;
	background: no-repeat left url(images/bg_li.gif);
	margin: 0;
	padding-left: 20px;
}
	

/* SPECIAL STYLES
--------------------------------------------------- */

a[href$=".rss"], a[href$=".rdf"], a[href$=".xml"] {
	background: url(images/bg_rss.png) no-repeat left top;
	padding-left: 20px;
	padding-top: 1px;
}

a[href^="http://www.haloscan.com/members/rss.php?"] {
	background: url(images/bg_rss.png) no-repeat left top;
	padding-left: 20px;
	padding-top: 1px;
}

a[href^="javascript:HaloScan"] {
	background: url(images/bg_comments.gif) no-repeat left top;
	padding-left: 20px;
	padding-top: 1px;
}

a[href^="javascript:HaloScanTB"] {
	background: url(images/bg_trackback.png) no-repeat left top;
	padding-left: 16px;
	padding-top: 1px;
}


/* LAYOUT STYLES
--------------------------------------------------- */

#container {
	width: 700px;
	margin: 0 auto;
	background: url(images/bg_container.png) repeat-y center;
	padding: 0;
	text-align: left;
}

#masthead {
	height: 150px;
	background: url(images/bg_masthead.png) no-repeat top center;
	margin: 0;
	padding: 0;	
}

#title {
	font: 130% Georgia, Times New Roman, Times, serif;
	color: #ccc;
	padding: 90px 20px 0 25px;
}

#title b {
	color: #ffffff;
	font: normal bold 160% Georgia, Times New Roman, Times, serif;
}

#header {
	padding-top: 20px;
}

#logo {
	width: 450px;
	height: 260px;
	margin-left: 7px;
	display: inline;
}

#nav {
	font-size: 90%;
	width: 200px;
	margin: 0;
	margin: 20px;
	padding: 0;
	text-align: left;
}

#stage {
	background: url(images/bg_container.png) repeat-y center;
}

#content {
	width: 430px;
	margin: 20px 0 20px 5px;
	padding-left: 20px;
}

#sidebar {
	color: #999;
	width: 200px;
	margin: 55px 10px 10px;
	padding: 10px;
	border-left: 1px dotted #ccc;
	font-size: 88%;
}

#footer {
	margin-top: 5px;
	padding: 0 20px 40px 25px;
	background: url(images/bg_footer.png) no-repeat bottom center;
	font-size: 90%;
	color: #999999;
	text-align: left;
}

.clear {
	clear: both;
}


/* SIDEBAR STYLES
--------------------------------------------------- */

#sidebar p {
}

#sidebar img {}

#sidebar img a:hover {}


/* TOOLBAR STYLES
--------------------------------------------------- */

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav a:link, #nav a:visited {
	color: #ccc;
	text-decoration: none;
	display: block;
	background: #1A1817;
	padding: 2px 8px;
	margin: 1px 0;
}

#nav a:hover {
	background: #4D4B47;
	color: #fff;
}

#nav #current {
	background: #4D4B47;
	color: #fff;
}

#nav li .currentAncestor {
	background: #4D4B47;
	color: #fff;
}	
	
#nav ul ul {}

#nav ul ul li {}

#nav ul ul li a:link,#nav ul ul li  a:visited {
	color: #000;
	padding-left: 20px;
	background: #807C75 url(images/bg_subnav.gif) no-repeat left;
}

#nav ul ul li a:hover {
	color: #fff;
}

#nav ul ul li #current {
	color: #ffffff;
	padding-left: 20px;
	background: #807C75 url(images/bg_subnav.gif) no-repeat left;
}
	

/* BREADCRUMB STYLES
--------------------------------------------------- */

#breadcrumbcontainer {
	padding-top: 10px;
	font-size: 90%;
	clear: both;
}

#breadcrumbcontainer ul {
	list-style-type: none;
	margin: 10px 0;
}

#breadcrumbcontainer li {
	display: inline;
	padding: 0;
	background: none;
}

#breadcrumbcontainer a:link {}

#breadcrumbcontainer a:visited {}

#breadcrumbcontainer a:hover {}
	

/* BLOG STYLES
--------------------------------------------------- */

.blog-entry img {
	margin-right: 10px;
	float: left;
	border-style: none;
}

.blog-entry {
	margin-bottom: 40px;
}

.blog-entry-body {}

.blog-entry-title {
	color: #000000;
	font-weight: bold;
	font-size: 110%;
}

.blog-entry-date {
	font-size: 90%;
	padding-left: 20px;
	background: no-repeat left top url(images/bg_date.gif);
	border-bottom: 1px solid #efefef;
	margin-bottom: 10px;
	color: #808080;
	padding-top: 0;
}

.blog-entry-catagory {
}

.blog-entry-comments {
	border-top: 1px solid #efefef;
	font-size: 90%;
	margin: 10px 0;
}

.blog-entry-comments a:link { }

.blog-archive-background {
	width: 680px;
	text-align: center;
	margin: 0 auto;
}

.blog-archive-headings-wrapper {
	background: #fff;
}

.blog-archive-enteries-wrapper {
	border: 1px solid orange;
}

.blog-archive-entries-wrapper .blog-entry {
	text-align: left;
	border-top: 2px solid #dcdcdc;
	background: #fff url(images/bg_footer.png) no-repeat bottom center;
	padding: 20px;
	padding-bottom: 50px;
}

.blog-archive-month {
	background: #1a1716 url(images/bg_masthead.png) no-repeat top;
	color: #fff;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 65px 0;
	font-size: 140%;
	font-weight: bold;
}

.blog-archive-link {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #e6e6e6;
	padding: 0;
}

		
/* FILESHARING STYLES
--------------------------------------------------- */

.filesharing-description {
	margin-bottom: 20px;
}

.filesharing-item {
	margin-bottom: 10px;
}

.filesharing-item-title {
}

.filesharing-item-title a {
	background: url(images/bg_filesharing.gif) no-repeat left;
	padding-left: 20px;
}

.filesharing-item-title a:hover {
}

.filesharing-item-description {
	background: #ecf3fe;
	padding-left: 10px;
	font-size: 85%;
}


/* PHOTO STYLES
--------------------------------------------------- */

/* THUMBNAIL STYLES */

.album-description {
	margin-bottom: 60px;
}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 40px;
	margin-right: 20px;
	display: block;
}

.thumbnail-frame {
    position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame img {
    margin: auto;
    border: none;
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	height: 35px;
	display: block;
	font-size: 90%;
	color: #666;
}

.album-title {
	color: #000000;
	font-weight: bold;
}

.album-description a:link {} 

.thumbnail-frame a {}

.thumbnail-frame a:hover {}

/* FULL IMAGE STYLES */

.photo-background {
	text-align: center;
	background: none #efefef;
}

.photo-navigation {
	margin: 20px;
	border: 1px solid #b3b3b3;
	background: #ffffff;
}

.photo-navigation a {}

.photo-navigation a:hover {}

.photo-frame {
	border: 1px solid #666666;
	padding: 10px;
	background: #ffffff;
	margin-top: 20px;
}

.photo-links {}

.photo-title {
	color: #6db455;
	font-size: 180%;
	font-weight: bold;
}

.photo-caption {
	color: #000000;
	background: #ecf3fe;
}
	

/* CONTACT STYLES
--------------------------------------------------- */

.message-text {}

.required-text {}

.form-input-field {}

.form-input-button {}

.message-text {}

.required-text {}

.form-input-field {}

.form-input-button {}	


/* QUICKTIME STYLES
--------------------------------------------------- */

.movie-description {
	margin-top: 20px;
}

/* THUMBNAIL STYLES */

.movie-page-title {
	color: #000000;
	font-weight: bold;
}

.movie-page-description {
	margin-bottom: 15px;
}

.movie-thumbnail-frame {
	text-align: center;
	margin-bottom: 15px;
}

.movie-thumbnail-caption {
	font-size: 90%;
	background: #ecf3fe;
}

/* FULL MOVIE STYLES */

.movie-background {}

.movie-frame {
	text-align: center;
}

.movie-title {
	margin: 5px;
	color: #000000;
	font-weight: bold;
}	