/****************************************
 * Cornell University - Social Science and Law
 * Main CSS Rules
 ****************************************/
 
/****************************************
 * General Formatting
 ****************************************/
 
body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 63.125%;		/* translate 1.0em to 10px, 1.5em to 15px, etc. */
	color: #000;
	background: #d7d6d1;	/* footer background color */
 	}
	
	i, em {font-style: italic;
	}
	b, strong {font-style: bold;
	}

/****************************************
 * Text Styles
 ****************************************/

/* first item on the page gets no top margin */
.first {
	margin-top: 0;
	}
 
/* Headlines */
 
h2 {
	margin: 0 0 15px 0;
	font-size: 1.8em;
	text-transform: uppercase;
	}

h3 {
	clear: both;
	margin: 0 0 10px 0;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	}
	
h4 {
	margin: 15px 0 5px 0;
	font-size: 1.3em;
	font-weight: bold;
	}
	
/* Text */

p {
	margin: 0 0 15px 0;
	font-size: 1.3em;
	line-height: 1.4em;
	}
	
p.clear, li.clear {
	clear: both;
	}	

p.title {
	font-size: 1.1em;
	color: #666;
	margin-top: -10px;
	clear: both;
	}
li.studentname {
	font-size: 0.8em;
	color: #666;
	margin: 0;
	padding: 0;
	margin-left: 20px;
	background: none;
	}	
blockquote {
	padding: 15px 30px;
	margin-bottom: 15px;
/*	background: #e3dfcc;*/
	font-size: 0.8em;
	}
	
/* captions */
	
.caption {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #666;
	}
.strong {
	font-weight: bold;
	}	
/* Lists */
	
ul, ol {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 1.3em;
	line-height: 1.4em;
	}
ol {
	list-style: decimal;
	}
ol li {
	margin: 5px 0 5px 30px;
	color: #666;
	}			
ul ul, ul ol, ol ol, ol ul {
	font-size: 1.0em;
	}
	
ul li {
	margin: 5px 0;
	padding: 0 0 0 7px;
	list-style: none;
	background: url(../images/layout/arrows/right_red.gif) no-repeat 0 0.55em;
	}
.secondary ul li {
	margin: 0;
	padding: 0 0 0 7px;
	list-style: none;
	background: url(../images/layout/arrows/right_red.gif) no-repeat 0 0.55em;
	} 
.secondary ol li {
	font-size: 1.0em;
	margin: 0;
		margin-left: 20px;
		color: #333;
	}
.secondary ul, ol {
	margin: 0;
	padding: 0;
	} 
.secondary ol ol li {
	list-style: lower-alpha;
	font-size: 1.0em;
	color: #999;
	line-height: 1.4em;
	}	 
 
dl {
	margin: 0 0 15px 0;
	line-height: 1.4em;
	}
	
dt {
	margin: 0 0 3px 0;
	font-size: 1.2em;
	font-weight: bold;
	}
	
dd {
	margin: 0 0 15px 0;
	font-size: 1.3em;
	line-height: 1.4em;
	}
/******** Contribute   ********/

.secondary-listing ul li {
	margin: 0;
	margin-left: 15px; 
	list-style: none;
	background: url(../images/layout/arrows/right_gray.gif) no-repeat 0 0.55em;
	font-size: 0.8em;
	color: #666;
	}
.secondary-listing ol li {
	font-size: 1.0em;
	margin: 0;
		margin-left: 20px; 
		}
.secondary-listing em {
font-style: italic;
	}
.secondary-listing strong {
font-weight: bold;
	}			
/* Links */

a {
	color: #b31b1b;
	}
	
a:visited {
	color: #b37474;
	}
	
a:hover {
	color: #f00;
	}
	
a:active {
	color: #b31b1b;	
	}
	
.link-arrow {
	padding-right: 10px;
	background: url(../images/layout/arrows/right_red.gif) no-repeat 100% 0.4em;
	}

 
/****************************************
 * Cornell Identity
 ****************************************/

