/* Style sheet for D&S Dogs of Course - E. Moshurchak May 2007 */

/* Color scheme:
	Dark Blue #12058c
	Dark Grey #655e5e
	Greyout #663   */

/* Text formatting
	.redtext - red				.bolder
	.greytext - greyed out		.strikeout
	.centered					.left
	.right						*/
	
/* Paragraph formatting
	.vertcenter1-10 padding top 1-10em
	p - justified
	p. - grey, centered	*/


*	{
	margin: 0;
	padding: 0;
	}

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


/****** HEADER STYLES *********/
 	
div#header {
    background: url(../images_pres/ds_banner.jpg) top no-repeat;
	background-color:#12058c;
    height:152px;
	text-align:center;
    margin-top:0; 
	padding-top:12px;
    }	

/****** CENTER CONTENT STYLES *********/

  
div#content {
	margin:20px 180px 0 175px;
    padding: 0 1em;
	font-size: 0.75em;
    }  

html>body div#content {
	float:left; 
	margin:5px 180px 0 175px;
    padding: 0 1em;
	font-size: 0.75em;
    }
	
div#breaknews {
	background-color:#CCFF00; 
	font: 1.2em bold "comic sans MS", arial, sans-serif;
	margin: 5px 0;
	border: black solid 1px;
	}

div#content ul.circlebullets {
    list-style-type: circle; 
    margin:5px 0 0 25px;
    }

div#content ul.circlebullets li {
	margin:0;
	padding: .5em 0;
	}
	
div#content ol {
	margin: 5px 0  10px 25px;
	}

div#content h1 {
	font-size:1.2em;
	padding:5px 0;
	}

div#content h2 {font-size:1.1em;}

div#content h3 {font-size: 1em;}

div#content p {
	margin: .5em .5em;
	}

div#links ul {
	list-style-type:none;
    margin:5px 5px;
    }

div#links li {
    padding:2px 0;
    }

div#links li ul {
	width:350px;
	list-style-type:disc;
	margin-left:25px;
	}

div#links a {
    text-decoration:none;
    color:#0e28e7;
    }

div#links a:hover {
    color:#12058c;
    text-decoration:underline;
    }
	
div#links a:visited {
    color:#71043a;
    text-decoration:underline;
    }

div#hidelink a {
    text-decoration:none;
    color: black;
    }

div#hidelink a:hover {
    color:black;
    text-decoration:none;
    }

div#breadcrumb {
	text-align: center;
	}

div#mainimage {
    width:360px;
    float:left;  
    margin:0 8px 4px 0;
    }
    
div#mainimage p {
    font-size: .85em; 
    margin:0px 5px; 
    color:#663;
    }

/****** RIGHT COLUMN STYLES *********/

div#rightcolumn {
    position:absolute;
    width:160px; 
	top:152px; 
	right:0px;  
    margin:20px 0 0 0;
    padding:1em .5em;
	background-color: #FFF;
    border-top:2px solid #12058c;
    border-bottom:1px solid #12058c;
    }

div#rightcolumn p {font-size:.75em;}

div#newslinks {
    border-top: 1px solid #12058c;
    border-bottom: 1px solid #12058c;
	margin: 10px 0;
	padding-bottom: 10px;
	}
	
div#newslinks p {
	text-align: center;
	}

div#newslinks ul {
	font-size: .75em;
	list-style-type: none; 
	margin: 0;
	}
	
div#newslinks ul ul {
	font-size: inherit;
	}

div#rightcolumn a {
    text-decoration:none;
    color:#12058c;
    }

div#rightcolumn a:hover {
    color:#0e28e7;
    text-decoration:underline;
    }
	
div#rightcolumn a:visited {
	color:#71043a;
	}

div#rightcolumn h2 {
	text-align: center;
	margin-top: 1em;
	font-size: .8em;
	}

/****** NAVIGATION (LEFT COLUMN) STYLES *********/

div#nav {
	background-color: white;
	position:absolute;   
    left:0px;
    top:152px;
    width:155px;
    padding:.5em 0 0 0;
    margin:22px 0 0 15px; 
    border-top:2px solid #0e28e7;
    border-bottom:1px solid #0e28e7;
    }
	
div#nav p {font-size:.75em;}

div#nav ul {
    border:0;
    margin:12px 20px 12px 1.25em;
    padding:0;
    list-style:none;
    }

div#nav li {
    border-bottom:2px dotted #0e28e7;
    margin:0;
    padding:.3em 0;
    text-indent:.5em;
    font-weight:bold;
    font-size:.75em;
    }

div#nav li:first-child {border-top:2px dotted #0e28e7;}

div#nav a {
    text-decoration:none;
    color:#12058c;
    }

div#nav a:hover {
    color:#0e28e7;
    text-decoration:underline;
    }
	
div#nav a:visited {
	color:#71043a;
	}

/* a hack for IE Win only \*/
	*html div#nav ul {
	border-top:2px dotted #0e28e7;
	}
/*end of hack */

/****** FOOTER STYLES *********/

