@charset "utf-8";
/* CSS Document */

html, body 
{
    margin: 5px;
    padding: 0;
    font-family: verdana, arial, sans-serif;
    color: #000;
    background: #99bbcc url("http://www.pauliesworld.org/img/stripebg.gif");
}

.shadow
{
    position: relative;
    background: #000;
    margin: 8px;
    width: 750px;
    margin-left: auto;
    margin-right: auto;

    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    -khtml-border-radius:20px;
    border-radius:20px;
}

.container
{
    left: -5px;
    top: -3px;
    position: relative;
    width: 750px;
    border: 1px solid #000;

    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    -khtml-border-radius:20px;
    border-radius: 20px;
}

.iecontainer
{
    left: -3px;
    top: -3px;
    position: relative;
    width: 750px;
    border: 1px solid #000;
    border-radius: 20px;

}

.header 
{
    color: #d9e5ef;
    background: #006699;
    border-bottom: 1px solid #000;
    height:86px;

    -moz-border-radius-topleft:20px;
    -webkit-border-radius-topleft:20px;
    border-radius-topleft:20px;
    border-top-left-radius: 20px;

    -moz-border-radius-topright:20px;
    -webkit-border-radius-topright:20px;
    border-radius-topright:20px;
    border-top-right-radius: 20px;
}

.headerleft 
{
    padding: 1.3em;
    float: left;
    text-align: left;
    width: auto;
    height: 86px;

    -moz-border-radius-topleft:20px;
    -webkit-border-radius-topleft:20px;
    border-radius-topleft:20px;
    border-top-left-radius: 20px;
}

