/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/type/mt-static/themes-base/blog.css);
@import url(/type/mt-static/themes/cityscape-portland/screen.css);
/* end StyleCatcher imports */


.layout-wt #alpha {
width:100%;
}
#container-inner {
width:80%;
border:1px solid gray;
box-shadow:2px 2px 5px gray;
margin:1em auto;
background:#FCFCFC;
}


a:link, a:active, a:hover, a:visited {
text-decoration:none;
}
a:link, a:active, a:visited {
color:#0099CC;
}
a:hover {
color:#0066FF;
}



h1#header-name {
font-family:Arial, Helvetica, sans-serif;
font-weight:600;
font-size:2.0em;
padding:0.5em;
border:1px solid #0033FF;
border-radius:10px;
background:#D0FFFF;
box-shadow:1px 1px 1px gray;
}

h2.opj-archives {
font-weight:600;
font-size:1.8em;
padding:.4em;
border-left:5px solid #3366CC;
color:#3366CC;
}


#alpha dl {
padding:5px;
border:1px dotted #999999;
border-radius:5px;
background:#FFFFFF;
}

#alpha dl {
}
#alpha dl dt{
font-weight:600;
font-size:1.6em;
margin-top:.75em;
padding:.2em .4em;
border-bottom:1px solid gray;
margin-bottom:.25em;
}
#alpha dl dd{
margin-left:2em;
margin-bottom:.75em;
}