/** Main style sheet for bryan's webpage
 ** Bryan D. Payne (bryan@thepaynes.cc)
 **/

body{
    padding: 0;
    background: #ddd url("http://www.bryanpayne.org/images/bgfade.png") repeat-x; 
}

a:link{
    color: #222;
    text-decoration: underline;
}

a:active{
    color: #222;
    text-decoration: underline;
}

a:visited{
    color: #222;
    text-decoration: underline;
}

a:hover{
    background: #ddd;
    text-decoration: none;
}

#nameplate{
    background: #000;
    margin: auto;
}

#nameplate p{
    font-size: 30px;
    font-family: trebuchet ms, helvetica, arial, sans-serif;
    color: #fff;
    font-weight: bold;
    font-variant: small-caps;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 15px;
    padding-bottom: 5px;
    padding-top: 0px;
}

#nameplate a:link{
    color: #fff;
    background: #000;
    text-decoration: none;
}

#nameplate a:visited{
    color: #fff;
    background: #000;
    text-decoration: none;
}

#nameplate a:active{
    color: #fff;
    background: #000;
    text-decoration: none;
}

#nameplate a:hover{
    color: #fff;
    background: #000;
    text-decoration: none;
}

#heading{
    background: #000;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 3px 0px 0px 0px;
}

#heading img{
    width: 850px;
    height: 125px;
    margin: 9px auto 0px;
}

/* main content section of the page */
.main{
    background: #fff;
    margin: 15px;
    color: #222;
}

.main h1{
    font-size: 18px;
    font-family: trebuchet ms, helvetica, arial, sans-serif;
    margin-top: 1em;
    margin-bottom: 0em;
}

.main h2{
    font-size: 14px;
    font-family: trebuchet ms, helvetica, arial, sans-serif;
    margin-top: 0.5em;
    margin-bottom: 0em;
}

.main h3{
    font-size: 12px;
    font-family: trebuchet ms, helvetica, arial, sans-serif;
    margin-bottom: 0em;
}

.main h4{
    font-size: 11px;
    font-family: trebuchet ms, helvetica, arial, sans-serif;
    margin-bottom: 0em;
}

.main p{
    font-size: 11px;
    font-family: verdana, helvetica, arial, sans-serif;
    margin-top: 0em;
    margin-bottom: 1.0em;
}

.main ul{
    margin-top: 0em;
    margin-bottom: 0.5em;
}

.main li{
    font-size: 11px;
    font-family: verdana, helvetica, arial, sans-serif;
    margin-top: 0em;
    margin-bottom: 0.5em;
}

.main td{
    font-size: 11px;
    font-family: verdana, helvetica, arial, sans-serif;
    margin-top: 0em;
    margin-bottom: 0.5em;
}

.main th{
    font-size: 11px;
    font-family: verdana, helvetica, arial, sans-serif;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    border-bottom-width: 1px;
}

.main code {
   display:block;
   background-color: #eeeeee;
   font-size : 90%;
   text-align: left;
   color: #000;
   border : 1px solid #c0c0c0; /*highlight color */
   margin:0 0 20px 35px;
   padding:5px;
   width: 450px;  
   font-family: 'andale mono','Courier New', Monaco, monospace;
   overflow : auto; 
}

ul {
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
}

li {
	list-style: none;
	padding-left: 17px;
	background: url("http://www.bryanpayne.org/images/bullet-v2.png") no-repeat 0 3px;
}

/* navigation at the top of the page */
#topnav{
    font-size: 12px;
    font-family: verdana, helvetica, arial, sans-serif;
    font-weight: bold;
    float: right;
    background: #000;
    text-transform: lowercase;
}

#topnav a{
    color: #fff;
    background: #000;
    padding: 0px 10px 0px 10px;
    text-decoration: none;
}

#topnav a:hover{
    color: #888;
}

#sidebar{
    width: 175px;
    margin: 0 0 0 0;
    padding: 15px 15px;
}

.joiner{
    background: #444;
}

/* footer at the bottom of each page */
#footer{
    clear: both;
    background: #000 url("http://www.bryanpayne.org/images/main_corners_bot.png") no-repeat left bottom;
    text-align: center;
    color: #b0b6af;
    padding: 5px;
}

#footer p{
    font-size: 9px;
    font-family: verdana, helvetica, arial, sans-serif;
    margin-top: 0em;
    margin-bottom: 0em;
}

