/*
Title: 		Firedance for screen media
Author:		John Lytle
Updated: 	04.07.2005
*/

div {border: solid 0px #ccc;} /* Debugging border rule */

body { font-family: "Trebuchet MS", Verdana, Arial, Helvetica; color: #333; font-size: 11px; line-height: 1.5em; }
 
#container {
  margin:0 auto;
  position: relative;
  width:713px;
  text-align:left;
  }

#header {
  width:713px; height:164px;
  position: absolute;
  top: 0; left: 0px;
  }
  
#header h1, #header h2 {
  display:none;
  visibility:hidden;
  }
  
/* -- Top Navigation -- */
 	
#nav {
  font-family: Georgia, "Trebuchet MS", "Times New Roman", Times, serif;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  width: 709px; height: 20px;
  background:#fff;
  position: absolute;
  top: 163px; left: 0px;
  margin: 0;
  padding: 4px 0 0 0;
  text-align:center;
  border-left: 2px solid #900;
  border-right: 2px solid #900;
  border-bottom: 2px solid #900;
  }
  
#nav ul {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
  }
 
#nav ul li  {
  list-style: none;
  display:inline;
  padding: 3px 6px 2px;
  margin: 0;
  text-decoration: none;
  }
  
#nav li a:hover {
  color: #000;
  background:#eee;
  }

#nav .contact a.contact, 
#nav .training a.training, 
#nav .nutrition a.nutrition, 
#nav .champions a.champions, 
#nav .breed a.breed, 
#nav .news a.news, 
#nav .aboutus a.aboutus, 
#nav .gallery a.gallery, 
#nav .home a.home {
  color: #000;
  }
 
#filler { 
  width: 713px; 
  background: #fff url(images/mainbody1.gif);
  position: absolute;
  top: 188px; left: 0px;
  padding: 6px 0 0 0;
  }
  
#main { 
  width: 713px; 
  background: #fff url(images/mainbody.gif);
  position: absolute;
  top: 194px; left: 0px;
  padding: 0;
  }
  
#main-wide { 
  width: 713px; 
  background: #fff url(images/mainbody1.gif);
  position: absolute;
  top: 194px; left: 0px;
  padding: 0;
  }

#content {
  float:left;
  background:#fff;
  width: 420px;
  position: relative;
  top: 0; left: 20px;
  padding: 0;
  }
  
#content-wide {
  float:left;
  position: relative;
  top: 0; left: 20px;
  background:#fff;
  width: 673px;
  padding: 0;
  }
  
#content .pic {
  display:block;
  background: #eee;
  padding: 3px;
  margin: 0 0 6px 6px;
  border: 1px solid #ddd;
  }
  
.pic {
  background: #eee;
  padding: 3px;
  margin: 10px 0 6px;
  border: 1px solid #ddd;
  }
  
.pic-left, .pic-right {
  float: left;
  width: 200px;
  background: #eee;
  padding: 3px;
  margin: 0 10px 2px 10px;
  border: 1px solid #ddd;
  font-size: 95%;
  }

.pic-right {
  float: right;
  margin: 0 0 15px 15px;
  }
  
.pic-left h2 {
  font-size: 130%;
  font-weight:normal;
  margin: 0 0 4px 0;
  padding: 0;
  }

.pic-left p {
  text-indent:0em;
  line-height:1.3em;
  font-size: 95%;
  font-style:italic;
  margin: 0 0 2px 0;
  padding: 0;
  }
    
#contenthead  {
  width: 420px;
  padding: 0; 
  }
  
#contenthead h2 {
  display:none;
  }
  
html>body #content {
  width:420px;
  }
  
#sidebar {
  float:right;
  width: 249px;
  position: relative;
  top: 0; left: -18px;
  padding: 0 0 10px 0;
  background:#F6D28B;
  }
  
html>body #sidebar {
  width: 250px;
  }
  
#sidehead {
  width: 250px;
  padding: 0;
  margin: 0;
  }
  
#footerfill {
  width: 709px; height: 6px;
  background: url(images/mainbody1.gif) repeat-y; 
  clear: both;
  }	
	
#footer {
  width: 713px; height: 20px;
  background: url(images/fd_footer.gif) no-repeat; 
  margin: 0;
  }
	
#footer p {
  text-align: left; 
  font-size: 90%;
  margin: 0 0 0 30px;
  padding: 0;
  }
  
p.caption {
  font-size: 95%;
  text-indent:0em;
  margin: 0 6px 0 10px;
  padding: 0;
  }
	
/*  Content List  */
 
#content ul {
 list-style-type: none;
 padding: 0 0 6px 20px;
 margin: 0px;
 text-align: left;
 }

