/* ********************************
Whangarei SPCA Website (c) 2007
css by jade-design.co.nz
******************************** */

/* ********************************
	HTML Tags
******************************** */

* {margin: 0; padding: 0; border: 0;}

body {
	text-align: center;
	background: #9999ff;
	color: #000000;
	min-width: 900px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000099;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #3399cc;
}
h4{
	font-size: small;
	font-weight: bold;
	color: #ffffff;
}
h5{
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000099;
	height: 14px;
	width: 100%;
	padding:1em 0em 1em 1em;
}

/* ********************************
	Layout
******************************** */

#header, #subnav, #footer {
color: #000000;
clear: both; 
width: 100%;
}


/* div h3, div p {
	margin: 1em 0;
	padding: 0 20px; 
} */

#header {
	background: #000099; 
	color: #fff; 
	height: 45px;
	}

#subnav {
	background-image: url(images/bgline.gif);
	background-repeat: repeat-x;
}

.logo{
	float:left;
}

.banner{
	float:right;
	width: auto;
}

/*** see http://www.positioniseverything.net/easyclearing.html
   for explanation of Tony Aslett's elegant hack ***/

.clearing:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearing {
    display: inline-block;
    }

/* hides from IE/Mac \*/
* html .clearing { 
    height: 1%;
    }

.clearing {
    display: block;
    }
/* end hide from IE-Mac */
/*** end clearing hack ***/

.clear{

	clear:both;

}

 #footer {
	background: #ffffff; 
	}

/* wrapper holds left faux column tab */
/* nn6/7 will put content out of scrollable reach if auto is used unless the min-width is on body */
#wrapper {
	text-align: left;
	width: 95%;
	margin: 0 auto;
	background: #ffffff url(images/sidebar.gif) repeat-y -10px 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
}
/* IE Mac CSS Only  works for Win too */
* html div#centerwrap {margin: 0 -100% 0 0;}
* html div#left {margin: 0;}

#contentfloatholder:after {
 /* this is for NN6 to clear floats */
    content: "."; 
    display: block; 
		height: 0px;
    clear: both; 
    visibility: hidden;
}

.pagetitle{
	font-size: small;
	line-height: 26px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding-left: 2em;
	vertical-align: middle;
	height: auto;
	width: 97%;
	background-position: top;
	top: auto;
	background-color: #CCCCFF;
}

.padsum {
	padding: 2em;
}

.border{
	border: solid 1px #000099;
}

.underline{
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dashed #000000;
}

/* ********************************
	Top nav
******************************** */
#navbox {
	width: auto;
	height: 45px;
	padding: 0px;
	margin: 0px;
	background: #FFFFFF;	
	}

#nav {
	margin: 0;
	padding: 0;
	height: 45px;
	display: inline;
	list-style: none;
	overflow: hidden;
	}

#nav ul {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
	}

#nav li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
	height: 0px !important; 
	height /**/:45px; /* IE5/Win */
}

#nav a {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	}

#nav a:hover {
	background-position: 0 0px;
	color: #000000;
	background-color: #ffffff;
	}

#thome a  {
	width:20%;
	height:45px;
	background: #000099 url(none) no-repeat left top;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border: none;
	text-decoration: none;
	vertical-align: middle;
	line-height: 45px;
	}

#tadopt a  {
	width: 20%;
	height:45px;
	background: #3399cc url(none) no-repeat left center;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	padding-top: 0em;
	line-height: 45px;
	}

#thelp a  {
	width: 20%;
	height:45px;
	background: #33ccff url(none) no-repeat left top;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	line-height: 45px;
	}

#tshop a  {
	width: 20%;
	height:45px;
	background: #ff9900 url(none) no-repeat left top;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	line-height: 45px;
	}

#tkids a  {
	width: 20%;
	height:45px;
	background: #33ff00 url(none) no-repeat left top;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	line-height: 45px;
	}

/* ********************************
	links
******************************** */

a:link {
	color: #3333cc;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3333cc;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #3333cc;
}


/* ********************************
	Left Column
******************************** */
#left {
	float:left;
	width: 170px;
	margin: 0 0 0 -5%;
	background-color: #000099;
	color: #FFFFFF;
}

#sidenav {
	padding: 3em .5em .5em;
	font-weight: normal;
	color: #ccccff;
	font-size: small;
}

#sidenav ul {
	display:block;
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 1.3em;
}

#sidenav li {
	line-height:20px;
	font-weight: normal;
	color: #ccccff;
}

html>body #sidenav li a {
	width:auto;
}

#sidenav li a:link,#sidenav li a:visited,#sidenav li a:active {
	font-size:11px;
	font-weight:bold;
	color:#ccccff;
	text-decoration:none;
}

#sidenav li a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#0099ff;
	text-decoration:underline;
}

.nav  {
	font-size:small;
	font-weight:700;
	color:#ffffff;
}

/* ********************************
	Center Column
******************************** */

#center {
	margin: 0 184px 0 174px;
	background-color: #FFFFFF;
}

#centerwrap {
  float:left;
  width: 100%; 
	margin: 0 -95% 0 0;
}

.petweek{
	font-size:x-small;
}

.petofweek{
	background-color: #CCCCFF;
	border: solid 1px #000099;
}
.padpet{
	padding: 2em 0 2em 2em;
}

/* ********************************
	Right Column
******************************** */
#contentfloatholder {/* right faux column tab */
	background: url(images/sidebar_r.gif) repeat-y 100% 0;
	float: left;
	width: 100%;
	}

#right {

	float:right;
	width:182px;

	margin: 0px;

	padding: 0px;

	display:inline;

	border: 1px 1px 1px 1px #000099;

	position: relative;

}

#right h3{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: small;

	font-weight: bold;

	color: #ffffff;

	text-decoration: none;
	line-height: 20px;
	background-color:#000099;

	width:180px;
	
	text-align:left;

	padding: 3px 0px;

	border-left-width: 1px;

	border-left-style: solid;

	border-left-color: #000099;

	text-indent: 1em;

}

#right p{

	padding: .5em 1em 1em;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: small;

	color: #000000;

	font-weight: normal;

}

#right a{
	font-weight: bold;
}

#right img{

	border: solid 1px #000099;

}


/* ********************************
	Footer
******************************** */
#footer{
	font-size: x-small;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000099;
	text-align: right;
	line-height: 15px;
}


.support {
	float: right;
}



.staff {
	float: right;
	border: 1px solid #000099;
	font-size: x-small;
	color: #FFFFFF;
	background-color: #000099;
}

.funraising {
	float: left;
	font-size: x-small;
	color: #000000;
	background-color: #ffffff;
	padding:1em 1em 0 0;
}


.articles {
	float: right;
	border: 1px solid #000099;
	font-size: small;
	color: #000000;
	text-align:center;
	background-color: #ffffff;
	
}

.small{
	font-size: x-small;
}
.padrite{
	padding-right:2em;
	position: relative;
}

.border{
	border: 1px solid #000099;
}

.auctionitems{
	padding:.5em .5em 0.5em;
}
