body {
    font-size : 15px;
    background : #FFFFFF;
}

header {
    color : black;
}

header h2 {
	display : inline-block;
}

nav {
	display : inline-block;
	float : right;
}

.hline {
	clear : both;
    border-bottom : solid;
    border-width: 1px;
}

nav ul {
    list-style-type : none;
}

nav li {
    display : inline-block;
	margin-left  : 7px;
    margin-right : 7px;
}

nav a {
    font-size: 20px;
}


pre
{
    font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
    margin-bottom: 10px;
    overflow: auto;
    width: auto;
    padding: 5px;
    background-color: #eee;
    width: 650px!ie7;
    padding-bottom: 20px!ie7;
    max-height: 600px;
}

/* publication's style. */

.publication {
    font-size: 17px;
    margin-right : 40px;
    max-width: 800px;
}

.publication li {
	display : compact;
    background : #FFE6AC;
    border-radius : 6px;
    margin-bottom: 14px;
    padding-bottom: 5px;
}

.publication .header {
    float : left;
	background: #DCFFB3;
    padding-left:  10px;
	padding-right: 25px;
	margin-right : 6px;
    border-top-left-radius : 6px;
    border-bottom-right-radius: 30px 100%;
}

.publication .header .title {
	font-weight: bold;
}

.publication .content {
    float : left;
    margin: 0;
    padding-left : 10px;
}

.publication .pdf {
	float: right;
	background:url("img/pdf.png") no-repeat 0 0;
	padding-left: 32px;
    width: 30px;
    height: 30px;
}