#cu-identity {
	height: 88px;
	background: #b31b1b;
	}

#cu-logo {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -480px;
	width: 960px;
	height: 88px;
	background: url(../images/layout/unit_signature.gif) no-repeat -8px -1px;
	}
	
#cu-logo a {
	position: absolute;
	display: block;
	border: none;
	/* hide text link */
	text-indent: -1000em; 
	}
	
#insignia-link {
	width: 68px;
	height: 88px;
	}

#unit-signature-links a {
	left: 68px;
	width: 185px;
	}

#cornell-link {
	height: 38px;
	}
	
#unit-link {
	top: 38px;
	height: 37px;
	}
	
#cu-logo img {
	display: none;
	}
 
/*	
	Search Form
	-------------------------
*/

#search-form {
	position: absolute;
	top: 18px;
	right: 50%;
	margin-right: -472px;
	}
	
#search-form form {
	margin: 0;
	padding: 0;
	text-align: right;
	}
	
#search-form label {
	color: #fff;
	}
	
#search-form-query {
	padding: 3px;
	width: 145px;
	border: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
	background: #f3f3f3 url(../images/layout/header_search.gif) no-repeat top left;
	vertical-align: middle;
	}
	
#search-form-submit {
	padding: 0px 2px 3px 2px;;
	border-top: 1px solid #bf6060;
	border-left: 1px solid #bf6060;
	border-right: 1px solid #400606;
	border-bottom: 1px solid #400606;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #fff;
	background: #990000;
	vertical-align: middle;
	}
	
#search-filters {
	margin: 5px 0 0 0;
	}
#search-filters a {
	color: #fff;
	}
#search-filters input {
	vertical-align: middle;
	margin: 0;
	}

#search-filters label {
	vertical-align: middle;
	margin: 0 10px 0 0;
	}
 
/*	
	Search Navigation 
	-------------------------
*/

 
#search-navigation {
	position: absolute;
	top: 37px;
	right: 50%;
	margin-right: -480px;
	}
	
#search-navigation ul {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	}
	
#search-navigation li {
	float: left;
	margin: 0;
	padding: 0;
	background: none;
	}
		
#search-navigation a {
	float: left;
	padding: 5px 15px;
	color: #fff;
	text-decoration: none;
	border: none;
	}
	
#search-navigation a:hover {
	background: #990f26;
	}
/****************************************
 * Header
 ****************************************/

/*
	Main Navigation 
	-------------------------
*/

#header {
	float: left;
	width: 100%;
	background: #f0eee4;
	}
	
#navigation {
	float: left;
	width: 100%;
	background: #a6a69d;
	border-bottom: 1px solid #989892;
	}
	
#navigation ul {
	margin: 0 auto;
	width: 959px;
	padding: 0;
	font-size: 1em;
	}
	
#navigation li {
	margin: 0;
	padding: 0;
	float: left;
	background: none;
	}
	
#navigation a {
	float: left;
	padding: 7px 20px;
	border-right: 1px solid #989892;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	}
	
#navigation a:hover {
	background: #7b7b75;
	}
#navigation li.first {
	border-left: 1px solid #989892;
	}
/* 
	Section Title 
	-------------------------
*/
  
#identity {
	margin: 0 auto;
	width: 960px;
	height: 300px;
	padding: 0;
	border-bottom: 6px solid #7b7b75;
	background: #fff url(../images/photos/homepage_header.jpg) no-repeat bottom right;
	}

#identity h1 {
position: absolute;
margin: 170px 0 0 330px;
	width: 500px;
	font-family: georgia, "times new roman", times, serif;
	font-size: 2.6em;
	font-weight: normal;
	color: #fff;
	} 
#identity h4 {
position: absolute;
	margin: 0 auto;
	width: 400px;
	font-family: georgia, "times new roman", times, serif;
	font-size: 2.1em;
	font-weight: normal;
	color: #fff;
	margin: 145px 0 0 340px;
	} 	
