/* CSS Document */

/* 	This document (simple.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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	line-height: 1em;
	margin: 1em 0em 0.5em 0em;
	font-weight: lighter;
	}
	
.border-photo {
	/* Adds a shaded margin and border */
	background-color: #f8f8ee;
	padding: 3px;
	border: 1px solid #d5d5bf;
	
	}

	
	
.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;
	}
	
	
/* MAIN CONTENT AREA */

#content-outer {
	/* Establishes the width of the Content area and styles it. simple-outer-back is a background image that creates the left drop-shadow on the main menu */
	background: url(http://www.utk.edu/cs/templates/images/simple-outer-back.gif) no-repeat center top #ffffff;
	}

#main-content {
	/* Establishes the width of the main content area and defines a default font.  The div is 700 pixels wide because there is 20 pixels of margin on the left (20 + 700 = 720).  simple-main-back is a background image that creates the right drop-shadow on the main menu. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 1em 0px 3em 20px;
	width: 700px;
	background: url(http://www.utk.edu/cs/templates/images/simple-main-back.gif) no-repeat left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#main-content p {
	/* Styles everything within p tags <p> . . . </p> */
	font-size: 1.2em;
	line-height: 1.667em;
	margin: 1.667em 0;
	text-align: left;
	}
#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: #cc841a;
	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;
	color: #666666;
	}
#main-content a {
	/* Styles all links in the main content area. */
	color: #444444;
	text-decoration: underline;
	}
#main-content a:hover {
	color: #bf4d02;
	}
#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;
	}





#content-inner
{
background-image: url(../../images/patt.gif);

background-repeat:repeat-y;

background-attachment: scroll;

background-x-position: center;

background-y-position: top;
}





	/* LEFT MENU */
	
#left-menu {
	/* left-menu styles the main menu column */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 240px;
	text-align: left;

	

	
	}
#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: #444444;
	display: block;
	width: 210px;
	background-color: #f7f6f0;
	padding: .7em 15px;
	border-bottom: #999999 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: #444444;
	display: block;
	width: 210px;
	background-color: #D9E8EA;
	}
#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: #a2c5cb;
	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: #d9e8ea;
	}



#left-menu ul li 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: #d9e8ea;
	font-size: 1.2em;
	padding: 1em 15px 1em 30px;
	}


	
	/* COLUMN THAT MERGES MAIN LEFT AND MIDDLE COLUMNS */
	
#main-twocol {
	/* Establishes the width of main-twocol */

float: left;

display: inline;

width: 446px;

padding-top: 0px;

padding-right: 20px;

padding-bottom: 0px;

padding-left: 19px;

border-right-width: 1px;

border-right-style: dotted;

border-right-color: #bbbbbb;

margin-top: 0px;

}
	
	

	/* MAIN LEFT COLUMN */
	
#main-left {
	/* Establishes the width of main-left */
	text-align: left;
	width: 230px;
	}
	
	
	/* MAIN MIDDLE COLUMN */
	
#main-middle {
	/* Establishes the width of main-middle */
	text-align: left;
	width: 230px;
	padding-left: 15px;
	}
	
	
	/* MAIN RIGHT COLUMN */
	
#main-right {
	/* Establishes the width of main-right */
	text-align: left;
	width: 200px;
	
	}
	
	
	
#quick-links {
	width: 193px;
	background-color: #fff9e0;
	margin: 20px 0px;
	}
#quick-links a {
	color: #514f44;
	}
#quick-links h2 {
	font-size: 1.4em;
	color: #ffffff;
	background: #ff9420 url(../../images/quick-links-back.gif) no-repeat center top;
	padding: 8px 44px 8px 10px;
	border: 1px solid #fb8f1e;
	font-weight: lighter;
	letter-spacing: 0em;
	}
#quick-links ul {
	padding: 10px 10px 20px 15px;
	margin-left: 15px;
	color: #f77f00;
	}
#quick-links li {
	color: #9f4003;
	}
	
#events-calendar {
	width: 193px;
	background-color: #fff9e0;
	margin: 20px 0px;
	}
#events-calendar a {
	color: #514f44;
	}
#events-calendar h2 {
	font-size: 1.4em;
	color: #ffffff;
	background: #ff9420 url(../../images/events-calendar-back.gif) no-repeat center top;
	padding: 8px 44px 8px 10px;
	border: 1px solid #fb8f1e;
	font-weight: lighter;
	letter-spacing: 0em;
	}
#events-calendar h3 {
	padding: 0px 10px;
	color: #555555;
	font-size: 1.1em;
	line-height: 1.636em;
	letter-spacing: 1px;
	}
#events-calendar ul {
	padding: 10px 10px 20px 15px;
	margin-left: 15px;
	color: #f77f00;
	}
#events-calendar li {
	color: #9f4003;
	}

#news-notes {
	width: 193px;
	background-color: #fff9e0;
	margin: 20px 0px;
	}
#news-notes p {
	padding: 15px;
	}
#news-notes a {
	color: #514f44;
	}
#news-notes h2 {
	font-size: 1.4em;
	color: #ffffff;
	background: #ff9420 url(../../images/news-notes-back.gif) no-repeat center top;
	padding: 8px 44px 8px 10px;
	border: 1px solid #fb8f1e;
	font-weight: lighter;
	letter-spacing: 0em;
	}
#news-notes h3 {
	padding: 0px 10px;
	color: #555555;
	font-size: 1.1em;
	line-height: 1.636em;
	letter-spacing: 1px;
	}
#news-notes ul {
	padding: 10px 10px 20px 15px;
	margin-left: 15px;
	color: #f77f00;
	}
#news-notes li {
	color: #9f4003;
	}

#artist-links {
	width: 193px;
	background-color: #fff9e0;
	margin: 20px 0px;
	}
#artist-links a {
	color: #514f44;
	}
#artist-links h2 {
	font-size: 1.4em;
	color: #ffffff;
	background: #ff9420 url(../../images/artist-links-back.gif) no-repeat center top;
	padding: 2px 44px 2px 10px;
	border: 1px solid #fb8f1e;
	font-weight: lighter;
	letter-spacing: 0em;
	}
#artist-links ul {
	padding: 10px 10px 20px 15px;
	margin-left: 15px;
	color: #f77f00;
	}
#artist-links li {
	color: #9f4003;
	}

