/*  =reset.css
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin : 0; padding : 0; border : 0; outline : 0; font-weight : inherit; font-style : inherit; font-size : 100%; font-family : inherit; vertical-align: baseline; background : transparent;  }

:focus { outline : 0; }
ol, ul { list-style : none; }
table { border-collapse : collapse; border-spacing : 0; }
caption, th, td { text-align : left; font-weight : normal; }

body {
    font-size: 16px;
    margin: 0px 0px;
    padding: 0px;
    text-align: center;
}

h1, h2, h3 {
    font-weight: bold;
    text-shadow: 0 2px 3px #aaa;
}

a {
    color: #000000;
    text-decoration: none;
    border-bottom: dotted 1px #333333;
}

a:hover {
    text-decoration: none;
    border-bottom: dotted 1px rgb(255,69,0);
}

blockquote {
    width: 30%;
    padding: 10px 10px;
    margin: 1em 0 2em .5em;
    background-color: #fff;
    color: #000;
    font-weight: bold;
    border: 1px solid black;
    text-align: center;
    font-size: .9em;
}

p {
    padding: 5px 0 5px 0;
}

.smaller {
    font-size: .8em;
    display: inline;
}

.right {
    float: right;
}

.left {
    float: left;
}

#logo {
    text-align: center;
    font-size: 3em;
    /* font-size: .3em; */
    letter-spacing: 6px;
}

#logo a {
    border: none;
}

#branding {
    width: 700px;
    margin: 0px auto;
    padding: 15px;
}

.main {
    text-align:left;
    width: 700px;
    margin:0px auto;
    padding: 15px;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background-color: #eee;
    font-size: 1em;
    line-height: 1.5em;
}

.main p {
    text-indent: -2.5em;
    margin-left: 3em;
}

.main p:first-letter {
    font-size: 2em;
    text-shadow: 0 2px 3px #aaa;
    font-family: "Edwardian Script ITC", "Brush Script MT", cursive;
}

.quip {
    text-align:left;
    width: 700px;
    margin:0px auto;
    padding: 15px;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background-color: #eee;
    font-size: 1em;
    line-height: 1.5em;
    border-top: solid 2px #333;
}

.blog_item {
    padding: 5px 0 35px 0;
}

.blog_pageTitle {
    font-size: 2em;

}

.blog_documentInfo {
    font-size: .8em;
    padding-left: 2em;
    margin: 10px 0 0 0;
}

.blog_author {

}

.blog_date {

}

.blog_introText {
    line-height:1.5em;
}

#quip-error {
    color:red;
}

ul.pageList {
    padding: 0 0 0 0;
}

ul.pageList li {
    display: inline;
    padding: 0 10px 0 0;
}

ul.pageList li a {
    color:#555;
}

.menu ul {
    padding: 0 0 10px 0;
}

.menu li {
    display: inline;
    padding: 0 10px 0 0;
}

.menu li a {
    border: none;
}

.menu li a:hover, .active a {
    color: rgb(255,69,0);
}

#copyright {
    margin: 15px 0;
    font-size: .7em;
}
