/* Rebecca J. Herring Resume */
*, body {
margin: 0;
padding: 0;
}
body {
color: #222;
background: #fff;
font-family: calibri, verdana, arial, helvetica, sans-serif;
font-size: 76%;
}
h1, h2 {
text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6 {
margin-bottom: 8px;
font-family: constantia, georgia, serif;
}
h1 {
font-size: 2em;
}
h2 {
border-top: 1px solid #999;
margin-top: 30px;
padding-top: 6px;
font-size: 1.6em;
}
h3 {
padding-top: 10px;
margin-bottom: 4px;
font-size: 1.4em;
}
ul {
margin-left: 16px;
padding-left: 16px;
}
dt {
font-weight: bold;
margin-bottom: 8px;
padding-top: 8px;
}
dd, li, p {
margin-left: 0;
margin-bottom: 8px;
line-height: 1.5;
}
dd li {
margin-bottom: 4px;
}
#page {
width: 671px;
margin: 10px auto;
background: url(../imgs/right_grad.jpg) repeat-y right top;
position: relative;
}
#page #border_wrap {
border-top: 3px double #787878;
border-left: 3px double #787878;
margin-right: 22px;
padding-bottom: 21px;
background: url(../imgs/bottom_grad.jpg) repeat-x left bottom;
}
#page #border_wrap .pad {
padding: 20px 40px 30px 20px;
background: #ebe6d5 url(../imgs/page_grad.jpg) no-repeat 0 0;
}
#page .corner {
position: absolute;
}
#upper_right_corner, #btm_right_corner, #btm_left_corner {
position: absolute;
background-repeat: no-repeat;
background-position: 0 0;
}
#upper_right_corner {
top: 0;
right: 0;
width: 22px;
height: 39px;
background-image: url(../imgs/upper_right_corner.jpg);
}
#btm_right_corner {
bottom: 0;
right: 0;
width: 67px;
height: 56px;
background-image: url(../imgs/btm_right_corner.jpg);
background-position: right bottom;
}
#btm_left_corner {
bottom: 0;
left: 0;
width: 63px;
height: 21px;
background-image: url(../imgs/btm_left_corner.jpg);
}