/* CSS Document */

/* 	This document (blue.css) is one of the standard design templates created by UT's Office of Creative Services. It is a secondary style sheet and is intended to work in combination with global.css.

	NOTE: In order to customize this style sheet, you will need to save a copy onto your own web space.  If you have any questions, please contact: webteam@utk.edu */





/* HEADER */

h1 {
	/* Styles the main heading.  NOTE: Each page should have only one H1 */
	color: #bf4d02;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	line-height: 1em;
	/*border-bottom: 1px solid #aaaaaa;*/
	margin: 1em 0em 0.5em 0em;
	font-weight: lighter;
	padding-left: 0.5em;
	}
	
.border-photo {
	/* Adds a shaded margin and border */
	background-color: #f8f8ee;
	padding: 3px;
	border: 1px solid #cccccc;
	}
.right-float-photo {
	/* Adds the shaded margin and border, and also floats the image to the right with a bit of padding so that text does not butt up directly beside it */
	background-color: #f8f8ee;
	padding: 3px;
	border: 1px solid #d5d5bf;
	float: right;
	margin: 0px 0px 15px 15px;
	}
.left-float-photo {
	/* Adds the shaded margin and border, and also floats the image to the left with a bit of padding so that text does not butt up directly beside it */
	background-color: #f8f8ee;
	padding: 3px;
	border: 1px solid #d5d5bf;
	float: left;
	margin: 0px 15px 15px 0px;
	}
.center-float-photo {
	/* Adds the shaded margin and border, and also floats the image in the center */
	background-color: #f8f8ee;
	padding: 3px;
	border: 1px solid #d5d5bf;
	margin: 0px 5px 0px 5px;
	}
	
/* MAIN CONTENT AREA */

#content-outer {
	/* Establishes the width of the Content area and styles it */
	/* different-content-outer.gif is a background image that is being repeated horizontally.  It creates the dark-to-light blue gradient */
	background:  #ffffff url(../images/gray-content-outer.gif) repeat-x center top;
	}
#main-content {
	/* Establishes the width of the main content area.  The div is 690 pixels wide because there is 20 pixels of padding on the left (20 + 700 = 720).  I didn't specify the left padding because the div is floating to the right (see global.css) */
	font-family: Arial, Helvetica, sans-serif;
	padding: 1em 5px 3em 15px;
	width: 700px;
	background:  #ffffff url(../images/gray-content-outer.gif) no-repeat left top;
	}
#main-content p {
	/* Styles everything within p tags <p> . . . </p> */
	font-size: 1.2em;
	line-height: 1.667em;
	margin: 1.667em 0;
	padding-left: 1em;
	}
#main-content h2 {
	/* Styles all Heading 2s in the main content area. Use H2 for the main subheads in your content */
	font-size: 1.5em;
	line-height: 1.333em;
	margin: 1.666em 0em -0.333em 0em;
	color: #1c3f6b;
	padding-left:.5em;
	font-weight: lighter;
	}
#main-content h3 {
	/* Styles all Heading 3s in the main content area. Use H3 for the sub-subheads in your content. For example, use H3 to title a small ordered list that is found under a main subhead (H2) */
	font-size: 1.2em;
	line-height: 1.667em;
	margin: 2.334em 0em 1em 0em;
	padding-left:1em;
	color: #666666;
	}
#main-content h4 {
	/* Styles all Heading 3s in the main content area. Use H3 for the sub-subheads in your content. For example, use H3 to title a small ordered list that is found under a main subhead (H2) */
	font-size: 1.2em;
	line-height: 1.667em;
	margin: 1.667em 0 0 0;
	padding-left:1em;
	font-weight: lighter;
	}
#main-content a {
	/* Styles all links in the main content area.  NOTE: The line beneath the link is being controlled by the "bottom-border style" */
	color: #bf4d02;
	text-decoration: underline;
	padding-bottom: 1px;
	}
#main-content a:hover {
	color: #bf4d02;
	text-decoration: underline;
	padding-bottom: 1px;
	}
#main-content ul {
	/* Styles all unordered lists in the main content area */
	padding-left: 15px;
	margin-left: 15px;
	}
#main-content ul li {
	list-style-type: square;
	font-size: 1.2em;
	line-height: 1.667em;
	}
#main-content ol {
	/* Styles all ordered lists in the main content area */
	padding-left: 15px;
	margin-left: 15px;
	}
#main-content ol li {
	font-size: 1.2em;
	line-height: 1.667em;
	}
#main-content ol li ul li{
	font-size: 1em;
	line-height: 1.667em;
	}
#main-content ol li ol li{
	font-size: 1em;
	line-height: 1.667em;
	}

	
	/* LEFT MENU */
	
