/* spinningtheweb style sheet */
/* test server version */
/* /MAMP/htdocs/spinningtheweb.org */


/* basic elements */

body {
	font-family: helvetica, arial, sans-serif;
	color: #393a41;
	margin: 0px;
	background-color: #fff;
}

h1 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 0;
}

h2 {
	font-weight: 400;
	font-size: 13px;
}


h3 {
	font-size: 11px;
	font-weight: 400;
	text-align: left;
}

p {	
	font-size: 11px;
	padding-left: 50px;
	padding-right: 80px;
	line-height: 1.5;
}


/*  links  */


a:link {
	
	color: #46464f;	
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	}

a:visited {
	color: #5a5a5f;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	
}

a:hover {
	color: #c00;  /*#ababab;  */
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	border-bottom: 1px solid #c00;
}

a.current {
	color: #393a41;
	font-size: 13px;
	font-weight: 800;
	
}



/* specific divs */

/* container */

#container {
	vertical-align: baseline;
	white-space: normal;
	position: absolute;
	left: 50%;
	width:1000px;
	margin-left:-500px;
	background-color: #fff;	
}


/* TOP BANNER*/


#pageHeader {
	position: absolute; 
	top:   0px; 
	left: 0px; 
	width: 100%;
	height: 60px;
	
	background-color: #ffffff;
	padding: 30px 8px 0px 0px;
}

#pageHeader h1 {
	font-size: 16px;
	text-align: right;
	color: #393a41;
	padding-right: 8px;
}

#pageHeader h3 {
	font-size: 11px;
	text-align: right;
	color: #fff;
	}


#navigation {
	position: absolute; 
	top: 60px; 
	left: 0px; 
	width: 100%;
	height:30px;
	padding-top: 3px;
	padding-left: 0px;

	background-color: #fff;
	
}

#navigation h2{
	font-size: 10px;
	text-align: right;
	color: #474543;
	
	padding-right: 8px;
}
	

	
/*          The body parts             */

/*Left side Navigation*/



#quickIndex {	
	
	margin: 0px 0px 0px 0px;
	position: absolute;
	left:0px;
	width:165px;
	padding: 0px 7px 10px 10px;
	top: 130px;
	
	/*
	margin: 0px 0px 0px 0px;
	position: absolute;
	left:0px;
	width:165px;
	padding: 0px 7px 10px 10px;
	top: 130px;
	`*/
}


#quickIndex h1{
	padding-left: 0px;
	font-size: 30px;
	font-weight: 900;
	top: 0px;
	margin-top: 3px;
	padding-top: 0;
	text-align: right;
}


#quickIndex h2 {
	padding-left: 5px;
	font-size: 18px;
	font-weight: 800;
	text-align: right;
	padding-top: 0px;
	margin-top: 15px;
	top:  0px;
	margin-bottom: 3px;
}

#quickIndex h4{
	margin-left: -80px;
	left:50%;
	padding-left: 0px;
	font-size: 30px;
	font-weight: 900;
	top: 0px;
	margin-top: 3px;
	padding-top: 0;
	text-align: right;
}

#quickIndex p {
	
	text-align: right;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 0px 0px 0px 20px;
}

#quickIndex p.long {
	left: 50%;
	margin-left:-20px;
	text-align: right;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 0px 0px 0px 20px;
}

#quickIndex  p.focus {	
	text-decoration: underline;	
}

#quickIndex h2 a {
	padding-left: 5px;
	font-size: 17px;
	font-weight: 800;
	top: 0;
	text-align: right;
	padding-top: 10px;
	color: #393a41;
	padding-bottom: 0;
	margin-bottom: 2px;
}

#quickIndex h2 a:hover {
    padding-left: 5px;
	font-size: 17px;
	font-weight: 800;
	top: 0;
	text-align: right;
	padding-top: 10px;
	color: #c00;  /*color: #ababab;*/
		border-bottom: 0px solid #fff;
}
#quickIndex a {
		color: #393a41;
		font-size: 11px;
	text-align: right;
}

#quickIndex a:hover {
		color: #c00;  /*color: #ababab;*/
	font-size: 11px;
	font-weight: 500;
	text-decoration: none;

}


/*
#quickIndex ul {
	list-style-position: inside;
}

#quickIndex  li {
	text-indent: 0px;
	padding-bottom: 2px;
	
}

#quickIndex  p.sub {
	display: block;
	margin-left:20px;
	/*padding-left:10px;
	
	text-indent: 10px;*//*
	font-style: italic;	
}
*/



/* maintext and images (right column)*/
#mainText {
	margin: 130px 0px 10px 190px;
	border-width:0px 0px 1px 1px;
	border-color: #fff #4D4C42;
	border-style:solid;
	padding: 20px 20px 50px 30px;  /*top was 50*/
}


#mainText a{
	font-size:10px;
}

#mainText h1{
	padding-top: 10px;
	padding-left: 10px;
}

#mainText h2 {
	font:	 	200;
	font-size:  13px;
}
/* for projects main page only */


#projectSummary {
	padding-left: 20px;
	height: 200px; /*was 220*/
	border-bottom: 0px solid #46464f;
}

