@charset "utf-8";
/*
-----------------------------------------------
Selected Works Base Styles
File:		layout.css
Author:   	Samira Vijghen, modified by Kyle G Sessions
Version:  	7 December 2012

This file contains the stylesheet rules needed for 
layout and structure of the Selected Works pages.
----------------------------------------------- */

html,
body { 
	margin: 0 auto;
	padding: 0;
	text-align: center;	}

body { 
	text-align: center;
	margin: 0 auto;	 }

#page { 
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 0;
	text-align: center;	}

/* SW =LINKS
------------------------------------------------*/

a:link img, 
a:visited img { 
	border-width: 0;	}

#right a:link,
#right a:visited { 
	font-weight: normal;
	text-decoration: none;	}
	
	#right form p a:link, 
	#right form p a:visited  { 
		padding: 0; }

/* SW =TYPOGRAPHY
------------------------------------------------*/

#content h1 { 
	margin: 0;
	padding: 0;}

h2  { 
	padding: 0;
	margin: 1.25em 0 0.25em;	}

h3, 
.article-list th { 
	margin: 0;
	padding: 1.25em 0 0.25em;}

h4 { 
	padding: 0;
	margin: .25em 0;	}
	
p { 
	text-align: left;
	margin: 0 0 1.33em;}

	#right p {
		padding: 0;
		margin-left:10px; }

pre { 
	padding-top: 20px;	}

/* MAIN-3720 Jessica 05-20-08 */
#alpha sub {vertical-align:baseline; position:relative; bottom:-0.4em;}


/* SW =LISTS
------------------------------------------------*/

ul,
#right ul.bulleted { 
	margin: 0 0 1em 20px;
	padding: 0 0 0 5px;}

ul.link-list {
		margin:0 0 0 20px;
		padding:0; }

ol { 
	margin: 0 5em 1.5em 10px;
	padding: 0;	}

		ul.bulleted li,
		#right ul.bulleted li { 
					line-height:18px;
			margin: 0;
			padding: 0 0 0 5px;	  }

		ul.link-list li { 
			margin: 0;
			padding: 0 0 0 0;	}

	#content ul li { 
		margin: 0 0 0 5px;
		padding: 5px 0 5px 15px; }
	
	#content ol li { 
		background: transparent;
		padding: 3px 0;
		margin: 0 5em 1.5em 10px;	}
	
	#content li ol { 
		margin-top: 8px; }
	
	#content li ol li { 
		background: transparent;	}

	#right li pre { 
		padding: 0;
		margin: 0 10px 0 0;
		width: 190px;	} 
	
	#right li.group { 
		border: 0;
		padding: 2px 0; }

dl { 
	margin: 2em 0;}

	dt { 
		margin: 1em 0 0 0;
		padding: 0; }
	
	dd { 
		margin: 0;
		padding: 0;	}


/* SW =LAYOUT
------------------------------------------------*/

#page.narrow #wrap { 
	padding: 0;	}

#wrap { 
	margin: 0 auto 15px;
	width: 840px;
	text-align: left;
	padding: 0;	}

#header { 
	width: 840px;
	height: 114px;
	margin: 0 0 10px;
	padding: 0;
	position: relative; }
	
	#header h1 { 
		margin: 0;
		padding: 20px 0 25px 20px; }

	* html #header h1 { 
		padding-bottom: 29px; } /* IE hack */
		
#container { 
	margin: 0 auto;
	width: 840px;
	padding: 0;
	text-align: left;
	border-top: 0;	}
	
#content { 
  width: 560px;
	float: left;
	padding: 30px 0;
	margin: 0;
	margin-right: 20px;	}
	
	#content.single-col { 
		width: 800px;
		text-align: left;
		padding: 10px 0;
		margin: 0 auto;	}
	
#tos {
	width:500px; }
	
/* SW =SIDEBAR 
------------------------------------------------*/

#right  { 
	width: 225px;
	padding: 20px 5px 100px 0;
	float: right;
	margin: 30px 0 0;
	text-align: center;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px; }
	
	#right img { 
	margin: 15px auto;
	padding: 5px;	}

		#right form {
				text-align:left;
				padding:4px 0; }
		#right .fieldborder {
				padding:4px; }
		#right .btn:hover { color: #000; }

#logo {
	float:right;
	padding:0;
	margin:0;
	width:230px;
	height:115px;
	overflow:hidden;
	text-indent:-1000px; }

#right h3 i { display: none; }

*+html #right input.btn {
	float: right;
	padding: 0;
	margin-right: 12px;
	margin-top: -26px; }
		
/* SW =FOOTER 
------------------------------------------------*/

#footer { 
	clear: both;
	width: 820px;
	margin: 0 auto;
	padding: 10px 0;	}

	p.copyright { 
		font-size: 11px;
		padding: 0 10px;
		margin: 10px 0; }

