﻿* {
	font-weight:normal;
    margin:0;
    padding:0;
    line-height:1.5;
}
*.smaller {
	font-size:smaller;
}
*.right-justify {
	float:right;
}
blockquote {
	color:rgb(102,102,102);
	margin-right:80px;
	padding-left:40px;
}
body {
	color:black;
	background:white;
	font-family:Georgia;
	padding:0 0 10px 0;
}
h1 {
	letter-spacing:3px;
	padding-left:20px;
	text-transform:uppercase;
}
h2, h3, h4, h5, h6, dt {
	font-style:oblique;
}
h2 {
	letter-spacing:2px;
	padding-top:20px;
	padding-bottom:20px;
}
img {
    border:0;
}
h3.role {
	padding-left:50px;
}
li.email {
	background:url(http://mail.google.com/favicon.ico) left center no-repeat;
	text-indent:30px;
}
li.tel {
	background:url(http://home.mobile.live.com/favicon.ico) left center no-repeat;
	text-indent:30px;
}
strong {
	font-weight:bold;
}
ul.ticks{
	list-style-type:none;
	text-indent:-1em;
}
ul.ticks li:before {
	content:"\2713";
	color:green;
}
.href a {
	text-decoration:none;
}
.href a:hover {
	text-decoration:underline;
}
a.logo {
	padding-left:30px;
	padding-right:20px;
}
a.linkedin {
	background:url(http://www.linkedin.com/favicon.ico) left center no-repeat;
}
a.skype {
	background:url(http://www.skype.com/favicon.ico) left center no-repeat;
}
.download a {
	padding-right:20px;
}
.fn {
	display:none;
}
.photo {
	text-align:right;
	margin-top:-290px;
	margin-right:20px;
}
.post {
	border-top:1px solid #CCCCCC;
	margin:10px 20px;
	padding-top:20px;
}
.post a {
	color:black;
}
.post a:hover {
	color:#5588AA;
}
.post h4, h5, h6 {
	margin-top:10px;
	padding-left:80px;
}
.post p, pre, dl, ol, ul, .lines {
	margin-top:10px;
	padding-left:100px;
}
a.pliant {
	text-decoration:none;
}
a:hover.pliant {
	text-decoration:underline;
}
.up a {
	text-decoration: none;
	font-size:smaller;
	font-style:normal;
}
.vcard {
	margin:10px 20px;
}
#contact {
	padding-left:20px;
	list-style-type:none;
	/* border:1px dotted red; */
}
#main {
	background:rgb(245,245,245);
	border:solid rgb(102,102,102);
	border-width:8px 0 2px 0;
	margin:50px 150px;
	min-width:760px;
}
#tabs ul {
	list-style-type:none;
	text-align:right;
}
#tabs li {
	display:inline;
}
#tabs a:hover {
	text-decoration:underline;
}
#tabs a {
	color:rgb(102,102,102);
	font-weight:bold;
	margin-right:20px;
	padding:2px 5px;
	text-decoration: none;
}
#tabs .selected a {
	background-color:rgb(102,102,102);
	color:white;
}
#foot {
	color:rgb(102,102,102);
	font-size:small;
	text-align:center;
}

.inline ul, .inline li {
	text-align:right;
	display:inline;
	margin:0;
	padding:0;
	margin-right:10px;
}
.inline a {
	color:rgb(102,102,102);
	font-weight:bold;
	text-decoration:none;
}
.inline a:hover {
	text-decoration:underline;
}
div.inline {
	text-align:right;
}
