﻿/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style-type:circle; }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
/* h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... stuff below this I added */

 /* zeroes all margins and paddings */
 *, body, table, td, p, ul, ol, li, form {
 	margin: 0;
 	padding: 0;
 }
 
/* NOW FOR THE HAVANESE CUSTOM STYLES!!!!!!!! */

body {
	font-family: Arial, Verdana,  Sans-Serif;
	font-size: small;
	color: #ffffff;
	background-color: #35363a;
	letter-spacing: 1.5px;
	line-height: 1.5em;
	text-align: center; /* weird ie centering bug */
}

#wrapper 
{
    text-align: center; /* weird ie centering bug */
    width: 800px;
    margin: auto;
}

#header 
{
    text-align: center;
    margin: 0;
    padding: 0;

}

.menu1 
{
    padding: 20px;
    text-align: left;
    line-height: 2em;
    font-size: 110%;
    width: 170px;
    float: left;
    font-weight: normal;
}

.menu1 a, .menu1 a:link, .menu1 a:visited, .menu1 a:hover, .menu1 a:active 
{
    text-decoration: none;
}

#content 
{
    width: 350px;
    text-align: left;
    float: left;
    padding: 20px 10px 0 0;
}

#contentFullPage
{
    width: 500px;
    text-align: left;
    float: left;
    padding: 20px;
}


#rightContent 
{
    float: left;
    width: 150px;
}

p 
{
    margin: 20px 10px;
}

a
{   color:#88787d;
}

a:link, #email a:link, #email a:visited
{   color:#88787d;
    text-decoration: underline;
}

a:visited
{   color:#88787d;
    text-decoration: underline;
}

a:hover, #email a:hover
{   color:#d0d0d0;
   /* background-color:#88787d ffcc33 */
}

a:active, #email a:active
{   color:#c0c0c0;
}

.clearit 
{
    clear: both;
}
 
h1 
{
    padding: 10px 10px 0px 10px;
    color: #d49258;
    font-style: italic;
    font-family: ariel, Sans-Serif;

    line-height: 1.5em;
}

h2
{
    padding: 0 0 5px 0; 
    font-style: italic;
    line-height: 1.2em;
    color: #88787d;
    font-family: ariel, Sans-Serif;
}  
 
h6 
{
    padding: 10px 10px 0px 10px;
    color: #d49258;
    font-style: italic;
    font-family: ariel, Sans-Serif;
    line-height: 1.5em; 
    font-size: 120%;
}
   
li 
{
    margin: 10px 30px;
}
  
.style2 {
	color: #999999;
	font-weight: bold;
}

.style5 
{
    font-family: "Courier New", Courier, monospace;
}

hr 
{
 color: #88787d;
}



#NWWebDesigns 
{
    text-align: center;
    padding: 10px 0;
}

#NWWebDesigns a
{
    text-decoration: none;
}

/* Contact Us */

.contactUs
{
    padding: 10px;
    margin: 10px;
    text-decoration: none;
}

#commentSubmitted 
{
    text-align: center;
    padding-top: 100px;
}

/* Style for Available Puppy Page */

.puppyPictures 
{
    margin: 20px auto;
}

.puppyPicturesLeft 
{
    margin: 0 20px auto 0;
    float: left;
}

.puppyPicturesRight 
{
    margin: 0 0 auto 0;
    padding: 1px 0 0 0;
}

.puppyPicture
{
    margin: 10px 0 auto 0;
}

.centered 
{
    text-align: center; 
}
    