/* Homepage stylesheet */

* {
	font-family: /*Century Gothic,*/ Verdana, Geneva, sans-serif;
	font-size: 14px;
}

p {
	margin-top:0;
}
div.prof-right{
	margin:0 3px;
	float:right;
}

div.prof-left{
	margin:0 3px;
	float:left;
}

div.project-links * {font-size:12px}
div.project-links span.link-heading{font-weight:bold}
div.project-links {clear:both}
div.project-pic {
	float:left;
	padding:6px 12px 6px 6px;
}
div.project-pic img {width:100px}

div.project-title, div.project-title a{
	font-weight:bold;
	font-size:20px;
}
div.p, div.project{
	margin:18px 0;
	padding:15px;
	background-color:#fdfdff;
	/*border-radius:20px;*/
	line-height:2em	;
	border-top:1px dashed  #444;
	border-bottom:1px dashed  #444;
}
div.p { text-index:1em}

div.p:first-child, div.project:first-child{margin-top:0px}

div.project-body{
	text-indent:0em;
}
/*div.project{
	margin:18px 0;
	padding:15px;
	background-color:#fdfdff;
	border-radius:20px;
	line-height:2em	;
	border:1px solid #44f;
}*/
.section {
  position:relative;
  overflow:hidden;
  min-height:400px;
}

.sectionbg{
  position: absolute;
  top:0;
  left:0;
  z-index:-1;
  width:400px;
  height:400px;
}

body {
  margin:0;
  padding:0;
  
  background-image: url('img/mainbggradient.png');
  
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-color: #D8DFF0;
}

#title{
	width:700px;
	height:48px;
	padding:8px 34px 0 34px;
	background-image:url('img/bodybg.png');
	background-repeat:no-repeat;
}

#main{
  width:768px;
  margin: 10px auto 10px auto;
  position:relative;
}

#main-top{
  background-image:url('img/bodybg.png');
  background-repeat:no-repeat;
  background-position:top;
  height:28px;
  clear:both;
  margin:20px 0 0 0;
}

#main-content{
  background-image:url('img/bodybgcenter.png');
  background-repeat:repeat-y;
  padding: 0px 25px;
  min-height:800px;
}

#main-bottom{
  background-image:url('img/bodybg.png');
  background-repeat:no-repeat;
  background-position:bottom;
  height:28px;
}

#header{
position: relative;
padding:10px;
}

.btn{
float:left;
width:128px;
padding:0px;
margin:0px 25px 10px;
cursor:pointer;
position:relative;
}

.btn-content{
font-variant: small-caps;
font-size: 20px;
font-weight:bold;
font-style:italic;
padding:2px 0px;
text-align:center;
}

.btn .btnbg{
position:absolute;
width:100%;
height:100%;
z-index:-1;
}

.section{
	display:none;
}

/* Books tab */
.book-img{ 
	float:left;
	clear:left;
	margin:5px 10px 8px 0;
	border: 1px solid black;
}

div.book{
	margin:0 0 20px 0;
	clear:both;
	padding:15px;
	background-color:#fdfdff;
/*	border-radius:20px; */
	line-height:2em	;
	min-height:130px;
	border-top:1px dashed  #444;
	border-bottom:1px dashed  #444;
}

.book .author{
	font-size:12px;
	font-weight:bold;
	display:block;
}

a, a:active{
	text-decoration:none;
	font-weight:bold;
}

a:hover{text-decoration:underline;}

.booktitle a, .booktitle a:active{
	text-decoration: none;
	font-weight:bold;
	color:#170E62;
}
.booktitle a:hover{text-decoration: underline}

.book .review,  .book .review  *{font-size:12px;}

h1{
	font-size:220%;
	text-align:center;
	margin-top:0;
	padding-top:0;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	/*border-radius:15px;
	border:1px solid #44f;
	background-color:#F2F2F2;*/
	font-style:italic;
}

h2{text-align:center;margin:15px 0 8px;font-size:150%;}

#what-i-love{
	position:relative;
	height:160px;
	background-color:white;
	border-radius:25px;
	border:1px solid #44f;
}

#love-french{
/*	background-image:url('img/french.png'); */
}

.love-item{
	font-weight:bold;
	color:black;
	text-shadow: 0px 0px 1px #E4FDFF;
	font-size:20px;
	display:table;
	position:absolute;
	width:100px;
	height:40px;
	text-align:center;
}

.love-label{
	display:table-cell;
	vertical-align:middle;
}

