/* PDP-ARF Stylesheet: Screen

Title:		Reboot 2008/Green Band - Elastic Width Version
Created:	January 2008
Author:		Steve Lewis
Copyright:	Tesla Technologies, LLC

 */



/* Basics
----------------------------------------------- */

html, body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th,td  {
	margin: 0;
	padding: 0;
	border-width: 0;
	border-style: none;
}

body {
	text-align: center;
	width: 100%;
	color: #4C453D;
	font: 79% Verdana, Geneva, sans-serif;
	background: #efece1;
}
hr {
	display: none;
}
input {
	border: 1px solid #B2A348;
}
textarea {
	border: 1px solid #B2A348;
}
blockquote {
	font-style: italic;
	margin: 1em 5em 1em 2.5em;
	padding: 2.2em 2.5em;
	background: #E9E1B7 url(../graphics/backgrounds/blockquote_open.gif) no-repeat -10px -13px;
}
a[rel="external"] {
	padding-right: 15px;
	background: url(../graphics/external.gif) no-repeat 99% 40%;
}

code {
	clear: both;
	float: left;
	padding: 1.5em;
	font: 1.2em "Courier New", Courier, monospace;
	background: #E9E1B7;
	margin: 1.5em;
	width: 27em;
	}



/* Typography and Links 
----------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-family: Rockwell, Georgia, Times, serif;
	font-weight: normal;
	text-decoration: none;
	color: #4a5f3e;
	clear: left;
}



h1 {
	font-size: 2em;
	padding: 1em 0.9em 0px 0em;
}
h2 {
	font-size: 1.3em;
	padding: 0.5em 1.5em .25em 0em;
	border-bottom: 1px solid #c6b98c;
	text-decoration: none;
	margin: 0px;
}
h3 {
	font-size: 1.1em;
	padding: 0px;
	font-variant: small-caps;
	text-decoration: none;
	letter-spacing: .05em;
	margin: .5em 0em 0em;
	clear: right;
}

h3 a:link,
p a:link,
#container  li a:link,
#bottom  li a:link,
dd a:link,
#footer p a:link {
	text-decoration: none;
	color: #706758;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

h3 a:hover,
p a:hover,
#container  li a:hover, 
#bottom  li a:hover,
dd a:hover,
#footer p a:hover
 {
	color: #7fe2c3;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
h3 a:visited,
p a:visited,
#container  li a:visited,
#bottom  li a:visited,
dd a:visited,
#footer p a:visited {
	color: #787b2c;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

h2 a:link {
	text-decoration: none;
	color: #706758;
}
h2 a:hover {
	color: #7fe2c3;
	text-decoration: none;
}
h2 a:visited {
	color: #787b2c;
	text-decoration: none;
}
#column h3.first {
	margin-top: 2em;
	}

/* Navigation
---------------------------------------------------*/
#nav-holder {
	width: 100%;
	text-align: left;
	position: relative;
	float: left;
	border-top: 1px solid #c6b98c;
	border-bottom: 1px solid #c6b98c;
	background: #706758;
	font-family: Rockwell, Georgia, Times, serif;
}

#nav {
	width: 57.5em;
	padding: 0;
	letter-spacing: .2em;
	margin: 0px auto 0;
	font-size: 1em;
	}
#nav ul {
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
	margin: 0;
	}
#nav li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	display: inline;
	font-size: 1.1em;
	}

#nav li a {
	float: left;
	text-decoration: none;
	color: #EFECE1;
	line-height: 1.5em;
	padding: 0.5em 0.75em 0.6em;
	border-right: 1px solid #706758;
	border-left: 1px solid #706758;
	margin-right: 2px;
	margin-left: 2px;
	}
	
#nav li a:hover {
	color: #FFFFFF;
	margin-right: 2px;
	margin-left: 2px;
	padding: 0.5em 0.75em 0.6em;
	border-right: 1px solid #c6b98c;
	border-left: 1px solid #C6B98C;
	background: #4c453d;
	}

#nav li a.active {
	color: #FFFFFF;
	text-transform: uppercase;
	margin-right: 1px;
	margin-left: 0px;
	border-right: 1px solid #c6b98c;
	border-left: 1px solid #C6B98C;
	background: #4c453d;
	font-weight: bold;
	}

