/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 3.0 License

Name       : Resolved
Description: A two-column, fixed-width design with dark color scheme.
Version    : 1.0
Released   : 20120125
*/

/* To Do: 
 - add decoration to menu, when hover
 - add colour to menu, when on page
 - change red to some other colour (?)
 - add headshot
 - is there a simpler way to do the different lists? 
 - add space before each header? 
 - **fix lists (add generic list ul{} )
*/

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
	color: #2C383B;;
}

a:hover {
	text-decoration: none;
}

body {
	background: #FFFFFF;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 11pt;
	font-weight: 300;
	color: #6c6c6c
    	text-align: justify;
}

br.clearfix {
	clear: both;
}

h1,h2,h3,h4 {
	font-weight: normal;
}

h2,h3,h4 {
	color: #000405;
	margin-bottom: 1em;
}

h2 {
	font-size: 2em; /* 2.25 */
}

h3 {
	font-size: 1.6em;  /* 1.75 */
}

h4 {
	font-size: 1.3em; /* 1.5 */
}

p {
	margin-bottom: 1.2em; /* prev. 1.5em */
}

ol, ul
{
	padding: 0;
	list-style: none;
}

ul h4 {
	margin-bottom: 0.35em;
}

#footer {
	padding: 30px 0 80px 0;
	margin: 0 0 20px 0;
	background: #2C383B; 
	letter-spacing: 0.20em;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.80em;
	color: rgba(255,255,255,0.3);
}

#footer a
{
	text-decoration: none;
	color: rgba(255,255,255,0.6);
}


#header {
	height: 100px;
	position: relative;
	padding: 35px 35px 0px 35px;
}

/* Wrapper */

#wrapper {
	width: 980px;
	margin: 35px auto 0 auto;
	position: relative;
}

/* Logo */

#logo
{
	position: absolute;
	top: 5px;
	left: 10px;
	font-family: 'Source Sans Pro', sans-serif;
}

#logo h1
{
	display: inline-block;
	font-size: 1.8em;
	text-transform: uppercase;
	font-weight: 700;
	color: #2C383B;
}

#logo span
{
	position: absolute;
	top: 40px;
	left: 0px;
	display: inline-block;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	font-size: 0.90em;
	font-family: 'Source Sans Pro', sans-serif;
	color:#454445
}

#logo a
{
	text-decoration: none;
	color: #2C383B;
} 


/* Menu */

#menu {
	line-height: 40px;
	position: absolute;
	font-family: 'Source Sans Pro', sans-serif;
	top: 5px;
	right: 10px;
	height: 40px;
}

#menu li
{
	display: block;
	float: left;
	text-align: center;
	line-height: 40px;
}

#menu li a, #menu li span
{
	display: inline-block;
	margin-left: 1px;
	padding: 1em 1.5em;
	letter-spacing: 0.10em;
	text-decoration: none;
	font-size: 1em;
	text-transform: uppercase;
	outline: 0;
	color: #212121;
	background: #ECECEC;
}

#menu li:hover a, #menu li.active a, #menu li.active span
{
}

#menu .current_page_item a
{
	background: #2C383B;
	color: #FFF;
}

#menu .current_page_item a
{
	background: #2C383B;
	color: #FFF;
}


/* Page */

#page {
	margin: 0 0 10px 0;
	position: relative;
	width: 980px;
	padding: 0;
}

#page h2, #page h3, #page h4 {
	color: #171717;
}

/* Content */
#content {
	background: #FFFFFF;
	width: 595px;
	/*color: #6E6E6E;*/ /* original */
    /* color: #402C16; */ /* Timeless */
	padding: 15px 0px 0 0px;
	float: left;
	/*border-bottom: solid 2px #BBC1BF;*/
}

#publications
{
	margin: 0px 10px 30px 10px;
	text-align: left;
	font-size: 11pt;
	font-weight: normal;
	color: #454445	
}

#publications .title h2
{
	font-size: 2em;
}

#publications .title a {
	text-decoration:none;
}

