/* @group general styles
---------------------------------------------------------*/


* html {
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
body {
	font-size: 16px;
	line-height: 22px;
	font-family: "apolline-1","apolline-2","Lucida Grande",Verdana,serif;
	color: #222;
	background: #fff url(http://pappin.com/bg.jpg) top left repeat-x;
	}

h1, h2, h3, h4, h5 {
	font-family: "gesta-1","gesta-2",sans-serif;
	font-weight: normal;
	}
	
h1 {
	font-size: 20px;
	line-height: 24px;
	margin: 1em 0 0 0;
	}
h2 {
	font-size: 18px;
	}
h3 {
	font-size: 16px;
	}
h4 {
	font-size: 14px;
	margin: 0;
	}
h5 {
	font-size: 12px;
	}

#container { position: relative; text-align: left; width: 80%; background-color: #fff; margin: 0 auto; padding: 20px 0 10px 0; border: thin solid #00d1f0; }


/* navigation */

#navcontainer {
	border-top: 1px solid #000;
	background: #369 url(../images/navbg.jpg) repeat-x;
	}
.clearbr {
	clear: both; 
	height: 0;
	line-height: 0.0;
	font-size: 0;
	}
#navlist,
#navlist ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: "gesta-1","gesta-2",sans-serif;
	}
#navlist a {
	display: block;
	text-decoration: none;
	padding: 5px 10px;
	border-right: 1px solid #333;
	color: #fff;
	}
#navlist a.trigger {
	padding: 5px 16px 5px 10px;
	background-image: url(../images/arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
#navlist li {
	float: left;
	width: auto;
	}
#navlist li ul,
#navlist ul li {
	width: 14em;
	}
#navlist ul li a {
	color: #565656;
	border-right: 0;
	padding: 3px 12px 3px 16px;
	}
#navlist li ul {
	position: absolute;
	display: none;
	background: #fff url(../images/menubg.jpg) repeat-x;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	}
#navlist li:hover a,
#navlist a:focus,
#navlist a:active {
	color: #fff;
	background-color: #369;
	}
#navlist li:hover ul {
	display: block;
	}
#navlist li:hover ul a {
	color: #000;
	background-color: transparent;
	}
#navlist ul a:hover {
	background-color: #369!important;
	color: #fff!important;
	}
#navlist li {
	width: auto;
	}


/* main content */

#content {
	margin: 40px 10px 20px 10px;
	clear: left;
	}
#content a,
#content a:visited {
	color: #369;
	text-decoration: none;
	font-weight: bold;
	}
#content a:hover {
	color: #00d1f0;
	}
#content a:active {
	color: #fff;
	}


.jimg { 
	width: 300px;
	float: right;
	margin-left: 20px;
	border: 1px solid #333;
	}
.jimgthumb {
	width: 155px;
	}
.jimgthumbvert {
	height: 155px;}


/* gallery */

dl.gallery {
	width: 160px;
	height: 200px;
	text-align: center;
	padding: 10px;
	float: left;
	margin-right: 1em;
	margin-bottom: 50px;
	}
.gallery dd {
	font-weight: bold;
	}
.gallery dt img {
	border: thin solid #777;
	}
.gallery a:hover img {
	border: thin solid #00d1f0;
	}
.gallery dd {
	margin: 0;
	padding: 0;
	}
.gallery dd a {
	color: #036;
	text-decoration: none;
	}
.gallery dd a:hover {
	color: #00d1f0;
	}

/* footer */

#footer {
	clear: both;
	width: 100%;
	margin: 2em 0 0 0;
	padding: 1em 0 0 0;
	text-align: right;
	}
#footer p { 
	font-size: x-small;
	text-transform: uppercase;
	color: #766557;
	padding: 0 1em 0 0;
	}
#footer a {
	color: #766557;
	text-decoration: none;
	}
#footer a:hover {
	color: #aaa;
	}

/* left column */

.leftcol {
	margin-left: 290px;
	}

/* best ampersand */

span.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.2em;
	color: #766557;
	}


/* table */

