/* ---------------- GENERAL ---------------- */
html {
	margin: 0px; padding: 0px; 
}

body { 
	font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 13px; letter-spacing: 1px; 
	color: #000000; 
	line-height: 135%;		/* line-height: 140%;  */
	margin: 0px; padding: 0px;
	background-image:url(../images/bg.jpg); background-repeat:repeat-x;
	background-color:#D2B557;		/* Outside of the design */
	}

/* ---------------- LAYOUT ---------------- */

#container { width: 1024px; margin: 0 auto; background-color:#DFC05C;}  /*  border:1px solid #CC9933; */


#header { 
	margin: 0 auto; 
	padding: 0px; 
	width: 100%; 
	height: 216px;	
	clear: both; 
}

#header1a {background:url(../images/header_01.jpg) no-repeat left top; width:340px; height:125px;}
#header1b {background:url(../images/header_02.jpg) no-repeat left top; width:340px; height:125px;}
#header1c {background:url(../images/header_03.jpg) no-repeat left top; width:344px; height:125px;}
#header2a {background:url(../images/header_04.jpg) no-repeat left top; width:340px; height:91px;}
#header2b {background:url(../images/header_05.jpg) no-repeat left top; width:340px; height:91px;}
#header2c {background:url(../images/header_06.jpg) no-repeat left top; width:344px; height:91px;}

#content { float:left; width: 780px; margin: 0 auto; padding:0 15px 0 20px; background-color:#DFC05C; }		/* page color */

#sidebar { width:180px; height:100%; margin: 5px 0 0 815px; padding:0; background-color:#E0B93A; border:1px solid #996600; }
/* sidebar - background-color:#CCA738 */

#gototoplink {
	text-align:right;
	margin-right:10px;
	}
	
#footer { 
	background: #DCB973 url(../images/footer.jpg) bottom center no-repeat;
	width:1024px; height: 225px; clear: both; font-size: 75%; 
	padding: 0px; margin: 0px; 
	}
#footer div { 
	color: #FF6666; 
	margin: 0; 
	padding-top: 200px; 
}
#footer a, #footer a:link, #footer a:visited { 
	color: #FF6666; 
	text-decoration: underline; 
}
#footer a:hover { color: #DFC05C; }


/* ---------------- TITLES ---------------- */

.pagetitle { color: #000000; text-align:center; }
.pagetitle h1 { font-size: 130%; padding: 0 10px 0 0; }


/* ---------------- SIDEBAR ---------------- */

.sidebar { margin:0; padding: 0; font-size:85%; color: #000000; line-height:1.1em; }

.sidebar h2 { width:100%; margin:10px 0 0 0; padding: 5px 0 5px 0; background-color:#990033; color:#FDE76B; font-size: 130%; text-align:center; }

.sidebar h3 { margin:10px 0 0 0; padding: 3px 0 0 12px; font-size: 100%; }

.sidebar p, .sidebar div { margin:5px 5px 10px 5px; padding:0; }

.sidebar img { display: block; padding:0; margin:0; border: none; }
.sidebar img a, #advert img a:link, #advert img a:hover { border:none; }

.sidebar ul a:link, .sidebar ul a:visited { color:#333333; margin: 0; padding: 0;}
.sidebar ul { list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
.sidebar li { line-height:110%; margin: 0; padding: 0;}

/* fix for browsers that don't need the hack */
html>body .sidebar li {border-bottom: none;}


/************* Other Styles *******************/
a:link, a:visited { text-decoration: underline; color:#000000; }
a:hover { color:#990033; }
a:active { color:#666600; }

.elinkhidden{
  display:none;
}
.elinkshown{
  display:inline;	
}

small { font-size: 75%; }

h1, h2, h4, h5, h6 { margin:0; padding: 0px; }

h1 { font-size: 120%; padding: 10px 10px 0 0; }
h1 a:link, h1 a:visited, h1 a:hover { color: #F1F1F1; text-decoration: none; background-color:transparent;}

h2 { font-size: 115%; margin-top: 20px; }
h3 { font-size: 110%;}
h4 { font-size: 100%;}
h5 { font-size: 100%;}

hr {
	color:#996600; background-color:#996600; height:1px; border:none;
}

.description { font-size: 100%; font-weight:normal; padding: 10px 10px 0 10px; font-style:italic; color: #F1F1F1;}

.dogname { text-align:center; line-height:1em; margin-bottom:12px; }
.doginfo { line-height:1.2em; }

#healthstats table {
	margin-left:20px;
}
table#healthstats td {
	padding-left:8px;
	padding-right:25px;
}
	

ul{ list-style-type: square;}
ul ul { list-style-type: disc;}
ul ul ul{ list-style-type: none;}

label {	font-size: 100%; color: #156d9d;}

p img { padding: 4px; border:none;}

img.centered { display: block; margin-left: auto; margin-right: auto;}
img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline;}
img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline;}

.alignright { float: right;}
.alignleft { float: left;}

.photoleft {
	float:left; margin:5px 10px 10px 0;
}

.photoright {
	float:right; margin:5px 0 10px 10px;
}

.photoframe {
	padding:8px;
	border: 1px solid #999999;
	background-color:#FFFFFF;
	text-align:center;
}

.photolabel {
	margin-top:.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	line-height:1em;	
}
.photolabelsmall {
	margin-top:.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	line-height:1em;	
}
.photolabelsmall div a {
	text-decoration:underline;
}


.boxed {
	border: 1px solid #000000;
	}

