/* 
	seyDoggy dogPress r4
	for support issues, please contact
	http://www.seydesign.com/support/customersupport/index.php
*/

/* @group General Styles */

body {
	margin: 0;
	padding: 0 40px;
	font: 0.9em/1.2em "Trebuchet MS", Geneva, Arial, Helvetica, Verdana;
}

p {

}

b, strong {

}

a:link, a:visited {
	text-decoration: none;
}

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

img {

}

a img {
	border: none;
}

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

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

.clearer {
	clear: both;
}

/* @end */

/* @group Layout */

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

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

.pageHeader {
	height: 150px;
	width: 699px;
	margin: 32px auto 0;
	position: relative;
	top: 32px;
}

#glassy {
	height: 182px;
	width: 740px;
	background: transparent;
	position: relative;
	top: -32px;
	left: -20px;
	z-index: 1;
}

#glare {
	height: 182px;
	width: 740px;
	z-index: 2;
}

#title {
	height: 182px;
}

#title img {
	position: relative;
	top: 40px;
	right: 40px;
	float: right;
}

#title h1 {
	padding: 40px 40px 0 40px;
	margin: 0;
	text-align: left;
	position: relative;
	z-index: 3;
}

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

#title h2 {
	padding: 0 40px 0 40px;
	margin: 0;
	text-align: left;
	z-index: 3;
}

#title h2, .photo-caption {
	font-size: 14px;
	margin: 5px 0 0;
}

#contentContainer {
	background: url(images/content-left.png) repeat-y;
}

#contentContainer #content {
	margin: 0 40px 0 247px;
	line-height: 1.5em;
}

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

#sidebarContainer #sidebar {
	padding: 10px;
}

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

#sidebarContainer #logo {
	text-align: center;
	margin: 10px 0;
	padding: 10px 0;
	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: 0 auto 15px auto;
	clear: both;
}

#breadcrumbcontainer {
	font-size: 11px;
	text-align: center;
	margin: 0 40px 0 247px;
	position: relative;
	top: 10px;
}

#breadcrumbcontainer ul {

}

#breadcrumbcontainer li {

}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}

/* @end */

/* @group Toolbar */

/* @group horizontal */

/* Toolbar Styles */

#navcontainer {
	height: 35px;
	text-align: center;
	font-size: 12px;
}

#navcontainer a:link, #navcontainer a:visited {
	padding: 7px 0 2px;
	margin: 0 10px;
	text-decoration: none;
}

#navcontainer a:hover, #navcontainer a:active {
	border-bottom: 3px solid #1f97d5;
	text-decoration: none;
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 30px;
}

#navcontainer ul li {
	display: inline;
}

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

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

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

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

/* Child - Level 1 */

#navcontainer ul ul {
	display: none;
}

/* @end */

/* @group vertical */

/* Toolbar Styles */

#side-navcontainer {
	position: relative;
	top: 0;
	margin-bottom: 0;
	border-top: 1px solid #e0e0e0;
	font-size: 12px;
}

#side-navcontainer .current {
}

#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: 0;
}

#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;
}

#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 {
	font-style: italic;
	padding-left: 20px;
	border-left: solid 4px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 5px 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 Tag Cloud */
ul.blog-tag-cloud {
	margin: 0 0 10px;
	padding: 0;
	text-align: justify;
}

ul.blog-tag-cloud li {
	display: inline;
	padding-right: 5px;
}

.blog-tag-size-1 {	
	font-size: 0.8em;
}

.blog-tag-size-2 {	
	font-size: 0.85em;
}

.blog-tag-size-3 {	
	font-size: 0.9em;
}

.blog-tag-size-4 {	
	font-size: 0.95em;
}

.blog-tag-size-5 {	
	font-size: 1em;
}

.blog-tag-size-6 {	
	font-size: 1.05em;
}

.blog-tag-size-7 {	
	font-size: 1.1em;
}

.blog-tag-size-8 {	
	font-size: 1.15em;
}

.blog-tag-size-9 {	
	font-size: 1.2em;
}

.blog-tag-size-10 {	
	font-size: 1.25em;
}

.blog-tag-size-11 {	
	font-size: 1.3em;
}

.blog-tag-size-12 {	
	font-size: 1.35em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}

.blog-tag-size-14 {	
	font-size: 1.45em;
}

.blog-tag-size-15 {
	font-size: 1.5em;
}

.blog-tag-size-16 {	
	font-size: 1.55em;
}

.blog-tag-size-17 {	
	font-size: 1.6em;
}

