/* kipke.com stylesheet */

/* general */
* {
	margin: 0;
	padding: 0;
	}

html {
	min-height:100%;
	padding-bottom: 1px;
	}

body {
	min-width: 675px;
	background: #FFF url("images/repeater.jpg");
	color: #000;
	font: 100%/1.4 Arial, sans-serif;
	}

a:link, a:visited {
	color: #E1112B;
	text-decoration: none;
	}

a:link {
	border-bottom: 1px dashed #FFB20E;	
	}

a:visited {
	border-bottom: 1px dashed #E1112B;
	}

a:focus, a:hover, a:active {
	border-bottom-style: solid;
	}

img {
	border: 0;
	}

h1, h2, h3, h4 {
	color: #E1112B;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	}

p {
	margin: 1em 0;
	}

.first {
	margin-top: 0;
	}

/* banner */
#banner {
	height: 155px;
	background: #FFF url("images/banner-repeater.gif") left top repeat-x;
	}

#banner h1 span, #banner h2 span { /* off screen */
	position: absolute;
		left: -5000px;
	width: 100px;
	}

#banner h1 {
	float: left;
	width: 229px;
	height: 111px;
	margin: 0 0 -200px 0;
	background: url("images/banner-left.jpg") left top no-repeat;
	}

#banner h1 a {
	position: absolute;
		top: 15px;
		left: 100px;
	width: 318px;
	height: 89px;
	border: none;
	background: url("images/logo.gif") left top no-repeat;
	}

#banner h2 {
	float: right;
	height: 155px;
	width: 410px;
	margin: 0 0 -100px -400px;
	background: url("images/banner-right.jpg") left top no-repeat;
	}

/* navigation */
#nav {
	position: relative;
	float: right;
	width: 170px;
	margin-left: -170px;
	}

#nav ul {
	position: relative;
	list-style-type: none;
	}

#nav li {
	margin-bottom: 5px;
	border: 1px solid #FFB20E;
	border-left: none;
	background: #FFEBBE;
	text-align: center;
	}

#nav a {
	display: block;
	padding: 0.53em 0em;
	border-bottom: none;
	font-weight: bold;
	font-size: 80%;
	}

#nav a:focus, #nav a:hover, #nav a:active, #nav #currentpage a {
	background: url("images/button.gif") left center no-repeat;
	}

#nav fieldset {
	padding: 0.53em 0;
	font-weight: bold;
	font-size: 80%;
	}

#nav fieldset li {
	border: none;
	list-style-type: none;
	}

#nav label {
	display: block;
	margin: 0 0.5em 0.25em 0.5em;
	color: #E1112B;
	}

#nav input#ea {
	width: 138px;
	border: 1px solid #FFB20E;
	padding: 2px 5px;
	}
#nav .button {
	padding: 2px;
	}

/* content */
#content {
	position: relative;
	margin-top: -37px;
	margin-right: 170px;
	padding: 30px 2em 13px 2em;
	border-right: 1px solid #FFB20E;
	background: #FFF;
	font-size: 90%;
	text-align: justify;
	}

#content h3 {
	border-bottom: 1px solid #FFB20E;
	}

#content ul {
	margin: 1em;
	}

/* home specific */
.signature {
	position: relative;
		left: 2em;
	width: 213px;
	height: 62px;
	background: transparent url("images/sig.gif") left top no-repeat;
	}

.signature span {
	display: block;
	width: 213px;
	height: 62px;
	background: transparent url("images/protected.gif") left top;
	}

.signature span span {
	position: absolute;
		left: -5000px;
	margin-left: -5000px;
	}

/* styles for gallery display */

.pictures {
	margin: 25px 0px 25px 0px;
	text-align: center;
	}

.pictures a:link, .pictures a:visited {
	border-bottom: none;
	}
		
.pictures a:link img, .pictures a:visited img {
	margin: 5px;
	border: 2px solid #E1112B;
	}

.pictures a:focus img, .pictures a:hover img, .pictures a:active img {
	border-color: #FFB20E;
	}

.small-group {
	float: left;
	margin: 1em 12px 1em 0;
	}

/* styles for supporter and other quotes */
blockquote, .supporter {
	margin-right: 63px;
	}

blockquote {
	min-height: 32px;
	margin-top: 2em;
	margin-bottom: 2em;
	padding-left: 63px;
	background: url(images/quote.gif) top left no-repeat;
	font-style: italic;
	}

.supporter {
	margin-top: -1em;
	margin-left: 63px;
	color: #E1112B;
	text-align: right;
	}

/* PayPal button style */
fieldset {
	border: none;
	}

/* footer */
#footer-wrapper {
	margin-right: 170px;
	padding-top: 7px;
	border-right: 1px solid #FFB20E;
	border-bottom: 1px solid #7C0B19;
	background: #E1112B url("images/footer-repeater.gif") left top repeat-x;
	}

#footer {
	margin-right: -1px;
	padding: 0.5em 1em;
	border-right: 1px solid #AC0D21;
	background: transparent url("images/footer.jpg") center top no-repeat;
	color: white;
	font-size: 80%;
	font-weight: bold;
	}

#copyright {
	float: right;
	width: 10em;
	text-align: right;
	}