#content ul {
	margin-left: 2.5em;
	padding: 0.5em 1.5em 0.5em 0em;
}

#content li {
	font-size: 1em;
	padding-bottom: .5em;
	line-height: 1.5em;
}




/* Structure
------------------------------------------*/

#header {
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	background: #2a3807 url(../graphics/3288587_green_small.png);
}
#logo {
	height: 120px;
	display: block;
	width: 60em;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../graphics/logos/2008-logo.gif) no-repeat -5px center;
	margin-right: auto;
	margin-left: auto;
}


#logo img {
	float: left;
	border-width: 0px;
	border-style: none;
	margin-top: 30px;
}

#wrapper {
	width: 60em;
	text-align: left;
	margin: 0px auto;
	background: #EFECE1;
}
#container {
	width: 60em;
	padding-bottom: 2em;
	position: relative;
	background: #EFECE1;
	clear: both;
	float: left;
}
#headline {
	position: absolute;
	left: 2em;
	top: 2em;
	background: url(../graphics/bg_75p_taupe.png);
	border: 1px solid #c6b98c;
}

#top {
	float: left;
	width: 100%;
	height: 250px;
	border-bottom: 1px solid #C6B98C;
	border-right: 1px solid #c6b98c;
	border-left: 1px solid #C6B98C;
	position: relative;
	overflow: hidden;
}
.top_main {
	background: url(../graphics/bg_top/main_winter.jpg) no-repeat center center;
}
.top_about {
	background: url(../graphics/bg_top/detmold36.JPG) no-repeat center top;
}
.top_rules {
	background: url(../graphics/bg_top/detmold03.jpg) no-repeat left center;
}
.top_history {
	background: url(../graphics/bg_top/detmold10.JPG) no-repeat center top;
}

.top_board {
	background: url(../graphics/bg_top/detmold06.JPG) no-repeat -300px -10px;
}
.top_donate {
	background: url(../graphics/bg_top/detmold12.JPG) no-repeat right top;
}
.top_gal_regs_01 {
	background: url(../graphics/bg_top/detmold33.JPG) no-repeat -250px -100px;
}
.top_gal_summer1 {
	background: url(../graphics/bg_top/detmold10.JPG) no-repeat center top;
}
.top_gal_halloween_2007 {
	background: url(../graphics/bg_top/detmold35.JPG) no-repeat -300px -100px;
}
.top_gal_just_dogs1 {
	background: url(../graphics/bg_top/detmold37.jpg) no-repeat -200px center;
}

.top_gal_hold1 {
	background: url(../graphics/bg_top/detmold16.JPG) no-repeat center -50px;
}

.top_gallery_main {
	background: url(../graphics/bg_top/detmold26.JPG) no-repeat left bottom;
}








#content {
	float: right;
	width: 47em;
	margin: 0px;
	padding: 0px;
}
#content p {
	font-size: 1em;
	line-height: 1.75em;
	padding: 0.5em 0em;
}
#teaser {
	margin: 0em;
	padding: 0em;
}
#teaser_main {
	margin: 1.5em 0em;
	padding: 0em 0em 1.5em 2em;
	width: 45em;
}

#teaser p {
	font-size: 1.4em;
	line-height: 1.5em;
	padding: 0.25em 1.5em 0em 0em;
}

#teaser_main p {
	font-size: 1.4em;
	line-height: 1.5em;
	padding: 0.25em 1.5em 0.5em 0em;
}
span.dropcap {
	float: left;
	margin-right: .2em;
	margin-bottom:.5em;
	color: #4C453D;
	font: 3em/1em Georgia, "Times New Roman", Times, serif;
	margin-top: -.05em;
}

/* Gallery and Other Graphics
--------------------------------------------*/
#gallery {
	width: 100%;
	float: left;
	padding: 0px;
	clear: both;
	margin: 2.5em 0em 1em;
}
#gallery p {
	font-size: .75em;
	clear: both;
	margin-left: -2.5em;
	text-align: center;
}