/* SW =TOP HORIZONTAL NAV
------------------------------------------------*/

div#menu { 
	margin: 0;
	padding: 0;
	padding-top: 16px;
	height: 30px;	}

* html div#menu { 
	padding-top: 12px;	} /* IE hack */

	ul#nav,
	ul#nav-edit {
		position: absolute;
		bottom: 0;
		left: 0; }

	ul#nav,
	ul#nav li,
	ul#nav-edit,
	ul#nav-edit li{ 
		list-style-type: none;
		margin: 0;
		padding: 0;	}
	
	ul#nav li,
	ul#nav-edit li { 
		float: left;
		margin-right: 2px;
		text-align: left;
		-webkit-border-radius: 3px 3px 0px 0px;
		border-radius: 3px 3px 0px 0px;
		overflow: hidden; }
	
	ul#nav a,
	ul#nav-edit li { 
		float: left;
		padding: 5px 0 5px 7px;
		text-decoration: none;
		width: 12em;	}
				
	ul#nav-edit li#doctype { 
					width:14em; }

		ul#nav li#home a {
			padding-left: 20px; }

/* SW =ARTICLE LISTINGS
------------------------------------------------*/

#article-list h1 {
	font-size: 20px;
	margin: 18px 0 9px 0;
	padding: 0;
	text-decoration: none; 
	font-weight: normal; 
	border-bottom: 1px solid #ccc;
	line-height:27px;}
	
#article-list .doc	{
		margin: 0 0 9px 0;
		padding: 0;
		border:0;
	width:560px; }
		
#article-list h5	{
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight:normal;
	line-height: 18px;
	margin: 0;
	margin-left:60px;
	padding: 0 0 9px;		}

#article-list h5 a { 
		font-weight:bold; }

#article-list h5 .openurl a,
#article-list h5 .openurl2 a { 
		font-weight:normal; }
		
#article-list .abstract	{
		margin: 0 0 0 0;
		padding: 0 0 18px 60px;
		font-size: 12px;
		line-height: 18px; }

	#article-list .abstract	p {
			  margin:0;
			  padding:0; }
		
#article-list .pdf,
#article-list .native,
#article-list .external,
#article-list .none,
#article-list .links,
#article-list p.edit {
	float: left;
	width: 60px;
	margin: 0 0 0 0;
	padding:0;
	font-size: 12px;
	line-height: 18px; }


#container #article-list .doc p.external { margin-left: 1px; }

	#article-list .pdf a,
	#article-list .native a,
	#article-list .external a,
	#article-list .openurl a {
		font-weight: normal;
		color:#000;
		padding:6px 0 0 0; }
	#article-list .openurl a em { font-style: normal; }

	   #article-list p.more {  
		line-height:36px; 
		border: 0;
		text-align:right;}
	
/* SW =ARTICLE PAGER
------------------------------------------------*/
h5.pager	{ 
	width: 98%;
	position: relative;
	margin: 0 0 10px 0;
	padding: 0.2em 0; }

	.ex-nav { 
		position: absolute;
		right: 0;
		top: 0;
		padding: 0.4em 0; 
		height: 1.8em;	}
	
	.ex-nav a { 
		padding: 0 5px;	}
		
/* SW =SIDEBAR-SEARCH
------------------------------------------------*/
#subscribe-box,
#sidebar-search  {
	margin:20px 0;
	width:230px;
	padding:20px 5px 0; }
	
	#subscribe-box label,
	#sidebar-search label {
		width:210px;
		display:block;
		margin:0 0 10px 10px; 
		padding:0; }

	#sidebar-search label {
		height:30px; }
	
	#subscribe-box div,
	#sidebar-search div {
		height:30px;
		width:220px;
		padding:0;
		margin:0 0 0 10px; }
	
		#subscribe-box div .button,
		#sidebar-search div .button {
			height:25px;
			width:60px;
			padding:0;
			margin:0 0 0 4px; }
		
		#subscribe-box div .text,
		#sidebar-search div .text {
			width:123px;
			height:20px;
			border:1px solid #000;
			padding:0; 
			padding-top:5px;
			vertical-align:top; }
		#sidebar-search div .text {
			box-sizing: content-box;
			-webkit-appearance: textfield; }

	#subscribe-box input.btn,
	#sidebar-search input.btn {
		margin-top: 1px;
		padding-bottom: 2px; }

/* SW =MISC
------------------------------------------------*/
#account-head {
	width:650px;
	margin-bottom:20px; }
	
#search-header {
	width:560px;
	padding:30px 0;
	text-align:left;
	margin:0; }

#sw-help {
	width:480px;
	padding: 5px;
		text-align:left;
		font-size:90%;}

		#sw-help h1.highlight {
				background-color: #C3DBF6;}

img { 
	border: none;	} 

