/*
Theme Name: Mattia Gallotti
Author: k12m
Version: 1.0
*/
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
blockquote {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: '';
  content: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img {
  border: none;
}
body {
  color: #003366;
  font-family: "Georgia", "Times New Roman", Times, serif;
  margin-top: 50px;
  background: #411414;
  font-size: 13px;
  line-height: 16px;
}
#container {
  width: 640px;
  padding: 0px 40px 20px;
  margin: auto;
  background: #ffffff;
  margin-bottom: 40px;
}
h1,
h2 {
  margin-bottom: 16px;
}
h2 {
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
}
p {
  margin-bottom: 10px;
}
a {
  color: #333333;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
hr {
  margin: 30px 0px;
  background-color: #411414;
  color: #411414;
  width: 100%;
  height: 1px;
  border: 0px;
  float: left;
  clear: both;
}
/* HEADER */
#header {
  padding-top: 45px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
#header h1#sitename {
  font-weight: bold;
  font-style: italic;
  font-size: 36px;
  margin-bottom: 50px;
}
#header ul {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #411414;
}
#header ul li {
  display: inline;
  padding: 0px 32px;
  text-align: center;
}
#header ul li.menu-item-33 {
  padding-left: 0;
}
#header ul li.menu-item-17 {
  padding-right: 0;
}
#header ul li a {
  color: #666666;
  text-decoration: none;
}
#header ul li a:hover {
  text-decoration: underline;
}
#header ul li.current-menu-item a {
  text-decoration: underline;
  font-weight: bold;
}
.column {
  width: 310px;
  float: left;
}
.column.left {
  margin-right: 20px;
}
.column.large {
  margin-right: 0px;
  width: 100%;
}
.column.large p img {
  float: left;
  margin-right: 10px;
}
.column.right {
  width: 290px;
  float: right;
}
img.profile_img {
  margin-bottom: 30px;
}
ul#publications_list {
  margin-top: 15px;
}
ul#publications_list li {
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #411414;
}
ul#publications_list li.last {
  border-bottom: none;
  margin-bottom: 0px;
}
ul#publications_list li h3 {
  font-weight: bold;
  font-style: italic;
}
ul#publications_list li h3 a {
  color: #003366;
}
ul#publications_list li p {
  margin-bottom: 3px;
}
/* EXPERTISE */
body.page-id-13 .column.large {
  float: left;
  width: 450px;
}
body.page-id-13 #expertise {
  float: right;
  width: 150px;
}
body.page-id-13 #expertise .img {
  width: 100%;
}
/* FOOTER */
#footer {
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #411414;
  clear: both;
  font-size: 12px;
}
#footer div.cln {
  width: 33%;
  float: left;
  display: table-cell;
  vertical-align: middle;
}
