/* General Styles */

body {
	margin: 10;
	padding: 0;
	text-align: center;
	font: 0.75em/1.5em Verdana, Arial, sans-serif;
	background: url(../img/grad1.png) repeat;
	color: #444;
}

a:link, a:visited
{
    color: #005890;
    text-decoration: none;
	border-style: none;
}

a:hover {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a:link img, a:visited img, a:hover img {
	border-style: none;	
}

h2 {
	color: #005890;
	font: bold 1.7em Georgia, "Times New Roman", Times, serif;
}

h3 {
	letter-spacing:0.03em;
	font: bold 1.5em Georgia,serif;
}


h2 a:link, h2 a:visited, h2 a:hover {
	color: #005890;
}

h3 a:link, h3 a:visited, h3 a:hover {
	color: #005890;
}


h2.less {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #006da6;
}

h2.smallh2{
	font-size: 1.5em;
	letter-spacing: 0em;
	padding-bottom: 5px;
}

h2.resume{
	border-bottom-style: groove;
	border-bottom-width: 2px;
	color: #000;
	font: 1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h3.resume{
	color: #000;
	font: 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div.spacer {
	clear: both;
}

div.divider{
	background-color: #688013;
	height: 8px;
	margin-left: 30px;
	width: 940px;
	margin-bottom: -10px;
}

ul.ulcompact {
	margin-top: 0.2em;
	margin-bottom: 0.2px;
	list-style-type: none;
	list-style-position: inside;
	opacity: 1;
	padding-left: 0.3em;
}

div.rightlist {
	margin-left: 5px;
}

div.bigline {
	font-size: 140%;
}

/* Front Page Layout */

div#main {
	width: 1000px;
	display: block;
	background-color: #FFF;
	border: 1px solid #3a2713;
	text-align: left;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#title {
	text-align: left;
	padding-left: 30px;
	margin-right: 0;
	margin-left: 0;
	margin-top: 0px;
	padding-top: 5px;
}

div.colorbar {
	background-color: #688013;
	height: 15px;
	margin-left: 30px;
	width: 940px;
	margin-bottom: -10px;
}


div#shortlinks {
	padding-left: 80px;
}

/* Upper half */

div#upper {
	display: block;
	clear: both;
	float: none;
}

div#sidebar {
	width:  240px;
	text-align: left;
	display: block;
	margin: 0px 30px 30px 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	float: right;
}

div#sidebarhome {
	width:  320px;
	text-align: left;
	display: block;
	padding: 0;
	float: right;
	margin: -75px 30px 15px 0;
}

div#content {
	width: 670px;
	display: block;
	background-color: #fff;
	text-align: left;
	float: left;
	padding: 0;
	margin: 0 30px 30px;
	font-size: 1em;
}


div#contenthome {
	width: 590px;
	display: block;
	background-color: #fff;
	float: left;
	padding: 0;
	margin: 0 30px 30px;
	font-size: 1em;
	line-height: 1.4em;
}

div.hpcomments {
	display: block;
	position: relative;
	right: 0;
	text-align: left;
	float: none;
	clear: none;
	bottom: 0;
	font-size: 80%;
	margin-top: -9px;
}

div.entry {
	text-align: left;
}

#vsnewslogo {
	margin-top: 15px;
	margin-bottom: -15px;
}

/* Lower half*/

div#lower {
}

div#aboutme {
	text-align: left;
	display: block;
	float: left;
	width: 750px;
	padding: 30px;
}

div#abouttxt {
	display: block;
	float: left;
	width: 525px;
	margin-top: -30px;
	line-height: 1.4em;

}

div#myphoto {
	float: left;
	width: 105px;
}

div#herebox {
	width: 120px;
	display: block;
	float: left;
	font-size: 1.3em;
	line-height: 1.65em;
}


div#elsewherebox {
	width: 160px;
	display: block;
	float: left;
	padding-top: 8px;
	padding-right: 30px;
	padding-bottom: 30px;
	text-align: left;
}

div#poweredby {
	font-size: 75%;
	margin-top: -13px;
	clear: both;
}

img.rssicon {
	vertical-align: top;
}

/* --- Publications --------------------------------- */

div.publication {
            background-color: #f8f8f8; 
        border: 1px solid #aaa;
        max-width:90ex;
        margin-bottom: 2ex;
        padding: 0.75ex;
        clear: both;
}

div.publication img {
        border: none;
}

div.publication h3 {
        font-size: 120%;
        font-weight: bold;
        background-color: transparent;
        color: #335;
        margin: 0ex 0 1ex 0;
        padding: 0px;
        letter-spacing:0em;
}

div.author {
        margin: -1ex 1ex 0.5em 0ex;
        font-style: italic;
        font-size: 90%;
        color: #666;
        background: transparent;
}

div.publication div.desc {
        color: black;
        background-color: transparent;
}

div.desc code {
        display: inline;
}

div.publication div.links {
        margin-top: 0.5ex;
        clear:both;
        color: #444444;
        background-color: transparent;
}

img.right {
	float: right;
}

div#fpproject {
	width: 310px;
}

/* Overrides for Wordpress */

#footer {
	background: none;
	border: none;
	}
	
.postmetadata {
	font-size: 90%;
}

.post {
	text-align: left;
}

.entry p a:visited {
    color: #3397B9;
}

#searchform {
	text-align: left;
}

img#wpstats {
	display:none
}

/* Overrides for FriendFeed */

.friendfeed {
	display: block;
	padding-bottom: 0;
	margin-bottom: 0;
}

.friendfeed .header {
	display: none;
}

.friendfeed .feed {
	border-color: #688013;
	border-style:none solid solid;
	border-width:0px;
	padding:8px;
	color: #444;
	font-size: 90%;
	line-height: 100%;
	margin-top: -15px;
	margin-left: -10px;
}

.friendfeed .feed .entry {
}

.friendfeed .feed .entry .info {
	font-size: 90%;
}

div.friendfeed span.thumbnail img {
	height: 78px;
	width: 78px;
}

div.friendfeed div.media {
	margin-bottom: -70px;
}

/* Twitter Badge Styling */

#twitter_update_list {
	font-size: 90%;
	list-style-type: circle;
	list-style-position: outside;
	border: 1px solid #ccc;
	line-height: 1.2em;
	margin-right: 18px;
	padding-right: 5px;
	padding-top: 5px;
	padding-left: 25px;
	overflow: hidden;
}

#twitter_update_list li {
	bottom: 5px;
	padding-bottom: 5px;
}