.clear { 
	clear: both;
	position: relative;
	font-size: 0px;
	height: 0px;
	line-height: 0px;	} 

hr {
	display:block;
	background:#fff; 
	height:20px;
	width:560px; 
	border:0; }
	
/* SW =SUBSCRIPTION CONFIRMATION
------------------------------------------------*/
#content.single-col span {
	padding: 20px 5px;
	margin: 20px 0;	 }
		
#content.single-col span ul { 
	margin:20px 0; 
	width:400px;}

#content.single-col #myaccount table {
	padding:0;
	margin:20px 0;
	width:800px;
	text-align:left;
	clear:left; }

/* SW =ANNOUNCEMENTS
------------------------------------------------*/
table.announce  {
	width:550px;
	border-collapse: collapse;
	font-size: 11px;  
	text-align:left; }

	table.announce th,
	table.announce td {
		border-top: 1px solid #eee;
		line-height: 1.6em;
		padding:1em 1em 1em 0;
		vertical-align: top;  }

	table.announce th  {
		color: #073769;
		width:110px; 
		text-align: left; }
	
	table.announce td  {
		text-align: left;
		padding-left:5px; }

		table.announce td.button  {
			vertical-align: bottom;
			width:90px; }

.announce input[type=text] {
	border:1px solid #E3E8EF;  }

a.rss {
	font-size:12px;
	font-weight:bold; 
	letter-spacing:-1px;     }

#right p.feed,
#right p.print { 
	margin:0 10px; 
  padding:0 0 10px;}

#right p.print { display: none; }

#right p.feed a.btn {
	background: #fea229; /* Old browsers */
	background: -moz-linear-gradient(top, #fea229 0%, #f69e44 50%, #f48416 51%, #eb6c06 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea229), color-stop(50%,#f69e44), color-stop(51%,#f48416), color-stop(100%,#eb6c06)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fea229 0%,#f69e44 50%,#f48416 51%,#eb6c06 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fea229 0%,#f69e44 50%,#f48416 51%,#eb6c06 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fea229 0%,#f69e44 50%,#f48416 51%,#eb6c06 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fea229 0%,#f69e44 50%,#f48416 51%,#eb6c06 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea229', endColorstr='#eb6c06',GradientType=0 ); /* IE6-9 */
}

#right p a.btn:link,
#right p a.btn:visited,
#right p a.btn:active,
#right p a.btn:hover,
#right p a.btn:focus { color: #000; }

#right p.addthis_toolbox { padding:10px 0; }

.extra {
	border:solid 1px #d5d5d5;
	background-color:#fff;
	margin:16px 0 0;
	font-size:11px; }
	
.extra .related {
	padding:5px 5px 5px 5px;
	background-color:#f8f8f8;
	line-height:1.2em; }
	
.related a,.related a:visited {
	background-image:none;
	text-decoration:none;
		font-weight:normal; }
	
.files {
	padding:0 5px 5px; }
	
.files p {
	margin:8px 0 5px;
	padding: 0; }
/* new 02.07.08 */

/* 
=Alpha Column 
------------------------------------------------------------- */
#article {
	margin:32px 0 0;
	padding:0;
	display:block;
	clear: both;
	width:560px;
	border-top:0px solid #666; }

#alpha {
	float:left;
	padding:5px 0;
  margin:0;
	display:block;
	background-color:transparent;
	width:350px;}
	
/* =Article Styles 
------------------------------------------------------------- */
#alpha h1, #alpha h2 	{
	font-weight:normal;
	font-size:17px; 
		padding:0;
		margin:0;
		width:370px;}

#article h1 {
		padding-top:8px;
		line-height:1.2em;}

#alpha h2 { 	line-height:90%;}

#alpha h4	{
	font-weight:normal;
	line-height:90%;
	font-size:17px;
	color:#222; 
		margin-top:16px;}

#article .author {
	border-top:solid 0px #666;
		border-bottom:0px solid #999; 
	padding:8px 0;
	margin:8px 0 0; }
	
#alpha p {
	margin:0 0 8px 0;
	padding:0; }

/* 
=Beta Column 
------------------------------------------------------------ */

#beta #beta-disciplines.aside { 
	text-align:left;
	border:1px solid #ccc;
	padding:0 8px 8px;
	font-size:11px;  
	width:130px;
	float:right;
	margin-top:18px;
	box-shadow: 2px 2px 5px #ccc;
	-webkit-box-shadow: 2px 2px 5px #ccc;
	box-shadow: 2px 2px 5px #ccc;
	-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;}

#beta #beta-disciplines h4 { 
	margin-bottom:0;
	border:0;
	font-size:12px;
	line-height:20px;
	padding-left:20px;
	padding-bottom:5px;	
	background:transparent url(/assets/images/sunburst-icon.png) left no-repeat;	
	letter-spacing:0;
	text-align:left;
	text-transform:none;}

