
/* 
Colorado State University Extension - Cascading Style Sheet

Comments have been made throughout to assist the person who 
will be eventually maintaining this site.
 [ Darrin Goodman | September/October 2007 ]
 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+	NOTE:																							+
+ The parent/child relationshiop for the 2-column layout is as follows:								+
+    <div id="content">																				+
+      <div id="content-group">																		+
+      	<div id="twoColContent">																	+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

body {
	margin:0;
	padding:0;
	color:black;
	font: 95%/140% Arial, Helvetica, sans-serif;
	background: #ded8cc url(bk_tan.jpg) repeat-x;
	background-position: left top;
}
  
a {
	text-decoration: none;
	color: #006633; /* CSU green */
}

a:hover {
	color: #804000; /* rust color */
}

a img {
  border-width:0;
}

h1, h2, h3, ul, li, form {
  margin:0;
  padding:0;
}

h2 {
	font-size: 100%;
	color: #0021a5;
	padding-left:0px;
	border-bottom: 1px #929292 solid;
	clear:both;
}


h1 img a {
border: 0px;
}

.line {
	border-top: thin solid grey;
	border-bottom: thin solid grey;
	line-height: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}

blockquote {
	border-left: #ded8cc 4px solid;
	font-size: 95%;
	padding: 0px 8px 0px 10px;
	margin: 5px 10px 5px 20px;
	font-weight:bold;
}

blockquote.grand {
	border-left: #ded8cc 4px solid;
	font-size: 90%;
	padding: 0px 8px 0px 10px;
	margin: 5px 10px 5px 20px;
	color: #060606;
}

blockquote.box {
	background-color: #ded8cc;
	border: #666666 1px solid;
	padding: 1px 8px 1px 10px;
	margin: 15px 10px 15px 20px;
	color: #666666;
}

h2.green {
	background: #669966 url(hdr.jpg) repeat-x;
	color: #3A3A3A;
	padding: 2px 5px 2px 5px;
	margin-left: 0px;
	margin-right: 0px;
	border: none;
}
 
/* =page  Centers page in browser
----------------------------------------------- */
#page {
  width:804px;
  margin:0 auto; 
}
  
#uf_name {
  height: 41px;
  margin: 0;  
}

/* =wrapper  Controls width of page, background and border
	 ----------------------------------------------- */
#wrapper {
	float:left;
	width:814px;
	margin: 0px;
	padding: 0px;
	background: url(shadow2.png) repeat-y;
	background-position: right top;	
}

/* =header 
----------------------------------------------- */
#header {
	float:left;
	width:750px;
	padding:0px;
	margin:0px;
	background-color: #FFFFFF;
}
  
#header img{
	padding:0px;
	margin:0px;
	border:none;
}

/* =bannerImg defines the graphical header
----------------------------------------------- */
#bannerImg {
	background: #fff url(header.jpg) no-repeat top right;
	background-repeat: no-repeat;
	height: 130px;
	padding: 0;
	margin: 0;
}

/* =search box in navigation bar
----------------------------------------------- */
#search {
	float: right;
	padding: 6px 10px 0px 10px;
	margin: 0px;
}

/* =topnav  Top Navigation bar
----------------------------------------------- */
#topnav {
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: right;
}
#topnav ul {
	background: #DCEDD1 url(nav.jpg) repeat-x;
	border-bottom: 0;
	float: left;
	margin: 0;
	padding: 0;
	width: 804px;
}
#topnav li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#topnav li a {
	border-right: 1px solid #fff;
	color: #006633; /* CSU green */
	display: inline;
	float: left;
	font-size: 75%;
	font-weight: bold;
	margin: 0;
	padding: 6px 10px;
	text-decoration: none;
	border-bottom: none;
}

#topnav li a:hover {
	background: #669966 url(navflip.jpg) repeat-x;
	color: #333; /* charcoal color */
}

li#first a {
	margin-left: 8px;
	border-left: 1px solid #fff;
	}
	
li#last a {
	border-right: none;
	}	
  
  /* =leftnavParent is the parent to #leftnav.  this is where you control the left column positioning.
----------------------------------------------- */
#leftnavParent {
	float:left;
	width: 218px; /* this is based on a 220px width, but I brought it down to 218 to accommodate the 2px of left padding (below).  */
	padding: 0px 0px 5px 3px;
}

#leftnavParent ul {
	padding-top: 0px;
	list-style: none;
	margin-left: 0;
	padding-left:15px;	
}

