/*	Baseline */

body {
	background:			#ffffff;
	color:				#000000;
	font-family:		Verdana, Helvetica, Helv, Arial, sans-serif;
	font-size:			62.5%; /* Resets 1em to 10px */
	font-weight:		normal;
	line-height:		1.4;
	padding: 			0 0 0 0;
	margin: 			0 0 0 0;
	text-align:			left;
}

/*	Layout containers */

#mainframe {
	margin:				30px auto 30px auto;
	width:				532px;
}

#top {
	background:			url('images/border_top.png') top center;
	padding:			10px 10px 10px 10px;
}

#header {
	background:			url('images/border_content.png') top center repeat-y;
	height:				20px;
	padding:			0 10px 0 10px;
}

#content {
	background:			url('images/border_content.png') top center repeat-y;
	clear:				both;
	padding:			20px 50px 20px 50px;
}

#footer {
	background:			url('images/border_content.png') top center repeat-y;
	padding:			0 40px 0 40px;
}

#bottom {
	background:			url('images/border_bottom.png') top center;
	padding:			10px 10px 10px 10px;
}

.box {
	margin:				20px 0 0 0;
	padding:			0 0 0 0;	
	width:				194px; /* Max width allowed by the layout 204px */
}

/*	Headings */

h1 { }					/* Reserved for site title */

h2 { }					/* Reserved for page title */

h3 {
	font-size:			1.2em;
	font-weight:		bold;
	margin:				0 0 1em 0;
}

h3.signature {
	font-weight:		normal;
	margin:				0.5em 0 0 0;
}

/*	Paragraph and character styles */

p {
	font-size:			1.2em;
	margin:				0 0 1em 0;
}

p.lead {
	font-size:			1.6em;
}

.box p {
	font-size:			0.8em;
	margin:				0 0 0 0;
}

/*	Character styles */

em {
	font-style:			normal;
	font-weight:		bold;
}

/*	Links */

a, a:active, a:visited, a:focus {
	color: 				#2086ba;
	text-decoration:	none;
}

h3 a, h3 a:visited {
	color: 				#000000;
}

a:hover {
	color: 				#2086ba !important;
	text-decoration:	underline;
}

/*	Images */

img {
	border:				none;
	vertical-align:		middle;
}

.box img.document {
	border:				1px solid #000000;
	height:				auto;
	text-align:			center;
	margin:				0 0 1em 0;
	width:				100px;
}

/* Flickr badge (Images are wrapped in divs classed "flickr_badge_image" with ids "flickr_badge_imageX" where "X" is an integer specifying ordinal position.) */

#flickr_www {
	display:			inline;
	font: 				11px Arial, Helvetica, Sans serif !important;
	color:				#3993ff !important;
}

#flickr_badge_uber_wrapper {
	text-align:			left;
	width:				196px;
}

#flickr_badge_wrapper {
	padding:			0 0 0 0;
}

.flickr_badge_image {
	display:			inline;
	line-height:		104px;
	margin:				0 0 0 0;
}

#flickr_badge_image1 {
	margin:				0 8px 0 0;	
}

#flickr_badge_image2 {
	margin:				0 0 0 8px;	
}

#flickr_badge_image3 {
	margin:				0 8px 0 0;	
}

#flickr_badge_image4 {
	margin:				0 0 0 8px;	
}

.flickr_badge_image img {
	border:				7px solid #000000;
	margin:				0 0 0 0;
	vertical-align:		top;
}

#flickr_badge_source {
	text-align:			left;
	margin:				0 10px 0 10px;
}

#flickr_badge_icon {
	float:				left;
	margin-right:		5px;
}

#flickr_badge_uber_wrapper a:hover, #flickr_badge_uber_wrapper a:link, #flickr_badge_uber_wrapper a:active, #flickr_badge_uber_wrapper a:visited {
	text-decoration:	none !important;
	background:			inherit !important;
	color:#3993ff;
}

#flickr_badge_source {
	padding:			0 !important;
	font:				11px Arial, Helvetica, Sans serif !important;
	color:#666666 		!important;
}

/*	Miscellaneous layout controls */

.align_center {
	text-align:			center;
}

.float_left {
	clear:				left;
	float:				left;
}

.float_right {
	clear:				right;
	float:				right;
}

hr {
	border:				none;
	background:			#ffffff;
	color:				#ffffff;
	clear:				both;
	margin:				0;
	padding:			0;
}
