/*
 * AdamFinlayson.com v9.1
 * amf%adamfinlayson!com
 */


/****** Import ******/

@import "/style/basic.css";



/****** HTML ******/

body {
	margin: 0 0 5em 0;
	
	background-color: #DDDDDD;
}



/****** Styles ******/

.photos img {
	border: 1px solid #000000;
	margin: 0 0 20px 0;
}

.note {
	color: #999;
	font-style: italic;
}



/****** Header ******/

#header {
	background-color: #CCCCCC;
	border-bottom: 1px solid #888888;
	
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	
	font-size: 11px;
}

#navigation {
	float: left;
}

#version {
	text-align: right;
}



/****** Navigation ******/


#navigation a {
	color: #494980;
	color: #373768;
}

#navigation a:visited {
	color: #505050;
}

#navigation a:active,
#navigation a:hover {
	color: #0000AF;
}

#navigation b {
	color: #373737;
}



/****** Content ******/

#content,
#header {
	padding-left: 100px;
	padding-right: 100px;
}


#content {
	padding-top: 3em;
}



/****** Right ******/

#content div.right {
	float: right;
	width: 250px;
	margin-left: 10px;
}

#content .caption {
	font-size: 11px;
	color: #777;
	text-align: center;
}