div#footer {
    width:100%;
	margin-top: 10px;
    padding:4px 0;
    font-size:.65em;
    text-align:center;
	border-top:1px solid #0e28e7;
    }

div#footer ul {margin:2px 0;}

div#footer li {
    display:inline;
    color:#12058c;
    border-left:1px solid;
    padding:0 5px 0 9px;
    }

div#footer li:first-child {border-left:0;}

div#footer ul li a {
    text-decoration:none;
    color:#12058c;
    }

div#footer ul li a:hover {
    text-decoration:underline;
    color:#0e28e7;
    }

div#footer ul.fineprint li {color:#12058c;}

div#footer ul.fineprint li a {color:#12058c;}

div#footer ul.fineprint li a:hover {color:#0e28e7;}

.redtext, .error {
	font-weight: 500;
	color: red;
	}

.greytext {color:#663;}  

.uline {text-decoration: underline;} 

/***************  ALIGNMENT ************/

.vertcenter1 {
	padding-top: 1em;
	text-align: justify;
	}
.vertcenter2 {
	padding-top: 2em;
	text-align: justify;
	}
.vertcenter3 {
	padding-top: 3em;
	text-align: justify;
	}
.vertcenter4 {
	padding-top: 4em;
	text-align: justify;
	}
.vertcenter5 {
	padding-top: 5em;
	text-align: justify;
	}
.vertcenter6 {
	padding-top: 6em;
	text-align: justify;
	}
.vertcenter7 {
	padding-top: 7em;
	text-align: justify;
	}
.vertcenter8 {
	padding-top: 8em;
	text-align: justify;
	}
.vertcenter9 {
	padding-top: 9em;
	text-align: justify;
	}
.vertcenter10 {
	padding-top: 10em;
	text-align: justify;
	}

p	{
	text-align: justify;
	}

.centered {
	text-align: center;
	}

.left {
	text-align: left;
	}

.right {
	text-align: right;
	}
	
div.textright {
	margin: 25px 0 0 320px;
	border: 1px solid black;
	margin-top: 150px;
	}	

.clearthefloats {clear:both;}

/******** IMAGE FORMATTING ***********/

img {
	border-style:none;
	}
	
img.border {
	border-style:solid;
	}

img.floatl {
	float: left;
	margin: 0 6px 6px 0;
	}

img.floatr {
	float: right;
	margin: 0 0 6px 6px;
	}

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

img.thumbnail {
	display: block;
    margin-left: auto;
    margin-right: auto;
	padding-top: 10px;
	}
	
.img150l {
    float:left;
    width:150px;
    margin:4px 8px 4px 0;
	padding: 0 4px;
    }
	
	
.img300 {
    float:left;
    width:290px;
    margin:4px 8px 4px 0;
	padding: 0 4px;
    }
	
.img300 p {
    margin:0px 5px; 
    color:#663;
    }

.img300r {
	float:right;
    width:300px;
    margin:0 8px 4px 0;
	padding: 5px 10px;
	}

.img300l {
	float:left;
    width:300px;
    margin:0 8px 4px 0;
	padding: 5px 10px;
	}

.img350 {
    float:left;
    width:340px;
    margin:4px 8px 4px 0;
    }
  
.img400 {
	float: left;
    width:400px;
    margin:0 8px 4px 0;
	}
   
.img450 {
	float: left;
    width:450px;
    margin:0 8px 4px 0;
	}
	
.img480 {
	float: left;
    width:480px;
    margin:0 8px 4px 0;
	}
	
.img540 {
	float: left;
    width:540px;
    margin:0 8px 4px 0;
	}

.img600 {
	float: left;
    width:600px;
    margin:0 8px 4px 0;
	}

.img640 {
	float: left;
    width:640px;
    margin:0 8px 4px 0;
	}
	
.atchc {
	float: left;
	margin: 0 6px;
	}
	
/********* FORM FORMATTING *********/

label {
	width: 8em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	}

select {
	margin-left: 100px;
	margin-bottom: 5px;
	color: #781351;
	background: #fee3ad;
	border: 1px solid #781351;
	}

input, textarea {
	margin:  2px 0;
	color: #000;
	background: #fee3ad;
	border: 1px solid #781351;
	}

.btn {
	color: #fff;
	background: #ffa20f;
	border: 2px outset #d7b9c9;
	margin-left: 100px;
	} 

fieldset {
	padding: 5px;
	border: 1px solid #781351;
	width: 30em;
	}

legend {
	color: #fff;
	background: #ffa20f;
	border: 1px solid #781351;
	padding: 2px 6px;
	}

/********* TEXT FORMATTING *********/

p.caption {
	color: #663;
	text-align: center;
	padding-bottom:10px;
	}
	
.bolder {
	font-weight: bold;
	font-style: italic;
	}

.strikeout {
	text-decoration: line-through;
	}
	
/* allow room for 3 columns */
	
div#multicolumn ul {
    width: 50em;
	}

  /* float & allow room for the widest item */
div#multicolumn ul li
  {
    float: left;
    width: 25em;
	list-style-type: none;
  }

  /* stop the float */
 div#multicolumn br
  {
    clear: left;
  }

  /* separate the list from subsequent markup */
 div#multicolumn  {
 	text-align: center;
    margin-bottom: 1.5em;
  }