.gallery_img {
	margin: 0em 0em 1em 1em;
	float: right;
	border: 1px solid #c6b98c;
}
.gallery_img_clear_left {
	clear: left;
	float: left;
	margin: 0em 1em 1em 0em;
	border-top: #B2A348;
	border-right: #B2A348;
	border-bottom: #B2A348;
	border-left: #B2A348;
}
.img_ems {
	height: 4.75em;
	width: 5.75em;
	border: 1px solid #B2A348;
}
.img_flt_lft {
	margin: .5em 1.5em 1.5em 0em;
	clear: both;
	float: left;
	border: 1px solid #FF9933;
}


.img_small {
	float: left;
	margin: 0.75em .75em 0.25em 0em;
}

/* Project Structure
------------------------------------------------*/
.project_wrap {
	padding: 0px;
	clear: both;
	float: left;
	width: 100%;
	margin: 0em 0em .5em;
}
.project_wrap_last {
	padding: 0px;
	clear: both;
	float: left;
	width: 100%;
	margin: 0px 0px 1em;
}

.project_wrap p {
	padding: 0px;
	clear: right;
	margin: 0em 0px 0.15em;
}

.proj_img {
	float: left;
	height: 3em;
	width: 3em;
	margin: 0.9em 1em 0em 0em;
	border: 1px solid #B2A348;
	clear: left;
}

.img_left {
	text-decoration: none;
	float: left;
	border: 1px solid #c6b98c;
	clear: left;
	margin: 0.5em 0em 2em;
	height: 10em;
	width: 10em;
}
.img_lg {
	float: left;
	border: 1px solid #c6b98c;
	clear: left;
	margin: 1em 1.5em 0em 0em;
}


/* Column
----------------------------------------------*/
#column {
	float: left;
	width: 12em;
	margin: 0em;
	padding: 2em 0em;
}

#column p {
	font-size: .9em;
	line-height: 1.5em;
	clear: right;
	padding: 0.5em 2.2em 0.5em 0em;
}
#column ul {
	margin: 1em 0px 2em 1em;
}

#column li {
	font-size: .9em;
	line-height: 2em;
	padding-bottom: .5em;
}


#column dl {
	clear: both;
	list-style: none;
	margin: 10px 20px;
	padding: 0px;
}
#column dt {
	float: left;
	clear: left;
	width: 35px;
	height: 35px;
	border: 1px solid #B2A348;
	margin: 0px 15px 5px 0px;
}
#column dd {
	font-size: 70%;
	margin: 0px 0px 10px 50px;
	clear: right;
}


/* Bottom
----------------------------------------------------*/
#bottom {
	background-color: #E9E1B7;
	float: left;
	width: 100%;
	text-align: left;
	clear: both;
	position: relative;
	padding: 0em;
	margin: 0px;
	border-top: 1px solid #B2A348;
	border-bottom: 1px solid #B2A348;
}
#bottom_container_outer {
	width: 60em;
	margin-right: auto;
	margin-left: auto;
}
#bottom_container_inner {
	float: left;
	width: 60em;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

#bottom_left {
	width: 18em;
	float: left;
	text-align: left;
	padding-right: 2em;
}


#bottom_middle {
	width: 18em;
	float: left;
	text-align: left;
	padding-right: 2em;
}
#bottom_right {
	float: right;
	width: 19.5em;
	text-align: left;
}

#bottom  p {
	font-size: .9em;
	line-height: 1.5em;
	padding: 0.5em 2.3em 0.5em 0em;
}
#bottom ul {
	margin-left: 10%;
	margin-top: 0.5em;
	margin-right: 1.5em;
}

#bottom li {
	font-size: .9em;
	line-height: 1.5em;
	padding-bottom: .5em;
}
.bg_arrow {
	background: url(../graphics/bg_arrow_olive.gif) no-repeat 95% center;
}

/* Footer
----------------------------------------------------*/
#footer {
	width: 60em;
	clear: both;
	text-align: left;
	margin: 0px auto;
	padding: 3em 0px;
	border-top: 1px solid #c6b98c;
}

#footer p {
	font-size: .75em;
	padding-right: 2em;
	padding-left: 8em;
	line-height: 1.7em;
}
.top_gal_halloween_2008 {

	background: url(../graphics/bg_top/detmold16.JPG) no-repeat center center;
}
