@charset "UTF-8";
/* CSS Document */

			/* Enter your CSS styles in here */
			
			body {
				background:	    #ffffff;
				color: 				#333333;
				font-family:Geneva, Arial, Helvetica, sans-serif;
				
			}
			#aboutContent 	{
				padding-top:30px;
				padding-bottom:30px;}
			
			/*#container {
				position:			relative;
				width:				840px;
				margin:				auto;
				background:			white;
				padding:			10px;
				border:				2px solid #bdbdbd;
			}
			
			#footer {
				border-top:			1px solid #cdcdcd;
				text-align:			center;
			}*/
			
			#aboutContent img {
				float:				right;
				margin:				10px 60px 10px 10px;
				
				border:				1px solid #83201a;
			}
			
			p {
				padding:			0;
				margin-top:			0;
				margin-left:		60px;
				margin-right:		60px;
				margin-bottom:		12px;
				letter-spacing: 	0.01em;
				text-align:			justify;
				line-height:		1.4em;
			}
			
			p.first {
				border-top:			1px solid #cdcdcd;
				padding-top:		10px;
				font-size:			1.1em;
			}
			
			/* Create the drop cap */
			p.first:first-letter {
				padding: 			0.1em;
				line-height:		0.7em;
				color: 				black;
				font-size:			6.5em;
				float:				left;
				margin-right: 		0.1em;
				margin-bottom: 		0.1em;
				background:			transparent url(../../vanguard/images/Timemachinebook.JPG) no-repeat center center;
				border:				1px solid #83201a;
			}
			
			/* Set the first line of the first paragraph to use small caps */
			p.first:first-line {
				font-variant: 		small-caps;
			}
			
			/* Set the speech to be darker in colour than the narrative text */
			q {
				color:				black;
			}			
			
			h1 {
				margin-left:		60px;
				font-size: 			3em;
				text-transform: 	uppercase;
				font-weight: 		900;
				letter-spacing: 	-0.1em;
				word-spacing:		0.3em;
				margin:				0;
				padding:			0;
				text-align:			center;
				color: 				#83201a;
			}
			
			/* Author */
			h2 {
				margin:				0;
				padding:			0;
				text-align:			center;
				margin-bottom:		10px;
				color: 				#54110d;
			}
			
			/* Chapter */
			h3 {
				margin:				0;
				padding:			0;
				float:				left;
				font-size:			2em;
				width:				60px;
				text-align:			center;
				color:				#999999;
			}		
			
			/* Pull quote */
			blockquote {
				clear:				right;
				border-left:		5px solid #54110d;
				font-size:			1.5em;
				color:				#ffffff;
				
				background-color:	#666600;
				padding:			10px 10px 10px 10px;
				
				width:				145px;
				float:				left;
				line-height:		1.5em;
				margin:				10px 10px 10px 60px;
				
			}
	
	
	
	
	
	
	
	
	
	
	
