/* Skin Styles, very basic
-------------------------------------- */
body { 
background-color: #e5e5e5; /* demo color */
}

a {
color: #039;
text-decoration: none;
}

a:hover {
color: #39f;
}

a:active {
color: #036;
}




/* Yale University Headers:
yaleu_white_on_lines.gif
yaleu_white_on_darkblue.gif
yaleu_blue_on_white.gif
yaleu_white_on_blue.gif
-------------------------------------- */
#y-topper h2 { /* Yale University, Phark IR graphic */
background: transparent url(../images/yaleu_white_on_blue.gif) no-repeat;
}

#y-section-head h2 a { /* entity-nav graphic, Phark IR graphic, optional
background: url(../images/heading_section.gif) no-repeat center left; */
}


/* Column Backgrounds
-------------------------------------- */
body.y-centered-3col #y-column-wrap,
body.y-flush-3col #y-column-wrap {
background: #fff url(../images/background_col2.gif) repeat-y top left;
}

body.y-centered-2col #y-column-wrap,
body.y-flush-2col #y-column-wrap {
background: #fff url(../images/background_col2.gif) repeat-y top left;
}

body.y-centered-wide-3col #y-column-wrap,
body.y-flush-wide-3col #y-column-wrap {
background: #fff url(../images/background_col2.gif) repeat-y top left;
}

body.y-centered-wide-2col #y-column-wrap,
body.y-flush-wide-2col #y-column-wrap {
background: #fff url(../images/background_col2.gif) repeat-y top left;
}

body.y-liquid-2col #y-column-wrap {
background: #fff url(../images/background_col2.gif) repeat-y top left;
}


/* Footer Background (centered pages)
-------------------------------------- */
body.y-centered-3col #y-footer,
body.y-centered-2col #y-footer,
body.y-centered-wide-3col #y-footer,
body.y-centered-wide-2col #y-footer { 
background-color: #fff; 
}

/* Footer Background (flush pages)
   use body to color the footer
-------------------------------------- */
body.y-flush-3col,
body.y-flush-2col,
body.y-flush-wide-3col,
body.y-flush-wide-2col, 
body.y-liquid-2col {
background-color: #01346B;
}

/* Sidespace Background (flush pages)
-------------------------------------- */
body.y-flush-3col #y-outer-wrap,
body.y-flush-2col #y-outer-wrap,
body.y-flush-wide-3col #y-outer-wrap,
body.y-flush-wide-2col #y-outer-wrap {
background-color: #fcfcf0;
}


/* Breadcrumb
-------------------------------------- */
#y-breadcrumb ul li { /* breadcrumb tic arrow, optional */
background: url(../images/breadcrumb_tic_arrow.gif) no-repeat 0 70%;
}
