body {
	margin:0;
	padding:0;
	font-family:arial,helvetica,sans-serif;
	color:#323232;
	font-size:.94em;
}
a, a:link, a:active, a:visited {
	color:#ed7500;
}
#main {
	width:975px;
	margin:15px auto;
	padding-bottom:15px;
}
#header {
	position:relative;
	top:0;
	left:0;
	height:57px;
	margin-bottom:15px;
}
#header h1 {
	position:absolute;
	text-indent:-9999px;
}
#header h2,
#header h3 {
	margin:0;
	font-size:1em;
}
#header h2 {
	color:#355993;
	font-size:.9em;
}
#header h3 {
	color:#323232;
}
#header img#logo {
	position:absolute;
}
div#volumeinfo {
	position:absolute;
	bottom:0;
	left:300px;
}
#search {
	position:absolute;
	right:0;
	top:32px;
	width:313px;
	height:48px;
}
#search label {
	float:left;
	color:#355993;
	line-height:1.5em;
}
#search .searchRound {
	float:left;
	display:inline;
	background:url(/images/search-l.gif) top left no-repeat;
	padding-left:10px;
	margin-left:10px;
}
.searchRound input {
	font-family:arial, helvetica, sans-serif;
	font-size:.86em;
	color:#323232;
	background:url(/images/search-m.gif) top left repeat-x;
	width:170px;
	border:none;
	height:19px;
	margin:0;
	padding:5px 0 3px;
	float:left;
}
ol.archives {
	list-style:none;
	margin:0 0 2em;
	padding:0;
}
ol.archives li {
	float:left;
	display:inline;
	width:24.9%;
	text-align:center;
	padding:.5em 0;
	margin:0;
}
ul.archives,
ol.year-listing {
	margin:0;
	padding:0;
	list-style:none;
}
ul.archives li a,
ol.year-listing li a {
	border:1px solid #f2f2f2;
	margin:2px;
	padding:5px;
	display:block;
}
a.year_here {
	color:#000 !important;
	text-decoration:none;
	font-weight:bold;
	background:#f9f9f9;
}
ul.archives li a:hover,
ol.year-listing li a:hover {
	background:#f9f9f9;
}
ol.year-listing li a {
	padding:5px 10px;
	font-weight:normal;
	color:#7f7f7f;
}
ul.archives li {
	float:left;
	width:50%;
}
ol.year-listing li {
	float:left;
}
ul.archives a {
	text-decoration:none;
}
ul.archives small {
	font-size:10px;
	color:#999;
	text-decoration:none;
}
div#userInfo {
	position:absolute;
	top:5px;
	right:25px;
	font-size:.8em;
	color:#777;
}

div#edition {
	width:642px;
	float:left;
}
div#sidebar {
	width:313px;
	float:right;
}
div#sidebar a {
	font-weight:bold;
}
div#sidebar h2 {
	margin:0 0 .2em 0;
	letter-spacing:-.04em;
}
p {
	margin:0 0 1em;
}
div#welcome p {
	line-height:1.4em;
}

ul.video-list {
	margin:1em 0 3em;
	padding:0;
	float:left;
	display:inline;
	width:45%;
	list-style:none;
}
ul.video-list li {
	padding:0;
	margin:0;
}
ul.video-list li a {
	display:block;
	padding:10px;
	border:1px solid #ccc;
	margin:3px;
	text-decoration:none;
}
ul.video-list li a:hover {
	background:#f7f7f7;
}
div#video-player {
	padding:11px;
	clear:both;
	background:#355993;
	margin:0 0 10px;
}
div#video-player a {
	font-size:11px;
	line-height:11px;
	text-transform:uppercase;
	float:left;
	text-decoration:none;
	color:#fff;
	margin:11px 0 0;
	padding:5px 5px;
}
div#video-player a:hover {
	background:#C2CDDE;
	color:#355993;
}
p.supporting-file {
	background:#E9EDF7;
	padding:10px;
	font-size:13px;
}
a.back-to {
	float:right;
	font-size:11px;
	margin:10px 0 10px;
}
/* ========================================================================================================================================= */
/* = flyout menus!!                                                                                                                        = */
/* ========================================================================================================================================= */
span.archives {
	padding-right:13px;
	background:url(/images/arrow-down.gif) right 5px no-repeat;
}
span.edition-name {
	float:right;
	color:#5a84c8;
}
ul#archive-nav {
	color:#fff;
	list-style:none;
	width:250px;
	margin:0;
	padding:0;
	float:left;
}
ul#archive-nav li {
	position:relative;
	cursor:pointer;
}

