@charset "utf-8";

body {
	background-color: #d6d6d6;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#header {
	background-image: url(images/header.jpg);
	height: 153px;
}
#navigation {
	background-image: url(images/nav.jpg);
	height: 36px;
}
#content {
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
}
#bottom {
	background-image: url(images/footer.jpg);
	height: 23px;
        clear:both;
}
a.logo {
	background-image: url(images/h1.png);
	height: 46px;
	width: 437px;
	text-indent: -9999px;
	margin-left: 34px;
	display: block;
}
#logo {
	padding-top: 55px;
}


a.blog {
	background-image: url(images/blog.png);
	height: 24px;
	width: 46px;
	display: block;
	text-indent: -9999px;
	background-position: 0 -100%;
}
a.blog:hover {
	background-position: 0 0;
}
a.consulting{
	background-image: url(images/consulting.png);
	height: 24px;
	width: 90px;
	display: block;
	text-indent: -9999px;
	background-position: 0 -100%;
}
a.consulting:hover {
	background-position: 0 0;
}
a.speaking {
	background-image: url(images/speaking.png);
	height: 24px;
	width: 77px;
	display: block;
	text-indent: -9999px;
	background-position: 0 -100%;
}
a.speaking:hover {
	background-position: 0 0;
}
a.calendar {
	background-image: url(images/calendar.png);
	height: 24px;
	width: 77px;
	display: block;
	text-indent: -9999px;
	background-position: 0 -100%;
}
a.calendar:hover {
	background-position: 0 0;
}
a.about {
	background-image: url(images/about.png);
	height: 24px;
	width: 54px;
	display: block;
	text-indent: -9999px;
	background-position: 0 -100%;
}
a.about:hover {
	background-position: 0 0;
}
a.contact {
	background-image: url(images/contact.png);
	height: 24px;
	width: 67px;
	display: block;
	text-indent: -9999px;
	background-position: 0 -100%;
}

a.contact:hover {
	background-position: 0 0;
}
#nav li , #footernav li{
	float: left;
	list-style-type: none;
	margin-top: 7px;
}


a.rss {
	background-image: url(images/rss.png);
	text-indent: -9999px;
	display: block;
	height: 27px;
	width: 27px;
}
a.facebook {
	background-image: url(images/facebook.png);
	text-indent: -9999px;
	display: block;
	height: 27px;
	width: 27px;
}
a.twitter {
	background-image: url(images/twitter.png);
	text-indent: -9999px;
	display: block;
	height: 27px;
	width: 27px;
}
#networks li{
	float: left;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 10px;
}
#networks {
	float: right;
	margin-right: 14px;
}
.posts{
	width: 575px;
	margin-left: 24px;
	padding-top: 20px;
        float: left;
}
#sidebar{
	float: right;
	margin-right: 24px;
	margin-top: 10px;
	width: 300px;
}


/*WordPress Styles*/

img.alignleft{
margin-right: 10px;
margin-bottom: 10px;
}

img.alignright{
margin-left: 10px;
margin-bottom: 10px;
}

/*Blog Styles*/

body{
line-height: 20px;
}

/*Post Styles*/

.entry p{
margin-bottom: 10px;
}

.title h2 a{
text-decoration: none;
}

.categories{
margin-top: 15px;
font-size: 12px;
}

.categories a{
color: #666;
}

.entry{
margin-top: 10px;
}

.post{
margin-bottom: 25px;
}

.comments{
background-image: url(images/comments.png);
background-repeat: no-repeat;
padding-left: 20px;
background-position: 0px 5px;
font-size: 12px;
}

blockquote{
background-image: url(images/blockquote.png);
background-repeat: no-repeat;
background-position: 0px 20px;
font-style: italic;
}

blockquote p{
background-image: url(images/blockquote-p.png);
background-repeat: no-repeat;
background-position: bottom right;
}

blockquote blockquote{
margin: 1.5em;
background-image: none;
border: 1px dashed #666;
background-color: #CCC;
}

blockquote blockquote p{
background-image: none;
}

.more-link{
display: block;
margin-top: 10px;
margin-bottom: 10px;
font-size: 12px;
}

/*Widget Styles*/

h2.widgettitle{
font-size: 14px;
font-weight: bold;
}

#sidebar li{
list-style: none;
}

#sidebar li li{
list-style: disc;
}

.widget{
margin-bottom: 15px;
font-size: 12px;
}

.posts ul ,.posts ol{
	margin-bottom: 10px;
}

textarea#comment{
width: 100%;
}

small{
font-size: 10px;
line-height: 1.3em;
}

h3#comments{
font-weight: bold;
margin-bottom: 15px;
}

#nav a{
font-weight: bold;
text-decoration: none;
text-transform: lowercase;
margin-right: 15px;
}

.intro{
color: #999;
clear:both;
padding-top: 15px;
}

.title{
color: #999;
}

.post a{
color: #00F !important;
}

.wp-caption{
border: 1px solid black;
padding: 5px;
font-size: 12px;
}

.alignleft{
margin-right: 10px;
}

.alignright{
margin-left: 10px;
}