/* 
      seyDoggy 2hadow r1 for RapidWeaver 3.5 - updated December 10, 2006
      for support issues, please contact support@seydoggy.com
*/

/* @group General Styles */

body {
	font-family: Geneva, Arial, Helvetica, Verdana, Trebuchet MS, sans-serif;
	font-size: 1.0em;
	margin: 0px;
	padding: 0px 20px;
	color: #f3f3f3;
	background-color: #1e1e1e;
	min-width: 700px;
	}

p { }
b, strong { }

a:link, a:visited {
	text-decoration: none;
	color: #6b8c00;
	}

a:hover, a:active {
	text-decoration: underline;
	color: #506800;
	}

img { }
a img { border: none; }

.image-left {
	float: left;
	margin: 5px 5px 5px 0px;
	}

.image-right {
	float: right;
	margin: 5px 0px 5px 5px;
	}

/* @end */

/* @group Layout */

#container {
	position: relative;
	top: 0px;
	width: 700px;
	min-width: 700px;
	max-width: 700px;
	margin: 0 auto;
	padding: 0px;
	}

.clearer { clear: both; }

#pageHeader {
	position: relative;
	top: 0px;
	left: 0px;
	height: 156px;
	width: 100%;
	background: transparent;
	margin: 0px;
	padding: 0px;
	clear: both;
	}

#pageHeader #skin {
	height: 156px;
	width: 700px;
	background: transparent;
	}

#pageHeader #skin #window {
	height: 156px;
	background: url(images/header-window-black.png);
	}

#pageHeader #window #title img {
	position: relative;
	top: 40px;
	right: 40px;
	float: right;
	height: 79px;
	width: 119px;
	}

#pageHeader #title {
	position: absolute;
	top: 0px;
	height: 156px;
	min-height: 156px;
	max-height: 156px;
	width: 100%;
	z-index: 1;
	}

#pageHeader h1 {
	padding-top: 40px;
	padding-left: 40px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
	color: #f1f1f1;
	}

#pageHeader h1, .photo-title { font-size: 25px; }

#pageHeader h2 {
	position: relative;
	top: 0px;
	padding: 0px;
	padding-left: 40px;
	margin-top: 0px;
	text-align: left;
	color: #f1f1f1;
	}

#pageHeader h2, .photo-caption { font-size: 14px; }
#contentContainer { background: url(images/content-black.png) repeat-y; }

#contentContainer #content {
	margin: 0 20px 0 232px;
	padding: 0;
	}

#sidebarContainer {
	float: left;
	width: 187px;
	margin-left: 20px;
	margin-top: 0;
	font-size: 12px;
	color: #bfbfbf;
	}

#sidebarContainer #sidebar { padding: 0px; }

#sidebarContainer .sideHeader {
	margin: 10px 0px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	color: #0081c6;
	}

#sidebarContainer #logo {
	text-align: center;
	margin: 10px 0px;
	padding: 10px 0px;
	border-top: 2px solid #404040;
	}

#sidebarContainer #logo img {
	height: 79px;
	width: 119px;
	}

#footer {
	background: url(images/footer-black.png) no-repeat;
	height: 40px;
	margin: 0px auto 40px;
	clear: both;
	font-size: 11px;
	text-align: center;
	padding-top: 30px;
	color: #f3f3f3;
	}

#footer a:link, #footer a:visited { }
#footer a:hover, #footer a:active { }

/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	font-size: 11px;
	text-align: left;
	color: #0081c6;
	}

#breadcrumbcontainer ul { color: #6b8c00; }
#breadcrumbcontainer li { color: #6b8c00; }
#breadcrumbcontainer a { color: #6b8c00; }
#breadcrumbcontainer a:hover { color: #6b8c00; }

/* @end */

/* @group Toolbar */

/* @group horizontal */

/* Toolbar Styles */

#navcontainer {
	background: url(images/navbar-black.png) no-repeat;
	position: relative;
	top: 0px;
	margin: 0;
	height: 40px;
	text-align: center;
	font-size: 13px;
	z-index: 2;
	}

