/* -------------------------------------

Title : K-State Homepage Stylesheet
Author : Jeff Croft
URL : http://k-state.edu

Description : This stylesheet allows for end-user adjustable preferences within the template framework.

Created : Dec 5, 2005
Modified : Dec 20, 2005

Recommended colors:
Primary K-State Purple: #50017C
Lighter Purple: #732799
Teal: #00768D
Gold: #D8CC46
Beige: #A5A48C
Lighter Beige: #C7C3B3
Grey: #D0CECF

Text color recommendations:
White: #FFF
Grey: #333
Black: #000

---------------------------------------- */


/* To change the background color of the left navigation sidebar in a two- or three-column layout, adjust the background-color property here. */
ul#KSU_pageLinks {
   background-color: #732799;
}



/* If you've adjusted your left navigation sidebar background color, you may also want to change the color of your links. Do so by changing the color property below. */
ul#KSU_pageLinks li a,
ul#KSU_pageLinks li a:link,
ul#KSU_pageLinks li a:visited,
ul#KSU_pageLinks li a:active,
ul#KSU_pageLinks li a:hover {
   color: #fff;
}



/* If you've adjusted your left navigation sidebar background color, you may need to switch to a different color for the bullets by each link.
   To change the color, edit the color name part of the image URL below and uncomment the attributes.

      - The first selector below changes the bullet.
      - The second changes the bullet on "mouseover."
      - The third changes the active bullet.

   You must include both "background-image" and "_background-image" selectors. The underscored version is a filter for Internet Explorer, which can't accept transparent PNG images.

   Your options are:
   pill-bullet-white
   pill-bullet-light-purple
   pill-bullet-dark-purple
   pill-bullet-blue
   pill-bullet-green
   pill-bullet-orange.png */

ul#KSU_pageLinks li a:link,
ul#KSU_pageLinks li a:active,
ul#KSU_pageLinks li a:visited {
   /* background-image: url("/KSU_resources/images/pill-bullets/pill-bullet-white.png"); */
   /* _background-image: url("/KSU_resources/images/pill-bullets/pill-bullet-white-ie.png"); */
}
ul#KSU_pageLinks li a:hover {
   /* background-image: url("/KSU_resources/images/pill-bullets/pill-bullet-green.png"); */
   /* _background-image: url("/KSU_resources/images/pill-bullets/pill-bullet-green-ie.png"); */
}
ul#KSU_pageLinks li.current a:link,
ul#KSU_pageLinks li.current a:active,
ul#KSU_pageLinks li.current a:visited {
   /* background-image: url("/KSU_resources/images/pill-bullets/pill-bullet-dark-purple.png"); */
   /* _background-image: url("/KSU_resources/images/pill-bullets/pill-bullet-dark-purple-ie.png"); */
}

ul#KSU_pageLinks h4 a:link {
    color: #FFF;
}

/* To change the background color of the left navigation sidebar secondary section (below the navigation links) in a two- or three-column layout, adjust the background-color property here. */
div#KSU_sidebarSecondary {
   background-color: #A5A48C;
}



/* If you've adjusted your left navigation sidebar seconday section background color, you may also want to change the color of your links. Do so by changing the color properties below. */

div#KSU_sidebarSecondary a:link,
div#KSU_sidebarSecondary a:visited,
div#KSU_sidebarSecondary a:active {
   color: #50017c;
}
div#KSU_sidebarSecondary a:hover {
   color: #732799;
}



/* To change the background color of the right-hand sidebar in a three column layout, adjust the background-color property here.
   If you also need to change the text color, adjust the color property. */
div#KSU_mainColumnSidebar {
   background-color: #C7C3B3;
   color: #333;
}



/* To change the background and text colors of a brag box, adjust their respective properties below. */
div.KSU_bragBox {
   background-color: #C7C3B3;
   color: #333;
}


/* Set the link underline */
div#KSU_mainContent a:link,
div#KSU_mainContent a:visited,
div#KSU_mainContent a:active {
	text-decoration: none;
	border-bottom: 1px solid #ddc9e8;
}

/* h4 style changes */

   div#KSU_mainContent h4 a,
   div#KSU_mainContent h4 a:link,
   div#KSU_mainContent h4 a:visited,
   div#KSU_mainContent h4 a:active,
   div#KSU_mainContent h4 a:hover {
      text-decoration: none;
      border-bottom: 1px solid #ddc9e8;
   }

/* h5 style changes */

   div#KSU_mainContent h5 a,
   div#KSU_mainContent h5 a:link,
   div#KSU_mainContent h5 a:visited,
   div#KSU_mainContent h5 a:active,
   div#KSU_mainContent h5 a:hover {
      text-decoration: none;
      border-bottom: 1px solid #ddc9e8;
   }
   
   div.photoAreaCenter {
  
   margin:0px 5px 10px 5px;
        
}

div.photoAreaCenter img {
   padding: 5px;
   border: 1px solid #666;
}

#dorothy {
	padding-right: 5%;
}
#dorothy a:link {
	color: #D8CC46;	
}
#dorothy a:visited {
	color: #A5A48C;	
}
#dorothy a:hover {
	color: #6699cc;	
}