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


/* Custom Styles ---------------------------------------------------------- */

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

/* below here is styling unique to pages in folders below the main blog folder. */

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

/* 3 equal columns in content-inner  */
/* alpha is middle col */

.layout-twt #alpha {
    left: 230px;
    width: 550px;
}
/* beta is left column */
.layout-twt #beta {
    left: -550px;
    width: 207px;
}
/*  gamma is right column (not used in secondary pages) */
.layout-twt #gamma {
    width: 1px;
    left:0px;
    padding:0px; 
}

#alpha img {margin-left:50px;}
.quicklinks {min-height:100px; margin-top:5px; margin-left:20px; width:185px;}
/*.quicklinks p, ul, li {margin-bottom:0;}*/

#content-top {min-height:10px;} /* empty content top (per Alison) still needs to show */
#content-middle {
    background-image:url(images/banner2.jpg);
}
.asset-name a {
    text-decoration: none;
    color:#536895;
}

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

.asset-meta {display:none;}
.asset-content {font-size: 1em;}
.asset-content td {padding:3px; border: #536895 solid thin;}

.widget-content {font-size:1em; text-transform:uppercase; color:#000; font-weight:bold;}
.widget-content a, .widget-content a:link, .widget-content a:visited {color:#536895; font-weight:500;}
.widget-content a:hover, .widget-content a:focus {color:#e44e2b;}
.asset-content b {color:#536895; font-size:1.4;}
.asset-content a,.asset-content a:link,.asset-content a:visited {color:#03705d; font-size:1.4;}
.asset-content a:hover,.asset-content a:focus {color:#e44e2b; font-size:1.4;}
.asset-name {
  color:#536895; 
  font-weight:100;   
  font-size:1.6em;  
  text-transform:uppercase;
 
 }
.asset-body {font-size:1.1em; font-weight:500; }
#beta-inner {margin-left:10px;}
.bold {font-size:1.2em;}

#header-content a,#header-content a:link,#header-content a:visited {color:#536895;}
#header-content a:hover,#header-content a:focus {color:#e44e2b;}
.red {color:#ff0000;}