#content ul li {
 background: transparent url(images/list-off.gif) no-repeat 0 5px;
 padding-left: 10px;
 text-align: left;
 text-decoration: none;
 }
 
 /*  Sidebar List  */
 
#sidebar ul {
 list-style-type: none;
 padding: 0 0 6px 10px;
 margin: 0px;
 text-align: left;
 }

#sidebar ul li a {
 background: transparent url(images/list-off.gif) no-repeat 0 3px;
 padding-left: 10px;
 text-align: left;
 text-decoration: none;
 }

#sidebar ul li a:hover, 
#sidebar ul li a.selected
 {
 background: transparent url(images/list-on.gif) no-repeat 0 3px;
 color: #000;
 }
 
#sidebar p, #sidebar a.indent {  
  text-indent:0em;
  font-size: 100%;
  margin: 0;
  padding: 0 10px 0 10px;
  }
 
 /*  Links  */

a:link, a:visited  {
  color:#F60;
  font-weight:bold;
  text-decoration:none;
  }
  
a:hover, a:active {
  color:#900;
  font-weight:bold;
  text-decoration:none;
  }
  
  a {outline: none}

a:link img, a:visited img {
  border-width:0;
  }
  
 /* -- Text -- */
  
#content h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, "Trebuchet MS", "Times New Roman", serif;
  color: #000;
  margin: 0 0 4px 0;
  padding: 4px 10px 0 10px;
  }

#sidebar h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, "Trebuchet MS", "Times New Roman", serif;
  color: #000;
  margin: 0px 0 2px 0;
  padding: 4px 0 0 10px;
  }
  
h1 {
  font-size: 180%;
  text-transform: uppercase;
  font-weight:normal;
  }
  
h2 {
  background: transparent url(images/dogbone.jpg) no-repeat 0 60%;
  font-size: 160%;
  font-weight:normal;
  margin: 4px 10px 4px 10px;
  padding: 10px 0 0 42px;
  }

h3 {
  font-size: 160%;
  font-weight:normal;
  margin: 0 10px 4px 0;
  }

#sidebar h2 {
  background: transparent;
  text-align: center;
  margin: 5px 10px 8px 10px;
  padding: 0 0 0 0;
  }

#sidebar h3 {
  font-size: 140%;
  font-weight:bold;
  margin: 0px 0 2px 0;
  padding: 4px 0 0 10px;
  }

#sidebar h4 {
  margin: 0px 0 6px 0;
  }
  
h4 {
  font-size: 100%;
  letter-spacing: .1em;
  line-height:1.3em;
  text-transform: uppercase;
  margin: 0;
  padding: 2px 0 2px 10px;
  }
  
   
h5 {
  font-size: 100%;
  }
  
p {
/*  text-indent:1em; */
  font-size: 100%;
  margin: 0 10px 6px 0;
  padding: 0 0 0 10px;
  }
  
p.noindent {
  text-indent:0em;
  }
  
p.error {
  text-indent:0em;
  font-size: 100%;
  font-style:italic;
  color:#900;
  margin: 0 10px 2px 0;
  padding: 3px 0 0 10px;
  }
  
p.italic {
  font-style:italic;  
  }

/* Forms */

form {
 margin:0 0 0 10px; padding: 0;
 }
 
form div {padding: 3px 0;}

fieldset {
  margin:0 0 10px 0;
  padding:0;
  border: none;
  }
  
legend {
 font-family: Georgia, "Trebuchet MS", serif;
 margin: 0 0 3px 0;
 font-size: 130%;
 font-weight: normal;
 color: #900;
 }

select {
 margin: 0 0 8px 0; padding: 0;
 border: 1px solid #ccc;
 background-color: #fff;
 font-size:100%;
 }

input.text, input.smtext {
  font:100% "Courier New", Courier, Monospace;
  margin: 2px 0;
  }

input:focus, select:focus, textarea:focus {
 background:#eee;
 color: #000;
 }

input.button {
 background:#F60;
 color:#fff;
 font-size: 95%;
 font-weight: bold;
 border: 1px solid #ddd;
 margin: 2px 0;
 padding: 1px 4px;
 }
 
fieldset.inline label {
  float: left;
  font-weight: normal;
  font-style:italic;
  margin: 0;
  width: 12em;
  text-align: right;
  padding-right: 6px;
  }

fieldset.radio label {
  width: 20em;
  font-weight: normal;
  font-style:italic;
  margin: 0;
  padding-right: 4px;
  }
  
p.radio {
  float:left;
  text-align: right;
  width: 26em;
  font-weight: normal;
  font-style:italic;
  text-indent: 0em;
  }
  