#leftnavParent ul li{
	background-image: url(arrowthk.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px; /* this sets the positioning of the leftnav bullets */
	list-style-image: none;
	list-style-type: none;
	padding-left: 20px; /* this sets the indenting of the list text in leftnav and provides separation from the bullet images*/
	font-weight: bold;
	font-size: 85%;
	padding-top:5px;
	color: #006633;
}
#leftnavParent h2 {
	font-size: 100%;
	color: #666666;
	margin-top:12px;
	margin-left: 10px;
	margin-right:10px;
	margin-bottom:10px;
	border-bottom: 1px #929292 solid;
	clear:both;
}

#leftnavParent ul li ul{
padding-bottom:15px;
padding-right:5px;
margin-left:0px;

}

#leftnavParent ul li ul li{
	background-image: none;
	padding-left:0px;
	font-size: 90%;
	font-weight: normal;
	padding-bottom: 5px;
	list-style-type: none;
	display:inline;
}

#leftnavParent li a {
	color: #006633; /* CSU green */
	text-decoration:none;
}
#leftnavParent li a:hover {
	color: #804000;
	text-decoration: underline;
}

  
  /* =leftnav  (Main Navigation)
----------------------------------------------- */
#leftnav {
	font-size:98%;
	line-height: 120%;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	background: #DCEDD1 url(leftnavcaptop.gif) no-repeat top left;
}	

#leftnavtop {
	background: #DCEDD1 url(leftnavcaptop.gif) no-repeat top left;
	margin: 0px;
	padding: 0px;
}
#leftnavbottom {
	background: #DCEDD1 url(leftnavcapbottom.gif) no-repeat bottom left;
}

#leftnav ul {
	padding-top: 0px;
	list-style: none;
	margin-left: 0;
	padding-left:15px;	
}

#leftnav ul li{
	background-image: url(arrowthk.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px; /* this sets the positioning of the leftnav bullets */
	list-style-image: none;
	list-style-type: none;
	padding-left: 20px; /* this sets the indenting of the list text in leftnav and provides separation from the bullet images*/
	font-weight: bold;
	font-size: 85%;
	padding-top:5px;
	color: #006633;
}
#leftnav h2 {
	font-size: 100%;
	color: #666666;
	margin-top:12px;
	margin-left: 10px;
	margin-right:10px;
	margin-bottom:10px;
	border-bottom: 1px #929292 solid;
	clear:both;
}

#leftnav ul li ul{
padding-bottom:15px;
padding-right:5px;
margin-left:0px;

}

#leftnav ul li ul li{
	background-image: none;
	padding-left:0px;
	font-size: 90%;
	font-weight: normal;
	padding-bottom: 5px;
	list-style-type: none;
	display:inline;
}

#leftnav li a {
	color: #006633; /* CSU green */
	text-decoration:none;
}
#leftnav li a:hover {
	color: #804000;
	text-decoration: underline;
}

/* Heading Graphics located in leftnav
----------------------------------------------- */
#swoosh {
	background-image: url(h1b.gif);
	background-repeat: no-repeat;
	padding: 5px 2px 23px 8px;
	margin: 10px 2px 6px 8px;
}

/* =content  (container for all non-header content (makes leftnav gray background extend down left side of page)
----------------------------------------------- */
#content {
	float:left;
	width:800px;
}

#content li.video {	padding: 2px 0 0 25px; background: url(icon_video.gif) no-repeat 0px 5px;	}
#content li.audio {	padding: 2px 0 0 25px; background: url(icon_audio.gif) no-repeat 0px 5px;	}
  
/* content-group will:
	- keep the center content column located in the center
	- prevent the leftnav region from trading places and moving to the center area
	- controls the width of the white content region
----------------------------------------------- */
#content-group {
	background-color: #FFFFFF;
 	float: right;
 	width: 575px; /* this width will also have an affect on shifting the center and right columns right or left */
}


/*#footer: (holds the footer)
-----------------------------------------------------------------------*/

#footer {
	float:left;
	width:100%;
	color: #E6E6E6;
	font-size: 85%;
	padding-top: 36px;
	padding-bottom: 20px;
	text-align: center;
	background: #669966 url(footer.jpg) no-repeat;
	background-repeat: no-repeat;
}

#footer img{
	float:right;
	padding-top: 15px;
}

#footer a {
	color: #E6E6E6;
}

#footer a:hover {
	color: #006633;
}
 
#footer p a:hover {
	color: #804000;
}

#footer p {
	margin: 10px;
}

#footer ul {
	background: #669966;
	border-bottom: 0;
	float: left;
	margin: 8px 0px 0px 35px;
	padding: 0px 0px 0px 35px;
	width: 700px;
}

#footer li {
	list-style-type: none;
}

