body {
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;

    font-size: 14px;
    font-weight: normal;
    text-align: left;

    color: black;
    background-color: #ebebc2;
}

p {
    padding-bottom: 10px;
}

pre, code, tt {
	font-size: 12px;
	font-family: Monaco;
}

.code {
	background-color: #eee;
	padding: 5px;
}

strong {
    font-weight: bold;
}

.yui-g ul {
    list-style-type: square;
    
    padding-left: 15px;
}

.yui-g li {
    margin-bottom: 0.6em;
}

.clear { 
    clear: both;
}

#doc3 {
    margin: 0;
}

#hd, .yui-g {
    padding-left: 20px;
}

.yui-b {
   padding-top: 30px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    
    margin-bottom: 0.5em;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 125%;
    font-weight: bold;

    color: #c9261b;
}

h3 {
    font-size: 112%;
    font-weight: bold;
}

div.segment {
    width: 767px;
    margin-bottom: 20px;

    background-image: url("/static/img/bubbles/bg-middle.png");
    background-repeat: repeat-y;
}

div.segment-top {
    height: 37px;
    background-image: url("/static/img/bubbles/bg-top.png");
    background-repeat: no-repeat;
}

div.segment-bottom {
    height: 17px;
    background-image: url("/static/img/bubbles/bg-bottom.png");
    background-repeat: no-repeat;
}

div.segment-top h2 {
    padding-top: 20px;
    padding-left: 10px;
}

div.segment-top h2 a {
    color: #c9261b;
    text-decoration: none;
}

div.quote-segment div.segment-bottom {
    height: 28px;
    background-image: url("/static/img/bubbles/bg-bottom-quote.png");
    background-repeat: no-repeat;
}

div.quote-segment div.quote-source {
    background-color: #ebebc2 !important;
    padding-left: 45px;
    margin-top: 0;
    padding-top: 0;
}

div.segment ol {
    margin-left: 20px;
}

div.segment ol li {
    list-style-type: decimal;
}

.postingdate {
    font-size: small;
    font-weight: bold;
    color: #777;

    padding-left: 20px;
}

a {
    color: #06c;
}

div.photoset,
div.photo,
div.text,
div.quote,
div.segment iframe {
    width: 700px;
    margin-left: 20px;

	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;

}

div.photoset,
div.photo,
div.text {
	overflow: hidden;
}

/* Text *********************************************************************/
div.text img {
    margin-right: 5px;
    
    border: 1px solid white;
}

/* Quotes *******************************************************************/

div.quote blockquote {
    font-style: italic;

    padding-left: 22px;
}

div.quote big {
    font: bold 45px Georgia, serif;
    line-height: 8px;
    vertical-align: -20px;
}

div.quote blockquote p {
	margin: 0px;
}

div.quote cite {
	position: relative;
	margin: 0px;
	padding: 0;
	padding-left: 15px;
	font-weight: bold;
}

/* Photos *******************************************************************/

img.photo-img {
    border: 1px solid black;
}

.photo-img {
    height: 45px;
    width: 45px;
}

.photo-set-element {
    float: left;
    display: block;
    height: 45px;
    width: 45px;
    position: relative;
    margin: 0 10px 10px 0;
}

/* Photos plus text *********************************************************/

div.photo-embed {
    background-color: white;
    margin-right: 5px;
    float: left;
    border: 1px solid white;
}

div.photo-magnifier {
    padding: 0;
    margin: 0;
    height: 15px;
}

div.photo-magnifier img {
    cursor: pointer;
}

div.photo-embed .magnified {
    cursor: pointer;
}

#searchform {
    padding-bottom: 20px;
}

#searchform input[type="text"] {
    border: 1px solid #9dc700;
    font-size: 14px;
    padding: 2px;
    width: 180px;
}

/* Sidebar ******************************************************************/

#sidebar {
    background-color: #333;

    color: white;
    
    padding-left: 10px;
}

#sidebar a {
    color: white;
}

#sidebar h2 {
    display: none;
}

#sidebar h3 {
    color: #9dc700;
    font-size: 110%;
    font-weight: bold;

    padding: 0px;
    margin-top: 4px;

    border-bottom: 1px solid #9dc700;
}

#sidebar p {
    font-size: 90%;
}

#sidebar ul {
    margin-left: 15px;
    list-style-type: square;

    margin-bottom: 20px;
}

#sidebar li {
    margin-top: 5px;
    font-size: 90%;
    
    background-repeat: no-repeat;
}

#sidebar ol#heavyrotation-thumbnails {
    list-style: none;
}

#sidebar #heavyrotation-thumbnails li {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}

#sidebar #heavyrotation-thumbnails li img {
    display: block;

    width: 50px;
    height: 50px;

    opacity: .5;
    filter: alpha(opacity=50);
}

#sidebar #heavyrotation-thumbnails li img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

#sidebar #heavyrotation-thumbnails li span {
    display: none;
}

/* Archive Index ************************************************************/

ul.calendar {
    list-style: none;
}

ul.calendar li {
    margin-left: 10px;    
    float: left;
}

ul.calendar li div.calendar-box {
    border: 1px solid white;

    width: 120px;
    height: 120px;

    padding: 10px;

    display: block;
}

ul.calendar li a div.calendar-box:hover {
    background-color: #d5d393;
}

ul.calendar li div.calendar-box div {
    padding-top: 20px;
    font-size: 90%;
}

ul.calendar li a {
    font-size: 100%;
    text-decoration: none;
    color: black;
}

