* { margin: 0; padding: 0; color: #333; line-height: 1.4em; border: none; }

body {
	padding: 0;
	background: #3f3f3f url(../images/site/bg.gif) repeat top left;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	}

p {
	margin-bottom: 1.35em;
	color: #3f3f3f;
	}

h3 {
	font-weight: bold; 
	font-size: 11px; 
	text-transform: uppercase;
	margin: 1em 0 .5em 0;
	color: #666;
	}

h4 {
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
	}

acronym {
	border-bottom: 1px dotted #333;
}

blockquote {
	margin: 10px 10px 10px 30px;
	font-style: italic;
	}

#container {
	width: 900px;
	background: white url(../images/site/container.gif) repeat top left;
	margin: 0 auto 0 auto;
	padding: 0;
	}


#leadin {
	height: 210px;
	width: 100%;
	font-size: 11px;
	color: black;
	}

#leadin p {
	color: white;
	padding: 70px 25px 0 25px;
	width: 360px;
	margin: 0 0 10px 0;
	}

#leadin p.citation, #leadin p.citation em  {
	padding-top: 0;
	color: black;
	font-weight: bold;
	font-size: 13px;
	}

#leadin em, #leadin a {
	color: white;
	}

#leadin form {
	margin: 0 25px;
	padding: 0;
	color: white;
}


#header {
	width: 100%;
	background: white url(../images/logonew.gif) no-repeat top left;
	height: 84px;
	}

#left {
	width: 200px;
	margin-left: 25px;
	font-size: 12px;
	color: #333;
       padding-top: 45px;
	}

#content {
	width: 650px;
	float: right;
	border-top: 2px solid #006eb5;
	}

#footer {
	clear: both;
	margin-left: 280px;
	padding-top: 50px;
	margin-bottom: 0;
	}

#footer p {
	border-top: 1px solid #ddd;
	padding: 15px 0;
	margin-right: 30px;
	font-size: 80%;
	}

#home_sidebar {
	width: 200px;
	float: right;
	font-size: 12px;
	margin-right: 25px;
       margin-top: 30px;
	}


#home_blog {
	background: url(../images/site/latest_new.gif) no-repeat top left;
	margin-top: 30px;
	padding-left: 50px;
	width: 340px;
	}

.entry {
	margin-bottom: 20px;
	}

#copy {
	padding: 30px 25px;
	}

#byline {
	font-size: 11px;
	background-color: #efefef;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px;
	}

a:link, a:visited {
	color: #06f;
	}

hr {
	color: #B6B6B6;
	}

ul {
	list-style: none;
	}

ol {
	margin-left: 30px;
	}

ol li {
	margin: 1em;
	}

ul li {
	background: url(../images/site/bullet.gif) no-repeat 0 .2em;
	padding-left: 20px;
	margin: 1em;
	}

#searchbox {
	float: right; 
	margin: 25px;
	}
input#searchsubmit {
	background: url(../images/site/submit.jpg) no-repeat right top;
	width: 24px;
	height: 29px;
	text-indent: -9999px;
	cursor: pointer;
	}

#nav {
	float: left;
	width: 100%;
	background-color: black;
	line-height: normal;
	}

#nav ul {
	margin: 0 0 0 250px;
	list-style: none;
	padding: 5px 10px 0 0;
	}

#nav li {
	background: url(../images/site/left_both_new.gif) no-repeat left top;
	color: white;
	padding: 0 0 0 9px;
	margin: 0 2px 0 0;
	float:left;
	}

#nav a {
	float: left;
	display: block;
	background: url(../images/site/right_both_new.gif) no-repeat right top;
	padding: 8px 20px 7px 11px;
	text-decoration: none;
	font-size: 10px;
	color: white;
	}

#nav a:hover {
	color: white;
	}

#home #nav-home, #about #nav-about, #blog #nav-blog, #consulting #nav-consulting, #speaking #nav-speaking, #books #nav-books {
	background-position:0 -150px;
	border-width:0;
	}

#home #nav-home a, #about #nav-about a, #blog #nav-blog a, #consulting #nav-consulting a, #speaking #nav-speaking a, #books #nav-books a, #mediakit #nav-mediakit a {
	background-position: 100% -150px;
	padding-bottom: 7px;
	color: white;
	font-weight: bold;
	}

#nav li:hover, #nav li:hover a {
	background-position:0% -150px;
	color: white;;
	}

#nav li:hover a {
	background-position:100% -150px;
	}

input#email {
	border: 1px solid #999;
	color: green;
	margin-bottom: 5px;
	width: 180px;
	padding: 5px;
	}

input#emailsubmit {
	background: url(../images/site/emailsubmit.gif) no-repeat right top;
	width: 97px;
	height: 31px;
	text-indent: -9999px;
	cursor: pointer;
	margin-bottom: 20px;
	}


a.hide, abbr.country-name {
	display: none;
	}
