/***** BASICS *****/

th, td, body {
    font-family: georgia, times new roman, times, serif; 
    font-size: 12pt;
}
body, #page {
    margin: 0;
}

body {
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

#content { /* content area is 680px wide, centered */
    padding: 30px;
    width: 624px;
    position: relative;
    left: 50%;
    margin: 0 0 0 -342px;
    overflow: visible;
    border-radius: 12px;
    -moz-border-radius: 12px;

}
#page.mini #content {
    position: static;
    width: auto;
    margin: 2px;
}

#footer {
    text-align: center;
    margin: 10px 0 12px 0;
    font-size: 12px;
}


li {
  margin-right: 36px;
}

form {
    margin: 0;
}
select, textarea, input {
    border: 1px solid;
}



dt {
    margin-bottom: 4px;
}
dd {
    margin-bottom: 22px;
}



/**** HEADERS *****/


h1 {
    font-weight: bold;
    font-size: 16pt;
    /* letter-spacing: 0.2em; */
    font-variant: small-caps;
    font-family: trebuchet ms, trebuchet, verdana, arial, sans;
    margin: 48px 0 0 0;
}
h2, .comments-by {
    font-weight: normal;
    font-size: 10pt;
    margin: 0 0 24px 0;
}

h1:first-child, h1.first {
    margin-top: 0px;
}

.comments-by {
    border-bottom: 1px solid;
    padding: 4px 0 14px 0;
    margin-bottom: 20px;
}

#content h1 a, #content h1 a:visited, #content h1 a:active {
    background-color: inherit;
    color: inherit;
    text-decoration: none;
}


/***** CONTAINERS & IMAGES ****/

pre, .navbar, .picbox, #thumbnails {
    text-align: center;
}
pre {
    text-align: left;
    margin: 5px 15px 5px 15px;
    padding: 4px;
    overflow: auto;
}
.navbar {
     margin-bottom: 24px;
     padding: 8px;
     font-family: deja vu sans, verdana, arial, sans;
     font-size: 12px;
     border-radius: 6px;
     -moz-border-radius: 6px;
}

.navbar a {
    text-decoration: none;
}

#thumbnails {
   padding: 0 20px 20px 20px;
}

.pic {
    margin-bottom: 24px;
    padding: 10px;
}

.pic, .thumb { /* additional subtle border around picture itself */
    border: 1px solid;
    border-width: 1px 2px 2px 1px;
}

.thumb {
    padding: 6px;
    vertical-align: bottom;
    margin: 4px;
}

/* new */
.thumbs {
    padding: 10px 5px 5px 5px;
    text-align: center;
/*    border: 1px solid; */
}

.thumbs img {
    margin: 0px;
    padding: 1px;
    border: 1px solid;
}

/*********** AWARD RIBBONS ***********/

.thirdplace, .secondplace, .honorablemention {
    padding-left: 30px;
    background-position: center left;
    background-repeat: no-repeat;
}

.secondplace {
    background-image: url("http://www.mikero.com/images/ribbon-red.png");
}

.thirdplace {
    background-image: url("http://www.mikero.com/images/ribbon-white.png");
}

.honorablemention {
    background-image: url("http://www.mikero.com/images/ribbon-orange.png");
}


span.ribbon {
    width: 29px;
    margin-left: -29px;
    padding-top: 30px;
    margin-bottom: -8px;
    background-position: bottom left;
    background-repeat: no-repeat;
}


/******* TOP NAVIGATION ********/

#logo {
    width: 267px;
    height: 56px;
    margin: 30px auto 18px auto;
    background-position: center;
    background-repeat: no-repeat;
}
#styleswitcher {
    position: absolute;
    right: 4px;
    bottom: 4px;
    font-size: 10px;
}

#header {
    text-align: center;
    border: 0px;
    width: 680px;
    position: relative;
    left: 50%;
    margin: 4px 0 0 -340px;

    font-family: deja vu sans, verdana, arial, sans;
}

#page.mini #header {
    position: static;
    width: auto;
    margin: 0;
}

#links {
    text-align: center;
    padding: 8px 0px 6px 0;
    font-size: 12px;
}

#links .link, #links .active-link {
    display: inline;
    padding: 0 3px 0 3px;
}

#links a, #links a:visited {
    text-decoration: none;
    letter-spacing: 0.15em;
    padding: 5px 12px 5px 12px;
    
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;

    border-bottom: 2px solid;
}

#links .active-link a, #links .active-link a:visited {
    padding-top: 7px;
}


/********************************/

table.roio {
   padding: 2px;
}
table.roio td {
   margin: 0px;
   padding: 2px;
}
