html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, hr,
table, caption, tbody, tfoot, thead, tr, th, td, input, textarea, button {
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    float: none;
    width: auto;
    height: auto;
    position: static;
    list-style: none;
    font-family: "Myriad Pro", myriad, sans-serif;
}

body, .titlebar a {
    text-decoration: none;
    color: black;
    background-color: white;
}

body a {
    text-decoration: none;
}

.main a:hover, .main a:focus, .main a:active {
    text-decoration: underline;
}
.titlebar {
    margin: 3em 0 2em 1em;
}
.titlename {
    width: 10em;
    margin-left: .5em;
    font-size: 2.5em;
}

hr {
    height: .375em;
    background: url(hr.png) repeat-x;
    color: #662d91;
    background-color: white;
    width: 100%;
}

.titlebar hr {
    width: 90%;
}
.titlebar .tagline {
    position: relative;
    width: 40em;
    font-size: .75em;
    font-style: italic;
    text-align: right;
}

.menu {
    margin-left: 10em;
    padding-top: .25em;
}

.menu img {
    /*margin-right: 20em;*/
}

.shiftright {
    position: relative;
    left: 50%;
    width: 0;
}

.bodyleft {
    position: relative;
    left: -20em;
}

.main {
    margin: 2em;
    padding: 1em 0;
    /*width: 40em;*/
}

.mainleft {
    position: relative;
    left: -20em;
}

h1 {
    font-size: 1.5em;
    font-weight: bold;
    padding-top: 1em;
}

h2 {
    font-size: 1.125em;
    font-weight: bold;
}



h3 {
    font-size: 1em;
    margin-top: .8em;
    margin-bottom: 0;
    height: 1.2em;
    font-weight: bold;
}

.horizontallist li {
    display: block;
    list-style-type: disc;
    float: left;
}

.clear {
    clear:both;
}

/* most pages */

.smallcontent {
    width: 40em;
    padding-bottom: 1em;
}


/* index.html */

.boxed {
    border: .25em solid #662d91;
}

.leftwrap {
    float: left;
    margin: 1em;
}

.front {
    
}

#fronttext {
    margin-left: 144px;
}


#fronttext h2, #fronttext .tagline{
    font-style: italic;
}
/* index and clips/articles body and blogs */
.smallcontent p, .smallcontent li, .smallcontent blockquote  {
    font-size: .75em;
    margin: 1em;
    line-height: 1.5em;
}

.smallcontent blockquote {
    font-style: italic;
}

.smallcontent ul {
    margin-left: 1.5em;
}
.smallcontent .tagline {
    font-size: 1em;
    font-style: italic;
}
.smallcontent  h2 {
    font-weight: bold;
    margin: .5em;
    font-size: 1.125em;
}

.notice {
    font-size: .625em;
    text-align: right !important;
}


/* resume.html */

#resume h3, #resume div, #resume p, #resume li {
    margin-left: 2em;
}

#resume .date {
    position: absolute;
    margin-left: 38em;
    font-weight: bold;
    margin-top: -1.2em;
    margin-bottom: 0em;
    height: 1.2em;
    white-space: nowrap;
}


#resume ul {
    list-style: square none inside;
    margin: 1em;
}

#experience {
    margin-left: 0 !important;
    padding-top: 2em;
}

/* resume and contact */
.info {
    margin: 2em 0 0 2em;
}

/* articles.html */ /* contact.html */
#clips p, #contact p {
    margin-top: 1em;
}

/* articles.html */

.clips p {
    text-align: justify;
}
.clips .notice {
    font-style: italic;
}

.clips table {
    text-align: center;
    border: .125em solid black;
}

.clips th {
    padding: .25em;
}

.clips td {
    font-size: .75em;
}

.publishedby {
    
}
/* gallery.html */

.galleryleft {
    position: relative;
    left: -360px;
}
.gallery {
    width: 750px;
    text-align: center;
}

.galleryrow {
    height: 150px;
    padding: 10px;
}
.gallerysquare {
    vertical-align: middle;
    text-align: center;
    float: left;
    width: 135px;
    height: 125px;
    padding: 0 23px;
}

.gallery .caption {
    clear: left;
    text-align: left;
    font-size: 14px;
}

.rf {
    clear: none !important;
    float: left;
    padding-left: 25px;
}

.lf {
    clear: none !important;
    float: left;
}

.gallerysquare a:hover span, .gallerysquare a:focus span {
    display: block;
}

.zoom-overlay {
    width: 32px;
    height: 32px;
    background-image: url('kfind32.png');
    display: none;
    float: right;
    position: relative;
    top: -33px;
    right: 23px;
}


.fulloverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: gray;
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 900000;
}
.gallerypopup {
    width: 650px;
    height: 500px;
    position: relative;
    top: -500px;
    z-index: 999900;
    background-color: white;
}

.gallerypopup .content {
    clear: both;
    padding: 5px 0px;
}

.popupleft {
    position: relative;
    left: -325px;
}

.popupbar {
    background-color: #d4c4e0;
    width: inherit;
    height: 15px;
    overflow: hidden;
    position: relative;
    top: 0px;
}

.popupbar a {
    text-decoration: none;
    color: black;
    font-size: 14px;
}

.closebox {
    background-color: #d4c4e0;
    float: left;
    position: absolute;
    top: -3px;
    height: 16px;
}

.closebox img {
    vertical-align: middle;
    
}

.popupbar a:hover {
    background-color: #f4e4ff;
}

/* blogs.html */
.blogs {
    width: 20em;
}

.blogs ul, .blogs li {
    font-size: 100%;
    margin: 1em 0 0 1em;
}

#resume li, .blogs li {
    list-style-type: square;
    list-style-image: url(smtri.png);

}

.entry {
	left: 1em;
	position: relative;
}

.address-field {
	border: 0;
}

.commentbuttons {
	left: 15em; position: relative;
}

.warning {
	color: red;
	display: none;
}

input
{
border-style: solid; border-color: black; border-width: 0 0 1px 0;
left:10em;
position:absolute;
}

button, #comment {
border: 1px solid black; margin: 1em;
}

