/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    line-height: 1;
    background-color: #e0e0e0;
}
ol, ul {
	list-style: none;
    font-family: ce
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.container {
	width: 950px;
	margin: auto;
    margin-bottom: 100px;
}

.logo {
    background-image: url("../images/frametop02021.jpg");
    background-size: cover;
    width: 950px;
    height: 200px;
    margin-top: 8px;
}

.logo a {
    text-decoration: none;
}

#memorialInnerLink {
    background-color: #000000;
    color: #FFF;
}

#memorialLink .active {
    background-color: #FFF;
    color: #000000;
}

.navBarContent {
    padding-top: 10px;
}

.navBarContent li {
    height: 41px;
    /* background-color: #f36523; */
    float: left;
    margin: 2px;
}

.navBarContent li:hover {
    background-color: #f0f0f0;
}

.navBarContent  a {
    padding: 12px 10px;
    color: black;
    text-decoration: none;
    font-size: 16px;
}

.navBarContent .active a {
    color: black;
    text-decoration: none;
}

.navBarContent .active {
    background-color: #e0e0e0;
}

.aboutText {
    font-family: Cambria;
    font-style: italic;
}

.dogChampionStyle {
    margin-top: 20px;
    text-decoration:underline;
    font-size: 18px;
    color: red;
}

.obituaryChampion {
    margin-top: 20px;
    text-decoration:underline;
    font-size: 18px;
    color: black;
}

.dogPictures {
    width: 310px;
    height: 310px;
    margin: 25px;
}

.dogPictures div img {
    border: 4px solid #000000;
    border-radius: 10px;
}

.obituaryImg {
    filter: grayscale(100%);
}

.certLinkHeader {
    margin-top: 20px;
}

.certLinkHeader a {
    color: red;
    font-size: 16px;
    font-style: italic;
    text-decoration: none;
}

dl dd
{
    padding-left:15px;
}

#homeText p {
    font-size: 1.00em;
    line-height: 1.5em;
    margin: 0.625em 0;
    text-align: justify;
    font-family: Cambria;
    font-style: italic;

}

.firstLetter {
    font-size: 3.0em;
    line-height: 1em;
    float: left;
    padding-right: 0.05em;
    font-style: normal;
}

#homeText p + p:first-letter {
    font-size: 1em;
    line-height: 1.25em;
}

#homeText .summary {
    text-align: center;
    display: block;
    margin: 20px 0;
}

.dogNameSpan {
    font-size: 24px;
    color: #004080;
    font-weight: normal;
}

.dogDetailsTD {
    padding-top: 25px;
    padding-right: 50px;
    height: 100%;
}

.dogDetailsDiv {
    height: 340px;
    position: relative;
}

.ingrusBanner {
    bottom: 30px;
    position: absolute;
}


.galleryTitle {
    position:absolute; 
    color: #004080; 
    font-size: 1.25em; 
    font-weight: 800;
    padding-left: 20px;
    padding-top: 15px;
    text-align: center;
    line-height: 1.23em;
}

.intro {
    display: inline-block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url("../images/Bajogrodek-intro-2.jpg");
    background-repeat: no-repeat;
    width: 400px; 
    height: 400px;
    margin: auto;
}

.intro a {
    text-decoration: none;
}

.hide {
    display: none;
}

.centerDiv {
    width: 50%;
    margin: 0 auto;
}

.galleryStrip {
    background-color: #C5C3C4; 
    height: 400px;
    margin-left: -50px;
    width: 950px;
}

ul#slider, ul#slider li {
    list-style: none;
}

.fontSimple {
    font-family: Cambria;
    font-style: italic;
}

.newsHeader {
    color: #004080; 
    font-weight: bold;
    font-size: 1.1em;
    padding-bottom: 20px;
}

.newsRow {
    margin-bottom: 60px;
}

.blue_underlyined {
    color: blue;
    font-size: 1.7em;
    /*text-decoration: underline;*/
    font-style: normal;
    font-weight: bold;
}

.divTableContainer{
    display:table;
    width:90%;
    border-collapse: collapse;
    }

.divTableHeading{
     font-weight: bold;
     display: table-row;
     background-color: #C91622;
     text-align: center;
     line-height: 25px;
     font-size: 14px;
     font-family:georgia;
     color:#fff;
    
}

.divTableRow{  
    display:table-row;
    padding-bottom: 20px;
}

.divTableCol{
    display:table-cell;
    border: 0px solid #FFF;
    border-bottom-width: 0px;
    vertical-align: top;
}

.puppyDescription {
    font-size: 18px;
    padding-left: 0px;
    text-align: left;
}

.puppyDescription dl dt {
    font-weight: bold;
}

.puppyAvailable {
    margin-top: 20px;
}

.puppySlider {
    width: 350px;
    margin-left: 100px;
}

#vert1 #vert2 #vert3 #vert4 {
    vertical-align: middle;
}

.puppiesTable {
    margin-left: 40px;
}

.tdPuppies {
    padding-bottom: 20px;
}

.tdRight {
    padding-left: 20px;
}

.marquee {
    -webkit-marquee: auto medium infinite scroll normal;
    overflow-x: -webkit-marquee;
}

.myDivTableRow {
    padding-bottom: 0px;
}

.myDivTableCol {
    border-bottom-width: 0px;
}

.puppyGallery {
    padding-left: 0px;
    margin-left: 0px;
}

.litterSpan {
    font-weight: bold;
    color: black;
    text-decoration: underline;
}

.puppyNameSpan {
    font-size: 22px;
    font-weight: bold;
}

.telinka {
    position: relative;
    left: 31px;
    margin: 10px 5px 10px 5px;
}

.telinka-right {
    left: inherit;
    right: 31px;
}

.upperTelinka {
    margin-top: 20px;
}

.forSaleText {
    line-height: 150%;
}

.ingrus {
    width: 40%;
    height: auto;
    padding: 10px;
}