#identity .intro {
	float: left;
	clear: left;
	margin: 0;
	width: 260px;
	padding: 20px;
	background: #fff;
	}
/****identity classes************/
.secondary #identity {
	height: 120px;
	background: #fff url(../images/photos/secondary_header.jpg) no-repeat bottom right;
	}
.about #identity {
	height: 120px;
	/* background: #fff url(../images/photos/about_header.jpg) no-repeat bottom right; */
	background: #fff url(../images/photos/about_this_site_header.jpg) no-repeat bottom right;
	}
.casestudy #identity {
	height: 120px;
	background: #fff url(../images/photos/casestudies_header.jpg) no-repeat bottom right;
	}
.student #identity {
	height: 120px;
	background: #fff url(../images/photos/secondary_header.jpg) no-repeat bottom right;
	}
.videos #identity {
	height: 120px;
	background: #fff url(../images/photos/videos_header.jpg) no-repeat bottom right;
	}		
#identity .sectiontitle h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	float: left;
	margin: 0;
	width: 260px;
	padding: 30px 20px 0 20px;
	background: #fff;
	text-transform: none;
	color: #7b7b75;
	font-size: 3.0em;
	font-weight: normal;
	}
/****************************************
 * Content Sections
 ****************************************/
#wrap {
	float: left;
	width: 100%;
	background: #f0eee4;
	}
 
#content {
	margin: 0 auto;
	width: 960px;
	}
	
#main {
	float: right;
	padding-top: 20px;
	width: 660px;
	margin-bottom: 40px;
	}
	
/* two-column class */

.twocolumn #wrap {
	/* see IE6/Win hack at bottom */
	background: #f0eee4 url(../images/layout/twocolumn_bg.gif) repeat-y top center;
	}
	
.twocolumn #main {
	float: right;
	width: 660px;
	}
/* secondary class */
.secondary #main h2, .videos h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;
	padding: 0;
	text-transform: none;
	color: #7b7b75;
	font-size: 2.4em;
	font-weight: normal;
	}	
.secondary #main h2 em, .videos h2 em {
	color: #000;
	}	
h3 em {
	color: #7b7b75;
	text-transform: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
		font-weight: normal;
	}			
#secondary {
	float: left;
	clear: left;
	width: 300px;
	margin-bottom: 40px;
	}
.secondary-section {
	padding: 20px 20px 0 0;
	}
.secondary-listing {
	padding: 20px 20px 0 0;
	}
.section {
	float: left;
	width: 310px;
	padding: 0 20px 0 0;
	}
.video-description {
	float: right;
	width: 300px;
	}

/****************************************
 * Images
 ****************************************/
 
/* Large photos */
 
.main-photo-large {
	float: left;
	margin: 0 10px 10px 0;
	width: 320px;
	height: 240px;
	padding: 7px 20px 40px 7px;
		background: url(../images/layout/video_big_bcgr.jpg) no-repeat top left;

	}
.main-video-large {
	float: left;
	margin: 5px 10px 10px 0;
	width: 320px;
	height: 240px;
	padding: 7px 20px 50px 7px;
	background: url(../images/layout/video_big_bcgr.jpg) no-repeat top left;
	}
		
/* Small photos */

.main-photo-small {
	margin: 5px 15px 0 0;
	width: 240px;
	float: left;
	}
.main-video-small {
	margin: 0 5px 10px 0;
	width: 100px;
	float: left;
	height: 80px;
	padding: 5px 10px 25px 5px;
	background: url(../images/layout/video_sm_bcgr.jpg) no-repeat top left;
	}	
/* Photo captions */
	
.main-photo-large .caption, .main-photo-small .caption {
	margin: 0;
	padding: 5px 10px 8px 10px;
	background: #fff;
	}
	
/* Secondary photos */

.secondary-photo {
	margin: 0;
	}

#secondary .secondary-photo .caption {
	margin: 10px 15px 0 15px;
	}
	
/* Thumbnails (dropshadows) */
 