#beta-disciplines p { 
	text-align:left;}
#beta-disciplines a { font-weight:normal;}

.articleInfo .addthis_toolbox {
	line-height:16px;
	padding:0;
	margin:18px 0;
	display:block;}

#author-info img { 
	height:auto !important;
	width:180px !important; }

#recent ul li img.photo {
	height:auto !important;
	width:60px !important; }

.profile img.photo {
	height:auto !important;
	width:65px !important; 
	margin: 0px auto;
	 padding:0;}


/* 7.3 Network Footer styling - making sure it remains hidden */

#footer #network { display: none; }

/* 7.3 Network Follow button */

.btn.followable,
.btn.followable:hover {
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0074cc;
	background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
	background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
	background-image: -o-linear-gradient(top, #0088cc, #0055cc);
	background-image: linear-gradient(top, #0088cc, #0055cc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
	border: 1px solid #cccccc;
	border-color: #0055cc #0055cc #003580;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #0055cc;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	*border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 2px 6px;
	font-size: 11px;
	font-weight:normal !important;
	line-height: 12px;
	text-decoration:none; 
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	font-family: Georgia, Times, serif; }

/* New BETA column 7.3 release */
/*
-----------------------------------------------
=BETA COLUMN 
----------------------------------------------- */

#beta {
	display:inline-block;
	float:right;
	margin:0; 
	padding:18px 0 0;
	text-align:right;
	width:150px; }

#beta .aside { 
	display:inline-block;
	margin:10px 0 0;
	width:100%;}

#beta h4 { 
	font:11px/15px Helvetica, Arial, sans-serif;
	font-weight:bold;
	letter-spacing:1px;
	margin:8px 0;
	padding:10px 0 0;
	text-transform:uppercase; }

.aside h4,
.aside p { text-align:right;}

/*---------------------------------------*/
#beta a img {
	border:none; }

#beta strong {
	display:block;
	margin:0;
	padding:0 0 5px; }
	
#beta a.btn { 
	font-family:Helvetica,Arial, sans-serif;
	min-width:90px;
	margin:10px 0 0;
	display:inline-block;
	float:right;
	font-weight:bold;
	text-decoration:none;}

#beta a.btn:active,
#beta a.btn:hover  { font-weight:bold !important;}

/*
COMMENTED OUT FOR NEW INFO BOX
--------------------------------------------*/

#beta br,
span.Z3988 {
	display:none; }

/*
COMMENTED OUT FOR INFO BOX CHANGES
----------------------------------------------------*/
/* AddThis Bookmarking Button */

.bookmark,#beta .addthis_toolbox { 
	display:inline-block;
	float:right;
	width:135px;}

/* Follow Login */
.followable:hover {
	background-color: #fff;
	background-image: none;
}
.follow-message-container {
	width:300px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1050;
	overflow: auto;
	padding: 8px !important;
	background-color: #ffffff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.5);
 *border: 1px solid #999;
	/* IE6-7 */

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}
 
.follow-message-container label { display:block;}
.follow-message-container input#email,
.follow-message-container input#password { width:70%;float:right;margin-right:10px;}
.row-fluid > .span4 {
	width: 31.491712705%;
  }

 .row-fluid > .span8 {
	width: 65.74585634900001%;
  }
.follow-message-container form {
	padding: 18px 0 0;
	margin-bottom: 0;
}
.follow-message-container h3 {
	margin-bottom: 18px;
}
.forgot.span8, .follow.do_login {
	float: right;
}
.follow.do_login {
	margin-right: 10px;
}
.follow-message-container .error {
	color: red;
}
.follow-message-container .note {
	color: blue;
}
.follow-message-container label {
	display: inline;
	font-weight: bold;/*color:#000 !important;*/
}
.follow-message-container .close-window {
	position: absolute;
	top: 5px;
	right: 5px;
}
.follow_cancel {
	color: #555;
}
.follow-message-container h4 {
	font-weight: bold;
	font-size: 13px;
	padding-top: 9px;
	margin-right: 10px;
	margin-bottom: 9px;
	display: inline;
}

#right form input.toggle { display: none; } /* Hiding collapsible sidebar checkboxes */
i.icon-pdf { /* PDF icon */
	height: 12px;
	width: 12px;
	background: transparent url('/assets/site/selected_works/small_pdf.gif') center no-repeat !important; }
p.none .openurl a { font-size: 75%; } /* Reduce the size of OpenURL link to fit */
.icon-openurl:before { /* OpenURL displaying icon-search icon */
	content: "\f002";
	font-size: 130%;
	margin-right: 1px; }
.native .icon-file { font-size: 110%; } /* The 'Native File' icon is a bit small */

#cssSwitcher { display: none; } /* 7.4 Hiding the css switcher link from non-DC contexts */
