/*
Theme Name: Web12/ART125 color theme, Spring 2012
Theme URI: http://jonathangabel.com
Description: 2012 theme for jonathangabel.com/students/art125
Author: Jonathan Gabel
Author URI: http://jonathangabel.com
Version: v2.0
Tags: jonathan gabel, mainset
notes: style sheet for ART 125 Topics in Contemporary Art
*/
/*
*	Description: ART125 navigation styles
*
* 	CALLED BY: template-course --> art125.css/scss
*  	v 2.0
*/
header #site-head a {
  color: #ffb444; }
  header #site-head a:hover {
    color: #59aeff; }

nav ul li a {
  background-color: #ffb444;
  color: #93221a; }
  nav ul li a:hover {
    background-color: #fde8a3;
    color: #59aeff; }

#search #field {
  background-image: url(../images/nav/search-art125.png); }
  #search #field:hover {
    background-image: url(../images/nav/search-hover-art125.png); }
  #search #field:focus {
    background-image: url(../images/nav/search-hover-art125.png); }

#badge {
  background-image: url(../images/nav/badge-art125.png); }

#sidebar-left .feature {
  background-image: url(../images/nav/rip-brownge2.png); }

#menu-custom-field-side-navigation {
  padding: 0; }
  #menu-custom-field-side-navigation li, #menu-custom-field-side-navigation .menu-item {
    padding: 0; }

#mainSideNav {
  background-color: #eeeeee;
  margin: 0 -1px 0 10px; }

/* -------------------------	BODY & MAIN STYLES		------------------------- */
body {
  color: #43403e;
  background: #ff9216; }

h2 {
  background-color: transparent;
  color: #f55a00; }

h3, h4 {
  background-color: transparent;
  color: #847f77;
  border: none; }

a {
  color: #4383bf; }

a:hover {
  color: #59aeff; }

p em, em {
  color: #56534e; }

/* -------------------------	CONTENT WRAP 	------------------------- */
#contentWrap {
  background-color: #eeeeee;
  border: 2px solid white; }

/* -------------------------	INNER WRAPPER	------------------------- */
#innerWrapper {
  background-color: #cccccc; }

li.class-listing {
  border: 2px solid white;
  margin: 5px 0;
  padding-top: 20px; }

.class-listing h3 {
  margin-bottom: -5px; }

/* --------------------		meta and tag info		--------------------- */
/* --------------	FOOTER BREADCRUMBS AND (C)	------------------------- */
footer p#breadcrumbs {
  border-bottom: 1px solid #bc4500; }

footer p {
  color: #bc4500; }

footer a:hover {
  color: #f0f8ff; }
