/* @override 
	http://www.josedepierola.com/rw_common/themes/dogpress/styles.css */

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

/* @group General Styles */

* {
	margin: 0;
	padding: 0;
}

/* jdp changed to serif, font and line spacing */
body {
	margin: 0;
	padding: 0 40px;
	font: 100%/1.3em Calluna, Georgia, "Adobe Garamond", Garamond, Times, "Times Roman", serif;
	background: url(images/background.jpg) repeat-x;
}

p {
	padding-top: 0.1px;
	padding-bottom: 0.1px;
	margin: 0;
}

/* jdp small caps */
em.sc {
	font-size: 120%;
	font-variant: small-caps;
	font-style: normal;
	font-family: inherit;
}

/* jdp right aligned text */
p.right {
	text-align: right;
}

/* jdp centered text */
p.center {
	text-align: center;
}

/* jdp formats contiguous paragraphs: p + p */
p + p {
	text-indent: 2em;
}

/* jdp smaller text and contiguous paragraphs */
p.small {
	font-size: 0.95em;
	line-height: 1.3em;
}

p.small + p.small {
	text-indent: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.0em;
	padding-bottom: 0.3em;
}

h1 {
	line-height: 1.0em;
	padding-bottom: 0.3em;
	padding-top: 0.5em;
	font-size: 1.75em;
	font-weight: normal;
	font-style: normal;
}

/* jdp titles books within a page */
h2 {
	padding 0;
	margin: 0.5em 0 0 0;
	line-height: 1.0em;
	font-size: 1.5em;
	font-weight: normal;
	font-style: normal;
}

/* jdp titles for sections within a page */
h3 {
	margin: 0.5em 0 0.25em 0;
	padding: 0;
	line-height: 1.2em;
	border-bottom: 1px dashed #666633;
	font-size: 1.16em;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 1px;
}	

/* jdp other titles */
h4 {
	margin: 0;
	line-height: 1.0em;
	font-size: 1.1em;
}

b, strong {
	font-weight: bold;
}

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

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

/* jdp change padding from 1em to 0.5 em */
ul, ol {
	padding: .5em 0 0.5em;
}

ul li, ol li {
	margin-left: 2.0em;
}

/* jdp changed img from empty to all attributes included 2011-10-08 */
img {
}

img.border {
	padding: 4px;
	border: solid 3px #FFFFFF;
	-moz-box-shadow: 0 0 5px #a5a6a4;
	-webkit-box-shadow: 0 0 5px #a5a6a4;
	box-shadow: 0 0 5px #a5a6a4;
	opacity: 1;
	display:block;
	margin-left:auto;
	margin-right:auto; 
}

img.shadow {
	padding: 0px;
	border: none;
	-moz-box-shadow: 0 0 7px #7b7c79;
	-webkit-box-shadow: 0 0 7px #7b7c79;
	box-shadow: 0 0 7px #7b7c79;
	opacity: 1;
	display:block;
	margin-left:auto;
	margin-right:auto; 
}

/* jdp for those few images w/out border */
img.noborder {
	border-style: none;
}

a img {
	border-style: none;
}

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

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

.clear {
	clear: both;
}

/* @end */

/* @group Layout */

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

.sb, .sbi, .sb div, .sbi div {
	position:relative;
	z-index:1;
}

  .sbi {
	display:inline-block;
}

.sb-inner {
	background-color: #ffffff;
}

.sb-shadow {
	background:#000;
}

.sb-border {

}

.pageHeader {
	height: 162px;
	width: 684px;
	position: relative;
	top: 15px;
	margin: 0 auto 3px;
}

#title {

}

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

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

#site_title, .photo-title {
	font-size: 1.9em;
}

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

#site_slogan, .photo-caption {
	font-size: 1.1em;
	margin: 5px 0 0;
}

#contentContainer {
	
}

/* jdp change padding from 0 to 0 1.5em 0 1.5em*/

#content {
	margin: 0 18px 0 224px;
	padding: 0 1.5em 0 1.5em;
	padding-bottom: 0;
}

