/*
//  ////   Copyright Notices
//  ////   File: screen.css
//  ////   Author: Michael Goddard (www.goddard-designs.com) michael at goddard dash designs dot com
//  ////   Version : 1.0
*/

/*
//  ////    Resets
*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
    font-family: arial, tahoma, helvetica, sans-serif;
    font-size: 90%;
	line-height: 1.2;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong {
    font-weight: bold;
}
html, body {
    width: 100%;
    height: 100%;
    background: #3A7EAF url(../img/bodyBg.gif) 0 0 repeat-x;
    text-align: center;
}

div#wrapper {
    width: auto;
    height: 100%;
}

div#content, div#footer {
    position: relative;
    margin: 0 auto;
    width: 700px;
    border: 1px solid #245389;
}

p#copyrightNotice, p#developer {
    margin: .5em auto;
    width: 700px;
    font-size: 80%;
    color: #fff;
}

p#developer a:link, p#developer a:visited, p#developer a:hover, p#developer a:active {
    color: #fff;
    font-weight: bold;
}

div#content {
    background: #fff;
    text-align: left;
}

div#header {
    position: relative;
    background: #000 url(../img/chocLabPupBg.jpg) 0 35px no-repeat;
    height: 215px;
}

body#aboutUsPage div#header {
    background: #fff url(../img/labsBg.jpg) 0 35px no-repeat;
}

body#adoptFosterDogPage div#header {
    background: #fff url(../img/sleepingBeautyBkg.jpg) 0 35px no-repeat;
}

body#breedInfoPage div#header {
    background: #fff url(../img/beachBkg.jpg) 0 35px no-repeat;
}

body#donatePage div#header {
    background: #fff url(../img/yellowLabBkg.jpg) 0 35px no-repeat;
}

body#storePage div#header {
    background: #fff url(../img/buddiesBkg.jpg) 0 35px no-repeat;
}

div#banner {
    position: relative;
    background: url(../img/bannerBg.gif) 0 0 repeat-x;
    height: 35px;
}

#banner h1 a {
    background: url(../img/bannerTxt.gif) 0 0 no-repeat;
    display: block;
    width: 463px;
    height: 35px;
    text-indent: -9999em;
}

#banner a#contactLink {
    position: absolute;
    top: .5em;
    right: 1em;
    background: url(../img/contactIconBg.gif) 0 .1em no-repeat;
    font-size: 90%;
    font-weight: bold;
    text-indent: 1.25em;
    color: #fff;
    text-decoration: none;
}

#banner a#contactLink:hover {
    color: #ff0;
}

div#navBar {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000 url(../img/navBarBg.gif) 0 0 repeat-x;
    width: 100%;
    height: 31px;
}

#navBar ul {
    width: auto;
    margin: 0 0 0 4em;
    height: 31px;
}

#navBar ul li {
    float: left;
    margin: 0 0 0 1em;
    padding: .5em 0;
}
        
#navBar a:link, #navBar a:visited, #navBar a:hover, #navBar a:active {
    padding: 0 1em 0 0;
    font-size: 90%;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    border-right: 1px solid #fff;
}

#navBar a:hover {
    color: #ff0;
}

#aboutUsPage a#aboutUs, 
#adoptFosterDogPage a#adoptDogs,
#breedInfoPage a#breedInfo,
#donatePage a#donate,
#storePage a#store,
#eventsPage a#events {
	color: #ff0;
	text-decoration: underline;
}

div#body {
    margin: 1em 1em 0 1em;
    padding: 0 0 1em 0;
}

#body h2, #body h3, #body h4 {
    margin: 0 0 .50em 0;
    padding-bottom: .2em;
    font-family: georgia, tahoma, serif;
    border-bottom: 1px solid #5a8bab;
    color: #f90;
}

#body p {
    margin-bottom: 1em;
}

#body h2 {
    font-size: 115%;
    font-weight: bold;
}

#body h3 {
    font-size: 110%;
}

#body h4 {
    font-size: 105%;
}

div#bodyContent, div#availableDogs {
    float: left;
}

#bodyContent {
    margin: 0 1em 0 0;
    padding: 0 1em 0 0;
    width:  405px;
    font-size: 90%;
    border-right: 1px solid #5a8bab;
}

#bodyContent a:link,
#bodyContent a:visited,
#bodyContent a:hover,
#bodyContent a:active {
    font-weight: bold;
    color: #900;
    text-decoration: underline;
}

#bodyContent a:hover {
    background: #900;
    color: #fff;
}

#bodyContent a.imgLink:hover {
	background: none;	
}

#bodyContent a.msWord {
    background: url(../img/msWordIcon.gif) no-repeat 0 0;
    margin: 1em 0;
    padding-top: 7px;
    height: 21px;
    display: block;
    text-indent: 35px;
}

#bodyContent a.pdf {
    background: url(../img/pdfIcon.gif) no-repeat 0 0;
    margin: 1em 0;
    padding-top: 7px;
    height: 21px;
    display: block;
    text-indent: 35px;
}

#bodyContent a.msWord:hover,
#bodyContent a.pdf:hover {
    color: #c00;
    text-decoration: underline;
}

#bodyContent form.payPal {
    float: left;
    margin: .5em 0;
    width: 100%;
    clear: both;
}

#bodyContent form.payPal input {
    float: left;
    margin: 0 1em 0 0;
}

#bodyContent form.payPal label {
    font-size: 90%;
}

#bodyContent dl {
    margin: 2em 0 0 0;
}

#bodyContent dl dt {
    margin-bottom: .5em;
    padding-bottom: .2em;
    font-size: 110%;
    font-weight: bold;
    color: #36c;
    border-bottom: 1px solid #ccc;
}

#bodyContent dl dd strong {
    font-weight: bold;
}

dl#store dd {
    margin: 1em 0;
}

#bodyContent iframe {
    padding: .5em;
    border: 1px solid #f90;
}

#availableDogs {
    margin-left: -14px;
    padding: 0 0 0 1em;
    width: 235px;
    font-size: 80%;
    border-left: 1px solid #5a8bab;
}

#availableDogs h2 {
    position: relative;
}

#availableDogs p {
	font-size: 95%;
	margin-top: .5em;
}

#availableDogs dl {
    float: left;
    clear: both;
	width: 100%;
}

#availableDogs dt {
	border-bottom: 1px solid #ccc;
	clear: both;
	padding: .5em .5em 0 .5em;
}

#availableDogs dt a:link, #availableDogs dt a:visited, #availableDogs dt a:hover, #availableDogs dt a:active {
	color: #900;
	font-size: 125%;
	font-weight: bold;
    text-decoration: none;
}

#availableDogs dt a:hover {
	color: #009;
}

#availableDogs dd {
    margin-bottom: 1em;
    padding: 1em .5em;
	clear: both;
}

#availableDogs dd img {
    float: right;
    margin: 0 .5em;
    padding: .1em;
    border: 1px solid #306d98;
}

#availableDogs dd a {
    display: block;
    color: #600;
    font-weight: bold;
	margin-top: 1em;
    text-decoration: none;
    text-align: right;
}

#availableDogs dd a:hover {
    color: #f00;
}

#availableDogs dd span {
	font-weight: bold;	
}

#availableDogs dt.alt, #availableDogs dd.alt {
	background: #ccc;	
}

#availableDogs dt.alt {
	border-bottom: 1px solid #666;	
}

#bodyContent address {
    margin: 1.5em;
    font-size: 110%;
    font-weight: bold;
    color: #666;
}

#bodyContent ul {
    margin: 1em;
    color: #666;
}

#bodyContent em {
    font-weight: bold;
    font-variant: small-caps;
    font-size: 115%;
}

div#footer {
    background: #bd742c;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
    color: #304192;
    font-family: tahoma, verdana, sans-serif;
    font-weight: bold;
    letter-spacing: .2em;
    text-decoration: underline;
}

#footer a:hover {
    text-decoration: none;
    color: #fff;
}

#footer div#footerContent {
    background: #bd742c;
    float: left;
    margin: 0 1em;
    padding: 1em 0;
	color: #fff;
}

#footerContent div {
	float: left;
    margin: 0 1em;
	padding: 1em 1em 1em 0;
    width: 185px;
	height: 200px;
    text-align: left;
	font-size: 80%;
	border-right: 1px solid #fff;
}

#footer h3 {
    margin-bottom: 1em;
    font-size: 125%;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    color: #fff;
}

#footerContent div#eventList li {
    margin-bottom: 1em;
}

#footer div#quickContact {

}

#quickContact form legend {
    display: none;
    text-indent: -9999em;
}

.clearFloat {
    clear: both;
    margin: 1em 0;
    height: .1em;
}

.floatRight {
    float: right;
    margin: .5em;
}

.floatLeft {
	float: left;
	margin: .5em;	
}

.imgBorder {
    padding: .5em;
    border: 1px solid #f90;
}

.noBorder {
    border: none!important;
}

/*	paypal adoptive form rules	*/
body#adoptFosterDogPage form {
	margin-bottom: 1em;
}