label.input {
  float:left;
  text-align: right;
  width: 24em;
  font-weight: normal;
  font-style:italic;
  }
  
.quiet {
   display: none;
   visibility: hidden;
   }
  
.check {
   margin: 0 0 0 60px;
   }

fieldset.inline label.quiet {
   display: none;
   visibility: hidden;
   }
 
#fdform input.text {
  padding: 0;
  margin: 0 0 2px 0;
  width: 160px;
  }
 
#fdform input.smtext {
  padding: 0;
  margin: 0 0 2px 0;
  width: 90px;
  }

#fdform input.text, #fdform input.smtext, #fdform textarea {
  border: 1px solid #999;
  padding: 1px 4px;
  }

#fdform textarea {
  width:90%;
  height:6em;
  }

html>body #fdform textarea {width:90%; height:8em;}
  
fieldset.sidebar  {
  margin: 10px 0 10px 0;
  }
  
#mailinglist label {
  font-family: Georgia, "Trebuchet MS", "Times New Roman", serif;
  color: #000;
  margin: 6px 0 0 0;
  font-size: 140%;
  font-weight:normal;
  }
  
#mailinglist p {
  font-size: 100%;
  margin: 0;
  padding: 0;
  }
  
#mailinglist input.text {width:100px;}

#mailinglist input.text {
  border: 1px solid #999;
  padding: 1px 4px;
  text-align: left;
  }
  
  /* NAVIGATION */

#menu {
margin: 0;
padding: 2px 0 0 0;
text-align:center;
line-height:2em;
background: #EEE url(/i/global/menu_shadow.jpg) top left no-repeat;
border-top: solid 1px #DDD;
border-bottom: solid 1px #DDD;
}

#menu ul {
display:inline;
list-style-type: none;
}

#menu ul li {
display:inline;
list-style-type: none;
margin: 0 24px 0 0;
padding: 0;
}

#menu ul li a {
display:inline;
list-style-type: none;
color: #960;
font-weight: normal;
}

#menu ul li a:hover {color: #333;}

#menu ul li a.current {
color: #000;
}

/* PAGE STRUCTURES */

.colmain {
float:left;
margin:10px 0 0 10px;
padding: 0;
width: 420px;
} 

.colsub {
float:right;
margin: 10px 10px 0 0;
padding: 0 10px 10px 10px;
width: 260px;
voice-family: "\"}\""; 
voice-family:inherit;
width:250px;
background: #FFF url(/i/bckgrnd/bckgrnd_colsub.jpg) top right repeat-y;
border-left: solid 1px #EEE;
}

.coladd {
margin:10px 0 0 10px;
padding: 0;
float:left;
width:150px;
}

.colM .colmain {
float:none;
width: 720px;
}

.colSM .coladd, .colMS .coladd, .colM .colsub, .colM .coladd {display:none;}

.colASM .colmain, .colMSA .colmain, .colSMA .colmain {float:left; width:300px;}
.colMSA .colsub, .colSMA .colsub, .colAMS .colsub {float:left; width:180px;}

#home .colmain {float:left; width: 335px;}
#home .colsub {float:right; width: 335px;}

#resources .colmain {float:left; width: 470px;}
#resources .colsub {float:right; width: 200px;}

#mark .colmain {float:left; width: 335px;}
#mark .colsub {float:right; width: 335px;}
#mark.colM .colmain { float:none; width: 720px;}
#resources.colM .colmain { float:none; width: 720px;}

#content .news img.pic {float: right; margin: 0px 10px 5px 10px}
#sidebar .questionnaire { text-align: center; padding-top: 10px }


/* slightly enhanced, universal clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack */

/*******************  
*  SINGLE IMAGE GALLERY
********************/

.GallerySingle		{ width: 240px; border: 2px solid #DB5621; font: bold 11px arial; margin: 5px 0px 10px 3px; text-align: center }
.GallerySingle DIV, 
.GallerySingle A	{ color: #FDDBC5; padding: 3px 5px 4px 5px }
.GallerySingle A	{ color: #fff }
.GSdisplay		{ background: #DB5621; padding: 2px 0px; margin-bottom: 8px }
#GSnext			{ float: right  }
#GSnextOff		{ float: right; display: none }
#GSprev			{ float: left; display: none }
#GSprevOff		{ float: left }
#GSenlarge		{ color: #333; font-size: 11px; padding-top: 0px }

.gallery		{ margin: 0 15px; }
.gallery td		{ width: 140px; text-align: center; font-size: 11px; padding: 0 10px 5px; vertical-align: top }
.gallery td span	{ color: #999; display: block }
.gallery td img		{ display: block; margin-bottom: 3px; border-width: 1px; }

