/* Style sheet for D&S Dogs of Course - E. Moshurchak Sep 2007
   Rainbow bridge / Tribute Pages */
/* Color scheme
	Dark Grey #655e5e
	Light Grey #d7d2d2
	Gold #f8d908  */

* {
	margin:0; 
	padding:0;
	}

body {
	font: 1.0em verdana, arial, sans-serif; 
	text-align:center;
	}

h1.special {
	font-size: 2em;
	color: #f8d908;
	text-align: center;
	padding-top: .25em 0 0 0;
	}

div#content h1 {font-size:1.2em;}
div#content h2 {font-size:1em;}
div#content h3 {font-size: .8em;}

div#mainwrap {
	width:774px; 
	margin-left:auto; 
	margin-right:auto;  
	text-align:left;
	}

h1{font-size:1.2em;}
h2{font-size:1em;}
h3{font-size: .8em;}

img {
	border-style: none;
	}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
	padding: 10px 0 0 0; 
	}

img.thumbnail {
	display: block;
    margin-left: auto;
    margin-right: auto;
	padding: 10px 0 0 0;
	}

div#header {
	width:774px; 
	height:70px; 
	background-color: #655e5e;
	text-align:center; 
	}

p	{
	text-align: justify;
	}

.centered {
	text-align: center;
	}
	
.italics {
	font-style: italic
	}

.left {
	text-align: left;
	}

.right {
	text-align: right;
	}

div#center p {
	font-size:.8em; 
	margin:1em 30px;
	color: #000;
	}

p.caption {
	text-align: center;
	color: #000;
	margin-top: 0;
	}

div#contentarea {
	width:774px; 
	background-color:#FFF; 
	background-image:url(../images_pres/gold_borders.jpg);
	background-repeat: repeat-y;
	}

div#leftborder {
	width:150px; 
	float:left;
	}

div#leftborder ul {
	margin: 20px 0 0 26px;
	}

div#center {
	width:474px; 
	background-color:#d7d2d2; 
	float:left;
	}

div#rightborder {
	width:150px; 
	float:left;
	}

div#footer {
	width:774px; 
	background-color: #655e5e; 
	text-align:center; 
	}

div#breadcrumb {
	padding: 10px 0;
	}

div#breadcrumbtop {
	padding: 0;
	}

div#breadcrumb a:link {
	color:#B7A758;
	text-decoration:none;
	}

div#breadcrumbtop a:link {
	color:#B7A758;
	text-decoration:none;
	}

div#breadcrumb a:visited {
	color: #B7A758;
	text-decoration: none;
	}

div#breadcrumbtop a:visited {
	color: #B7A758;
	text-decoration: none;
	}

div#breadcrumb a:hover {
	color: #d7d2d2;
	text-decoration:none;
}

div#breadcrumbtop a:hover {
	color: #d7d2d2;
	text-decoration:none;
}

div#footer p {color: #d7d2d2;}
div#header p {color: #d7d2d2;}

/* Alsett Clearing Method */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