/****** SEMINARS STYLES *********/

div#seminarimg {
    width:175px;
    float:left;  
    margin:0 8px 4px 0;
    }
	
div#seminarimg2 {
    width:245px;
    float:right;  
    margin:0 8px 4px 8px;
    }
	
hr {
	margin:5px 0;
	}

div#seminar ul.circlebullets {
    list-style-type: circle; 
    margin:20px 0 0 200px;
    }

div#seminar ul.circlebullets li {
	margin:0;
	padding: .5em 0;
	}

/***********TRIALS STYLES **********/

#regionals {
	background: url("/images/trials/q_ribbon.png") top no-repeat;
	}

#regionals ul {
	list-style-type: none;
	}
	
#nationals2 {
	background: url("/images/trials/nat_ribbons.png") top no-repeat;
	}

#nationals ul {
	list-style-type: none;
	}


#trial ul {
	padding: 5px 5px;
	list-style-type:none;
	}

.trial ul li {
	padding: 2px 5px;
	}


.trial ul {
	padding: 5px 5px;
	border:1px solid black;
	background-color:#CCFF00;
	list-style-type:none;
	}

.trial ul li {
	padding: 2px 5px;
	}
	
#offset {
	width: 300px;
	position: absolute;
	top: 400px;
	left: 600px;
	}

/****** TABLE STYLES *********/

#table_layout {
	margin:5px 0 0 5px;
	}
	
#table_layout ul {
	list-style-type:none;
	}

table {
	border: none;
	margin-left: 50px;
	}

td {
	border:1px inset #FFF;
	background-color:#CCC;
	padding: 0 10px 0 5px;
	}

td li span {
	margin-left:33px;
	}
	
/****** FEATURED PHOTO STYLES *********/
	
div#nolink a {
    text-decoration:none;
    }

div#nav a:hover {
    text-decoration:none;
    }
	
	
/****** CALENDAR STYLES *********/

div#calendar ul {
	list-style-type: circle;
	margin: 150px 0 0 375px;
	}

div#calmonths a {
    text-decoration:none;
    color:#12058c;
    }

div#calmonths a:hover {
    color:#0e28e7;
    text-decoration:underline;
    }
	
div#calmonths a:visited {
	color:#71043a;
	}

/****** TRIALS AND EVENTS STYLES *********/

#events {
	margin-left:25px;
	}
	
#events ul {
	list-style-type:none;
	}

div#nationals {
    background: url("/images/trials/nat_ribbons_trans.png") top no-repeat;
	background-color:#FFF;
    height:850px;
	text-align:center;
    margin-top:0; 
	padding-top:12px;
	}	


/****** SPECIAL PAGE (PUPPY/HANDLER) STYLES  *********/

div.thumbnails {
	float: left;
    width:160px;
	height:200px;
    margin:0 8px 4px 4px;
	}
	
div.thumbnails img {
    display: block;
    margin-left: auto;
    margin-right: auto;
	text-align:center;
	}
	
div.thumbnails p {
	color: #663;
	text-align: center;
	}
	
div#warning {
	border: 1px solid black;
	text-align:center;
	}

.counter {
	border: 1px solid black;
	text-align: center;
	background-color:#CCFF00;
	}
	
.results {
	width: 300px;
	float: left;
	}

.results ul {
	list-style-type: none; 
	}
	
.results ul ul {
	list-style-type: disc;
    }
	
/**********  Son of Suckerfish dropdown menu **********/

#dd_nav {
	padding: 0;
	margin: 0;
	}

#dd_nav ul, #dd_nav ul li ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 1;
	}

#dd_nav a {
	display: block;
	padding:2px 6px; 
	text-align: center;
	text-decoration:none;
	color: #120586;
	}
	
#dd_nav ul ul a {
	display: block;
	padding:2px 6px; 
	text-align: left;
	text-decoration:none;
	color: #120586;
	}
	

div#dd_nav a:hover {
	color:#fff; 
	background-color:#f26C2a;
	text-decoration: none;
	}

#dd_nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	background-color: #CCC;
	border-right:1px solid #120586;
	}

div#dd_nav li:first-child {
	border-left:1px solid #120586;
	}

#dd_nav li ul { /* second-level lists */
	position: absolute;
	background: #CCC;
	width: 8em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}

#dd_nav ul li ul {
	width: 10em;
	margin-left: 1em;  /* indent secondary list  */
	}

#dd_nav ul li ul li {
	border: none;
	}

#dd_nav li:hover ul, #dd_nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
}

	/* hack for IE to add the left border and adjust the margin */
	* html #dd_nav ul {
		border-left:1px solid #120586; 
		float:left; 
		margin-left:15px;
		}
		
	* html #dd_nav ul li ul {
		border: none;
		}

	/*  End of drop-down menu */

/**********  End Suckerfish dropdown menu **********/

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett */

.clearfix:after {
    content: "."; 
	display: block; 
    height: 0;                  
    clear: both;              
    visibility: hidden;	     
}

