/**
 * Basic Styles
 */

* { margin:0; padding: 0; }
body {
	color: #333;
	line-height: 1.8em;
}


td { vertical-align: top; }
em { font-style:italic; }
strong { font-weight: bold; }

.centering { text-align: center; }
.alignleft{ text-align: left; }
.pseudolink {
	cursor: pointer;
	text-decoration: underline;
}

/* --- floats and clears --- */
.floatleft { float: left; }
.floatright { float:right; }
.clear { clear: both; }

img { border: none; }

h1, h2, h3, h4, h5, h6 { margin: 0 0 .5em 0; font-weight: normal; }

h1 { font-size: 150%; }
h2 { font-size: 140%; }
h3 { font-size: 120%; }


li { margin: 0 0 0 2em; }
ol, ul, p { margin: 0 0 1em 0; }
dt { font-weight: bold; font-style:italic; margin: 0 0 .2em 0; }
dd { margin: 0 0 .8em 2em; }
table{border-collapse:collapse;border-spacing:0;}

.underlined {
	text-decoration: underline;
}

.lefting{text-align: left;}
.righting{text-align: right;}
.centering{text-align: center;}


.relative {
	position: relative;
}
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

body {
	background: #ddd url(/images/fadeOut.png?1283154920) scroll repeat-x center top;
}

.sensibleSize {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 32px;
}

#header {
	background: url(/images/headerObjects.png?1283154920) scroll no-repeat left top;
	height: 255px;
	position: relative;
	padding: 15px 0 0 280px;
	position: relative;
}
#printHeader { display:none; }
#container {
	position: relative;
	min-height: 640px;
	padding: 15px;
	background-color: #fff;
}

#footer {
	background: #cbcbcb url(/images/fadeIn.gif?1283154920) scroll repeat-x center top;
	padding: 20px 0 15px 0;
	margin: 0;
}

#content {
	position: relative;
	float: left;
	width: 75%;
}
#sidebar {
	float: left;
	width: 24%;
	margin-left: 1%;
}
#pageList li {
	list-style: none;
	margin-left: 1em;
}
#homelink {
	display: block;
	color: #fff;
	font-size: 500%;
	line-height: 88px;
	text-decoration: none;
}
/* hack until fontified headings are more "tight" */
#homelink img { position: relative; right: 8px; }

#homelink h1 {
margin: 0;
}
#headerPhoto {
	float: right;
	margin: 0 10px;
	background: url(/images/photoBg.png?1283154920) scroll no-repeat left top;
	width: 267px;
	height: 200px;
	padding: 15px;
	z-index: 80;
	position: relative;
}

#headerPhoto img {
	display: block;
	margin: 0;
	padding: 0;
}

#photoLabel {
	position: absolute;
	top: 180px;
	left: 20px;
	width: 128px;
	height: 49px;
	padding: 15px 11px 10px 9px;
	background: url(/images/photoLabel.png?1283154920) scroll no-repeat left top;
	text-align: center;
	z-index: 100;
}

#photoLabel div {
	line-height: 100%;
	overflow: hidden;
}

#photoLabelDate {
	position: absolute;
	bottom: 8px;
	right: 10px;
	font-size: 70%;
	color: #888;
	line-height: 100%;
}

#wpSidebar li {
	margin: 0;
	list-style: none;
}

#wpSidebar li li {
	margin-left: 1em;
}
