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

html {
	margin:0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-repeat: repeat;
}
   body {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 9pt;
	margin: 0;

}
   
   a {
	color:#0C0;
	text-decoration: none;
	font-size: 8pt;
	line-height: 9pt;
}
	a:hover {
	color:#000;
	text-decoration:underline;
}
	a:visited {
	color:#0C0;
	text-decoration:underline;
}
	
	blockquote {
	color:#000;
	font-style:italic;
	margin:15px 0;
}
	cite {
	color:#000;
	font-style:normal;
}
	
	dl {
	margin:0;
	line-height: 9pt;
}
	dt {
	color:#000;
	font-weight:bold;
	font-variant:small-caps;
	line-height: 9pt;
}
	dd {
	margin:0 0 10px;
}
	
	fieldset {
	border:none;
	height:200px;
}
	fieldset dt { width:100px; float:left; }
   
	h1,h2,h3,h4 {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
	h1 {
	margin:0 0 6px;
	padding:0;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 30px;
	font-style: italic;
}
	h2,h3,h4 {
	margin:16px 0 16px;
}
	
	hr {
	border:0;
	height:19px;
	background-image: url(../images/SFO_hrrule_bw.png);
	background-repeat: no-repeat;
}
	
	img { border:none; }
	
	ul { list-style:none; }
	ul li {
	list-style:none;
	margin-left:-15px;
	padding-left:15px;
}
	
   p {
	margin:4px 0;
	color: #000;
	line-height: 10pt;
	font-size: 8pt;
}
	
/* =Layout
   ----------------------------------*/
   #container {
	font-size:8pt;
	line-height:12pt;
	width:660px;
	background-color: #999;
}
	#header, #recent-work, #about, #contact {
	padding: 10px 0px 10px 30px;
	background-color: #FFF;
	width: 660px;
}
   .left-div {
	width:300px;
	float:left;
	padding-right:0px;
	background-position: right;
	padding-left: 0px;
}
	.right-div {
	width:330px;
	float:right;
}

.right-div-small {
	width:133px;
	float:right;
	padding-right: 0px;
}

.right-div-smallcenter {
	width:133px;
	float:right;
	padding-right: 43px;
}

   .left-div-small {
	width:133px;
	float:left;
	padding-right:0px;
	background-position: right;
	padding-left: 0px;
}

   .left-div-smallcenter {
	width:133px;
	float:left;
	padding-right:0px;
	background-position: right;
	padding-left: 43px;
}



	#footer {
	width:660px;
	padding:10px 0px 10px 30px;
	background-color: #FFF;
}
	
/* =Header
   ----------------------------------*/
   .welcome {
	color:#000;
	font-size:9pt;
	font-style:italic;
	line-height:1.5em;
	margin-bottom:5px;
	margin-top: 0px;
}
	.left {
	width:660px;
	float:left;
}
	.right {
	width:0px;
	float:right;
}
   
/* =Recent Work
   ----------------------------------*/
	.work img {
	padding:0px;
	padding-left: 30px;
}
	.work-details {
	width:200px;
	margin-left:0px;
	padding-left:0px;
	float:left;
}
	.work-details h3 { margin-top:0; }
	
	.small-thumbs { clear:both; }
	.small-thumbs img {
	margin:10px 5px 5px 0;
	padding-left: 20px;
}
	
	/* =Coda Slider
		----------------------------------*/
		.stripViewer .panelContainer .panel ul { text-align: left; margin:0; }
			
		.slider-wrap {
	/* This div isn't entirely necessary but good for getting the side arrows vertically centered */
		margin:0;
	position: relative;
	width: 660px;
}
	
		/* These 2 lines specify style applied while slider is loading */
		.csw {
	width: 660px;
	height: 300px;
	overflow:auto;
}
		.csw .loading {
	margin: 200px 0 300px 0;
	text-align: center
}
	
		.stripViewer {
	/* This is the viewing window */
		position:relative;
	overflow:hidden;
	/* this is the border. should have the same value for the links */
		margin:auto;
	width:660px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height:300px;
	clear:both;
}
			
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
		position:relative; left:0; top:0; width:100%; list-style-type:none;
		/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */ }
			
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 300px;
	position:relative;
	width:660px; /* Also specified in  .stripViewer  above */
}
			
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
		padding:0; }
		
		.wrapper {
	margin-left:0px;
}
			
		.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 300px;
	text-indent: -9000em;
}
		
		.stripNavL a, .stripNavR a { display: block; width:40px; height:17px; }
			
		.stripNavL { left: 0; }
		.stripNavR { right: 0; }
			
		.stripNavL {
	background-image: url(../images/SFO_arrow_left.png);
	background-repeat: no-repeat;
	background-position: center;
}	
		.stripNavR {
	background-image: url(../images/SFO_arrow_right.png);
	background-repeat: no-repeat;
	background-position: center;
}
	
/* =About
   ----------------------------------*/
	.author-pic {
	padding:0px 0px 0px 30px;
}
	
/* =Contact
   ----------------------------------*/
	/* Form */
	fieldset {
	border:none;
	height:200px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
	fieldset dt {
	width:200px;
	float:left;
}
	fieldset input {
	background-color:#FFF;
	border:1px solid #666;
}
	fieldset textarea {
	background-color:#CCC;
	border:1px solid #a65353;
}
	.button-replace {
	border:0px;
	overflow:hidden;
	cursor: pointer;
	width:80px;
	height:40px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #F0F;
}
	
/* =Footer
   ----------------------------------*/
	.footer-text {
	font-size:8pt;
	text-align: left;
	color: #CCC;
}
	
/* =Misc
   ----------------------------------*/
	.backtotop { clear:both; }
	.right-div h3 { margin-top:0; }

