@charset "utf-8";

/*First some universal properties for you here, mmmya*/
a{color: #1475bc; text-decoration: underline;} /*0a4067*/
a:visited: {color: #1475bc; text-decoration: underline;}
a:hover {text-decoration: none;}

#navbar a{color: #000; text-decoration: none;}
#navbar a:visited: {color: #000; text-decoration: none;}
#navbar a:hover {text-decoration: underline;}

#blurb a{color: #000; text-decoration: none;}
#blurb a:visited: {color: #000; text-decoration: none;}
#blurb a:hover {text-decoration: none;}

object.mp3player {
	display: none;
}

p{
	color: #000;
	text-decoration: none;
}
img {
	border: none;
}
h1{
	margin: 0 0 10px 0;
	color: #1375be;
	font-size: 13pt;
	font-weight: bold;
}
h2{
	margin-top: 0;
	font-size: 12pt;
	font-weight:bold;
	margin-bottom:5px;
}
h3{
	margin-top: 0;
	font-size: 10pt;
	font-weight:bold;
	margin-bottom:5px;
}

p{
	font-size:10pt;
}
.bookpromo{
	float:right;
	margin-top: 20px;
	margin-right:10px;
}
/*And now for da div types, broken down real smoov-like, mmmya*/
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	background-color:#FFF;
	text-align:center;
}
#title{/*this div holds the door and the large todd.kashdan text*/
	height:187px;
	width:850px;
	margin: auto;
	background-image:url(title.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	text-align:left;
	margin-bottom: 10px;
}
#title img{
	padding-top: 15px;
	}
#navbar {
	background-color:#FFF000;
	margin: auto;
	height: 28px;
}
#navbar ul{
	margin:auto;
	width: 840px;
	padding-left:80px;
}
#navbar li {
	font-size: 11pt;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 6px;
	
	list-style:none;
	padding-top: 4px;
}
#leftCol li{
	margin-bottom: 8px;
	font-size:10pt;
}
#leftCol a{
	font-weight:bold;
}

/*the following class is used exclusively for coloring the highlighted navbar elements*/
li.highlight {background-color:#FFF; color:#1375be;}
#container {
	width: 820px;
	margin: auto;
	text-align:left;
}
#content{
	margin-top: 17px;
	margin-left:117px;
}
#leftCol{
	width:480px;
	text-align:left;
	float:left;
}

#rightCol{
	width: 200px;
	float: right;
}

#leftColMedia{
	width:410px;
	text-align:left;
	float:left;
}

#rightColMedia{
	width:230px;
	float: right;
}

#blurb{
	float:right;
	margin-top:25px;
	font-size:9pt;
}
#blurb li{
	list-style:circle;
	margin-top:1px;
}
#footer {
	height: 22px;
	text-align:center;
	clear:both;
	padding-top: 30px;
}
#footer p{
	color: #FFF;
	font-size: 8pt;
	padding: 4px 0;
	background-color:#1475bc;
}
.inlineImage{
	float:left; 
	margin-right:20px;
	margin-bottom:10px;
}

/* Blog things */
h1#blogTitle {
	margin-top: 30px;
}

h1#blogTitle a {
	color: #1375be;
	text-decoration: none;
}
h2.postTitle a {
	color: black;
	text-decoration: none;
}
p.blogImg img {
	float: left;
	padding: 0 20px 15px 0;
}
p.moreLink {
	height: 40px;
}
p.moreLink a {
	float: right;
	color: #1375be;
}

#mailingList {
	clear: both;
	margin-top: 25px;
}