/*  @ralph  */

/*********************
 ******  Initialization 
 **********************/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, label, legend, caption, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section, summary {
   margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


ol, ul {
	list-style: none;
}

a img {
   border: none
}

aside, details, figcaption, figure,iframe[seamless], footer, header, hgroup, menu, nav, section {display: block}

/* typography */
body,button,input,select,textarea {	
	color: #2b2b2b;	
	font-family: Georgia, serif;	
	font-size: 1.1em;	
	font-weight: 500;	
	line-height: 1.5;	
	font-size-adjust: .58;
}
h1, h2, h3, h4 {
	font-family:Georgia, serif;
}

h1 {
	color:#000;
	font-family: 'Kaushan Script', cursive;
	font-size:3.5em;
	line-height:1.13em;
	padding:.55em 0 .2em 0;
	text-shadow:0 0 2px #ccc;		font-weight: 700;
}
h2 {
	clear:left;
	font-size:1.4em;
	line-height:1.2em;
	padding:.7em 0 .48em 0;
	color:red;		font-weight: 600;
}
h3 {
	font-size:1.1em;
	line-height:1.48em;
	padding:1em 0 .54em 0;
	color:#444;		font-weight: 600;
}
h4 {
	font-size:1em;
	line-height:1em;
	color:#666;
	padding:1.2em 0 1.32em 0;
}
.underline {
		text-decoration: underline;
	}
.indent {
		padding-left:20px;
	}


/*************************  end typography  **********************/

/*************************  floats & tables *********************/
.clear {
	clear:both;
}
table {
	
	position:relative;
	background:#FCFF8C;
	border-radius:10px;
	padding:5px;
	border-spacing:5px;
}
td, p, li{
	font:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
}
/***************************************************
			      Global styles
				     summary
html
	body
		container
			nav  (navigation bar)
			headerimage
			allpages
				w1,w2,w3 etc
					bkgrnd
			wdd   (footer)
***************************************************/

html {
	width: 100%;
	height: 100%;
		background-color: #4E4E40;
}

body {
	width:100%;
	background-color: #4E4E40;
	font-family: Georgia, Palatino, Times New Roman, serif;
}
#container {
	width: 90%;
	margin: auto; 
	position:relative;
}
/************************** Navigation bar *********************/
header {
	width:100%;
	height: 50px;
	position: fixed;
	background-color: black;
	z-index:300;
	
}

nav {
	position:relative;   /*  add     was relative */
	margin-top:5px;
}
#midshift {
	clear:left;
	float:right;
	position:relative;
	right:50%;
}
#rowmask {
	clear:right;
	left:50%;
	position:relative;
	
	
}

#b0:hover,#b1:hover,#b2:hover,#b3:hover,#b4:hover,#b5:hover {
	border:solid;
	border-width:4px;
	border-color:#FFFF00;
	
}

#b0,#b1,#b2,#b3,#b4,#b5 {
	background-color:#A98352;
	border-radius:10px;
	border-width:4px;
	height: 40px;
	width: auto;
	margin-left:5px;
	float:left
	
}
#b0 {
	background-color: #D0F5A9;
}
/******************************* end navigation bar ********************/
.headerimage {
	width: 100%;
	border-radius:20px;
	margin-top: 10px;
}
#allpages {
	position:relative;
	clear:both;
	width:100%;
}
#w1,#w2,#w3,#w4,#w5 {
	/*display:block; */
	position:relative;
	margin-top:20px;
	border-radius:10px;
	width:100%;	
}

.bkgrnd {
		background-color: #cccea9;
		border: 2px solid black;
		border-radius:20px;
		width:90%;
		min-height: 750px;
		position:relative;
		padding-left:5%;
		padding-right:5%;
		padding-bottom:15px;
	}
	
	#wdd {             /* the web dog developers footer */
	color: grey;
	position:relative;
	clear:both;
	}

	
/*************************** format of content areas *******************/
/* First page specific formatting   */			
img.logo {
position: absolute;
top: 10px;
right: 40px;
height: 75px;
width: 150px;
}

.background-1 {
    background: url(../img/GreyWolf2.png);
	background-repeat: repeat;
}

.background-2{
	background: url(..//img/hair.png);
	background-repeat: repeat;

}

.background-3{
	background: url(..//img/lookingdog.png);
	background-repeat: repeat;
}

.background-4{
	background: url(..//img/puppysleeping.png);
	background-repeat: repeat;
}

.bg-tan {
background-color:#E5E2CE;
}

.left {
	text-align:left;
}

.transbox {
	position:relative;
	padding: 10px;
    background-color: #ffffff;
    border: 1px solid black;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}
.short {
	margin: 10px 0px 10px 0px;
}
.long {
	margin: 10px 0px 400px 0px;
}
p {
    margin: 0 5%;
	font-family: 'Concert One', cursive;
    font-size: 1em;
    color: black;
}
	


	




