﻿/* Created for The Tibetan Spaniel Network */
/* http://www.tibbies.net */
/* Site Design © 2009 Jan A. Allinder & DIG */
/* Digital Imaging Group http://www.dig.us.com */
/* Last Modified: 13 July, 2009 */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: #0c1f23 url(images/bg.jpg) repeat-x 0 0;
}
acronym { /* Used to explain words - definitions */
  border-bottom: 1px dotted #335b5c;
}
.credit { /* Used for photo and article credits */
	font-style: italic;
	font-size: smaller;
}
.quote {
	font-style: italic;
	color: #5c3900;
}
.detail { /* Used within forms for explanation */
	font-size: smaller;
}
.highlight { /* Used for notices & disclaimers */
	color:  #5c3900;
	font-variant: small-caps;
	font-size: 9pt;
}
.emphasis { /* Used for special keyword emphasis */
	color:  #5c3900;
	font-weight: bold;
}
	
/* keep superscript and subscript text from breaking the line-spacing */
#mainContent .sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.10em;
}
#mainContent .sub {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: -0.10em;
}
div.featured { /* Featured gallery photo on home page */
	width: 302px;
	float: left;
	margin-right: 8px;
	text-align: center;	
}
span.gallery_feature {
	font-size: .7em;
	color: #333;
	text-align: center;
	margin: 0 auto;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltctr {
	margin: 0 0 auto;
}
.caption {
	text-align:center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .7em;
	background-color: #efefef;
	color: #000;
	line-height: 1;
	padding: 4px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* Forms */
.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(images/formbg.gif) repeat-x left top;
}

/* Pedigree database classes */
.pedheader {
	padding: 16px 0 0 30px;
	color: #e5bd8b;
	font: 22pt/normal Tahoma, Verdana, Arial, Lucida, sans-serif;
	margin:  0 auto;
	text-align: center;
}
.centered {
	margin:  0 auto;
}
a.ts {
	background: #F7F6E6;
	text-decoration: underline;
	height: 15px;
	width: 200px;
}
a.ts:hover {
	background: transparent url(images/link_bg.png) -200px 0 no-repeat;
	text-decoration: none;
}
/* Begin Page Divisions - Sections */
#wrapper { /* contains entire web page */
	width:  780px;
	background-color: #000;
	margin:  0 auto; 
	padding:  10px 0;   
}
/* Define link style */
#wrapper a, #wrapper a:visited, #wrapper a:active {
	border: 0;
	color: #335b5c;
	text-decoration: underline;
	background-color: transparent;
}
#wrapper a:hover {
	color: #912600;
	text-decoration:  none;
	background-color: transparent;
}
table.container { /* page table */
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-collapse: collapse; 
} 
#menu { /* menu row */
	height:  50px;
	background: #000;
	padding: 0;
	}
#MenuPos { /* menu container */
 z-index: 1;
 position: relative;
 width: 780px;
}
#search {  /* search-translate row */
	height: 20px;
	background: #000;
	padding: 0;
}
#header { /* page banner head row */
	width: 780px;
	height: 210px; 
	padding: 0;
	background: url(http://www.tibbies.net/images/banner-head.jpg) no-repeat;
} 
#itswp_header { /* ITSWP section banner head */
	height: 210px; 
	width: 780px;
	padding: 0;
	background: url(http://www.tibbies.net/images/itswp-head.jpg) no-repeat;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. */
	padding: 16px 0 0 30px;
	color: #e5bd8b;
	font: 22pt/normal Tahoma, Verdana, Arial, Lucida, sans-serif;
}
#itswp_header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. */
	padding: 16px 0 0 30px;
	color: #e5bd8b;
	font: 20pt/normal Tahoma, Verdana, Arial, Lucida, sans-serif;
}
#header h2, #itswp_header h2 {
	margin: 0; 
	padding: 0 0 0 34px;
	color: #e5bd8b;
	font: 10pt/normal Arial, Verdana, Lucida, sans-serif;
}
#sidebar {  /* right column */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
	border-left:1px solid #C2D2CC;
	vertical-align: top;
	background: #c6d1ca url(images/SideBar_bg.png) no-repeat right bottom;
}
#sidebar h1 {
	color: #335b5c;
	font: small-caps 1em Georgia, "Times New Roman", Times, serif;
}
#sidebar h2 {
	color: #802100;
	font: .9em Georgia, "Times New Roman", Times, serif;
	margin: 10px 0 0 0;
}
#sidebar p {
	color: #333;
	font-size: .8em;
	margin: 8px 0 6px 0;
}
#itswpContent {  /* Main content with no sidebar */
	background: #F7F6E6 url(images/content_bg.jpg) repeat-y left top;
	margin: 0;
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	vertical-align: top;
	width:  780px;	
}
#mainContent {  /* Main content with sidebar */
	background: #F7F6E6 url(http://www.tibbies.net/images/content_bg.jpg) repeat-y left top;
	margin: 0;
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	vertical-align: top;
	width:  560px;
}
#mainContent h1, #itswpContent h1 {
	color: #6b1c00;
	margin: 10px 0 10px 0;
	font: small-caps 1.2em Georgia, "Times New Roman", Times, serif;
}
#mainContent h2, #itswpContent h2 {
	color: #802100;	
	margin: 10px 0 6px 0;
	font: 1em Georgia, "Times New Roman", Times, serif;
}
#mainContent h3, #itswpContent h3 {
	color:  #335b5c;
	font-size: .85em;
	margin:  10px 0 0 0;
	line-height: .8;
}
#mainContent p, #itswpContent p {
	color: black;
	font-size: .8em;
	line-height: 1.1;
	margin: 8px 0 6px 0;
}
#mainContent ul, #mainContent ol, #itswpContent ul, #itswpContent ol { 
	color: black;
	font-size: .8em;
	line-height: 1.1;
	margin: 8px 0 16px 10px;
}
#mainContent ul.links {
	margin:  6px 0 10px ;
}
#mainContent li, #itswpContent li {
	margin:  0 0 6px 0;
}

#footer { 
	padding: 0 10px 0 10px;
	background: #0C2022 url(http://www.tibbies.net/images/bg.jpg) repeat-x left top;
	font-size: 7pt;
	color:  #ccc;
	height: 44px;
	width: 780px;
} 
#footer a:link, #footer a:visited, #footer a:active{
	color: #86D8DA;
	text-decoration: underline;
}
#footer a:hover{ color: #ffffff; text-decoration: underline; }
#footer .alignrt {
	margin: 2px 6px 2px 0px;
	float: right;
}
#footer .alignlt {
	margin: 2px 0px 2px 6px;
	float: left;
}
#footer .alignctr {
	margin: 4px auto 0 auto;
	text-align: center;
}