.blog-tag-size-18 {	
	font-size: 1.65em;
}

.blog-tag-size-19 {
	font-size: 1.7em;
}

.blog-tag-size-20 {	
	font-size: 1.75em;
}

.blog-entry-tags {
	font-size: 0.8em;
}

.blog-entry-tags a {
	background: url(images/tag.png) no-repeat left top;
	padding: 3px 0 3px 18px;
}

/* @end */

/* @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: 0;
      margin: 0;
}

.blog-entry-title {
	font-size: 20px;
	margin: 0;
	padding: 0;
}

.blog-entry-date {
	font-size: 13px;
	margin: 8px 0;
      background: url(images/time.gif) no-repeat left center;
      padding: 0 0 0 20px;
}

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

.blog-entry-category {

}

.blog-entry-category a:link, .blog-entry-category a:visited {
      background: url(images/category.gif) no-repeat left top;
      padding-bottom: 15px;
      padding-left: 20px;
}

.blog-entry-category a:hover {
}

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

.blog-entry-permalink {

}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
      background: url(images/permalink.gif) no-repeat left top;
      padding-bottom: 15px;
      padding-left: 20px;
}

.blog-entry-permalink a:hover {
}

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

.blog-read-more a:link, .blog-read-more a:visited {
      background: url(images/readmore.gif) no-repeat left top;
      padding: 3px 0 15px 20px;
      margin-left: 10px;
}

.blog-read-more a:hover {
}

.blog-entry-body {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: solid 1px;
}

.blog-entry-comments {
	font-size: 0.8em;
	margin: 10px 0 0;
}

/* styles the archives in the blog sidebar */

#plugin_sidebar {
      margin: 0 15px 15px;
      padding: 0;
      line-height: 1.3em;
}

#blog-wrapper {

}

#blog-archives {
      margin: 5px 0;
}

#blog-archives a:link, #blog-archives a:visited {
      background: url(images/time.gif) no-repeat;
      padding: 2px 0 5px 20px;
      line-height: 20px;
      height: 16px;
}

* html #blog-archives a:link, #blog-archives a:visited {
      padding: 0 0 5px 20px;
}

#blog-archives a:hover, #blog-archives a:active {
      
}

.blog-archive-link-enabled {
      
}

.blog-archive-link-disabled {
      background: url(images/time.gif) no-repeat left center;
      padding: 0 0 7px 20px;
      height: 16px;
      line-height: 24px;
}

* html .blog-archive-link-disabled {
      background: url(images/time.gif) no-repeat left 4px;
}

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

#blog-categories {
    margin: 10px 0 0 0;
	padding: 5px 0;
	border-top: solid 1px;
	border-bottom: solid 1px;
}

#blog-categories a:link, #blog-categories a:visited {
      background: url(images/category.gif) no-repeat left top;
      padding: 2px 0 5px 20px;
      line-height: 20px;
      height: 16px;
}

* html #blog-categories a:link, * html #blog-categories a:visited {
      padding: 0 0 5px 20px;
}

#blog-categories a:hover, #blog-categories a:active {
      
}

.blog-category-link-enabled {

}

.blog-category-link-disabled {
      background: url(images/category.gif) no-repeat left center;
      padding: 0 0 7px 20px;
      height: 16px;
      line-height: 24px;
}

* html .blog-category-link-disabled {
      background: url(images/category.gif) no-repeat left 4px;
}

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

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

#blog-rss-feeds a:link, #blog-rss-feeds a:visited, .blog-comments-rss-link a:link, .blog-comments-rss-link a:hover {
      background: url(images/rss.gif) no-repeat;
      line-height: 22px;
      padding: 0 0 5px 20px;
      height: 16px;
}

#blog-rss-feeds a:hover, .blog-comments-rss-link a:hover {
}

.blog-rss-link, .blog-comments-rss-link {
}

* html .blog-rss-link, * html .blog-comments-rss-link {
      padding: 0 0 5px 20px;
}

/* @end */

/* @group File Sharing */

.filesharing-description {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	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;
}

.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;
}

/* @end */

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

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

/* My Comment */

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

.photo-navigation p {
}

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

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

.photo-navigation a:hover {
}

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

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

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

#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;
}

/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	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 {
	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;
}

.movie-frame {
	min-width: 0
}

/* @end */

/* @end */

/* @group Contact Form */

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

form {
	text-align: left;
	font-size: 0.9em;
}

.required-text {

}

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

.form-input-button {

}

/* @end */