ul#archive-nav ul {
	color:#333;
	font-weight:bold;
	position:absolute;
	left:-8px;
	top:15px;
	list-style:none;
	margin:0;
	width:316px;
	padding:3px 3px 0;
	display:none;
	background:#fff;
}

*ul#archive-nav li.hover ul {
	display:block;
}
*ul#archive-nav li.hover ul ul {
	display:none;
}
ul#archive-nav li:hover > ul {
	display:block;
}

ul#archive-nav ul li {
	color:#333;
	padding:5px;
	border-bottom:3px solid #fff;
	background:url(/images/arrow-right.gif) 95% center no-repeat #eaeef4;
}
ul#archive-nav ul li a {
	color:#333;
	display:block;
}
ul#archive-nav ul ul li:hover a,
ul#archive-nav ul ul li.hover a {
	color:#666;
}
ul#archive-nav ul li:hover,
ul#archive-nav ul li.hover {
	background-color:#ccdcf2;
	color:#666;
}
ul#archive-nav ul li:hover > ul {
	display:block;
}

/**ul#archive-nav li.hover ul ul*/
*ul#archive-nav li.hover ul li.hover ul {
	display:block !important;
}
ul#archive-nav ul ul {
	position:absolute;
	left:316px;
	_left:311px;
	width:320px;
	top:-3px;
	display:none;
}
ul#archive-nav ul ul li {
	background-image:none;
}

/* ========================================================================================================================================= */
/* = end flyout menus!!                                                                                                                    = */
/* ========================================================================================================================================= */


div.bluBar {
	background:#355993;
	color:#4a6da5;
	padding:7px;
	font-size:.9em;
	margin-bottom:15px;
}
div.bluBar a {
	color:#fff;
	text-decoration:none;
}
.right {
	float:right;
}
.left {
	float:left;
}
img.border {
	border:1px solid #3a3b3c;
}
div.articleLeadin {
	margin-top:15px;
	border-top:1px solid #e5e5e5;
	padding-top:15px;
}
div.articleLeadin img.article {
	float:left;
}
div.articleLeadin h2 {
	font-size:1.5em;
	margin:0;
	letter-spacing:-.04em;
}
div.articleLeadin h2 a {
	text-decoration:none;
	color:#323232;
}
div.articleLeadin h2 a:hover {
	text-decoration:underline;
	color:#ed7500;
}
div.articleLeadin h3 {
	margin:0;
	font-size:.9em;
}
div.articleLeadin p {
	margin:.2em 0 0;
	font-size:.86em;
	line-height:1.4em;
}
div.articleTools {
	margin-top:.7em;
	font-size:.86em;
}
p.byline {
	color:#355993;
	margin:0;
	font-style:italic;
	float:left;
	font-weight:bold;
}
div.articleTools a {
	float:right;
	font-weight:bold;
}
a.comments-link,
a.share-link,
a.print-link {
	padding-left:20px;
	margin-left:20px;
	text-decoration:none;
}
a.comments-link {
	background:url(/images/icon-comments.gif) left center no-repeat;
}
a.share-link {
	background:url(/images/icon-share.gif) left center no-repeat;
}
a.print-link {
	background:url(/images/icon-print.gif) left center no-repeat;
}
div.content {
	padding-left:295px;
}
.previous_on {
	padding-left:20px;
	background:url(/images/arrow-prev-on.gif) left center no-repeat;
	color:#fff !important;
}
.previous_off {
	padding-left:20px;
	background:url(/images/arrow-prev-off.gif) left center no-repeat;
}
.next_on {
	padding-right:20px;
	background:url(/images/arrow-next-on.gif) right center no-repeat;
}
.next_off {
	padding-right:20px;
	background:url(/images/arrow-next-off.gif) right center no-repeat;
}
div#login {
	background:#fceba3;
	text-align:center;
	padding:10px 30px;
	margin-top:30px;
}
div#login a,
div#login h2 {
	color:#ed7500;
}

