
	
/* wiki CSS pipe */
	


/* pallete
 *
 * IAF Purple: #8069B1
 *
 */

body {
    font-family: Arial, "MS Trebuchet", sans-serif;
    margin-left: 30px;
    width: 780px;
    font-size: 13px;
}

/* header */

div#headerwrapper {
    border-bottom: 1px solid #AAA;
    margin-bottom: 30px;
}

div#header {
    padding: 10px;
    border-bottom: 2px solid black;
    padding-bottom: 18px;
}

    div#header div#extra {
        float: right;
        text-align: right;
    }

        div#header div#extra div#sponsor {
            background-color: white;
            color: white;
            width: 300px;
            height: 80px;
            padding-top: 10px;
            margin-bottom: 5px;
            text-align: center;
        }
        
        div#header div#extra span.date {
            font-weight: bold;
            font-size: 12px;
        }

/* sidebar */

div#sidebar {
    width: 170px;
    float: left;
    border-right: 2px solid #DDD;
    margin-bottom: 30px;
}

    div#sidebar ul {
        list-style-type: none;
        padding-left: 0px;
        margin-left: 0px;
    }

        div#sidebar ul li {
            list-style-type: none;
            padding: 5px;
            margin-bottom: 2px;
        }

            div#sidebar ul li a {
                color: #777;
                border-bottom: 2px solid white;
                text-decoration: none;
            }

                div#sidebar ul li a.here {
                    color: black;
                }

                div#sidebar ul li a:hover {
                    border-bottom: 2px solid #8069B1;
                }

    div#sidebar form#mailinglistsignup {
        background-color: #DDD;
        padding: 10px;
        width: 150px;
        text-align: center;
        margin-top: 50px;
        border-bottom: 2px solid #666;
        margin-bottom: 60px;
    }

        div#sidebar form#mailinglistsignup p {
            font-size: 10px;
            color: #555;
            margin: 0px;
            padding-bottom: 5px;
        }

        div#sidebar form#mailinglistsignup #emailaddress {
            width: 110px;
        }

/* body */

div#body {
    margin-left: 200px;
}

    div#body div.col1 {
        width: 280px;
        padding-bottom: 30px;
        float: left;
    }
    
    div#body div.col2 {
        width: 280px;
        padding-bottom: 30px;
        float: right;
    }

    div#body p {
        line-height: 1.5em;
        text-align: left;
    }
    
        div#body p a.email {
            font-weight: bold;
            text-decoration: none;
            color: black;
        }

    div#body div.caption {
        font-size: smaller;
        font-weight: bold;
        margin-bottom: 30px;
    }

    div#body img {
        border: 0px;
    }

/* footer */

div#footerwrapper {
    margin-top: 50px;
    border-top: 2px solid black;
    clear: both;
}

div#footer {
    border-top: 1px solid #AAA;
    padding: 20px 0px;
    text-align: center;
    font-size: smaller;
    
}
    div#footer div#snailmail {
        text-align: left;
        color: #555;
        float: left;
        width: 180px;
    }
    
    div#footer div#about {
        margin-left: 190px;
        padding: 0px 40px;
    }
    
    div#footer a.email {
        color: #777;
        text-decoration: none;
    }
    
        div#footer a.email:hover {
            color: #777;
            text-decoration: underline;
        }

    div#footer table#contact {
        width: 80%;
        color: #777;
        padding-top: 10px;
        margin-left: 10%;
        margin-right: 10%;
    }
    
        div#footer table#contact td {
            width: 33%;
            text-align: center;
        }
    
            div#footer table#contact td.middle {
                border-left: 1px solid #777;
                border-right: 1px solid #777;
            }


/* styles */

.purpleunderline {
    border-bottom: 3px solid #8069B1;
}

.eoa-widget {
    vertical-align: -35%;
}

.minitext {
    font-size: smaller;
}

.realname {
    font-weight: bold;
}

div.imgplaceholder {
    width: 280px;
    height: 170px;
    background-color: #BBB;
    text-align: center;
    padding-top: 50px;
}

	