.headerright 
{
    float: right;
    text-align: right;
    background-color:#ccc;
    width: 485px;
    height: 86px;
    background: url(http://pauliesworld.org/img/mountains.png);

    -moz-border-radius-topright:20px;
    -webkit-border-radius-topright:20px;
    border-radius-topright:20px;
    border-top-right-radius: 20px;
}

.header h1 
{
    margin: 0;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
}

.header h2 
{
    margin-top: 5px;
    margin-bottom: 0;
    color: #fff;
    background: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.125;
}

.menubar
{
    padding: .3em;
    font-size: 12px;
    background: #ddd url(nav.png) center left repeat-x;
    border-bottom: 1px solid #000;
}

.menuleft
{
    padding-top: .25em;
    margin: 0 0 0 -120;
    float: left;
    text-align: left;
}

.menuleftie
{
    padding-top: .3em;
    padding-bottom: .3em;
    margin: 0 0 0 100;
    float: left;
    text-align: left;
}

.menuright
{
    text-align: right;
    width: auto;
}

#resumebar
{
    background-color: #eee;
    padding: 3px;
    font-size: 18px;
    font-family: times;
}

.menuleft ul
{
    display: inline;
}

.menuleft li 
{
    color: #006699;
    display: inline;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.menuleft li a 
{
    margin: 2px;
    padding: 3px;
    text-align: center;
    text-decoration: none;
}

.menuleft li a:hover 
{
    background-color: #fffffc;
    color: #3366ff;
    border: 1px solid #000000;
    margin: 2px 1px;
    text-decoration: none;
}

.menuleftie ul
{
    display: inline;
}

.menuleftie li 
{
    color: #006699;
    display: inline;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.menuleftie li a 
{
    margin: 2px;
    padding: 3px;
    text-align: center;
    text-decoration: none;
}

.menuleftie li a:hover 
{
    background-color: #fffffc;
    color: #3366ff;
    border: 1px solid #000000;
    margin: 2px 1px;
    text-decoration: none;
}

#navlinks
{
    width: 210px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    padding-left: 0px;
}

#linksheader
{
    background-color: #eee;
    padding: 3px;
    font-weight: bold;
    font-size: 15px;
    font-family: verdana;
    border-bottom: solid 1px #000;
}

#linkscontent
{
    font-size: 13px;
    width: 210px;
    border-bottom: solid 1px #000;
    text-align: center;
}

#linkscontent a
{
    color: #006699;
}

#linkscontent a:hover
{
    color: #000;
    text-decoration: none;
}
ul.linksmenu, ul.linksmenu ul 
{
    text-align: center;
    padding: 0;
    margin: 0;
    background-color: #fff;
    padding-left: 0px;
}

ul.linksmenu li
{
    list-style-type: none;
    margin: 0px; 
    border-top: #fff solid 1px;
    border-bottom: #fff solid 1px;
}

ul.linksmenu li:hover
{
    background-color: #eee;
    border-top: #006699 solid 1px;
    border-bottom: #006699 solid 1px;
    color: #000;
    text-decoration: none;
}

#content 
{
    background-color: #fff;
    border-bottom: 1px solid #000;
}

.contentimg
{
    left: -5px;
    top: -3px;
    position: relative;
    width: 200px;
    border: 1px solid #000;
}

.iecontentimg
{
    left: -3px;
    top: -3px;
    position: relative;
    width: 200px;
    border: 1px solid #000;
}

#contentleft
{
    clear: both;
    background-color: #fff;
    float: left;
    width: 210px;
    margin-left: 10px;
}

.shadowimg
{
    position: relative;
    background: #000;
    margin: 8px;
    width: 200px;
}

.shadowaboutimg
{
    position: relative;
    background: #000;
    margin: 8px;
    width: 96px;
}

.aboutimg
{
    left: -5px;
    top: -3px;
    position: relative;
    width: 96px;
    border: 1px solid #000;
}

.ieaboutimg
{
    left: -3px;
    top: -3px;
    position: relative;
    width: 96px;
    border: 1px solid #000;
}


input
{
    border-left : 1px solid #000000; 
    border-right : 1px solid #000000; 
    border-top : 1px solid #000000;
    border-bottom : 1px solid #000000;
    background-color: #FFFFFF;
    color: #000000;
}


#contentleft input
{
    font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma, Helvetica, Verdana, sans-serif;
    font-size: 9pt;
    color: #000000;
    border: 1px solid #000;
    width: 150px;
    background-color: #fff;
}

#contentright
{
    background-color: #fff;
    margin-left: 235px;
    border-left: 1px solid #000;
}

#newsheading
{
    font-size: 9pt;
    font-weight: bold;
    border: 1px solid #000;
    background-color: #d9e5ef;
    width: 480px;
    padding-left: 1.00em;
    padding-right: 1.00em;
    text-align: left;
}

#newsheading a:link
{
    color: #000;
    text-decoration: none;
}

#newsheading a:hover
{
    color: #99bbcc;
}

#newsheading_blog
{
    font-size: 9pt;
    font-weight: bold;
    border: 1px solid #000;
    background-color: #d9e5ef;
    width: 600px;
    padding-left: 1.00em;
    padding-right: 1.00em;
    text-align: left;
}

#newscontent
{
    font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma, Helvetica, Verdana, sans-serif;
    font-size: 9pt;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: #eee;
    width: 480px;
    padding-left: 1.00em;
    padding-right: 1.00em;
    text-align: left;
}

#newscontent_blog
{
    font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma, Helvetica, Verdana, sans-serif;
    font-size: 9pt;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: #eee;
    width: 600px;
    padding-left: 1.00em;
    padding-right: 1.00em;
    text-align: left;
}

#searchresults
{
    font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma, Helvetica, Verdana, sans-serif;
    font-size: 9pt;
    border: 1px solid #000;
    background-color: #eee;
    width: 400px;
    padding-left: 1.00em;
    padding-right: 1.00em;
    text-align: left;
}

#newstitle
{
    float: left;
    text-align: left;
}

#newsauthor
{
    font-size: 8pt;
    text-align: right;
}

#newscomment
{
    float: left;
    text-align: left;
    width: auto;
    font-size: 8pt;
}

#imageborder
{
    border: 1px solid #000;
    width: 640;
}

#showcomment
{
    padding: 4px;
    width: 386px;
    background-color: #fff;
    border: 1px solid #000;
    font-size: 12px;
}

#postcomment
{
    padding: 4px;
    width: 386px;
    background-color: #fff;
    border: 1px solid #000;
    font-size: 12px;
}

#newsdate
{
    text-align: right;
    font-size: 8pt;
    font-weight: italics;
}

#source
{
    position: relative; 
    width:700px;
    text-align: left;
}

#sourceinfo
{
    position: left;
    width: 350px;
    background-color: #eee;
    border-spacing: 0px;
    border: 1px solid #CACACA;
    border-bottom: 1;
    border-collapse: collapse;
    font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma, Helvetica, Verdana, sans-serif;
    font-size: 9pt;
    text-align: left;
    padding: 0.3em;
}

.college
{
    padding-left: 1.75em;
    clear: both;
}

.collegeleft
{
    font-family: verdana;
    font-size: 8pt;
    clear: both;
    background-color: #fff;
    float: left;
    text-align: left;
    width: 400px;
    padding-bottom: 2.5em;
}

.collegeleft h1
{
    font-family: verdana;
    font-size: 8pt;
    font-weight: bold;
    padding: 0.4em;
}

.collegeright
{
    padding-top: 2.5em;
    padding-bottom: 7em;
    background-color: #fff;
    margin-left: 435px;
}

table.resume
{
    border-color: #000000;
    border: 0px;
    border-style: double;
    border-collapse: collapse;
}

table.hosts
{
    background-color: #eee;
    border-spacing: 0px;
    border: 1px solid #CACACA;
    border-bottom: 1;
    border-collapse: collapse;
}

#blackline
{
    width: 700px;
    height: 1px;
    border-bottom: 1px solid #000; 
    overflow: hidden;
}

.footer 
{
    clear: both;
    background: #ddd url(nav.png) center left repeat-x;
    padding: .4em;
    font-size: 12px;

    -moz-border-radius-bottomleft:20px;
    -webkit-border-radius-bottomleft:20px;
    border-radius-bottomleft:20px;
    border-bottom-left-radius: 20px;

    -moz-border-radius-bottomright:20px;
    -webkit-border-radius-bottomright:20px;
    border-radius-bottomright:20px;
    border-bottom-right-radius: 20px;
}

.footerleft
{
    float: left;
    text-align: left;
    width: auto;
    padding-left: 1em;

    -moz-border-radius-bottomleft:20px;
    -webkit-border-radius-bottomleft:20px;
    -khtml-border-radius-bottomleft:20px;
    border-radius-bottomleft:20px;
    border-bottom-left-radius: 20px;
}

.footerright
{
    text-align: right;
    width: auto;
    padding-right: 1em;

    -moz-border-radius-bottomright:20px;
    -webkit-border-radius-bottomright:20px;
    -khtml-border-radius-bottomright:20px;
    border-radius-bottomright:20px;
    border-bottom-right-radius: 20px;
}

pre {
        background-color: #d9e5ef;
        padding: 0.5em 0.5em 0.5em 0.5em;
        border: 1px;
        border-style: dashed;
}

a:link    {color:blue; background-color:transparent; text-decoration:none;}
a:visited {color:blue; background-color:transparent; text-decoration:none;}
a:active  {color:blue; background-color:transparent; text-decoration:none;}
a:hover   {color:black; background-color:transparent; text-decoration:underline;}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

