@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);

body {
    background-color: #ffffcc;
    /*background-image: url(img/pqbg.png);*/
    background-repeat: no-repeat;
    background-position: 90% 90%;
    color: #000000;
    font-family: "Droid Sans", sans-serif;
}

a:link {
    background: transparent;
    color: #0000ff;
    text-decoration: none;
}

a:visited {
    background: transparent;
    color: #660000;
    text-decoration: none;
}

a:hover {
    background: transparent;
    color: #0000ff;
    text-decoration: underline;
}

img {
    border: 0;
    padding: 4px;
}

div.navbar {
    position: absolute;
    left: 10px;
    top : 10px;
    background-color: #996633;
    background-image: url(img/pqlogo.png);
    background-repeat: no-repeat;
    background-position: 50% 5px;
    width: 192px;
    text-align: center;
    font-weight: bolder;
    color: #ffffcc;
    border-style: solid;
    border-width: 5px;
    border-color: #000000;
}

div.navbar a:link {
    background: transparent;
    color: #ffffcc;
    text-decoration: none;
}

div.navbar a:visited {
    background: transparent;
    color: #ffffcc;
    text-decoration: none;
}

div.navbar a:hover {
    background: transparent;
    color: #ffffcc;
    text-decoration: underline;
}

div.content {
    margin-left: 220px;
}

div.footer {
    clear: both;
    font-size: 60%;
    padding-top: 0.5em;
}

div.podquiz {
    margin-top: 0.8em;
    margin-bottom: 2em;
    margin-left: 2em;
    clear: both;
}

div.podquiz h3 {
    font-weight: bolder;
    font-size: 110%;
    margin-top: 0.1em;
    margin-bottom: 0.2em;
    margin-left: -2em;
}

div.podquiz div.pqfooter {
    clear: both;
}

div.podquiz div.pqfooter p.date {
    font-size: 60%;
    float: right;
}

div.podquiz p.mp3 {
    margin-top: 1em;
    float: right;
}

div.podquiz br {
    display: block;
    margin-bottom: 0.5em;
}

div.comments {
}

div.comment {
    font-size: 80%;
    margin-top: 0.1em;
    margin-bottom: 0.8em;
}

div.comment h3 {
    font-weight: bolder;
    font-size: 100%;
}

div.comment br {
    display: block;
    margin-bottom: 0.5em;
}

div.comment p.date {
    font-size: 80%;
    text-align: right;
}

div.commentform {
    font-size: 80%;
    background: #ffffff;
    color: #000000;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 2em;
    border: thin solid #000000;
}

div.voteform {
    font-size: 80%;
    background: #ffffff;
    color: #000000;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 2em;
    border: thin solid #000000;
}

span.label {
	font-weight: bolder;
}

#tshirt {
    float: right;
    border: 0;
    padding: 0.5em;
}

#logo {
    float: right;
    border: 0;
    position: relative;
    top: -8px;
}

