@charset "utf-8";

body {
	background-color: #f9f9f9;
	background-image: url(../img/upper-back.png);
	font-family: Verdana, sans-serif;
	text-align: center;
	background-repeat: repeat-x;
	color: #4A525A;
	margin: 0;
}

a:link {
	color: #707bb5;
	text-decoration: underline;
	border-style: none;
}

a:visited {
	color: #707bb5;
	text-decoration: underline;
	border-style: none;
}

a:hover {
	color: #3c4e97;
	text-decoration: underline;
}

@font-face {
    font-family: 'TitilliumText22LThin';
    src: url('../fonts/TitilliumText22L001-webfont.eot');
    src: url('../fonts/TitilliumText22L001-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TitilliumText22L001-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumText22LLight';
    src: url('../fonts/TitilliumText22L002-webfont.eot');
    src: url('../fonts/TitilliumText22L002-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TitilliumText22L002-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumText22LRegular';
    src: url('../fonts/TitilliumText22L003-webfont.eot');
    src: url('../fonts/TitilliumText22L003-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TitilliumText22L003-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumText22LMedium';
    src: url('../fonts/TitilliumText22L004-webfont.eot');
    src: url('../fonts/TitilliumText22L004-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TitilliumText22L004-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumText22LBold';
    src: url('../fonts/TitilliumText22L005-webfont.eot');
    src: url('../fonts/TitilliumText22L005-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TitilliumText22L005-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

.tln1 {font-family: 'TitilliumText22LThin', Arial, sans-serif;}
.tln2 {font-family: 'TitilliumText22LLight', Arial, sans-serif;}
.tln3 {font-family: 'TitilliumText22LRegular', Arial, sans-serif;}
.tln4 {font-family: 'TitilliumText22LMedium', Arial, sans-serif;}
.tln5 {font-family: 'TitilliumText22LBold', Arial, sans-serif;}
.tln6 {font-family: 'TitilliumText22LXBold', Arial, sans-serif;}

img {
	border-width: 0px;
	vertical-align:top;/* fix to prevent gaps in internet explorer */
}

#container {
	width: 1000px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

#title {
	width: 1000px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}

#title a{
	text-decoration: none;
	color: inherit;
}

#title a:hover{
	color: #0b75b9;
}

#title h1{
	margin: 0 0 6px 0;
	font-size: 36px;
	font-weight: normal;
	text-shadow: 0 1px 0 white;
	letter-spacing: 1.5px;
	float: left;
}

#title h2{
	margin: 0;	
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #75797B;
	float: left;
}

#caption {
	width: 800px;
	height: 46px;
	margin-left: auto;
	margin-right: auto;
}

#caption p{
	margin: 0;
	font-size: 24px;
	text-shadow: 0 1px 0 white;
	letter-spacing: 2px;
}

#milestone {
	width: 800px;
	height: 24px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
}

#milestone p{
	margin: 0;
	padding: 0;
	text-shadow: 0 1px 0 white;
}

#chartarea {
	width:1000px;
}

#upper {
	width: 1000px;
}

#lower {
	width: 800px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#articletitle {
	height: 24px;
	font-size: 18px;
	margin-top: 36px;
}

#articletitle a {
	color: inherit;
}

#wordcountbuttons {
	width: 276px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
}

#btnfull {
	width: 128px;
	height: 77px;
	margin: 0 10px 0 0;
	float: left;
}

#btnfullbtn {
	height: 57px;
	width: 128px;
	background-image: url(../img/btn-full-on.png);
	float:left;
}

#btnfullname {
	width: 128px;
	height: 20px;
	font-size: 12px;
	margin-top: 0;
	padding-top: 5px;
	float: left;
}

#btnlength {
	width: 128px;
	height: 77px;
	margin: 0 0 0 10px;
	float: left;
}

#btnlengthbtn {
	width: 128px;
	height: 57px;
	background-image: url(../img/btn-length-off.png);
	float: left;
}