#container tr {
	border-top: thin solid #999;
	}
th {
	color: #666;
	border-right: 1px solid #c1dad7;
	border-bottom: 1px solid #c1dad7;
	border-top: 1px solid #c1dad7;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 6px 6px 6px 12px;
	background: #e0f7fa;
	}
th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #c1dad7;
	background: none;
	}
th.cost {
	border-left: 1px solid #c1dad7;
	border-top: 0;
	background: #fff;
	}
th.costalt {
	border-left: 1px solid #c1dad7;
	border-top: 0;
	background: #eefafc;
	color: #888; }
td {
	border-right: 1px solid #c1dad7;
	border-bottom: 1px solid #c1dad7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4F737C;
	}
td.alt {
	background: #eefafc;
	color: #625B52;
	}
	
/* pubdates */

dl.pubdates dt {
	font-weight: bold;
	margin-top: .75em;
	}
dl.pubdates dd {
	margin-left: 0;
	}
	

/* miscellaneous */

.floatleft {
	float: left;
	margin-right: 20px;
	border: 0;
	}
.floatright {
	float: right;
	margin-left: 20px;
	border: thin solid #333;
	}
.imgcenter {
	margin: 10px auto;
	border: thin solid #333;
	}
.noborder {
	border: 0;
	}
ul {
	margin-left: 0;
	padding-left: 1em;
	}
ul.nobullet {
	list-style-type: none;
	padding-left: 0;
	}
a img.newwindow {
	border: 0;
	}

span.sc {
	font-variant: small-caps;
	}

 


/* Journals and Books pages */

ul.pubs {	
	margin: 15px 0 30px 0;
	padding: 0;
	list-style: none;
	}
ul.pubs li {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	font-size: 1em;
	line-height: 1.4;
	border-bottom: 1px solid #bbb;
	}
ul.pubs li a {	
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
	}
ul.pubs li a em {
	display: block;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	color: #777;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
	}
ul.pubs li a:hover,
ul.pubs li a:hover em {	
	color: #999;
	}
ul.pubs li a img {	
	float: left;
	width: 120px;
	margin: 2px 12px 0 0;
	border: 1px solid #bbb;
	-webkit-transition: opacity .15s ease;
	-moz-transition: opacity .15s ease;
	-o-transition: opacity .15s ease;
	transition: opacity .15s ease;
	}
ul.pubs li a:hover img {
	border: thin solid #00d1f0;
	}
ul.pubs li a img.vert {
	width: 156px;
	}
ul.pubs li a:hover img {	
	opacity: .8;
	}
	

	
/* About us */

#about-us .bio {
	float: left;
	width: 100%;
	padding-top: 1em;
	padding-bottom: 1.8em;
	border-top: 1px solid #daf2f5;
	}
#about-us .first {
	border-top: none;
	}

#about-us .bio h2,
#about-us .bio p {
	padding-left: 150px;
	}
#about-us span {
	font-family: "apolline-1","apolline-2","Lucida Grande",Verdana,serif;
	font-style: italic;
	color: #72a9b1;
	padding-left: 0.4em;
	}
.aboutpic {
	float: left;
	margin-top: 15px;
	border: 1px solid #aaa;
	}


/* Feature box */

ul.slats {
	margin: 0;
	list-style-type: none;
	}
ul.slats li {
	margin: 0;
	font-size: .95em;
	line-height: 1.4;
	}
ul.slats li a {
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
	}
ul.slats li a img {
	float: left;
	width: 40px;
	margin: 2px 12px 0 0;
	   -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	      -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	           box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	   -webkit-transition: opacity 0.2s ease-in-out;
	      -moz-transition: opacity 0.2s ease-in-out;
	        -o-transition: opacity 0.2s ease-in-out;
	           transition: opacity 0.2s ease-in-out;
	}
ul.slats li a:hover img {
	opacity: .7;
	}
  

.tinyimg {width:50px;}


/* self-clear floats */

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
    
/* AddThis */

.addthis_toolbox {
	padding-top:25px;
	}