#footer li a {
	border-right: 1px solid #2F602D;
	color: #E6E6E6;
	display: inline;
	float: left;
	font-size: 95%;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	border-bottom: none;
}

#footer li a:hover {
	background: none;
	color: #006633;
}

#footer li a.last {
	border-right: none;
	}

/*Table definitions */

.bodyTable {
	font: 85% Arial, Helvetica, sans-serif;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 5px;
	margin-right: 8px;
}
.bodyTdMainHead {
	color: #006633;
	border-bottom: 1px solid #006633;
	margin: 0;
	padding: 1px;
	font-weight: bold;
	font-size: 130%;}

.bodyTd {
	color: #003300;
/*	margin: 4; 
	padding: 4px; */
	font: 95%, Arial, Helvetica, sans-serif;
	line-height:170%;
	margin: 0px 8px 0px 10px;
	padding: 0px 8px 0px 0px;
}

.bodyTd a {
	color: #804000;
	text-decoration: none;
}
.bodyTd a:hover {
	color: #669966;
	text-decoration: none;
}
.bodyTd a:visited {
	color: #669966;
}

td ul {
	padding-top: 0px;
	list-style: none;
	margin-left: 0;
	padding-left:20px;	
}

td li{
	background-image: url(/template_arrow_sm.gif); 
/*	background-image: url(arrow.gif); */
	background-repeat: no-repeat;
	/* below, regarding bullet image: number on left controls left/right position | number on right controls height  */
	background-position: 18px 3px; 
	list-style-image: none;
	list-style-type: none;
	padding-left:35px;
	font-weight: normal;
	padding-top: 0px;
	font-size: 90%;
}

td ul li ul{
padding-bottom:15px;
padding-right:5px;
margin-left:0px;

}

td ul li ul li{
	background-image: none;
	padding-left:0px;
	font-size: 90%;
	font-weight: normal;
	padding-bottom: 5px;
	list-style-type: none;
	display:inline;
}

/* Note that the twoColContent region falls within the content and content-group divs:
content
	content-group
		twoColContent
------------------------------------------------------------------ */



/* =twoColContent (main content area in the 2-column layout)
----------------------------------------------- */
#twoColContent {
	padding: 1px 10px 1px 10px;
	margin: 6px 10px 10px 6px;
	font-size: 85%;
}

/*
#twoColContent a {
	color: #006633;
	font-weight: bold;
}
*/

#twoColContent p a {
	font-size: 100%;
	color: #804000;
	font-weight: bold;
}

#twoColContent p a:hover {
	color: #669966;
}

#twoColContent p {
	font-size: 100%;
	line-height:170%;
	margin: 0px 10px 0px 20px;
	padding: 2px 0px 10px 0px;
}

#twoColContent img {
	padding: 4px 8px 2px 0px;
	margin: 4px 12px 0px 0px;
}

#twoColContent h1 {
	font-size: 175%;
	color: #800000;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	clear: both;
}
#twoColContent h2 {
	font-size: 130%;
	color: #666666;
	margin-top:10px;
	margin-left: 5px;
	margin-right:10px;
	margin-bottom:10px;
	border-bottom: 1px #929292 solid;
	clear:both;
}
#twoColContent h2.grand {
	font-size: 130%;
	color: #060606;
	margin-top:10px;
	margin-left: 5px;
	margin-right:10px;
	margin-bottom:10px;
	padding-left:0px;	
	border-bottom: 1px #929292 solid;
	clear:both;
}
#twoColContent h3 {

}
#twoColContent h4 {

}
#twoColContent h5 {

}
#twoColContent h6 {

}

#twoColContent ul {
	padding-top: 0px;
	list-style: none;
	margin-left: 0;
	padding-left:20px;	
}

#twoColContent li{
	background-image: url(template_arrow_sm.gif); 
	background-repeat: no-repeat;
	background-position: 18px 3px; 
	list-style-image: none;
	list-style-type: none;
	padding-left:35px;
	font-weight: normal;
	padding-top: 0px;
	font-size: 100%;
}

#twoColContent li.grand{
	background-image: url(template_arrow_sm.gif); 
	background-repeat: no-repeat;
	background-position: 18px 3px; 
	list-style-image: none;
	list-style-type: none;
	padding-left:35px;
	font-weight: normal;
	padding-top: 0px;
	font-size: 95%;
}

#twoColContent ul li ul{
padding-bottom:15px;
padding-right:5px;
margin-left:0px;

}

#twoColContent ul li ul li{
	background-image: none;
	padding-left:0px;
	font-size: 90%;
	font-weight: normal;
	padding-bottom: 5px;
	list-style-type: none;
	display:inline;
}