#projectSummary img {
		
	float: left;
	margin-left: 0px; /*10*/
	margin-right: 15px;
}

#projectSummary h1{
	padding-left: 220px;
	font-size: 25px;
	margin-bottom: 3px;
}



#projectSummary h2 {
	padding-left: 220px;
	font-size: 18px;
	padding-top: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#projectSummary h3 {
	padding-left: 220px;
	font-size: 14px;
	padding-top: 2px;
	margin-top: 2px;
	margin-bottom: 5px;
}


#projectSummary p {
	padding-left: 220px;
	padding-right: 15px;
	padding-top: 2px;
	border-bottom: 0px solid #a1a1a1;
	margin-top: 2px;
}


/* div links */
/* order is important!!!! */

#projectSummary h1 a:link{
    color: #393a41;
	font-weight: 700;
	font-size: 25px;
	text-decoration: none;

}
#projectSummary h1 a:visited {
	color: #393a41;
	font-weight: 700;
	font-size: 25px;
}

#projectSummary h1 a:hover {
	color: #c00;  /*#ababab;  */
	font-weight: 700;
	font-size: 25px;
	border-bottom: 0px solid #fff;
}



/*
#spacer {
	
	height: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-left: 20px;
	color: #959191;
	margin: 20px 10px 20px 20px;
}

*/

#spacer {
	
	height: 40px;
}

/*
#projectSummary img.image {
		
	float: left;
	margin-left: 0px;
	margin-right: 15px;
}


#projectSummary h1.image {
	padding-left: 220px;
	font-size: 25px;
	margin-bottom: 3px;
}


#projectSummary h2.image {
	padding-left: 220px;
	font-size: 18px;
	padding-top: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#projectSummary h3.image {
	padding-left: 220px;
	font-size: 14px;
	padding-top: 2px;
	margin-top: 2px;
	margin-bottom: 5px;
}


#projectSummary p.image {
	padding-left: 220px;
	padding-right: 15px;
	padding-top: 2px;
	border-bottom: 0px solid #a1a1a1;
	margin-top: 2px;
}
*/

/* For individual project pages */ 

#projectDetail {
	padding-left: 20px;
	border-bottom: 0px solid #46464f;

}

#projectDetail h1 {
	
	font-size:30px;
	margin-top: 3px;
	padding-left: 20px;
}

#projectDetail h2 {
	
	font-size:20px;
	font-weight: 200;

	padding-left: 50px;
}

#projectDetail h4 {
	
	font-size:20px;
	font-weight: 200;
	border-top: 1px solid #959191;
	margin-left: 17px;
	padding-top: 8px;
	margin-right: 60px;
	padding-left: 3px;
}

#projectDetail video{
	padding-left: 20px;
	margin-top: 0px;
}

#projectDetail p.image{
	margin-bottom: 0;
	}

#projectDetail p.imageLabel{
	color: #545454;
	text-align: right;
	padding-top: 0px;
	margin-top: 0px;
	padding-right: 85px;
	font-style: italic;
}


#projectDetail img{
	border: 1px solid black;
}

#projectDetail img.tall{
	border: 0px solid black;
	float: right;
	margin-left: 20px;
	display: inline-block;
	margin-right: 80px;
	padding-bottom: 0;
	margin-bottom: 6px;
	
}


#projectDetail img.left{
	width: 200px;
	border: 1px solid black;
	margin-left: 50px;
	margin-bottom: 25px;
	top: 15px;
}



#projectDetail img.right{
	width: 200px;

	border: 1px solid black;
	margin-left: 25px;
	margin-bottom: 25px;
}

#projectDetail img.left2{
	width: 320px;
	border: 1px solid black;
	margin-left: 50px;
	margin-bottom: 15px;
	top: 15px;
}



#projectDetail img.right2{
	width: 320px;
	border: 1px solid black;
	margin-left: 25px;
	margin-bottom: 15px;
}

/*
#mainText a:link {
	text-decoration: none;
}

#mainText a:visited {
	text-decoration: none;
	color:#692D28;
}

#mainText a:hover {
	text-decoration: underline;

}

#mainText h1, h2, h3 {
	color:#7F352F;
	color:#572521;

}

#mainText h1 {
	text-align: left;
}

#maintext h3.plat {
	padding-right: 115px;
}

#mainText step{
	color:#77312C;
	font-size:14px;
}

#mainText span{
	color:#77312C;
}

#mainText pre {
	background-color: #e0e0e0;
	padding-left:20px;
	color:#000033;
	}

#mainText p.numbers {
	white-space: pre;
	}
	
#mainText ul {
	list-style-position: inside;
}
#mainText li {
	text-indent: 5px;
}

#row1 {
	color:#FFFFFF;
	}

/* code 

#code {
	
	background-color: #e0e0e0;
	padding-left:20px;
	
	}
*/


/* Footer */


#pageFooter {

	width: 100%;
	height: 28px;
	padding: 3px 5px 5px 5px;
	background-color: #474543;}

#pageFooter h1 {

	color:      #9F927F;
	padding-right: 12px;
	text-align: center;
}

#pageFooter h3 {
	text-align: center;
	color:      #9F927F;
	font-size:10px;
}

#pageFooter a{
	font-size:11px;
}

/* My Comment */