#btnlengthname {
	width: 128px;
	height: 20px;
	font-size: 12px;
	margin-top: 0px;
	padding-top: 5px;
	float: left;
}

#desktoptomobile {
	width: 800px;
	height: 17px;
	margin: 30px auto 0 auto;
}

#desktoptomobile table{
	width: 100%;
	font-size: 11px;
	color: #75797B;
	border-collapse:collapse;
	border:0px;
}

#desktoptomobile table .legendmiddle {
	
}

#desktoptomobile table .legendcaption {
	width: 264px;
}

#desktoptomobile table .legend{
	padding: 2px 3px 0 3px;
	display: block;
	margin: 0;
	width: 272px;
	height: 15px;
	background: #00d2f8; /* Old browsers */
	background: -moz-linear-gradient(left, #00d2f8 0%, #ff1d89 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#00d2f8), color-stop(100%,#ff1d89)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #00d2f8 0%,#ff1d89 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #00d2f8 0%,#ff1d89 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #00d2f8 0%,#ff1d89 100%); /* IE10+ */
	background: linear-gradient(to right, #00d2f8 0%,#ff1d89 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d2f8', endColorstr='#ff1d89',GradientType=1 ); /* IE6-9 */;
	font-size: 11px;
	border-radius: 2px;
	text-align: center;
	opacity: 0.65;
	pointer-events: none;
	cursor: default;
	color: white;
	text-decoration: none;
}

#desktoptomobile td {
}

#desktoptomobile tr {
	height: 17px;
	margin: 0;
	padding: 0;
}

#topicarea {
	width: 800px;
	margin: 36px auto 0 auto;
	text-align: left;
}

#topicarea p {
	margin: 0 0 0 2px;
	font-size: 12px;
	color: #75797B;
}

a.topic:hover {
	background-color: #707b87 !important;
}

#share {
	width: 100%;
	height: 20px;
	margin-top: 16px;
	margin-left: auto;
	margin-right: auto;
	border-collapse:collapse;
	border:0px;
}

.sharetext{
	height: 20px;
	width: 50%;
	vertical-align: middle;
	font-size: 12px;
	color: #898e91;
	text-align: right;
	padding-right: 3px;
}

.sharebutton{
	height: 20px;
	width: 50%;
	text-align: left;
	padding-left: 3px;
}

#info {
	height: 160px;
	margin-top: 40px;
	font-size: 12px;
	color: #75797B;
}

#info a {
	color: #75797B;
	text-decoration: none;
	border-radius: 2px;
	padding: 2px 6px 2px 6px;
}

#info a:hover {
	color: white;
	background-color: #BFC0C1;
}

#infodetail {
	margin-top:10px;
	display: none;
	text-align: left;
	font-size: 12px;
}

#infodetail a {
	text-decoration: underline;
	padding: 0;
}

#infodetail a:hover {
	color: #0b75b9;
	background-color: transparent;
}

#infodetail p {
	margin: 0;
	padding: 0;
}

#footer {
	height: 86px;
	margin-top: 100px;
	border-top: solid;
	border-width: 1px;
	border-color: #bfbfbf;
	border-bottom: 1px;
	padding-top: 20px;
}

#logo {
	height: 55px;
    width: 55px;
	background-image: url(../img/logo-df10.png);
	background-size: 55px 55px;
    display: block;
    margin: 0 auto 0 auto;
}

#logocaption {
	color: #92989c;
	height: 50px;
	font-size: 11px;
}

#logocaption p {
	margin-bottom: 4px;
	padding: 0;
}

.clearfix:before,.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/*-----------------------HIRES-------------------------*/

@media screen and	(min-device-pixel-ratio: 2),
					(-webkit-min-device-pixel-ratio: 2), /* Webkit-based browsers */
					(min--moz-device-pixel-ratio: 2), /* Older Firefox browsers (prior to Firefox 16) */
					(-o-min-device-pixel-ratio) /* Opera */
{

#logo {
	background-image: url(../img/logo-df10-hires.png);
}

}