#navcontainer .current {
	border-bottom: 3px solid #cef941;
	color: #0081c6;
	}

#navcontainer .currentAncestor { border-bottom: 3px solid #cef941; }
#navcontainer .currentAncestor:hover { border-bottom: 3px solid #cef941; }
html>body #navcontainer a { display: block; }

#navcontainer a {
	height: 11px;
	padding: 7px 0px;
	margin: 0 20px 0 0;
	text-decoration: none;
	text-align: center;
	z-index: 0;
	}

/* Parent - Level 0 */

#navcontainer ul {
	width: 99%;
	list-style: none;
	margin: 0 20px;
	padding: 0;
	position: relative;
	}

#navcontainer ul li {
	position: relative;
	left: 0px;
	padding-top: 0px;
	display: inline;
	float: left;
	height: 40px;
	}

#navcontainer ul li a:hover,
#navcontainer ul li a:active {
	color: #0081c6;
	border-bottom: 3px solid #cef941;
	text-decoration: none;
	z-index: 10;
	}

#navcontainer .current:hover { border-bottom: 3px solid #cef941; }

/* Child - Level 1 */

#navcontainer ul ul { display: none; }
#navcontainer ul ul li { }
#navcontainer ul ul a { }
#navcontainer ul ul a:hover { }
#navcontainer ul ul .current { }
#navcontainer ul ul .currentAncestor { }

/* Child - Level 2 */

#navcontainer ul ul ul { }
#navcontainer ul ul ul li { }
#navcontainer ul ul ul a { }
#navcontainer ul ul ul a:hover { }
#navcontainer ul ul ul .current { }
#navcontainer ul ul ul .currentAncestor { }

/* Child Level 3 */

#navcontainer ul ul ul { }
#navcontainer ul ul ul ul li { }
#navcontainer ul ul ul ul a { }
#navcontainer ul ul ul ul a:hover { }

/* Child Level 4 */

#navcontainer ul ul ul ul { }
#navcontainer ul ul ul ul ul li { }
#navcontainer ul ul ul ul ul a { }
#navcontainer ul ul ul ul ul a:hover { }

/* Child Level 5 */

#navcontainer ul ul ul ul ul { }
#navcontainer ul ul ul ul ul ul li { }
#navcontainer ul ul ul ul ul ul a { }
#navcontainer ul ul ul ul ul ul a:hover { }

/* @end */

/* @group vertical */

/* Toolbar Styles */

#side-navcontainer {
	position: relative;
	top: 0px;
	margin-bottom: 0px;
	border-top: 2px solid #404040;
	font-size: 13px;
	}

#side-navcontainer .current { background: #262626; }
#side-navcontainer .current:hover { }
#side-navcontainer .currentAncestor { }

/* Parent - Level 0 */

#side-navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#side-navcontainer li {
	position: relative;
	display: inline;
	height: 0px;
	}

#side-navcontainer a {
	color: #6b8c00;
	display: none;
	padding-left: 10px;
	padding-top: 6px;
	height: 20px;
	padding-bottom: 3px;
	border-bottom: 2px solid #404040;
	}

#side-navcontainer a:hover {
	background: #323232;
	color: #a0a0a0;
	}

#side-navcontainer a:active { color: #6b8c00; }

/* Child - Level 1 */

#side-navcontainer ul ul { }
#side-navcontainer ul ul li { }

#side-navcontainer ul ul a {
	display: block;
	padding-left: 10px;
	}

#side-navcontainer ul ul a:hover { }
#side-navcontainer ul ul .current { }
#side-navcontainer ul ul .currentAncestor { }

/* Child - Level 2 */

#side-navcontainer ul ul ul { }
#side-navcontainer ul ul ul li { }
#side-navcontainer ul ul ul a { padding-left: 30px; }
#side-navcontainer ul ul ul a:hover { }
#side-navcontainer ul ul ul .current { }
#side-navcontainer ul ul ul .currentAncestor { }

/* Child Level 3 */