/* jdp changed font size & line-height */
#sidebarContainer {
	float: left;
	width: 199px;
	padding: 0 0 0 8px;
	font-size: 1em;
	margin-top: 5em;
	line-height: 1.3em;
}


#sidebar {
	padding: 10px;
}

.sidebar_title {
	padding: 10px 10px 0em 10px;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
}

#logo {
	text-align: center;
	margin: 10px 0;
	padding: 10px 0;
}

#logo img {

}

#footerContainer {
	padding: 0;
	margin: 0 auto 40px;
	text-align: center;
	clear: both;
}

#breadcrumb {
	font-size: 0.8em;
	text-align: center;
	margin: 5px auto;
}

#footer {
	font-size: 0.8em;
	text-align: center;
	margin: 0;
	color: #010100;
}

/* @end */

/* @group Toolbar */

/* @group horizontal */

/* jdp added border top and bottom, padding and font-weight & spacing */
#toolbar_horizontal {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 1px;	
	padding-bottom: 5px;
	padding-top: 2px;
	border-top: 1px solid #344522;
	border-bottom: 1px solid #344522;
	opacity: 1;
}

/* jdp changed margin from 20px to 10px to allow more items */
#toolbar_horizontal a:link, #toolbar_horizontal a:visited {
	margin: 0 10px;
	text-decoration: none;
}

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

/* Parent - Level 0 */

#toolbar_horizontal ul {
	margin: 0;
	padding: 0;
	line-height: 30px;
}

#toolbar_horizontal ul li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#toolbar_horizontal ul li .current {
	border-bottom: 3px solid;
}

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

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

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

/* Child - Level 1 */

#toolbar_horizontal ul ul {
	display: none;
}

/* @end */

/* @group vertical */

/* Toolbar Styles */

#toolbar_vertical {
	position: relative;
	margin-bottom: 0;
	font-size: 1em;
	border-top: 1px solid #47552A;
}

/* jdp added padding-bottom to center text vertically */
#toolbar_vertical a {
	display: none;
	padding-left: 10px;
	line-height: 2.6em;
	height: 28px;
	border-bottom: 1px solid;
	padding-bottom: 4px;
}

#toolbar_vertical a:hover {

}

#toolbar_vertical a:active {

}

/* Parent - Level 0 */

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

#toolbar_vertical li {
	position: relative;
	display: inline;
	height: 0;
	margin: 0;
}

/* Child - Level 1 */

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

/* Child - Level 2 */

#toolbar_vertical ul ul ul a {
	padding-left: 30px;
}

/* Child Level 3 */

#toolbar_vertical ul ul ul ul a {
	padding-left: 50px;
}

/* Child Level 4 */

#toolbar_vertical ul ul ul ul ul a {
	padding-left: 70px;
}

/* Child Level 5 */

#toolbar_vertical ul ul ul ul ul ul a {
	padding-left: 90px;
}

/* @end */

/* @end */

/* @group Global Classes */

blockquote, .standout {
	font-style: italic;
	margin: 1.0em;
	padding-left: 1.0em;
	border-left: solid 4px;
	border-left-color: #758154;
}

.imageStyle {
	
}

/* Main content area unordered list styles */

#content ul {

}

#content li {

}

/* Sidebar area unordered list styles */

#sidebarContainer #sidebar ul {

}

#sidebarContainer #sidebar li {

}

/* Table Styles */

/* jdp added padding for table cells 2011-10-08 */
table {
	padding: 0 1em 0 0;
}


/* @end */

/* @group Blog */

/* @group Tag Cloud */

#plugin_sidebar {
	padding: 10px;
}

ul.blog-tag-cloud {
	text-align: justify;
	margin:  10px 0;
	padding: 10px 0;
}

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

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

/* @end */

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

#blog-categories {
	text-align: left;
	margin: 10px 0;
	padding: 10px 0;
}

.blog-category-link-enabled {
	background: url(images/cat.png) no-repeat;
	padding: 0 0 0 17px;
}