ul.style2
{
	margin: 0;
	padding-top: 1em;
	list-style: none;
}

ul.style2 li
{
	border-top: solid 1px #E5E5E5;
	padding: 0.80em 0 0.80em 0;
	font-family: 0.80em;
}

ul.style2 li:before
{
	display: inline-block;
	padding: 4px;
	background: #DB3256;
}

ul.style2 a
{
	display: inline-block;
	/*margin-left: 1em;*/
}

ul.style2 li:first-child
{
	border-top: 0;
	padding-top: 0;
}


/* Sidebar */

#sidebar {
	background: #FFFFFF;
	margin: 0 0 0 740px;
	/* color: #6E6E6E; */
	padding: 10px 35px 45px 0px;
	width: 230px;
	/*border-bottom: solid 2px #BBC1BF;*/
}

/* Now put into page
#sidebar h2, #sidebar h3, #sidebar h4 {
	color: #000000;
}
*/

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	padding: 10px 0 10px 0;
	/* border-top: solid 1px #D9D9D9; */
    border-bottom: solid 1px #D9D9D9;
}

#sidebar ul li li{
    border-bottom: none;
    padding-left: 25px;
    padding-bottom: 5px;
	line-height: 15px;
	/*background: url(images/img01_timeless.gif) no-repeat left 8px; */
}

/*
#sidebar ul li.first {
	border-top: 0;
	padding-top: 0;
}
*/



/* Post -- one column, then two (left), two (right) */

#photo {
    float: left;
    margin: 5px 30px 20px 0px
}

.floatclear{
    clear: left;
}

#post1 {
	width: 595px;
	overflow: hidden;
	margin: 0 0 35px 10px;
	font-size: 11pt;
	font-weight: normal;
	color: #454445
}

#post1 span
{
	display: block;
	padding-top: 0.20em;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #636363;
}

#post1 .title h2
{
	font-size: 2em;
}

#post1 .title .byline
{
	font-size: 0.80em;
}

#post2 {
	width: 470px;
	float: left;
	/*overflow: hidden;*/
	margin: 0 0 20px 10px;
	/*font-size: 11pt;*/
	/*font-weight: normal;*/
	/*color: #454445*/
}

#post2 .title h2
{
	font-size: 2em;
}

#post3 {
	overflow: hidden;
	margin: 0 10px 20px 490px;
	width: 470px;
	font-size: 11pt;
	font-weight: normal;
	color: #454445
}

#post3 .title h2
{
	font-size: 2em;
}

#post3 a {
	text-decoration:none;
}

/* Menu */

#menu2 {
	line-height: 40px;
	position: absolute;
	font-family: 'Source Sans Pro', sans-serif;
	top: 0px;
	right: 15px;
	height: 40px;
	font-size: 11pt;
	font-weight: normal;
	color: #454445
}

#menu2 li
{
	display: block;
	float: left;
	text-align: center;
	line-height: 20px;
}

#menu2 li a, #menu li span
{
	display: inline-block;
	margin-left: 0px;
	padding: 0.5em 1em;
	font-size: 11pt;
	border-right: 1px solid rgba(0,0,0,.3);
	
}

#menu2 li:first-child
{
	border-left: 1px solid rgba(0,0,0,.3);
}

#menu2 {
	line-height: 40px;
	position: absolute;
	font-family: 'Source Sans Pro', sans-serif;
	top: 0px;
	right: 15px;
	height: 40px;
	font-size: 11pt;
	font-weight: normal;
	color: #454445
}

#menu3 {
	line-height: 40px;
	position: absolute;
	font-family: 'Source Sans Pro', sans-serif;
	top: 0px;
	left: 0px;
	height: 40px;
	font-size: 11pt;
	font-weight: normal;
	color: #454445
}

#menu3 li
{
	display: block;
	float: left;
	text-align: center;
	line-height: 20px;
}

#menu3 li a, #menu li span
{
	display: inline-block;
	margin-left: 0px;
	padding: 0.5em 1em;
	font-size: 11pt;
	border-right: 1px solid rgba(0,0,0,.3);
}