.thumbnail {
	position: relative;
	
	/* padding makes room for the dropshadow, but offsets the image */
	padding: 6px 9px 9px 6px;
	background: url(../images/layout/shadow_tn.gif) no-repeat top left;
	
	/* position and margin fix the offset */
	top: -6px;
	left: -6px;
	margin: 0 0 -15px 0;
	}
 
/****************************************
 * Tables
 ****************************************/

table, tr, th, td {
	border: 0;
	font-size: 1em;
	}
	
table {
	margin: 15px 0;
	border-bottom: 1px solid #e7e7e7;
	caption-side: bottom;
	}
	
th {
	padding: 0 15px 5px 15px;
	font-weight: normal;
	text-align: left;
	color: #888;
	}
	
td, tbody th {
	padding: 10px 15px;
	border-top: 1px solid #e7e7e7;
	font-size: 1.1em;
	line-height: 1.5em;
	vertical-align: top;
	}
	
tbody th {
	font-weight: bold;
	color: #222;
	text-align: right;
	}
	
.row1, .row1 td, .row1 th {
	background: #fff;
	} 
	
.row2, .row2 td, .row2 th {
	background: #fafaf7;
	}
	
tfoot td {
	font-weight: bold;
	}

caption {
	margin: 0 0 15px 0;
	text-align: left;
	color: #888;
	font-size: 1.1em;
	}
	 
/****************************************
 * Forms
 ****************************************/

form {
	float: left;
	margin: 5px 0 15px 0;
	padding: 0;
	width: 260px;
	}
	
fieldset {

	margin: 0;
	padding: 15px;
	/*width: 260px;*/
	border: none;
	}
		
/*form h3 {
	margin: 0 15px 5px 15px;
	}	*/	
	
.form-pair {
	display: inline;	/* prevent ie6/win from doubling margins */

	margin: 5px 0 0 0;
	width: 160px;
	}
	
.form-item {

	margin-top: 5px;
	width: 230px;
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: left;
	}	
	
.form-value {

	margin-top: 5px;
	width: 230px;
	font-size: 1.1em;
	line-height: 1.5em;
	}

.checklist {
	margin: 0;
	font-size: 1em;
	}

.checklist li {
	margin: 0 0 5px 0;
	padding: 0;
	background: none;
	}
	
.input-text, select, textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	width: 230px;
	}

.form-submit {
	border-top: none;
	background: #dbdbd2;
	}
	
.form-submit-buttons {
	text-align: center;

	}
	
.form-submit-buttons .input-reset {
	margin-right: 5px;
	}
	
.input-submit, .input-reset {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.3em;
	}
	
.input-submit {
	font-weight: bold;
	}
 
/****************************************
 * Hub Page Elements
 ****************************************/


/* Description, intro text */
 
#hub-description {
	float: left;
	width: 350px;
	}
 
/* Section thumbnails, links, and descriptions */
 
#hub-sections {
	float: right;
	margin: 0 0 15px 0;
	width: 355px;
	}
	
.hub-section {
	float: right;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ddd;
	width: 355px;
	}
	
#hub-section-first {
	margin: 0;
	padding: 0;
	border: none;
	}
 
.hub-section h3 {
	float: right;
	margin: 0 0 5px 0;
	width: 235px;
	}
 
.hub-section img {
	float: left;
	}
	
.hub-section p {
	float: right; 
	margin: 0;
	width: 235px;
	line-height: 1.5em;
	}
	
/* More information links */

#hub-more {
	float: left;
	margin: 15px 0 0 0;
	width: 100%;
	border: 1px solid #ddd;
	background: #fff;
	}
	
#hub-more h3 {
	display: inline;	/* prevent IE6/Win from doubling margins */
	float: left;
	margin: 15px 0 15px 15px;
	}
	
#hub-more ul {
	float: left;
	margin: 0;
	padding: 10px 0 10px 25px;
	font-size: 1.1em;
	}
 
/****************************************
 * Bridge Page Elements
 ****************************************/
 
/* Introductory pullquote */
 
