html { height: 100%; margin-bottom: 1px;}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	color: #333333;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	background-color: white;
	text-align: left;
	
	margin: 20px auto;  /* margin between header and content */
	padding: 0;
	width: 800px;
	}

/* Header */

#header {
	background: #FFFFFF; /* url(http://www.davideskenazi.com/log/wp-content/themes/log/images/title2.jpg) no-repeat center; */
        align: left;
        line-height: 1em;
	margin: 0px auto;
	width: 800px;
	}

#header a:hover{
	color:#99CC33;
        text-decoration: none;
}

#header h3 a {
        color: #000000;
        text-decoration: none;
}

#header h3small {
		font-size: .6em;
		}
		
#header h3small a {
		border-bottom: 1px dotted;
		border-bottom-color: #333333;
		text-transform: none;
		}

#header h3 {
         text-align: left;
         padding: 25px 0px 10px 45px;  /* thickness of header */
	 margin: 0px 0px 0px 0px;   /* this is the margin at the top of the page for some reason */
}

#header h1 {
        padding: 0px 0px 10px 45px;
}


/* Content */

#content {
	float:left;
	font-size: 1em;
	/* line-height: 1em; */
	}
	
#content h3, #content img{
	margin: 10px 0 10px 0; /* part 1 of top white space in content */
	}
	
#content hsmall{
	padding: 5px auto;
	}

bio {
	font-family: Georgia, Helvetica, Arial,sans-serif;
	font-size: 1.5em;
	line-height: 1.4em;
	font-weight: 100;
	color:#666666;
	padding: 0px auto;
	margin: 20px 0 0 0;
	}

h3small {
		font-size: .8em;
		}
		
hsmall {
		font-family: Georgia, Geneva, Helvetica, Arial, sans-serif;
		font-size: 1.2em;
		color: #666666;
		line-height: 1.2em;
		font-weight: 100;
		}

hsmall a{
	text-decoration: none;
	color: #666666;
	border-bottom: 1px dotted;
	border-bottom-color: #333333;
	}
				
h1 {
   font-family: Georgia, Helvetica, Arial, Sans-Serif;
	font-size: 1.2em;
    font-weight: 100;
	font-stretch: expanded;
    color: #666666;
	text-align: left;
	}
	
h1 a, bio a {
	text-decoration: none;
	color: #666666;
	border-bottom: 1px dotted;
	border-bottom-color: #333333;
	}
	
h2 {
	font-family: Geneva, Helvetica, Arial, Sans-Serif;
	font-size: 1.4em;
	color: #000000;
	padding: 0;
	margin: 0px auto;
	}

h3 {
   	font-family: Geneva, Helvetica, Arial, Sans-Serif;
	font-size: 2em;
        color: #000000;
        font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0px auto;
	}

a, h3 a, h2 a {
	color: #000000;
	text-decoration: none;
	}

a:hover{
       text-decoration: none;
       color: #99CC33;
       }

a img {
	border: none;
	}

.narrowcolumn {
	padding: 10px 0 20px 45px; /* part 2 of top white space in content */
	margin: 0px 0 0 0;
	width: 710px;
	}
	
.topcolumn {
	padding: 30px 0 20px 45px;
	margin: 0px 0 0 0;
	width: 710px;
	}

.lowercolumn {
	padding: 20px 45px 35px 45px;
	margin: 0px 0 0 0;
	width: 710px;
	}
	
.vidcolumn {
	padding: 10px 0 0px 45px;
	margin: 0px 0 0 0;
	width: 710px;
	}
	

.video {
	padding: 0px 0px 45px 100px;
	}
	
.smallboxes {
	width: 220px;
	padding: 0px 0px 45px 45px;
	margin: 0 0 0 0;
	}
	
#footer {
	padding: 0 0 5 1px;
	margin: 0 auto;

	width: 100%;
	clear: both;
	text-align:center;
	}

#footer bio {
	font-size:1.2em;
	padding: 0 0 15px 0;
	margin: 0 0 10px 0;
	}


hr {
	width:360px;
	margin-left:0px;
}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}
	


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding-top: 4px;
	margin: 0 0 2px 20px;
	display: inline;
	}
	
img.alignleft {
	padding-top: 4px;
	margin: 0 20px 2px 0;
	display: inline;
	}
	
img.above {
	padding: 0px auto;
	margin: 0 45px 10px 0;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}
/* End Images */

.pics { height: 533px; width: 710px; padding:0; margin:0; overflow: hidden }



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.hrhide {
	display: none;
	}