/*-------------------------------------------
Main CSS for johnrindlaub.com
-------------------------------------------*/

/* -Layout (Hidden FROM IE5.x/MAC USING ') */

@import 'layout.css';

/*_COLOR Allows IE5.x to see the color.css file*/
@import "color.css";


/* START CSS FOR TYPOGRAPHY */



/* Basic rules for NN4 and IE5.x/Max */

BODY {
	background: #000;
	color: #99acff;
	font-family: verdana, sans-serif;
	font-size: 76%;
	font-weight: bold;
	margin-left: 7%;
	margin-right: 7%;
}


A:link { 
	color: #69f; 
	background: transparent; 
	text-decoration: none;
	text-align: center;
}

A:visited { 
	color: #bbc; 
	background: transparent; 
	text-decoration: none; 
}

A:hover { 
	background: transparent;
	color: #fee;  
}


A:focus { 
	color: #6f9; 
	background: transparent;  
}
	
A:active { 
	color: #ccc; 
	background: transparent; 
}

h1 { 											
	font-family: trebuchet, sans-serif; 
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
	color: #c33;
	background-color: #000;
		
}
/*-----------------FRom sketchStyle.css----------*/

.centeredPlain h1 {  	
	font-size: 2.2em; 
	font-style: italic; 	
	color: #bcd; 
	background-color: black; 	
	text-align: center; 	
	font-family: Georgia, Times, serif; 
	font-weight: normal; 
	margin: auto;
	padding: 0.5em;
}
.bottom-nav {
	width: 800px; 
	margin-top: 2em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
 
	
	font-size: 1.0em;
}

.centeredPlain p {
	font-family: Georgia, Times, serif;
	font-size: 1.1em;
	padding: 4px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
}

.bottom-nav A:link { 
	font-family: Verdana, sans-serif;
	color: #6cf; 
	background-color: #000; 
	padding: 5px 20px;
	margin: 0px 2px;
	border: 1px solid #666;
	background-color: #000;
	text-decoration: none;
	text-align: center;
}
.bottom-nav A:visited { 
	color: #9bd; 
	background-color: #000;  
	text-decoration: none; 
	border: 1px solid #666;
	padding: 5px 20px;
	margin: 0px 2px;
}

.bottom-nav A:hover { 
	color: #fc6; 
	background-color: #000;  
	text-decoration: none;
	border: 1px solid #666;
	padding: 5px 20px;
	margin: 0px 2px;
}
	
.bottom-nav A:focus { 
	color: #6fc; 
	background-color: #000;  
	border: 1px solid #666;
	padding: 5px 20px;
	margin: 0px 2px;
}
		
.bottom-nav A:active { 
	color: #f36; 
	background-color: #333;  
	border: 1px solid #666;
	padding: 5px 20px;
	margin: 0px 2px;
}
DIV.thumb-c0text {	
	float: left;
	width: 20%;
	margin-right: 3%;
	margin-left: 1px;
	display: inline-block;
	position: static;
	vertical-align: bottom;
	
	margin-top: 390px;
	
	z-index: 1;
	clear: left;
}
/* for images on page photohome.htm */
img.rinny {
	margin-bottom: -10px;
	margin-top: 15px;
	/* for images on page bkuebanks.html */
}
img.rinny2 {
	left: 850px;
	top: 50px;
	position: absolute;
	z-index: -1;	
}

img.rinny3 {
	left: 850px;
	top: 850px;
	position: absolute;
	z-index: -1;
}

img.john {
	left: 50px;
	top: 150px;
	position: absolute;
	z-index: -1;
}
img.john2 {
	left: 50px;
	top: 250px;
	position: absolute;
	z-index: -1;
}
div.john200 {
	margin-right: auto;
	z-index: -1;
	margin-left: auto;
	width: 200px;
}
div.john100 {
	margin-right: auto;
	z-index: -1;
	margin-left: auto;
	width: 100px;
}
div.john300 {
	margin-right: auto;
	z-index: -1;
	margin-left: auto;
	width: 300px;
}
div.john250 {
	margin-right: auto;
	z-index: -1;
	margin-left: auto;
	width: 250px;
}
div.john150 {
	margin-right: auto;
	z-index: -1;
	margin-left: auto;
	width: 150px;
}
div.john190 {
	margin-right: auto;
	z-index: -1;
	margin-left: auto;
	width: 190px;
}
div.john450 {
	margin-right: auto;
	z-index: -1;
	margin-left: auto;
	width: 450px;
}
div.john366 {
	margin-right: auto;
	z-index: -1;
	margin-left: auto;
	width: 366px;
}

div.john350 {
	margin-right: auto;
	z-index: -1;
	margin-left: auto;
	width: 350px;
}

div.john400 {
	margin-right: auto;
	z-index: -1;
	margin-left: auto;
	width: 400px;
}
div.john500 {
	margin-right: auto;
	z-index: -1;
	margin-left: auto;
	width: 500px;
}