#left-menu {
	/* left-menu styles the main menu column */
	font-family: Arial, Helvetica, sans-serif;
	width: 240px;
	text-align: left;
	padding-bottom: 30030px;
	margin-bottom: -30000px;
	background:  #666666 url(../images/bird.jpg) repeat-x center top;
	}
#left-menu h2 {
	/* The template includes several headings (H2s) that do not display in standard browsers.  They improve site accessibility by titling lists of links -- for example, the list of Frequently Used Tools in the header. NOTE: This expalins why there is not a standard H2 style.  Rather, H2 is styled for different purposes in different divs */
	display: none;
	}
#left-menu ul li a {
	/* Styles the Major Link Buttons.  NOTE: This is where you would adjust the STATIC color of the MAJOR Link button.  To do so, simply change the hexadecimal value of "background-color" */
	list-style: none;
	color: #ffffff;
	display: block;
	width: 210px;
	padding: .7em 15px;
	border-bottom: #bbbbbb 1px dotted;
	font-size: 1.4em;
	}
#left-menu ul li a:hover {
	/* Styles the Major Link Buttons.  NOTE: This is where you would adjust the HOVER color of the MAJOR Link button.  To do so, simply change the hexadecimal value of "background-color" */
	list-style: none;
	color: #333333;
	display: block;
	width: 210px;
	background-color: #bbbbbb;
	}
#left-menu ul li ul li a {
	/* Styles the Major Link Buttons.  NOTE: This is where you would adjust the STATIC color of the MINOR Link button.  To do so, simply change the hexadecimal value of "background-color" */
	list-style: none;
	color: #333333;
	display: block;
	width: 195px;
	background-color: #eeeeee;
	font-size: 1.2em;
	padding: 1em 15px 1em 30px;
	}
#left-menu ul li ul li a:hover {
	/* Styles the Major Link Buttons.  NOTE: This is where you would adjust the HOVER color of the MINOR Link button.  To do so, simply change the hexadecimal value of "background-color" */
	list-style: none;
	color: #333333;
	display: block;
	width: 195px;
	background-color: #ffffff;
	}

	
	/* COLUMN THAT MERGES MAIN LEFT AND MIDDLE COLUMNS */
	
#main-twocol {
	/* Establishes the width of main-twocol */
	width: 480px;
	padding-right: 15px;
	border-right: 1px dotted #999999;
	}
	

	/* MAIN LEFT COLUMN */
	
#main-left {
	/* Establishes the width of main-left */
	text-align: left;
	width: 300px;
	}
	
	
	/* MAIN MIDDLE COLUMN */
	
#main-middle {
	/* Establishes the width of main-middle and creates the dotted border that separates it from the main-right column */
	text-align: left;
	width: 300px;
	padding-left: 20px;
	}
	
	
	/* MAIN RIGHT COLUMN */
	
#main-right {
	/* Establishes the width of main-right */
	text-align: left;
	width: 200px;
	}
	
	/* MODULES ON RIGHT COLUMN */
	
#news-notes {
	width: 191px;
	background: #ffffff;
	border: 1px solid #767676;
	margin: 20px 0px;
	}
#news-notes h2 {
	color: #ffffff;
	background: #767676 url(../images/news-notes-back.gif) no-repeat center top;
	padding: 7px 30px 7px 7px;
	margin-top: 0em;
	}
#news-notes p {
	padding: 0px 7px 7px 7px;
	}
#news-notes ul {
	padding: 10px 10px 10px 15px;
	margin-left: 15px;
	}
	
#news-notes2 {
	width: 191px;
	background: #ffffff;
	border: 1px solid #767676;
	margin: 20px 0px;
	}
#news-notes2 h2 {
	color: #ffffff;
	background: #767676 url(../images/news-notes-back.gif) no-repeat center top;
	padding: 7px 30px 7px 7px;
	margin-top: 0em;
	}
#news-notes2 p {
	padding: 0px 7px 7px 7px;
	}
#news-notes2 ul {
	padding: 10px 10px 10px 15px;
	margin-left: 15px;
	}
	
#news-notes3 {
	width: 191px;
	background: #ffffff;
	border: 1px solid #767676;
	margin: 20px 0px;
	}
#news-notes3 h2 {
	color: #ffffff;
	background: #767676 url(../images/news-notes-back.gif) no-repeat center top;
	padding: 7px 30px 7px 7px;
	margin-top: 0em;
	}
#news-notes3 p {
	padding: 0px 7px 7px 7px;
	}
#news-notes3 ul {
	padding: 10px 10px 10px 15px;
	margin-left: 15px;
	}	
	
	/* ALLOWS PADDING ON ITEMS*/
	
#padding {
	padding-left: 1em;
	}