#side-navcontainer ul ul ul { }
#side-navcontainer ul ul ul ul li { }
#side-navcontainer ul ul ul ul a { padding-left: 50px; }
#side-navcontainer ul ul ul ul a:hover { }

/* Child Level 4 */

#side-navcontainer ul ul ul ul { }
#side-navcontainer ul ul ul ul ul li { }
#side-navcontainer ul ul ul ul ul a { padding-left: 70px; }
#side-navcontainer ul ul ul ul ul a:hover { }

/* Child Level 5 */

#side-navcontainer ul ul ul ul ul { }
#side-navcontainer ul ul ul ul ul ul li { }
#side-navcontainer ul ul ul ul ul ul a { padding-left: 90px; }
#side-navcontainer ul ul ul ul ul ul a:hover { }

/* @end */

/* @end */

/* @group Global Classes */

blockquote, .standout {
	color: #b0d53c;
	font-style: italic;
	padding-left: 15px;
	border-left: solid 6px;
	border-color: #b0d53c;
	}

h1, h2, h3 {
	margin-top: 0;
	padding-top: 0;
	color: #0081c6;
	}h4 {
      margin-top: 0;
      padding-top: 0;
      color: #2D4226  ;      line-height: 2;        font-size: 14px;  
}

.imageStyle { }

/* Main content area unordered list styles */

#contentContainer #content ul { }
#contentContainer #content li { }

/* Sidebar area unordered list styles */

#sidebarContainer #sidebar ul { }
#sidebarContainer #sidebar li { }

/* Table Styles */

table { }

/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background { }
.blog-entry-summary { }
.blog-archive-headings-wrapper { }
.blog-archive-entries-wrapper { }
.blog-archive-entries-wrapper .blog-entry { }
.blog-archive-month { }
.blog-archive-link { }
.blog-archive-link a:link, .blog-archive-link a:visited { }

/* @end */

.blog-entry {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 2px #404040;
	}

.blog-entry-title {
	font-size: 1.2em;
	font-weight: bold;
	color: #0081c6;
	}

.blog-entry-date {
	font-size: 0.7em;
	padding-bottom: 10px;
	background: url(images/clock-blue.png) no-repeat  left 1px;
	padding-left: 15px;
	}

/*styles the category link in the main entry */

.blog-entry-category { }

.blog-entry-category a:link, .blog-entry-category a:visited {
	background: no-repeat url(images/catag-blue.png) left 1px;
	padding-left: 15px;
	}

.blog-entry-category a:hover {
	background: no-repeat url(images/catag-grey.png) left 1px;
	padding-left: 15px;
	}

/*styles the permalink link in the main entry */

.blog-entry-permalink { }

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
	background: no-repeat url(images/perma-blue.png) left 1px;
	padding-left: 15px;
	}

.blog-entry-permalink a:hover {
	background: no-repeat url(images/perma-grey.png) left 1px;
	padding-left: 15px;
	}

.blog-read-more { font-size: 0.7em; }

.blog-read-more a:link, .blog-read-more a:visited {
	background: no-repeat url(images/read-more-blue.png) left 1px;
	padding-left: 15px;
	}

.blog-read-more a:hover {
	background: no-repeat url(images/read-more-grey.png) left 1px;
	padding-left: 15px;
	}

.blog-entry-body { }
.blog-entry-comments { }

/* styles the archives in the blog sidebar */

#blog-wrapper { }
#blog-archives { margin-top: 5px; }
#blog-archives a:link, #blog-archives a:visited { background: no-repeat url(images/clock-blue.png) left 1px; }
#blog-archives a:hover { background: no-repeat url(images/clock-grey.png) left 1px; }
.blog-archive-link-enabled { padding-left: 15px; }

.blog-archive-link-disabled {
	background: no-repeat url(images/clock-blue.png) left 1px;
	padding-left: 15px;
	}

/* Styles the blog categories in the blog sidebar */

#blog-categories {
	margin-top: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: solid 2px #404040;
	border-bottom: solid 2px #404040;
	}

