/*
 * Styles for Taggzilla-specific addons to
 * Dolphin.
 *
 * Richard Horwood '08
 *
 */

/*
 * Business blueprine module
 */
.BusinessBlueprint {
    width: 520px;
    font-family: arial, helvectia, sans-serif;
    text-decoration: none;
}

.quoteBlock {
    margin-top: 2em;
    width: 480px;
    padding: 1em;
    font-size: 1.3em;
    border: medium double;
}
 
.quoteAttribution {
    padding: 2em;
    font-size: 0.75em;
    text-align: right;
}

/*
 * The YouTube module
 */
.YouTubeBox {
    border: 2px solid #123456;
    margin-left: auto;
    margin-right: auto;
    padding: 2px;
    text-align: center;
}

.OuterYouTubebox {
    text-align: center;
}

ul {
    padding-left: -2px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

