/* John's HACK css styles... these should be properly integrated at some point. */

.testimonial {
  font-size: 8pt;
  padding-right: 16pt;
}
.testimonial p.quote:before {content:"“"; font-size: 14px; color: #555555;}
.testimonial p.quote:after {content:"”"; font-size: 14px; color: #555555;}
.testimonial p.quote {text-indent: -5px;}
.testimonial p.attribution {text-indent: -0.7em; margin-right: 2em; font-style: italic;}
.testimonial p.attribution .name {font-style: normal; text-transform: uppercase; }

.callToAction a:link, .callToAction a:visited {
  font-family: Georgia, Times, serif; font-size: 22px; font-style: italic; line-height: 26px;
  margin-top: -10px; margin-bottom: -8px;
}


.superhuge { font-family: Jenson Pro, Georgia; font-size: 174pt; font-weight: bold; margin-bottom: 20px; letter-spacing: 30px;}
.superhuge a { color: #2b2b2b; font-style: normal; font-weight: bold;}
.bigpara { font-family: Jenson Pro, Georgia; font-size: 19pt; line-height: 30pt; margin-left: 160px; width: 675px; text-align: left;}
.bigpara a { font-family: Jenson Pro, Georgia; font-size: 19pt; }
.inlinea { display: inline; font-family: Lucida Grande; font-style: normal; padding: 0px;}
.LOGINCONFIRM { background-color: green; color: yellow; font-size: 10px;}
#navkeys a {display: inline;} 
#navkeys a:hover {background-color: none;}
.section>h2 a {color: black; font-size: 130%; line-height: 18pt; }
.section>h3 a {font-family: Lucida Grande; font-weight: bold; font-style: normal; color: black;}
.section>h2 a:hover, h3 a:hover { color: black; background-color: white; }
.postnewbutton { border:0px; color:#b4111b; width: 100%; background: none; margin: 0px; padding-left: 4px; whitespace: normal; text-align: left; font-family: Georgia, Times; font-style: italic; font-size: 100%;}
.postnewbutton:hover { 	color: #fff; background-color: #b4111b; }
a#tkbrlabel  {color: black; font-family: Lucida Grande; font-style: normal; background-image: None; display: inline; background-position: 0px; padding: 0px; margin: 0;}
#editArea {margin-left: -40px;}
#editArea textarea {width: 500px; }
.formfield {font-size: 8pt;}
.smallprint {font-size: 6pt; width: 400px; margin-left: 200px;}

body  {
	font: 100% Lucida Grande, Arial, Helvetica, sans-serif;
	background: #c5c4a6;
	background-image: url('../images/bg_4.jpg');
	background-repeat: no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.topContainer { 
	z-index: 8;
	width: 1000px;  /* using 24px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 

.container { 
	z-index: 1;
	width: 1000px;  /* using 24px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: -40px auto 20px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 0 0 0;
	background-image: url("../images/content_bg.png");
	background-repeat: repeat-y;
	background-position: 100px ;
}

.tophomemargin { /*this is just for the home page top margin*/
	height: 180px;	
}

.homecontainer { 
	z-index: 1;
	width: 1000px;  /* using 24px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 80%;
	margin: -40px auto 20px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 0 0 0;
} 

.header {
	height: 205px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-repeat: no-repeat;
	
} 

.homeflash {
	height: 538px;
	padding: 120px 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.mainContent {
/*	background: #fff;*/
	float: left;
	padding: 40px 120px 20px 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 360px;
	margin: 0 0 0 100px;
} 

.tkbrContent {
	/*background: #fff;*/
	padding: 10px 120px 10px 90px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 650px;
	margin: 0 0 0 100px;
}

.sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 280px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #c8c7bc;*/
	padding: 50px 0px 30px 40px; /* padding keeps the content of the div away from the edges */
}
.spine {
	float: left; /* since this element is floated, a width must be given */
	width: 40px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
/*	background: #c1c0b7;*/
}

.footer { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	margin: 0 0 0 100px;
	padding: 0 10px 6px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    height:30;
    font-size: 10px;
	text-align: right;
	color: #555;
}

.homefooter { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	margin: 0 0 0 100px;
	padding: 10px 150px 6px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    height:30;
    font-size: 10px;
	text-align: left;
	color: #555;
}

.copyright {
	float: right; /* since this element is floated, a width must be given */
	width: 275px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #c8c7bc;*/
	padding: 0px 10px 30px 0px; /* padding keeps the content of the div away from the edges */
	margin: -2
	0px 0 0 0;
}


/*Typography*/
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #b4111b;
	text-decoration: none;
	display: block;
	padding: 2px 3px 2px 3px;
}

a:hover {
	color: #fff;
	background-color: #b4111b;
}

.bodyText a { /*this has been added by jmax for links in paragraph text & altered by haig*/
	display: inline;
	padding: 0;
}

.bodyText p a {
	font: 100% Lucida Grande, Arial, Helvetica, sans-serif;
}

.bodyText ul, ol a {
	font: 100% Lucida Grande, Arial, Helvetica, sans-serif;
}

.pageSnippet p {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
color: #2b2b2b;
line-height: 180%;
}

.pageSnippet a {
	font: 100% Lucida Grande, Arial, Helvetica, sans-serif;
}

.pageSnippet h1, h2, h3 {
	font: 100% Lucida Grande, Arial, Helvetica, sans-serif;
}


.breadcrumb a {
	font: 100% Lucida Grande, Arial, Helvetica, sans-serif;
	font-weight: normal;
	display: inline;
	font-size: 12px;
	padding: 0px 4px 0px 4px;
	text-transform: uppercase;
}

.articleTitle { /*this is the title of the page's content and should be the same*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #464644;
	font-size: 24px;
	margin: 0 0 20px 0;
}

.title { /*this is the title of the page's content and should be the same*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #464644;
	font-size: 14px;
	margin: 0 0 10px 0;
}
.byLine { /*this is the title of the page's content and should be the same*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #2b2b2b;
	font-size: 12px;
	margin: -8px 0 10px 0;
}

.rubric {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #b4111b;
	font-size: 22px;
	line-height: 180%;
	margin: 0 0 20px 0;
}

.bodyText {
	color: #2b2b2b;
	font-size: 12px;
	line-height: 180%;
}

/*Sidebar*/

.sidebar {
	color: #2b2b2b;
	font-size: 12px;
	line-height: 120%;
}

.sidebar h2 {
	font-size: 12px;
	color: #252525;
}

ul.faculty {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
}

ul.faculty li a {
	font: 100% Lucida Grande, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	list-style-image: url("../images/arrow.png");
	padding: 0 0 4px 0;
}

.sidebar ul {
	list-style: none outside;
	padding: 0;
}

.sidebar li {
	font-size: 12px;
	list-style-image: url("../images/arrow.png");
	padding: 0 0 4px 0;
}

.sidebar a { 
	font-size: 12px;
	list-style-image: url("../images/arrow.png");
	padding: 2px 0 2px 4px;
	}

.dottedLine {
	width: 180px;
	height: 1px;
	background-image: url("../images/dotted_line.png");
	margin: 20px 0px 20px 0px;
}

.articleListing h3 a {
	font-size: 21px;
	padding: 1px 4px 1px 4px;
	margin: 0px 0 5px 0px;
	line-height: 110%;
}

input.searchfield { /*this styles the Search Field*/
	margin:0 0px 17px 0px;
	padding:0px 0px 0px -10px;
	position:relative;
}

input.searchsubmit { /*this styles the Search Button*/
	background:#444444 none repeat scroll 0 0;
	border:0px solid #444444;
	color:#FFFFFF;
	display:inline;
	font-size:70%;
	font-weight:bold;
	height:20px !important;
	margin:0 0px 0 0;
	padding:0px 4px 1px;
	position:relative;
	width:auto;
}

input.searchsubmit:hover { /*this is the style for the Search Button hover state*/
	background: #b4111b;
	color: #FFF;
	cursor: pointer;
}
.more {
	font-size: 12px;
	background-image: url("../images/arrow.png");
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding: 0px 0px 0px 17px;
	margin: 10px 0 0 -20px;
	line-height: 110%;
}

.homeTkbr {
	font: 100% Lucida Grande, Arial, Helvetica, sans-serif;
	font-weight: normal;
	display: inline;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	margin: 2px 0 0 0px;
	line-height: 110%;
}

.homeTkbr a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url("../images/arrow.png");
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding: 0px 12px 0px 12px;
	margin: 2px 0 0 5px;
	line-height: 110%;
	display: inline;
}


