*{
    border: 0;
	margin:0;
	padding:0;
}

table{
    border-spacing: 0;
}

body{
	color:#222;
    font-family: "Source Sans Pro", "sans-serif" !important;
    font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Georgia", "Times New Roman", serif;
    color:#354;
}

h1{
	text-align:center;
	padding:0.4em;
}

h2{
	margin-bottom: 0.5em;
}

p {
	margin-bottom: 1em;
}


.header{
	background:#cdd;
	border-top: 1px solid #899;
	padding-left:3px;
	padding-top:2px;
	margin-bottom:10px;
	margin-left:0;
    color: #132;
    padding-bottom:2px;
}

/*ul .date{
	color:#888;
	font-size:10px;
}*/

a{
  text-decoration: none;
}

a:link {
    color: #33f;
}

a:visited {
    color: #84d;
}

a:hover {
    text-decoration: underline;
}

div.outercontainer{
	margin-top:10px;
	text-align:center;
}

div.innercontainer{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:980px;
	line-height:150%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 2em;
}

/* FIXME: do we need 3 nested containers?! */
div.absolutecontainer{
    width: 980px;
    position: absolute;
}

/*div.indent, ul{
	margin-left:1.5em;
}

ul{
	padding-left:0;
	color:#888;
	list-style-type:disc;
}

ul.flushed{
  display: table;
  margin-left: 0;
  padding-left: 0;
}


li {
	margin-bottom: 0.5em;
}

li .li{
	color:#222;
}*/

span.colortag{
	padding-left:5px;
	padding-right:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    background-color: #fff;
}

div.tagbox{
	float: right;
	margin-left: 10px;
}

div.pbitem{
	margin-top: 1em;
}

span.itemtitle{
	font-size: 1.2em;
}


table.pubtable td.leftcol{
    width: 60px;
    text-align: right;
    padding-right: 1.5em;
    vertical-align: top;
}

table.pubtable td.rightcol{
}

table.pubtable td{
    padding-bottom: 20px;
}

img{
    border: 0;
}

img.shadow{
    border-radius: 0px;
    box-shadow: 4px 4px 4px 1px #aaa;
    margin-right: 4px;
    margin-top: 5px;
}


/*img.framed{
    padding: 3px;
    background-color: #eee;
    border: 1px solid #aaa;
}*/


span.faded{
    color: #888;
}


div.innercontainer{
    width: 980px;
}

div.top{
    margin-top: 45px;
    margin-bottom: 45px;
}

div.topmiddle{
    margin-right: 60px;
    margin-left: 60px;
}

div.widget{
    width: 31%;
    float: left;
    padding-right: 3.5%;
}

div.widget.right{
    padding-right: 0px;
}

p.lead{
    font-size: 130%; 
    line-height:150%;
}

p.indepth{
    text-align: right;
}

h3{
    font-size: 1em;
}

#navbar {
    text-align: justify;
    margin-left:auto;
    margin-right:auto;
    width:980px;
}

#navbar a {
    display: inline-block;
}
#navbar:after {
    content: '';
    width: 100%; /* Ensures there are at least 2 lines of text, so justification works */
    display: inline-block;
}
td:first-child {
    vertical-align: top;
    font-weight:bold;
}
