* {padding:0; margin:0;}

body {
	margin: 0;
	padding: 0;
	background-color: #fafafa;
	color: #000;
	text-align: center;
	font: 62.5% 'Lucida Grande', Verdana, sans-serif;
}

/* typography */

p {
	font-size: 1.2em;
	line-height: 1.4em;
	padding-bottom: 1.0em;
}

a {
	color: #3399ff;
}

/* list */
ul {
	margin:0;
	padding:0 0 1em 0;
	list-style: none;
}

li a {
	font: 1.2em 'Lucida Grande', Verdana, sans-serif;
}

/* layout */

#container {
	width: 770px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 35px;
	margin: 0 0 20px 0;
	background: #3d3d3d url(images/bottom.gif) no-repeat bottom left;
}

#mainContent {
	float: left;
}

#sideBar {
	width: 215px;
	float: right;
}

/* header */

#header h1 {
	text-indent: -5000px;
	float: left;
	margin: 13px 0 0 5px;
	background-image: url(images/logo.gif);
	width: 103px;
	height: 10px;
	overflow: hidden;
}

#header h3 {
	text-indent: -5000px;
	float: left;
	margin: 13px 0 0 5px;
	background-image: url(images/logo.gif);
	width: 103px;
	height: 10px;
	overflow: hidden;
}

#header h1 a {
	float: left;
	width: 103px;
	height: 10px;
	display: block;

}

#header h3 a {
	float: left;
	width: 103px;
	height: 10px;
	display: block;
}

#headerControls {
	margin: 6px 0 0 0;
	float: right;
}

#headerControls img {
	border: none;
	padding: 3px 5px 0 5px;
}

/* Search */
#search {
	padding: 0;

	height: 20px;
	width:  170px;
	display:  inline;

}

/* form#search, input#search { padding: 0; margin:  0;} */

#searchBox {
	background: url(images/search-box-bg.gif) no-repeat;
	margin-top: 1px;
	color:  #666666;
	padding: 2px 0px 1px 5px;
	width: 130px;
	height: 17px;
	border: 0px;
	float: left;
}

#searchButton {
	padding: 0px;
	margin: 1px 0 0 0;
	width: 26px;
	height: 20px;
	border: none;
	float: left;
}

/* content */

div.entry {
		width: 535px;
		margin-bottom: 20px;
}

div.entry .body p {
	font-size: 1.2em;
}

p.date {
	padding: 5px 0 0 5px;
	margin: 0;
	font: 1.8em "Helvetica Neue",Helvetica,Arial;
	height: 29px;
	color: #ccc;
	background: #3d3d3d url(images/entry-top.gif) no-repeat top left;
	clear: both;
}

.entry h1 {
	font-weight: bold;
	text-decoration: none;
	font: 2.1em "Helvetica Neue",Helvetica,Arial;
	color: #3399ff;
}

.entry h2 a {
	font-weight: bold;
	text-decoration: none;
	font: 1.4em "Helvetica Neue",Helvetica,Arial;
}

div.body {
	background-color: #fff;
	border-left: 5px solid #3D3D3D;
	border-right: 5px solid #3D3D3D;
	padding: 0 10px 0 10px;
	
}

.entry .footer {
	height: 10px;
	margin-top: -10px;
	background: #fff url(images/entry-bottom.gif) no-repeat bottom left;	
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* SideBar */
#chimneysweep { 
background-image: url(images/me-right.jpg); 
width: 34px;
height: 145px;
position: absolute;
top: 34px;
left: 209px;
}

#aboutpic {
	float: right;
	margin-right: -10px;
}
.sideBox {
	margin-bottom: 20px;
	position: relative;
	overflow: visible;
}

.sideBox h2 {display:none;}

#sideBar .sideBox h3 {
	padding: 5px 0 0 5px;
	margin: 0;
	font: 1.8em "Helvetica Neue",Helvetica,Arial;
	height: 29px;
	color: #ccc;
	background: #3d3d3d url(images/side-top.gif) no-repeat top left;
}

#sideBar .footer {
	height: 9px;
	margin-top: -9px;
	background: #3d3d3d url(images/side-bottom.gif) no-repeat bottom left;
	
}






