/**********************************************************************/
/* Template: bulletproof for Serendipity (http://www.s9y.org)         */
/* Authors: Matthias Mees, David Cummins and Don Chambers             */
/*                                                                    */
/* User Stylesheet                                                    */
/*                                                                    */
/* http://s9y-bulletproof.com                                         */
/**********************************************************************/

#serendipity_banner {
	background-color: white;
}

#serendipity_banner h1 {
    letter-spacing: 0.3em;
    font-size: 2.0em;
    padding: 0.25em;
	padding-top: 1.0em;
}

#serendipity_banner h2 {
    letter-spacing: 0.3em;
    font-size: 1.5em;
    padding: 0.25em;
}

#serendipity_banner a {
	color: black;
	text-shadow: white 2px 2px 1px;
}

