@charset "utf-8";
/* CSS Document 
This is the style sheet for the Puppy Love website.
The style sheet has comments to make life easier :-)
*/

/* This resets the margins on the site and centers*/

body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px; padding: 0px; border: 0px;
}
/* End of reset*/

/* This styles the body i.e sets background color and image font color, */
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	background: #7b5738 url(images/bg.jpg) repeat-x;
}

h1, h2, h3, h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #952711;
}

.highlight {
	color: #952711;
	font-weight: bold;
}

.nohighlight {
	border:none;
	width:auto;
}
/* ..............................*/

#container {
	width: 760px;
	margin: 0 auto;
	padding: 0 0 0 10px;
}

#left {
	width: 241px;
	float: left;
}

#leftdog {
	background: url(images/dog.jpg) top no-repeat;
	height: 336px;
}

#list1 {
color:#ffffff;
font-size:1.1em;
font-variant:normal;
font-weight:bold;
line-height:1.8em;
list-style-image:none;
list-style-position:inside;
list-style-type:decimal-leading-zero;
}
ol {
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	list-style-position:inside;
	line-height:1.8em;
}


#playArea {
	margin: 13px 0 0 0;
}

#right {
	width: 498px;
	float: left;
	margin: 45px 0 0 0;
}
/* this is the styling for the navigation / menu system*/
#tabsF {
	float: left;
	width: 100%;
	background: #dacaa8;
	font-size: 93%;
	line-height: normal;
}

#tabsF ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
}

#tabsF li {
	display:inline;
   	margin:0;
    padding:0;
}
#tabsF a {
    float:left;
    background:url(images/tabLeft.png) no-repeat left top;
    margin:0;
    padding:0 0 0 10px;
    text-decoration:none;
}

#tabsF a span {
      float:left;
      display:block;
      background:url(images/tabRight.png) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#dacaa8;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsF a span {float:none;}
/* End IE5-Mac hack */

#tabsF a:hover span {
	color:#FFF;
}

#tabsF a:hover {
      background-position:0% -42px;
}
    
#tabsF a:hover span {
      background-position:100% -42px;
}

#C-top {
	width: 498px;
	float: left;
	background: url(images/top.jpg) top no-repeat;
	height: 25px; 
}

#C-middle {
	width: 498px;
	float: left;
	background: url(images/middle.jpg) top repeat-y;
}

#C-bottom {
	width: 498px;
	float: left;
	background: url(images/bottom.jpg) top no-repeat;
	height: 91px;
}

.pad {
	padding: 0 21px 10px 22px;	
}

.clear {
	clear: both;
	padding: 0 0 7px 0;
}

.move {
	width: 226px;
	float:left;
	text-align: left;
}

.move2 {
	width: 226px;
	float:left;
	text-align:right;
}

.def {
	width: 105px;
	float:left;
	padding: 3px 3px 3px 3px;
}

.typeA {
	width: 335px;
	float: left;
	padding: 3px 3px 3px 3px;

}

hr {
  	border-color: #b18165;
  	border-style: solid;
  	border-width: 1px 0 0;
  	clear: both;
  	height: 0;
	width: 443px;
}

input, textarea{
	border: #952711 1px solid;
	width: 200px;
}

#button {
	width: 60px;
	margin: 0 0 0 140px;
}