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


.unfinished {
	background-color:#FF0;
}

/*
 * General set-up
 */
body {
	background-color:#e6e6e6;
}
h1,h2,h3,h4,h5,h6 {
	line-height:1;
	text-transform:lowercase;
	font-weight:normal;
	letter-spacing:-0.05em;
}
.rightAligned {
	text-align:right !important;
}


/*
 * Header (thin black strip at top)
 */
#header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:30px;
	background-color:#000;
	color:#ccc;
}
#headerText {
	height:18px;
	font-size:11px;
	margin-top: 6px;
	font-weight:bold;
	text-align:right;
}
#headerText ul {
	margin:0;
	padding:0;
	height:18px;
}
#headerText ul li {
	list-style:none;
	display:inline;
	margin-left:5px;
	padding-left:5px;
}
#headerText ul li+li {
	border-left:1px solid #444;
}
#header a {
	text-decoration:none;
	color:#ccc;
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding:2px 0 2px 18px;
}
#header a:hover {
	color:#fff;
	background-position:0px -100px;
}
#header a.facebookHeader {
	background-image:url(/images/facebookSpriteBlack.png);
}
#header a.twitterHeader {
	background-image:url(/images/twitterSpriteBlack.png);
}
#header a.flickrHeader {
	background-image:url(/images/flickrSpriteBlack.png);
}


/*
 * Masthead (logo & menu)
 */
#masthead {
	margin-top:30px;
	height:100px;
	background-color:#181818;
	background-image:url(/images/mastheadBackground.png);
	background-repeat:repeat-x;
}
#logo {
	margin-top:17px;
}
#menu {
	color:#fff;
	font-size: 15px;
	margin-top: 42px;
	text-align:right;
	text-transform:uppercase;
}
#menu ul {
	margin:0;
}
#menu ul li {
	list-style:none;
	display:inline;
	padding-left:3px;
	margin-left:3px;
}
#menu ul li+li {
	border-left:1px solid #666;
}
#menu a {
	color:#d8d8d8;
	text-decoration:none;
	padding:5px;
}
#menu a:hover {
	color:#fff;
	background-color:#000;
}


/*
 * Headline (photo & title)
 */
#headline {
	height:280px;
	background-color:#000;
	background-position:center;
	background-repeat:no-repeat;
}
#headlineTitle {
	height:278px;
	display:table-cell;
	vertical-align:bottom;
}
#headlinePhoto {
	text-align:right;
}
h1 {
	color:#fff;
	font-size:48px;
	margin-bottom:5px;
}
h2 {
	color:#999;
	font-size:28px;
}


/*
 * Content
 */
#content {
	margin-top:50px;
	color:#222;
}
#content p {
	margin:0 0 10px 0;
	font-size:13px;
	line-height:20px;
	text-align:justify;
}
#content p a {
	text-decoration:none;
	font-weight:bold;
	color: #666;
	font-size:larger;
}
#content p a:hover {
	color:#222;
}
#content p strong {
	font-weight:bold;
	font-size:larger;
}
h3 {
	margin:0 0 12px 0;
	font-size:36px;
}
h3.left {
	text-align:right;
	margin-top:-4px;
	margin-right:6px;
}
h3.right {
	text-align:left;
	margin-top:-4px;
	margin-left:6px;
}
h3 a {
	color:inherit;
	text-decoration:none;
}
h3 a:hover {
	color:#222;
}
#content .main p,
#content p.main {
	font-size:20px;
	color:#222;
	line-height:1.5;
}
#content a img {
	border:3px solid #fff;
}
#content a:hover img {
	border-color:#222;
}
#gallery img {
	margin:0 0 3px 3px;
}
#content img.embedded {
	float:left;
	margin:5px 10px 5px -20px;
	padding:0px;
	width:143px;
	height:208px;
	overflow:hidden;
	border:0;
}
#content a img.embedded {
	background-image:url(/images/embeddedBackgroundSprite.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
#content a:hover img.embedded {
	background-position:0px -240px;
}
#content .spaceAbove {
	margin-top:30px;
}
.floatRight {
	float:right;
	margin:10px 0px 10px 20px;
	padding:0px;
}
.floatLeft {
	float:left;
	margin:10px 20px 10px 0px;
	padding:0px;
}

.iconLink {
	padding-top:6px;
}
.iconLink img {
	margin-right:3px;
	vertical-align:middle;
}
.iconLink .light {
	font-weight:normal !important;
}

/*
 * Footer
 */
#footer {
	padding-top:40px;
	padding-bottom:150px;
	font-size: 11px;
	color: #777;
}
#footerLayout > div {
	border-top: 10px solid #dbdbdb;
	padding-top:10px;
}
#footer p {
	margin:0 0 4px 0;
}
#footer a {
	text-decoration:none;
	color:inherit;
	font-weight:bold;
}
#footer a:hover {
	color:#222;
}
#footer img {
	vertical-align:bottom;
}
#footer a.mailFooter {
	background-image:url(/images/mailSprite.png);
}
#footer span.phoneFooter {
	background-image:url(/images/phoneSprite.png);
}
#footer a.facebookFooter {
	background-image:url(/images/facebookSprite.png);
}
#footer a.twitterFooter {
	background-image:url(/images/twitterSprite.png);
}
#footer a.flickrFooter {
	background-image:url(/images/flickrSprite.png);
}
#footer a.mailFooter,
#footer span.phoneFooter,
#footer a.facebookFooter,
#footer a.twitterFooter,
#footer a.flickrFooter {
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding: 2px 0 2px 18px;
}
#footer a.mailFooter:hover,
#footer span.phoneFooter:hover,
#footer a.facebookFooter:hover,
#footer a.twitterFooter:hover,
#footer a.flickrFooter:hover {
	background-position:0px -100px;
}