div#commentsForm {
	margin:1em 0;
}
div#commentsForm input.styled {
	width:33%;
}
div.messages h2 {
	margin:0;
}
div.messages {
	margin:1em 0;
	padding:10px 30px;
	border:2px solid #ed7500;
	background:#fceba3;
}
div.messages ul {
	list-style:none;
	margin:0;
	padding:.5em 0;
}
div.errors {
	margin:1em 0;
	background:#ffbaba;
	border:2px solid #ab0000;
	color:#ab0000;
	padding:10px 30px;
}
div.errors ul {
	margin:0;
	list-style:none;
	padding:.5em 0;
}
div.row {
	margin:0 0 .5em;
	clear:left;
}
div.half {
	width:45%;
	margin-right:2%;
	float:left;
	clear:none;
}
input.bttn {
	border:1px outset #777;
}
label.block {
	display:block;
}
input.styled, textarea {
	border:1px inset #777;
	width:97%;
	font-family: arial, helvetica, sans-serif;
}
label.prompt {
	width:150px;
	float:left;
	text-align:right;
}
div.element {
	padding-left:160px;
}
div#login div.element {
	padding:0;
}
div#login label.prompt {
	width:80px;
	line-height:1.5em;
}
div#login input.styled {
	border:none;
	padding:4px;
	margin-bottom:10px;
	width:155px;
	font-family:arial, helvetica, sans-serif;
}
div#login input.bttn {
	background:#ed7500;
	color:#fff;
	float:right;
	border:none;
	font-weight:bold;
	font-family:arial, helvetica, sans-serif;
}
div#login a {
	font-size:.7em;
	line-height:1.8em;
}
div#signup {
	text-align:center;
	padding:10px 30px;
	margin-top:1px;
	background:#ed7500;
	color:#fceba3;
	margin-bottom:15px;
}
div#signup a,
div#share a {
	color:#fff;
}
div#share {
	text-align:center;
	background:#355993;
	padding:10px 30px;
	color:#9fb0cb;
	margin-bottom:15px;
}
div#signup h2,
div#share h2 {
	color:#fff;
}
div.popular,
div.article-archives {
	border:10px solid #c2cdde;
	padding:20px;
	font-size:.86em;
	line-height:1.2em;
	margin-bottom:15px;
}
div.article-archives {
	border-bottom:none;
	margin-bottom:0;
	padding:0;
}
div.divider {
	height:2px;
	margin:2em 0;
	background:#ccc;
}

div.archive-wrap {
	border:5px solid #355993;
}
div.archive-wrap h2 {
	background:#355993;
	color:#fff;
	text-align:center;
	padding:10px;
}
div.archive-wrap ol.archives {
	margin:0;
	font-size:14px;
}
div.popular h2 {
	color:#355993;
	text-align:center;
	font-size:1.3em;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:.2em;
	margin-bottom:.3em;
}
div.popular p {
	color:#8c8c8c;
	font-size:11px;
}
div.popular td {
	padding-bottom:10px;
}
div.editionPhoto p {
	margin:1em 0 0;
}

div#comments {
	font-size:.86em;
}
div#comments ul {
	list-style:none;
	margin:0;
	padding:0;
}
div#comments li {
	border-top:1px dotted #777;
	padding:1em 0;
	margin:1em 0;

}
div#comments li h3 {
	margin:0;
	font-style:italic;
}
div.signUpToComment {
	text-align:center;
	padding:10px 30px;
	margin-top:1px;
	background:#ed7500;
	color:#fceba3;
	margin:1em 0;
}
div.signUpToComment a {
	color:#fff;
}

div#footer {
	border-top:1px solid #e5e5e5;
	margin-top:1em;
	padding-top:1em;
	width:975px;
	margin:15px auto;
	font-size:.8em;
	color:#8c8c8c;
}
div#footer p {
	border-right:1px solid #ccc;
	padding-right:10px;
	margin-right:10px;
}
div#footer a {
	border-right:1px solid #ccc;
	padding-right:10px;
	margin-right:10px;
	color:#999;
}
#overlay {
	background:#000;
	opacity:.8;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
