

/* 
	seyDoggy dogPress r1 for RapidWeaver 3.5 - updated November 12, 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 40px;
	color: #3f3f3f;
	background: url(images/bg.png);
}

p {

}

b, strong {

}

a:link, a:visited {
	text-decoration: none;
	color: #1f97d5;
}

a:hover, a:active {
	text-decoration: none;
	color: #feac00;
}

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: 740px;
	min-width: 740px;
	max-width: 740px;
	margin: 40px auto;
	padding: 0px;
}

.clearer {
	clear: both;
}

#pageHeader {
	position: relative;
	top: 0px;
	left: 0px;
	height: 182px;
	width: 100%;
	background: #1f97d5; /* this is for backup */
	margin: 0px;
	padding: 0px;
	clear: both;
}

#glassy {
	height: 182px;
	width: 740px;
	background: transparent;
}

#glare {
	height: 182px;
	width: 740px;
	background: transparent;
}

#window {
	height: 182px;
	background: url(images/header.png);
}

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

#title {
	position: absolute;
	top: 0px;
	height: 182px;
	min-height: 182px;
	max-height: 182px;
	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-left.png) repeat-y;
}

#contentContainer #content {
	margin: 0 40px 0px 247px
}

#sidebarContainer {
	float: left;
	width: 199px;
	padding: 0 0 0 21px;
	font-size: 12px;
	color: #999999;
}

#sidebarContainer #sidebar {
	padding: 10px;
}

#sidebarContainer .sideHeader {
	padding: 10px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	color: #1f97d5;
}

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

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

#footer {
	font-size: 10px;
	text-align: center;
	margin: 0;
	padding-top: 40px;
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {

}

/* @end */

/* @group Bread-crumb */

#bottom {
	background: url(images/footer-left.png) no-repeat;
	height: 53px;
	padding: 0;
	margin: 0px auto 15px auto;
	clear: both;
}

#breadcrumbcontainer {
	font-size: 11px;
	text-align: center;
	color: #1f97d5;
	margin: 0px 20px;
	position: relative;
	top: 10px;
}

#breadcrumbcontainer ul {

}

#breadcrumbcontainer li {

}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}

/* @end */

/* @group Toolbar */

/* @group horizontal */

/* Toolbar Styles */

#navcontainer {
	margin: 0 0 10px;
	height: 12px;
	text-align: center;
	font-size: 12px;
	z-index: 2;
}

#navcontainer .current {
	border-bottom: 3px solid #1f97d5;
	color: #1f97d5;
}

#navcontainer .currentAncestor {
	border-bottom: 3px solid #115679;
}

#navcontainer .currentAncestor:hover {
	border-bottom: 3px solid #1f97d5;
}

html>body #navcontainer a {
	display: block;
}

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

/* Parent - Level 0 */

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

#navcontainer ul li {
	position: relative;
	left: 0px;
	display: inline;
	float: left;
}

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

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

/* 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: 1px solid #e0e0e0;
	font-size: 13px;
}

#side-navcontainer .current {
	background: #f1f1f1;
}

#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 {
	display: none;
	padding-left: 10px;
	padding-top: 6px;
	height: 20px;
	padding-bottom: 3px;
	border-bottom: 1px solid #e0e0e0;
}

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

#side-navcontainer a:active {

}

/* 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: #979797;
	font-style: italic;
	padding-left: 20px;
	border-left: solid 4px;
	border-color: #e0e0e0;
}

h1, h2, h3, h4 {
	color: #1f97d5;
	margin-top: 0;
	padding-top: 0;
}

.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 1px #e0e0e0;
}

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

.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-orange.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-orange.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-orange.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-orange.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 1px #e0e0e0;
	border-bottom: solid 1px #e0e0e0;
}

#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-orange.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 1px #e0e0e0;
}

#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-blue.png) left 1px;
}

.blog-rss-link {
	padding-left: 15px;
}

.blog-comments-rss-link {

}

/* @end */

/* @group File Sharing */

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

.filesharing-item {
	background: #f1f1f1;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border: solid 1px #e0e0e0;
}

.filesharing-item:hover {
	background: #e9e9e9;
}

.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: #1f97d5;
}

.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: #f1f1f1;
	padding: 3px;
	border: solid 1px #e0e0e0;
}

.thumbnail-frame:hover {
	background: #e9e9e9;
	border: solid 1px #1f97d5;
}

.thumbnail-frame a {

}

.thumbnail-frame a:hover {

}

.thumbnail-frame a:hover img {
	margin: auto;
	border: solid 1px #1f97d5;
}

.thumbnail-frame img {
	margin: auto;
	border: solid 1px #e0e0e0;
}

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

/* @end */

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

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

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

.photo-navigation p {
	color: #1f97d5;
}

.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 1px #e0e0e0;
	color: #1f97d5;
}

.photo-title {
	padding: 0px 0px;
	margin: 0px 0px;
	color: #1f97d5;
}

.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: #1f97d5;
}

/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #1f97d5;
	margin-bottom: 5px;
}

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

.movie-thumbnail-frame {
	width: 131px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	text-align: center;
	padding: 3px;
	border: solid 1px #e0e0e0;
	background: #f1f1f1;
}

.movie-thumbnail-frame:hover {
	border: solid 1px #1f97d5;
	background: #e9e9e9;
}

.movie-thumbnail-caption {
	color: #1f97d5;
	font-size: 0.8em;
	margin-top: 2px;
	text-align: center;
	width: 131px;
}

/* @end */

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

.movie-background {
	background: #474747;
}

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

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

/* @end */

/* @end */

/* @group Contact Form */

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

form {
	text-align: left;
	font-size: 0.9em;
	color: #1f97d5;
}

.required-text {

}

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

.form-input-button {

}

/* @end */