﻿body {
}

/*
	Dare Obasanjo kept these CSS entries separated into three files:
	    1. one for COLORS
	    2. one for LAYOUT
	    3. one for stuff specific to the Web Page he was building.
	    
    Here is how you actually use this CSS stuff:
    
    <div id="header">
        <span class="siteName"><a href="http://xxxx">Dare Obasanjo aka Carnage4Life</a></span><br />
        <span class="description">Your Favorite Blogger's Favorite Blogger</span>
    </div>
*/

/*
	Colors
*/

#header
{
    border-bottom-color: #f0f0e0;           /**/
    border-top-color: #f0f0e0;
    background : #000000;

    margin-left:10%;                /* Restored 4/11/2014*/
    margin-right:10%;

    text-align:center
}


#header {
    border-bottom: 1px solid;
	border-top: 1px solid;
	padding: 15px;
	padding-left: 30px;
	height: 100px;
/*	margin-left: 201px;				*/
/*   	margin-right:181px;	        */
   	margin-top:50px			
}

#header h1 {
	font-size:18px;
	padding-top:10px;
	}	/* 12/19/2007 commented out; 4/11/2014 uncommented	*/	



.description { color: #a1a1a1; }
.siteName, .siteName a, .siteName a:visited, .siteName a:hover, .siteName a:active, .siteName a:link { color: White; }

/* 
	DasBlog
*/

.siteName, .siteName a, .siteName a:visited, .siteName a:hover, .siteName a:active, .siteName a:link {
	font-size: 1.87em;
	font-weight: normal;
	font-family: "Segoe UI", Tahoma, Helvetica, Sans-Serif;
	letter-spacing: .2em;
	text-decoration: none;
	text-transform: uppercase;
}
.description { font-size: 1.0em; font-style: oblique; }

/*
	PageLayout
*/