.pullquote {
	float: right;
	margin: 0 0 15px 25px;
	width: 180px;
	}
	
.pullquote p {
	margin: 0 0 10px 0;
	font-weight: bold;
	line-height: 1.9em;
	}
	
/* Sections (rows)*/

.bridge-section {
	float: left;
	width: 100%;
	}
	
/* Groups (columns) */

.bridge-group1 {
	clear: left;
	float: left;
	width: 355px;
	}
	
.bridge-group2 {
	float: right;
	clear: right;
	width: 355px;
	}
	
/* Headings */

.bridge-group1 h2, .bridge-group2 h2, .bridge-section h2 {
	margin: 25px 0 20px 0;
	padding: 8px 12px;
	font-family: georgia, "times new roman", times, serif;
	font-size: 2.1em;
	line-height: 1.5em;
	background: #d9d9ce;
	}
	
/* Text and images */

.bridge-photo {
	margin: 0 0 20px 0;
	}
	
.bridge-links {
	font-size: 1.1em;
	}
	
.bridge-links li {
	padding: 0;
	background: none;
	}
 
/****************************************
 * Photo Gallery
 ****************************************/
 
/* Thumbnail index*/
 
#gallery {
	float: left;
	margin-top: 10px;
	font-size: 1.1em;
	line-height: 1.4em;
	}
 
.gallery-thumbnail {
	float: left;
	margin: 0 20px 30px 0;
	width: 235px;
	}
	
.gallery-thumbnail .thumbnail {
	float: left;
	}
	
/* Photo */

#photo {
	float: left;
	}

#photo-meta {
	float: right;
	width: 200px;
	}	
	
#photo-meta .caption {
	margin: 10px 0;
	}
	
#photo-credit {
	color: #999;
	}
	
/* webring */
	
#webring {
	font-size: 1.1em;
	line-height: 1.4em;
	}
	
#webring .prev  {
	padding-left: 11px;
	background: url(../images/layout/arrows/left_red.gif) no-repeat 0 0.4em;
	}
	
#webring .sep {
	padding: 0 3px;
	color: #ccc;
	}
	
#webring .next  {
	padding-right: 11px;
	background: url(../images/layout/arrows/right_red.gif) no-repeat 100% 0.4em;
	}
 
/****************************************
 * Footer
 ****************************************/
 
#footer {
	float: left;
	width: 100%;
	padding-bottom: 40px;
	border-top: 1px solid #a6a69d;
	}
	
#footer-content {
	margin: 0 auto;
	padding: 30px 0 25px 0;
	width: 960px;
	font-size: 1.0em;
	color: #333;
	}
.copyright {
	float: left;
	margin: 0;
	padding: 0;
	width: 300px;
	font-size: 1.1em;
	line-height: 1.1em;
	}
	
#footer ul {
	float: left;
	padding: 0;
	margin: 0;
	width: 660px;
	font-size: 1.1em;
	line-height: 1.1em;
	}
#footer li {
	float: left;
	padding: 0 7px;
	margin: 0;
	border-right: 1px solid #a6a69d;
	background-image: none;	
	}
#footer li.last {
	border: none;
	} 
/****************************************
 * Miscellaneous
 ****************************************/

#skipnav {
	position: absolute;
	top: -1000em;
	left: -1000em;
	}

hr {
	display: none;
	}
 
/****************************************
 * IE6/Windows Hacks
 ****************************************/
 
/*
	Shifting Background Bug:
	IE/Windows calculates "center" (for a background image position) differently
	than it does "50%" or "margin: 0 auto" (for foreground content) when the 
	page is an odd number of pixels wide.
*/
 
/*.twocolumn #content {
	background: #f0eee4 url(../images/layout/twocolumn_bg.gif) repeat-y top center;
	}
 
.twocolumn #wrap {
	background: #f0eee4;
	}*/
	
/* unhack for other browsers */
/*.twocolumn>#wrap {
	background: #f0eee4 url(../images/layout/twocolumn_bg.gif) repeat-y top center;
	}*/
	