#signin-container,
#contact-container {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

#signin-window,
#contact-window {
	width:400px;
	margin:50px auto;
	border:2px solid #888;
	-moz-border-radius:10px;
	padding:20px;
	background:#000;
	color:#fff;
}

#signin-window button,
#contact-window button {
	background:#444;
	-moz-border-radius:4px;
	color:#fff;
	border:none;
	font-size:1em;
	font-family:arial, helvetica, sans-serif;
	margin-right:10px;
}
#signin-window .row,
#contact-window .row {
	margin:0 0 1em;
	clear:left;
}
#signin-window div.element,
#contact-window div.element {
	padding-left:90px;
}
#signin-window label.side,
#contact-window label.side {
	float:left;
	width:90px;
}
#contact-window input,
#contact-window select,
#contact-window textarea,
#signin-window input,
#signin-window select,
#signin-window textarea {
	background:#333;
	color:#fff;
	border:1px solid #999;
}
#contact-window h3 {
	margin:0;
	padding:0 0 10px;
	font-weight:bold;
	font-size:18px;
}
#contact-window label.side {
	width:75px;
	text-align:right;
}
h2 {
	color:#355993;
}
a.article-thumb {
	position:relative;
	float:left;
	display:inline;
}

img.banner {
	position:absolute;
	left:1px;
	top:1px;
}
p.freebie,
p.associate,
p.member {
	color:#355993;
	margin:0;
	clear:right;
	float:right;
	font-weight:bold;
	padding-left:14px;
	background:url(/images/lanyard-freebie.gif) left center no-repeat;
}
p.associate {
	color:#746558;
	background:url(/images/lanyard-associate.gif) left center no-repeat;
}
p.member {
	color:#ED7500;
	background:url(/images/lanyard-member.gif) left center no-repeat;
}
#signin-window input {
	border:1px solid #999;
	background:#333;
	color:#ccc;
	width:97%;
}
#col1,
#col2 {
	background:#eaeef4;
	float:left;
	padding:10px;
	width:291px;
	margin-right:20px;
}

#col3 {
	background:#ccdcf2;
	float:left;
	padding:10px;
	width:291px;
}
#col1 h2,
#col2 h2,
#col3 h2 {
	margin:0 0 0;
}
div.button {
	float:left;
	display:inline;
	background:url(/images/bttn-l-off.gif) top left no-repeat;
	padding-left:14px;
}
div.button a {
	float:left;
	display:inline;
	background:url(/images/bttn-r-off.gif) top right no-repeat;
	padding:0 14px 0 0;
	font-size:12px;
	line-height:25px;
	color:#fff !important;
	text-decoration:none;
	font-weight:bold;
}
div.button:hover {
	background:url(/images/bttn-l-on.gif) top left no-repeat;
}
div.button:hover a {
	background:url(/images/bttn-r-on.gif) top right no-repeat;
}

ul.contactErrors {
	background:#ED7500;
	padding:10px;
	list-style:none;
	margin:0 0 1em;
	color:#fff;
}
.blue {
	color:#355993;
}
p.blue {
	color:#355993;
	margin:0 0 1em;
}
.lanyard-container {
	text-align:center;
	padding:20px 0;
	height:259px;
}

.pagination ul {
	list-style:none;
	margin:.5em 0;
	float:right;
}
.pagination ul li  {
	float:left;
	line-height:19px;
	font-size:10px;
}
.pagination ul li a {
	float:left;
	text-align:center;
	border:1px solid #ccc;
	width:19px;
	height:18px;
	text-decoration:none;
	line-height:20px;
	margin:0 2px 0;
	font-weight:bold;
}
.pagination ul li a:hover {
	background:#f7f7f7;
}
.pagination ul li a.here {
	color:#000;
}
.pagination h3 {
	float:left;
	font-size:14px;
	margin:10px !important;
	color:#555;
}
#devbanner {
	text-align:center;
	padding:20px;
	margin:0 0 1em;
	background:#FFE6EA;
	color:#770020;
	border-bottom:2px solid #770020;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
