/*

Theme Name:FinallyMade

Version: 1.0

Description: Sweet wordpress theme for FinallyMade.com
Author: William W. Mensah
Author URI: www.wilmens.net



*/
* {
	margin:0;
	padding:0;
	}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/background.jpg');
	background-color: white;
	}
a {
	color:#6A95AD;
	text-decoration:none;
	}
a:hover {
	color: 	#E9BF1B;
	text-decoration:none;
	}
img, img a {
	border:0;
	}
p {
	line-height:1.7em;
	margin-bottom:20px;
}

/* Page Structure */

#wrapper {
	width:950px; /*760*/
	margin:0 auto;
	padding:10px;
	background-color:#fff;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
	border-bottom:1px solid #efefef;

	}
#header {
	height:280px;
	/* header image is specified in header.php */
	background-repeat:no-repeat;
	margin-bottom:50px;
	}
#sidebar {
	float:right;
	text-align:left;
	width:150px;
	padding:10px;
	/*background-image:url(images/bg-sidebar.gif);*/
	border:1px solid #efefef;
	color:#666666;
	}
#content {
	margin-left:2px;
	min-height:450px;
	max-width:500px;
	font-size:12px;
	}
#footer {
	clear:both;
	padding:10px 0;
	font-size:11px;
	text-align:center;
	line-height:16px;
	color:#999999;
	font-weight:bold;
	}
#respond {
	font-weight:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	}

/*  Headings */

h1 {
	font-weight:normal;
	letter-spacing:-1px;
	font-size:2.8em;
	padding-bottom:0;
	}
h1 a {
	text-decoration:none;
	}
h1 a:hover {
	text-decoration:none;
	}
h2  a{
	font-weight:strong;
	color: #000000  ; 
	font-size:1.5em;
	}
h2  a:hover{
	font-weight:strong;
	font-size:1.5em;
	color: #787878;
	}
h3 {
	font-weight:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:2.8em;
	padding-top:60px;
	margin-left:10px;
	}
h3 a {
	color: #006699;
	}
h3 a:hover {
	color:#ffffff;
	text-decoration:none;
	}
	
small { 
margin-left:70px;
font-size:16px;
color: #006699;
}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin:0 0 20px 0;
	}
#sidebar li {
	list-style-type:disc;
	margin-left:14px;
	}
#sidebar a {
	font-weight:normal;
	}
#sidebar a:hover {
	text-decoration:underline;
	}

/* Classes */

.item {
	margin-bottom:10px;
	position: relative;
    margin-left: 4.8em;
	}
.meta {
	margin-bottom:10px;
	color:#999999;
	}
.entry {
	margin-top:10px;
	}

/* Extra's */

blockquote  {
	border-left:5px solid #333333;
	color:#333333;
}
#subscribe {
	padding-right:5px;
}
#sub {
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	}
#sub a:hover {
	text-decoration:none;
	}
	
/* Date */
.post { 
    position: relative;
    margin-left: 4.8em;
}
.entryDate { 
    border: 1px solid 	#E8E8E8 ; 
	font-family:Geneva, Arial, Helvetica, sans-serif;
    left: -4.8em; 
    line-height: 1; 
    position: absolute; 
    top: 0; 
    width: 3.5em;
}
.entryDate span { 
    display: block; 
    text-align: center; 
}
.postMonth { 
    text-transform: uppercase; 
    font-size: 1.2em;
    padding-top: 0.3em; 
}
.postDay { font-size: 2em; }
.postYear { 
    background-color: #000;
    color: #FFF; 
    font-size: 0.8em; 
    padding: 0.3em 0; 
    margin-top: 0.3em;
}

.postmetadata {
	font-size:0.8em;
	}