.blog-category-link-disabled {
	background: url(images/cat.png) no-repeat 0 center;
	padding: 0 0 0 17px;
}

/* styles the archives in the blog sidebar */

#blog-archives {
	text-align: left;
	margin: 10px 0;
	padding: 10px 0;
}

.blog-archive-link-enabled {
	background: url(images/date.png) no-repeat;
	padding: 0 0 0 17px;
	margin: 0 10px 0 0;
}

#blog-archives br {
	display: none;
}

.blog-archive-link-enabled:link, .blog-archive-link-enabled:visited {
	background-repeat: no-repeat;
}

.blog-archive-link-enabled:hover {
	background-repeat: no-repeat;
}

.blog-archive-link-disabled {
	background: url(images/date.png) no-repeat;
	padding: 0 0 0 17px;
	margin: 0 10px 0 0;
	display: inline;
}

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

#blog-rss-feeds {
	text-align: left;
	margin: 10px 0 0;
	padding: 10px 0;
}

.blog-rss-link {
	background: url(images/rss.png) no-repeat;
	padding: 0 0 0 17px;
}

.blog-comments-rss-link {
	background: url(images/rss.png) no-repeat;
	padding: 0 0 0 17px;
}

.blog-comments-rss-link:hover {
	float: left;
}

/* @end */

/* @group entry */

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

.blog-entry {
	margin: 0 0 20px;
}

/* jdp changed blog entry title, border and color */
.blog-entry-title {
	margin: 1.25em 0 0.25em 0;
	padding: 0;
	text-decoration: none;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #484925;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

.blog-entry-title a {
	text-decoration: none;
}

.blog-entry-title a:hover, .blog-entry-title a:active {
	text-decoration: none;
}

/* jdp added float, border and padding */
.blog-entry-date {
	background: url(images/date.png) no-repeat 4px 7px;
	line-height: 15px;
	text-indent: 17px;
	font-size: 0.8em;
	float: left;
	padding: 2px 7px 4px;
	margin: 5px 7px 0 0;
	border-right: 3px solid #696a38;
}

.blog-entry-summary {
	margin: 10px;
}

.blog-entry-comments {
	margin: 15px 0 5px;
	z-index: 2;
	font-size: 0.8em;
}

.blog-entry-category {
	line-height: 15px;
	background: url(images/cat.png) no-repeat;
	padding-left: 17px;
	margin: 0 4px 0 10px;
}

.blog-entry-permalink {
	background: url(images/permalink.png) no-repeat;
	padding: 0 0 0 20px;
	margin: 0 0 0 15px;
}

.blog-read-more {
	background: url(images/readmore.png) no-repeat;
	padding: 0 0 0 20px;
	margin: 0 0 0 15px;
}

.blog-entry-comments-inline {
	border: solid 1px;
}

/* @end */

/* @end */

/* @group File Sharing */

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

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

.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;
	padding: 3px;
}

.thumbnail-frame a:hover img {
	margin: auto;
}

.thumbnail-frame img {
	margin: auto;
}

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

/* @end */

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

/*
<body class="photo-background">
	<div class="photo-navigation">
		<p class="photo-title">Photo Album.</p>
		<p class="photo-caption">First day of school</p>
		<p class="photo-links"><a href="../index.html">Photo Album</a> | <a href="page8-1001-full.html">Next</a></p>
	</div>
	<img class="photo-frame" src="page8-1000-full.jpg" alt="Loading Image" width="238" height="360"/>
</body>
*/

.photo-background {
	text-align: center;
	margin: 0 auto;

}

.photo-navigation {
	text-align: center;
	margin: 40px auto 30px;
	height: 175px;
}

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

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

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

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

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

.movie-thumbnail-frame:hover {

}

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

/* @end */

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

.movie-background {

}

.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 */

/* @group Shadowbox */
.hide_me{
    display: none;
}
#sb-loading {
background: url(css/resources/loading.gif) 50% 50% no-repeat;
}

/* @end*/