div.john600 {
	margin-right: auto;
	z-index: -1;
	margin-left: auto;
	width: 600px;
}
div.john750 {
	margin-right: auto;
	z-index: -1;
	margin-left: auto;
	width: 750px;
}
div.john145 {
	margin-right: auto;
	z-index: -1;
	margin-left: auto;
	width: 145px;
}

/*-------------------------------------------------*/
H2 { 
	font-size: 1.6em;
	font-family: trebuchet, sans-serif; 
	font-weight: 500; 
	text-align: center;
	color: #c33;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
}

H3 { 
	font-size: 1.2em;
	font-family:  trebuchet, sans-serif;
	color: #c33;
	font-weight: 300;
}
.comment {
	width: 400px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.main { 									
	font-size: 1.4em;
	font-family: trebuchet, sans-serif;
	text-align: left;
	margin-top: 15px;
	width: 40%;
	margin-left: 5%;
	margin-right: 50%;
}
.main-sixoo { 									
	font-size: 1.3em;
	font-family: "times new roman", sans-serif; 
	text-align: center;
	margin-top: 10px;
	width: 670px;
	margin-left: auto;
	margin-right: auto;
}


/*-------------------------------------
Here is what colors the form buttons(?)
-------------------------------------- */


form {
	margin-bottom: 20px; 
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	} 
	
INPUT { 
	color: #9cf; 
	background-color: #000; 
	border-color: #333;  
}
/*---------------------------------------
		 NavBar 
----------------------------------------*/
UL {			
	width: 205px;
	float: left;
	text-align: right;
	font-size: 1.1em;
	list-style: none;
	font-family: sans-serif;
	padding: 15px;
	left: -90px;
	position: relative;
	clear: left;
	margin-right: -15px;
	display: block;
}

li {
	
	border: 1px solid #666;
	border-bottom-style: dotted;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
}

/* wrapper is used in photo pages, and some others */
.wrapper { 
	width: 550px; 
	margin-left: auto;  
	margin-right: auto; 
	margin-top: 5px; 
	margin-bottom: 10px; 
	font-family: serif; 
	font-size: 1em; 
	border: 2px; 
	border-color: white;
}

DIV.thumb-c1text {	
	float: left;
	width: 14%;
	margin-right: 3%;
	margin-left: 3%;
	display: inline;
	position: static;
	background: transparent;
}

div.frameSize {
	position: relative;
	margin-right: 20px;
	padding-right: 500px;
	width: 400px;
	height: 200px;
}

div#wCGallery {
	margin-top: 0;
	margin-bottom: 0;
	float: none;
}
			
DIV.main-text {				
	width: 400px;
	font-family: serif;
	font-size: 1.4em;
	margin: 5px auto 30px auto;
}
DIV.wider-text {		
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 30px;
	font-family: serif;
	font-size: 1.2em;
	border: 2px;
	border-color: white;
	float: none;
	clear: none;
}

.minusOneItalic {  
	font-size: small; 
	font-style: italic;
	margin-left: -40px;
	margin-right: auto;
	width: 800px;
	text-align: center; 
}
	
.centeredPlain {  
	width: 600px; 
	margin-right: auto;
	margin-left: auto;
	text-align: center;
 	font-size: 1.0em; 
 	z-index: 25;
}
.centered-700 {  
	width: 700px; 
	margin-right: auto;
	margin-left: auto;
	text-align: center;
 	font-size: 1.0em; 
}
.centered-big {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;

}
.centered-900 {  
	width: 900px; 
	margin-right: auto;
	margin-left: auto;
	text-align: center;
 	font-size: 1.0em; 
}
/*------------------------------
the rest of these only show up in 
nopcart/js and mailorderform.html
-----------------------------*/

.ca-totals {
	font-family: serif;
	color: #999;
	background-color: #222;
}
.ca-tax {
	font-family: serif;
	color: #999;
	background-color: #000;
}

.nopentry {
	text-align: center;
}
.nop-gray {
	color: #99acff;
	background-color: #222;
	border-left-color: #222;
	border-right-color: #222;
}
/*---------------------------*/

div#panAtArtSHare {
	
	top: 72px;
}

div#TiredAsIAm {
	
	top: 72px;
	
}

.randomMinutes {
	font-family: Zapfino, Scriptina, "p22 Cezanne", "Comic Sans MS";
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3em;
	height: 62pt;
	text-align: center;
 	font-size: 2.8em; 
	top: 72px;
}

div.image img {
	padding-top: 40px;
}

div.main-text ol {
	width: 230px;
	font-family: sans-serif;
	font-size: 1.0em;
	margin-left: auto;
	margin-right: auto;
	
}

 p.endOfText {
	padding-bottom: 50px;
}


