
#banner {
	background: url('images/background.png') repeat-x;
	height: 100px;
}


#sidebar {
	position: right;
	top: 101px;
	right: 0px;
	/*width: 210px;*/
	border-left: 1px solid #EEEEEE;
	background-color: #F2F3F4;
	font-size: small;
}



#sidebar div.section {
	width: 190px;
	padding: 1em;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #d9d9d9;
}

#sidebar div.section h3 {
	font-weight: bold;
	font-size: 110%;
}

#sidebar *:first-child {
	margin-top: 0;
}

#sidebar *:last-child {
	margin-bottom: 0;
}

#sidebar div.section ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#sidebar div.section ul ul {
	padding-left: 1.5em;
	list-style-type: square;
}

#sidebar div.section li {
	padding: 0px;
	margin: 0px;
}


#sidebar ul li a img {
        border: 0;
}



div.entry {
	clear: both;
	margin-bottom: 2em;
	margin-right: 1em;
}

div.person-info {
	float: left;
	position: relative;
	left: 4px;
	margin-top: 25px!important;
	padding: 0 20px 30px 0;
	width: 120px;
	background: url(images/bubble/bubble-nipple.png) top right no-repeat;
	text-align: center;
}

div.person-info a {
	text-decoration: none;
	color: #666;
}

div.post {
	background: #fff url(images/bubble/bubble-left.png) left repeat-y;
	margin-left: 140px;
	border-bottom: 1px solid #fff; /* IE hack */
}

div.post2 {
	background: url(images/bubble/bubble-right.png) right repeat-y;
}

div.post-contents {
	padding: 0 25px 0 25px;
	margin-right: 10px;
	border: none;
	
}

div.post-contents p {
	line-height: 140%;
	margin-top: 1em!important;
}

div.post-contents blockquote {
	color: #666;
	line-height: 150%;
}

div.post-contents:after {
	content: "";
	display: block;
	clear: both;
}

div.post-title {
	background: url(images/bubble/bubble-top-left.png) top left no-repeat;
	margin: 1em 0 0 0;
}

h4.post-title {
	background: url(images/bubble/bubble-top-right.png) top right no-repeat;
	padding: 22px 25px 0 25px;
	font-weight: normal;
}

h4.post-title a {
	font-size: 140%;
	text-decoration: none;
}

h4.post-title a:hover {
	text-decoration: underline;
}

div.post-title span {
	display: block;
	height: 20px;
	font-size: 100%;
}

div.post-title {
	display: block;
}

div.post-header {
	background: url(images/bubble/bubble-top.png) top repeat-x;
}


div.post-footer {
	background: url(images/bubble/bubble-bottom.png) bottom repeat-x;
	border-bottom: 1px solid #fff; /* IE hack  */
}

div.post-footer2 {
	background: url(images/bubble/bubble-bottom-right.png) bottom right no-repeat;
	text-align: right;
}

div.post-footer p {
	background: url(images/bubble/bubble-bottom-left.png) bottom left no-repeat;
	margin: 0;
	padding: 15px 20px 20px 25px;
}

div.post-footer p a {
	font-size: 85%;
	color: #999;
	text-decoration: none;
}

div.post-footer p a:hover {
	color: inherit;
	text-decoration: underline;
}

h2.date {
	color: #666;
	font-weight: normal;
	font-size: 130%;
	padding-left: 10px;
}

img.face {
	border: 0;
}

#copyright {
	clear: both;
	padding-bottom: 1em;
	text-align: center;
	font-size: small;
	color: #aaaaaa;
}

#copyright a {
	color: #aaaaff;
}

#copyright a:visited {
	color: #ffaaaa;
}


