/* =============================================================== */
/* BASIC ELEMENTS */
/* =============================================================== */

html {
	margin: 0;
	padding: 0;
}

body {
	text-align: center; /* center on ie */
	margin: 0;
	padding: 0;
	min-width: 800px;
	background: #fff;
	background-image: url("assets/bg-tile.jpg");
	font-family: Helvetica, Arial, Trebuchet MS, sans-serif;
	color: #999;
	font-weight: bold;
}

p, h1, h2, h3, ul {
	margin-top: 0px;
	margin-bottom: 20px;
}

p {
	font-size: 12px;
	line-height: 16px;
}

h1, h2 {
	text-transform: lowercase;
}

#header p {
	color: #fff;
	font-size: 22px;
	line-height: 28px;
	padding-top: 22px;
}

#press p {
	font-family: Palatino, Georgia, Times New Roman, serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	margin-bottom: 0px;
}

.quote-attribution {
	font-family: Palatino, Georgia, Times New Roman, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}

.more-press {
	margin-left: 10px;
}

#press p.more-about-fd, .more-press {
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, sans-serif;
	font-weight: bold;
}

.more-press {
	margin-left: 10px;
	font-size: 16px;
}

#press p.more-about-fd {
	text-align: right;
	margin-bottom: 0px;
}

#main-left {
	color: #fff;
}

#photo-box h1 {
	position: relative;
	left: 10px;
	top: 170px;
}

#blue-box ul, #blue-box li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#white-box p {
	padding: 0px;
	margin: 0px;
}

#footer h2, #footer p, #footer ul {
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	margin-bottom: 0px;
}

#footer p, #footer ul {
	margin-bottom: 10px;
}

#footer ul, #footer li {
	padding-left: 0px;
	margin-left: 0px;
	list-style: none;
}

#footer p.site-credits {
	font-size: 10px;
	font-weight: normal;
}

#footer-sign-in p {
	margin-top: 30px;
	font-size: 18px;	
}

/* =============================================================== */
/* LAYOUT */
/* =============================================================== */

#container {
	position: relative;
	width: 100%;
	text-align: center; /* center in IE */
}

#container-inner, #header-inner {
	width: 800px;
	margin: 0px auto; /* center on everything else */
	text-align: left;
}

#nav, #header, #intro, #main, #footer {
	position: relative;
	text-align: center; /* center in IE */
}

#header {
	background: #EE3C38;
	margin-top:0px
	padding-top: 0px;
	padding-bottom: 10px;
}

#header-inner {
}

#press {
	background: #fff;
	padding: 10px 10px 0px 10px;	
}

#nav-inner, #intro-inner, #main-inner, #footer-inner {
	width: 800px;
	margin: 0px auto; /* center on everything else */
	text-align: left;
}

#intro-inner, #main-inner {
	padding-top: 20px;
}

#footer-inner {
	padding-top: 5px;
}

#footer {
	background: #fff;
	padding-bottom: 10px;
}
	

/* =============================================================== */
/* COLUMNS AND OTHER WAYS TO BREAK UP PAGES */
/* =============================================================== */

#main-left {
	float: left;
	width: 345px;
	display: inline; /* ie win bugfix */
	position: relative;
	min-height: 1px;
	padding: 0px;
	margin: 0px 20px 0px 0px;
	text-align: left;
}

#photo-box {
	background-image: url("assets/home-photo.jpg");
	width: 345px;
	height: 217px;
	margin-bottom: 0px;
}

#blue-box {
	background: #00ADEF;
	margin-bottom: 0px;
	padding: 10px 10px 0px 10px;
}

#main-right {
	float: left;
	width: 200px;
	display: inline; /* ie win bugfix */
	position: relative;
	min-height: 1px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	margin-bottom: 20px;
}

#white-box {
	padding: 5px 0px 0px 5px;
	background: #fff;
	width: 426px;
}

#footer-contact {
	float: left;
	width: 240px;
	display: inline; /* ie win bugfix */
	position: relative;
	min-height: 1px;
	padding: 5px;
	margin: 0px;
}

#footer-share {
	border-left: 1px #ccc solid;
	height: 90px;
	float: left;
	width: 360px;
	display: inline; /* ie win bugfix */
	position: relative;
	min-height: 1px;
	padding: 5px;
	margin: 0px;
}

#footer-addthis {
	float: right;
}

#footer-sign-in {
	border-left: 1px #ccc solid;
	height: 90px;
	float: left;
	width: 165px;
	display: inline; /* ie win bugfix */
	position: relative;
	min-height: 1px;
	padding: 5px;
	margin: 0px;
	text-align: left;
}

/* =============================================================== */
/* LINKS */
/* =============================================================== */

/* links default */
a { color: #00ADEF; text-decoration: none;}
a:hover { color: #ffffff; background-color: #00ADEF; text-decoration: none;}

#photo-box a { color: #F7BC0E; background-color: transparent; text-decoration: none;}
#photo-box a:hover { color: #fff; background-color: #F7BC0E; text-decoration: none;}

#blue-box a { color: #fff; text-decoration: none;}
#blue-box a:hover { color: #F7BC0E; text-decoration: none;}


/* =============================================================== */
/* IMAGES */
/* =============================================================== */

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

#header img {
	float: left;
	margin: 10px 30px 0px 10px;
}

#press img {
	margin-right: 5px;
	position: relative;
	top: 5px;
}

#footer-share img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0px;
	border: none;
}

/* =============================================================== */
/* HELPERS */
/* =============================================================== */

/* .pkg class wraps enclosing block element around inner floated elements */

.pkg:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }archive