/* CSS Document */
@import url("http://www.washcoll.edu/css2/02.css");

/* Custom Bullets */

#box08 div.column ul li {background: url(http://www.washcoll.edu/css2/img/eventphoto.jpg) left top no-repeat; text-indent: 30px;}

#box08 div.column ul li.video {background: url(http://www.washcoll.edu/css2/img/eventvideo.jpg) left top no-repeat; text-indent: 30px;}
#box08 div.column ul li.photovideo {background: url(http://www.washcoll.edu/css2/img/eventphotovideo.jpg) left top no-repeat; margin-left:-10px; text-indent: 40px;}




/* ######### CSS for Indented CSS Tabs. ######### */


.indentmenu { font-weight: bold; width: 100%; }
.indentmenu ul { margin: 0; padding: 0; }
.indentmenu ul li{ display: block; float:left; margin:0 0 10px; width:110px; }
/*
.indentmenu ul li a {
background:  url(indentbg.gif) center center repeat-x;
border: 1px solid #ccc;
color: #600; 
display:block;
float: left;
padding: 5px 11px;
text-decoration: none;
width:90px;

}*/

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
/*background:  url(indentbg2.gif) center center repeat-x;*/
color: #600 !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
}

.tabcontentstyle{ /*style of tab content oontainer*/
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

.tabcontent div {
font:normal .85em Arial, Helvetica, sans-serif;
}

#galleryrotate {width:800px; padding: 5px; margin:0 0 1em -220px;}

#galleryrotate .column {text-align:left;}




/****************************/

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.indentmenu ul li a.button {
    background: transparent url('bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

.indentmenu ul li a.button span {
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

.indentmenu ul li a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

.indentmenu ul li a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

/****************************/


#box09 a {display:block; background:url('http://www.washcoll.edu/css2/img/cta.gif') no-repeat top left; margin:20px 0; padding:25px 0 0 30px; width:150px;}
#box09 a:hover {color:#600;}
#box09 a:visited {color:#333;}



@media print { .tabcontent { display:block !important; } }