#blog-categories a:link, #blog-categories a:visited { background: no-repeat url(images/catag-blue.png) left 1px; }
#blog-categories a:hover { background: no-repeat url(images/catag-grey.png) left 1px; }
.blog-category-link-enabled { padding-left: 15px; }

.blog-category-link-disabled {
	background: no-repeat url(images/catag-blue.png) left 1px;
	padding-left: 15px;
	}

/* Styles the blog RSS feeds in the blog sidebar */

#blog-rss-feeds {
	margin-top: 5px;
	padding-top: 5px;
	border-top: solid 2px #404040;
	}

#blog-rss-feeds a:link, #blog-rss-feeds a:visited { background: no-repeat url(images/rss.png) left 1px; }
#blog-rss-feeds a:hover { background: no-repeat url(images/rss-grey.png) left 1px; }
.blog-rss-link { padding-left: 15px; }
.blog-comments-rss-link { padding-left: 15px; }

/* @end */

/* @group File Sharing */

.filesharing-description {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	color: #0081c6;
	margin-bottom: 20px;
	}

.filesharing-item {
	background: #262626;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border: solid 2px #404040;
	}

.filesharing-item:hover { background: #323232; }
.filesharing-item-title a:link { }
.filesharing-item-title a:hover { }
.filesharing-item-title a:visited { }
.filesharing-item-description { font-size: 0.7em; }

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	color: #0081c6;
	}

.album-description {
	font-size: 0.8em;
	margin-bottom: 60px;
	}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
	}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 15px;
	}

.thumbnail-frame {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #474747;
	padding: 3px;
	border: solid 2px #404040;
	}

.thumbnail-frame:hover {
	background: #373737;
	border: solid 2px #0081c6;
	}

.thumbnail-frame a { }
.thumbnail-frame a:hover { }

.thumbnail-frame a:hover img {
	margin: auto;
	border: solid 2px #0081c6;
	}

.thumbnail-frame img {
	margin: auto;
	border: solid 2px #404040;
	}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	height: 35px;
	display: block;
	font-size: 0.8em;
	color: #0081c6;
	}

/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	text-align: center;
	margin: 0px auto;
	background: #ffffff url(images/content-black.png) repeat-y center;
	}

.photo-navigation {
	background: transparent;
	text-align: center;
	margin-top: 30px;
	}

.photo-navigation p { }
.photo-links { padding: 20px 0px 0px 0px; }

.photo-navigation a:link, .photo-navigation a:visited {
	padding: 0px 0px;
	margin: 0px 0px;
	}

.photo-navigation a:hover { }

.photo-frame {
	text-align: center;
	margin: 30px auto 0px auto;
	background: #373737;
	padding: 10px;
	border: solid 2px #404040;
	}

.photo-title {
	padding: 0px 0px;
	margin: 0px 0px;
	}

.photo-caption {
	padding: 0px 0px;
	margin: 0px 0px;
	}

#flashcontent { text-align: center; }

/* @end */

/* @end */

/* @group Quicktime Page */

.movie-frame { text-align: center; }

.movie-description {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #0081c6;
	}

/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #0081c6;
	}

.movie-page-description {
	text-align: center;
	font-size: 0.9em;
	margin-bottom: 15px;
	}

.movie-thumbnail-frame {
	background: #474747;
	border: solid 2px #404040;
	padding: 3px;
	width: 132px;
	float: left;
	margin-bottom: 20px;
	margin-right: 5px;
	text-align: center;
	}

.movie-thumbnail-frame:hover {
	border: solid 2px #0081c6;
	background: #373737;
	}

.movie-thumbnail-caption {
	color: #0081c6;
	font-size: 0.8em;
	margin-top: 2px;
	}

/* @end */

/* @group Single Page (Movie View) */

.movie-background { background: #474747; }

.movie-title {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #0081c6;
	}

.movie-frame { min-width: 0px; }

/* @end */

/* @end */

/* @group Contact Form */

.message-text {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	color: #0081c6;
	}

form {
	text-align: left;
	font-size: 0.9em;
	color: #0081c6;
	}

.required-text { }
.form-input-field { width: 98%; }
.form-input-button { }

/* @end */
