/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://www.sonoma.edu/mt/mt-static/themes-base/blog.css);
@import url(http://www.sonoma.edu/mt/mt-static/support/themes/unity-blue/unity-blue.css);
/* end StyleCatcher imports */

/* Custom Styles ---------------------------------------------------------- */
@import url(http://www.sonoma.edu/exed/ssu_styles.css);


/* below here is styling unique to secondary pages.  Above is styling copied, and kept in synch, with exed home page */

#alpha-inner, #beta-inner, #gamma-inner {
   padding-right: 0;
    padding-left: 0;
}

/* beta is narrow col on left; alpha is wide column on right; gamma goes away (width=0)  */
/* alpha is middle col */

.layout-twt #alpha {
    left: 280px;
    width: 491px;
}
/* beta is left column */
.layout-twt #beta {
    left: -491px;
    width: 227px;
}
/*  gamma is right column (not used in secondary pages) */
.layout-twt #gamma {
    width: 0;
    left:0;
    padding:0;
    margin:0; 
}

#alpha img {margin:0 0 20px 20px;}
#beta-inner img {margin-left:20px;}
.asset-name a {
    text-decoration: none;
    color:#3b5998;
    font-weight:lighter;
text-transform:capitalize;
}

.asset-name a:hover {
    text-decoration: none;
    color:#c78e09;
}

.asset-meta {display:none;}
.asset-content {font-size: 1.1em;}
.asset-content td {padding:3px; border: #3b5998 solid thin;}
.widget-header {margin-left:10px; color:#fff;}
.widget-content {font-size:1em;}
.asset-content b {color:#3b5998; font-size:1.4;}
.asset-content a,.asset-content a:link,.asset-content a:visited {color:#c78e09; font-size:1.6;}
.asset-content a:hover,.asset-content a:focus {color:#c75509; font-size:1.4;}
.asset-name {
  color:#3b5998; 
  font-weight:100;   
  font-size:1.6em;  
  text-transform:uppercase;
 
 }

/* folder title uses h1 */
h1 {font-size:18px;font-weight:light; color:#3b5998;}
h2 {font-size:16px;font-weight:light; color:#3b5998;}
h3 {font-size:14px;font-weight:light; color:#3b5998;}
h4 {font-size:12px;font-weight:light; color:#3b5998;}

a, a:link, a:visited {color:#3b5998}
a:hover, a:focus {color:#bd700d;}

#alpha-inner li {margin-left:25px;}
/*#content-top tr {height:15px;}*/
#alpha-inner a,#alpha-inner a:link, #alpha-inner a:visited {
 color:#3b5998;
}

#alpha-inner a:hover, #alpha-inner a:focus {
 color:#c78e09;
}

