/* ---------------------------------------------
  core.css
  rev. 11.10.2010

	1. GENERAL PROPERTIES
	2. LISTS
	3. TABLES
	4. FORMS
	5. STRUCTURE
		5.1. LANGUAGE SWITCHER
		5.2. NAV
		5.3. FOOTER
	6. PAGE SPECIFIC
	7. MISC

  --------------------------------------------- */

/* @group 1. General Properties */

html, body {
	height: 100%;
	}

/* Opera Fix - sticky footer */
	body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
	}

body {
	font: 62.5%/1.8em "Palatino Linotype", Palatino,  "URW Palladio L", Georgia, serif;
	background: #fff url("/wayback/20230120062834oe_/http://fernando-gil.org.pt/img/page_bck.png") repeat;
    }

@font-face {
	font-family: 'MuseoSans700';
	src: url('/wayback/20230120062834oe_/http://fernando-gil.org.pt/files/museosans_700-webfont.eot');
	src: local('☺'), url('/wayback/20230120062834oe_/http://fernando-gil.org.pt/files/museosans_700-webfont.woff') format('woff'), url('/wayback/20230120062834oe_/http://fernando-gil.org.pt/files/museosans_700-webfont.ttf') format('truetype'), url('/wayback/20230120062834oe_/http://fernando-gil.org.pt/files/museosans_700-webfont.svg#webfonteRQBZ0oS') format('svg');
	font-weight: normal;
	font-style: normal;
	}

h1, h2, h3, h4 {
	font-size: 2.4em;
	color: #333;
	margin-bottom: 1.5em;
	}

.fontface h2 {
	font: 2.1em 'MuseoSans700';
	}

.no-fontface h2 {
	font: 2.1em "Palatino Linotype", Palatino,  "URW Palladio L", Georgia, serif;
}

h3 {
	font-size: 1.8em;
	line-height: 1.3em;
	font-weight: bold;
	color: #666;
	margin-bottom: 1em;
	}

h4 {
	 font-size: 1.4em;
	 font-weight: bold;
	 color: #999;
	 }

p {
	font-size: 1.4em;
	line-height: 1.5em;
	color: #777;
	margin-bottom: 1.5em;
	}

q {
	background: url('/wayback/20230120062834oe_/http://fernando-gil.org.pt/img/quote.png') no-repeat 100px 0;
	font-size: 1.8em;
	font-weight: 100;
	line-height: 1.5em;
	color: #777;
	margin: 20px 0 40px 0;
	padding: 0;
	}

a:link, a:visited {
	color: #29abe1;
	text-decoration: none;
	}

a:visited {
	color: #29abe1;
	}

a:hover, a:focus {
	text-decoration: underline;
	 }

strong {
	font-weight: 600;
	}

/* @end */

/* @group 2. Lists */

ol, ul {
	list-style-type: decimal;
	margin: 0 0 0 30px;
	}

ul {
	list-style-type: disc;
	margin: 1em 0 1em 15px;
	}

ol li, ul li {
    font-size: 1.4em;
    line-height: 1.5em;
    color: #666;
    padding: 3px 0;
    }

/* @end */

/* @group 3. Tables */

.tab_lay {
	font-size: 1.2em;
	}

.tab_lay th {
	text-align: left;
	border-bottom: 3px solid #e2e2e2;
	padding: 6px;
	}

.tab_lay tr.stripe {
	background: #f8f8f8;
	}

.tab_lay td {
	vertical-align: middle;
	border-bottom: 1px solid #e2e2e2;
	padding: 6px;
	}

/* @end */

/* @group 4. Forms */

label {
	font-size: 1.4em;
	color: #444;
	font-weight: bold;
	display: block;
	padding-bottom: 4px;
	}

input[type="text"], input[type="email"], textarea {
	width: 290px;
	font: 1.4em "Palatino Linotype", Palatino,  "URW Palladio L", Georgia, serif;
	   -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	behavior: url('/wayback/20230120062834oe_/http://fernando-gil.org.pt/js/PIE.htc');
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 20px;
	}

textarea {
	width: 370px;
	}

#submit {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	color: #099;
	background: #b0dda8 url('/wayback/20230120062834oe_/http://fernando-gil.org.pt/img/alert-overlay.png') repeat-x;
	padding: 7px 12px 8px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	border: 0;
	position: relative;
	cursor: pointer;
	}

#submit:hover {
	background: #b0dda8;
	}

#submit:active {
	position: relative;
	margin-top: -1px;
	}
/* @end */

/* @group 5. Structure */

#wrapper {
	width: 100%;
   	background: url('/wayback/20230120062834oe_/http://fernando-gil.org.pt/img/philosophy_science_top.png') no-repeat center top;
	min-height: 100%;
	z-index: 1;
	}

#content {
	overflow: auto;
	padding-bottom: 120px;
	}

header, nav, section, footer, aside, figure {
	display: block;
	}

header {
	padding-bottom: 40px;
	}

figure {
	margin: 0 0 20px 0;
	}

figure img {
	border: 1px solid #b0dda8;
	}

.h_wrap {
	overflow: auto;
	padding: 30px 0;
	}

.h_wrap h1 {
	margin: 0;
	padding: 0;
	}

.h_wrap h1.logo_en a:link, .h_wrap h1.logo_en a:visited, .h_wrap h1.logo_pt a:link, .h_wrap h1.logo_pt a:visited  {
	float: left;
	text-indent: -9999px;
	background: url('/wayback/20230120062834oe_/http://fernando-gil.org.pt/img/logo_pfg_en.png') no-repeat;
	width: 274px;
	height: 16px;
	margin: 0;
	padding: 0;
	}

.h_wrap h1.logo_pt a:link, .h_wrap h1.logo_pt a:visited {
	background: url('/wayback/20230120062834oe_/http://fernando-gil.org.pt/img/logo_pfg_pt.png') no-repeat;
	width: 297px;
	}

/* @group 5.1 Structure > Language switcher  */

.switch_pt a, .switch_en a {
	float: right;
	text-indent: -9999px;
	background: url('/wayback/20230120062834oe_/http://fernando-gil.org.pt/img/switch_pt.png') no-repeat;
	width: 36px;
	height: 20px;
	margin: 0;
	padding: 0;
	}

.switch_en a {
	background: url('/wayback/20230120062834oe_/http://fernando-gil.org.pt/img/switch_en.png') no-repeat;
	}

/* @end */

/* @group 5.2 Structure > Navigation  */

nav {
	width: 940px;
	margin: 0 auto;
	}

#navigation  {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#navigation li {
	width: 208px;
	font: 1.4em "Helvetica Neue", Helvetica, Arial, sans-serif;
   	display: inline-block;
	text-transform: uppercase;
	border-left: 2px solid #000;
	padding: 4px 0 4px 20px;
	}

.no-fontface #navigation li {
	font: bold .4em "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

.fontface #navigation li {
 	font-family: 'MuseoSans700';
	}

#navigation li a:link, #navigation li a:visited {
	color: #000;
	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
	}

#navigation li a:hover, #navigation li a:focus {
	color: #099;
	text-decoration: none;
	}

#navigation li span {
	display: inline-block;
	font: 1em "Palatino Linotype", Palatino,  "URW Palladio L", Georgia, serif ;
	text-transform: none;
	font-style: italic;
   	color: #999;
	}

#fg #nav_fg, #aw #nav_aw, #no #nav_no, #ce #nav_ce {
	background: #ebf6e9;
	border-left: 4px solid #099;
	}

.rgba #fg #nav_fg, .rgba #aw #nav_aw, .rgba #no #nav_no, .rgba #ce #nav_ce {
	background: rgba(176, 221, 168, 0.25);
	border-left: 4px solid #099;
	}

/* @end */

/* @group 5.3 Structure > Footer */

footer {
	overflow: auto; /* needed by Opera */
	background: #099 url('/wayback/20230120062834oe_/http://fernando-gil.org.pt/img/footer_bck.png') repeat-x;
	position: relative;
	width: 100%;
	margin-top: -120px;
	height: 120px;
	clear: both;
	}

.utilities {
    list-style-type: none;
	margin: 25px 0 0 0;
	padding: 0;
	}

.utilities li {
	font-size: 1.2em;
	color: #B0DDA6;
	}

.utilities li a:link, .utilities li a:visited {
	color: #B0DDA6;
	}

.utilities li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #B0DDA6;
	}

.utilities li a:focus {
	background: yellow;
	}

a.logo_mctes, a.logo_fct, a.logo_fcg {
	display: block;
	}

a:link.logo_mctes, a:visited.logo_mctes {
    text-indent: -9999px;
    background: url('/wayback/20230120062834oe_/http://fernando-gil.org.pt/img/logo_mctes.png') no-repeat;
    width: 320px;
    height: 59px;
    margin: 10px 0;
}

a:link.logo_fct, a:visited.logo_fct {
	text-indent: -9999px;
	background: url('/wayback/20230120062834oe_/http://fernando-gil.org.pt/img/fct_negativo.png') no-repeat;
	width: 260px;
	height: 39px;
        margin: 30px 35px 0;
	}

a:link.logo_fcg, a:visited.logo_fcg {
	text-indent: -9999px;
	background: url('/wayback/20230120062834oe_/http://fernando-gil.org.pt/img/logo_fcg.png') no-repeat center;
	width: 320px;
	height: 36px;
	margin-top: 30px;
	}
/* @end */
/* @end */

/* @group 6. Page specific */

/* @group 6.1 Homepage */

#fgil_illustration {
	overflow: auto;
	min-height: 100%;
	background: url('/wayback/20230120062834oe_/http://fernando-gil.org.pt/img/placeholder_bck.png') no-repeat left bottom;
	width: 100%;
	z-index: 10;
	}

#hp h1, #hp_pt h1 {
	text-indent: -9999px;
	background: url("/wayback/20230120062834oe_/http://fernando-gil.org.pt/img/logo_pfghp_en.png") no-repeat;
	height: 247px;
	margin: 60px 0 50px 0;
	}

#hp_pt h1 {
	background: url("/wayback/20230120062834oe_/http://fernando-gil.org.pt/img/logo_pfghp_pt.png") no-repeat;
	height: 245px;
	}


#hp h2, #hp_pt h2 {
	font: 1.8em "Palatino Linotype", Palatino,  "URW Palladio L", Georgia, serif;
    font-style: italic;
	font-weight: 100;
	color: #999;
	margin: 0 0 20px 0;
	}

.award {
	background: url("/wayback/20230120062834oe_/http://fernando-gil.org.pt/img/icon_award.png") no-repeat 0 50%;
	font-style: normal;
	padding: 3px 0 3px 25px;
	margin-left: 0;
	}
/* @end */
/* @group 6.2 Award */

.juri {
    margin-bottom: 20px;
	}

.juri h3 {
	margin-bottom: 5px;
	}

.juri h3 ~ p {
	margin-top: 0;
	padding-top: 0;
	}

.editions-nav {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	padding: 10px 0 0;
	margin: 0 0 20px 0;
	}

.editions-nav p {
	margin-bottom: 10px;
	}


.archive a:link, .archive a:visited {
	display: inline-block;
	padding: 6px 3px 7px; 	
/*	font-size: 1.4em;*/	
/*	-webkit-transition: all 0.3s linear;
	   -moz-transition: all 0.3s linear;
         -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
			-webkit-border-radius: 10px;
			   -moz-border-radius: 10px;
			        border-radius: 10px;
	behavior: url('/wayback/20230120062834oe_/http://fernando-gil.org.pt/js/PIE.htc');*/
	}

/*.rgba .archive a:link, .rgba .archive a:visited  {
	background-color: rgba(0, 0, 0, 0.05);
	}*/

.archive a:hover {
	text-decoration: none;
	padding: 6px 3px 7px;

/*	background: #e2e2e2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url('/wayback/20230120062834oe_/http://fernando-gil.org.pt/js/PIE.htc');*/
	}

/*.rgba .archive a:hover {
	background-color: rgba(0, 0, 0, 0.09);
	}*/

/* @end */
/* @group 6.3 Nominees */




.winner_hlight_wrap, .winner_hlight_wrap2017, .winner_hlight_wrap2015, .winner_hlight_wrap2013, .winner_hlight_wrap2011, .winner_hlight_wrap2010 {
	overflow: auto;
	background: #fff url('/wayback/20230120062834oe_/http://fernando-gil.org.pt/img/bookcovers-2019/cover_winner_2019.png') no-repeat bottom left;
	margin-bottom: 50px;
	}

.winner_hlight_wrap2017 {
	background: #fff url('/wayback/20230120062834oe_/http://fernando-gil.org.pt/img/bookcovers-2017/cover_winner_2017.png') no-repeat bottom left;
	}
	
.winner_hlight_wrap2015 {
	background: #fff url('/wayback/20230120062834oe_/http://fernando-gil.org.pt/img/bookcovers-2015/cover_winner_2015.png') no-repeat bottom left;
	}

.winner_hlight_wrap2013 {
	background: #fff url('/wayback/20230120062834oe_/http://fernando-gil.org.pt/img/bookcovers-2013/cover_winner_2013.png') no-repeat bottom left;
	}

.winner_hlight_wrap2011 {
	background: #fff url('/wayback/20230120062834oe_/http://fernando-gil.org.pt/img/bookcovers/cover_winner_2011.png') no-repeat bottom left;
	}

.winner_hlight_wrap2010 {
	background: #fff url('/wayback/20230120062834oe_/http://fernando-gil.org.pt/img/bookcovers/cover_winner_test2.jpg') no-repeat bottom left;
	}	

.winner_hlight_content, .special_hlight_content {
	overflow: auto;
	margin-left: 300px;
	padding: 20px;
	}

.special_hlight_content {
	border: 1px solid #e2e2e2;
	margin: 0 0 20px 0;
	padding-left: 300px;
	}	

.winner_hlight_content p, .special_hlight_content p {
	color: #333;
/*	font-style: italic; */
	}

.winner_hlight_content p:first-child, .special_hlight_content p:first-child {
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 10px;
	color: #999;
	margin-bottom: 0;
	padding-bottom: 10px;
	}

.winner_hlight_content p.readmore, .special_hlight_content p.readmore {
	background: url('/wayback/20230120062834oe_/http://fernando-gil.org.pt/img/icon_letter.png') no-repeat 0 50%;
	padding: 5px 0 3px 20px;
	font-style: normal;
	margin: 0;
	zoom: 1;
	}

.winner_hlight_content span.announce, .special_hlight_content span.announce {
	display: inline-block;
	font-size: 1.8em;
	color: #999;
	padding-right: 3px;
	/* IE 7 hack to support inline-block */
	*display: inline;
	zoom: 1;
	vertical-align: top;
	line-height: 1.5em;
	}

.special_hlight_content span.announce {
	font-size: 1.4em;
	vertical-align: baseline;
	padding-top: 3px;
	}

.winner_hlight_content h2, .special_hlight_content h2 {
	font: 3.2em "Palatino Linotype", Palatino,  "URW Palladio L", Georgia, serif;
	font-style: italic;
	margin: 0;
	padding: 0 0 10px 0;
	}

.special_hlight_content h2 {
	font-size: 2.4em;
	}

.winner_hlight_content h3#winner,  .special_hlight_content h3#author{
	display: inline-block;
	margin: 0;
	padding-bottom: 20px;
	/* IE 7 hack to support inline-block */
	*display: inline;
	zoom: 1;
	vertical-align: top;
	line-height: 1.5em;
	}

/*.special_hlight_content h3#author {
	padding-bottom: 0;
	}*/


.alpha_nav {
	list-style-type: none;
	margin: 0;
	padding: 0 0 20px;
	}

.alpha_nav li {
	display: inline;
	color: #ccc;
	padding-right: 10px;
	}

.inline {
	background: url('/wayback/20230120062834oe_/http://fernando-gil.org.pt/img/page_bck.png') repeat;
	display: inline;
	padding: 0 10px 0 0;
   }

.book {
	padding-bottom: 30px;
	}

#no h3 {
	margin-bottom: 5px;
	}

#no h3 ~ p {
	margin-top: 0;
	}

.back_top {
	float: right;
	width: 50px;
	display: inline-block;
	text-align: right;
	font-size: 1.1em;
	margin: -30px 0 10px 0;
	padding: 0;
	}
/* @end */
/* @group 6.4 Ceremony */

#map {
	width: 460px;
	height: 284px;
	border: 1px solid #b0dda8;
	margin: 0 0 30px 0;
	padding: 0;
	}

a.sem_registration:link {
	display: inline-block;
	font-weight: bold;
	color: #099;
	background: #b0dda8 url('/wayback/20230120062834oe_/http://fernando-gil.org.pt/img/alert-overlay.png') repeat-x;
	padding: 7px 12px 8px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	border: 0;
	position: relative;
	cursor: pointer;
	}

a.sem_registration:hover {
	background: #b0dda8;
	}

a.sem_registration:active {
	position: relative;
	margin-top: -1px;
	}

.programme_frame {
	float: left;
	width: 414px;
	border: 3px double #b7e0b0;
	padding: 10px 20px 0 20px;
	margin: 10px 0 30px;
	}

.programme_frame h3 {
	width: 188px;
	color: #aecda8;
	background: #fff url("/wayback/20230120062834oe_/http://fernando-gil.org.pt/img/page_bck.png") repeat;
	margin-top: -28px;
	padding: 4px 8px;
	}

dl.programme, dl.seminar {
	float: left;
	width: 418px;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #777;
	margin-bottom: 1.5em;
	}

dl.programme dt, dl.seminar dt {
	float: left;
	clear: left;
	width: 60px;
	margin: 0 0 20px 0;
	font-weight: bold;
	}

dl.seminar dt {
	float: left;
	clear: left;		
	width: 100px;
	margin: 0 0 20px 0;
	}


.programme dd, .seminar dd {
	float: left;
	width: 318px;
	margin-bottom: 20px;
	}


.programme ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 0 0 0;
	}

.programme ul li {
	font-size: 0.9em;
	color: #999;
	line-height: 1.3em;
	margin: 0;
	padding: 0 0 3px 0;
	}

.venue {
	font: 2.1em "Palatino Linotype", Palatino,  "URW Palladio L", Georgia, serif;
	font-style: italic;
	color: #999;
	margin-bottom: 10px;
	}

.green {
	color: #b0dda8;
	}

#discurso {
	background: #fff;
	padding-top: 3em;
	padding-bottom: 2em;
	margin-bottom: 20px;
	}


/* @end */
/* @end */

/* @group 7. Misc */

.invisible {
	display: none;
	}

.marker {
	background: yellow;
	}

.lighter {
	color: #B0DDA6;
	}

.dark_grey {
	color: #333;
	}

.med_grey {
	color: #666;
	}

.light_grey {
	color: #999;
	}

hr {
	height: 1px;
	background: #e8e8e8;
	border: none;
	margin-bottom: 20px;
	clear: both;
	}

.sect_header {
    background: transparent url('/wayback/20230120062834oe_/http://fernando-gil.org.pt/img/line.png') repeat-x center ;
	margin: 0 0 20px 0;
    overflow: hidden;
    }

.no_border {
	border: 0;
	}

.no_space_top {
	margin-top: 0;
	padding-top: 0;
	}

.no_space_bottom {
	margin-bottom: 0;
	padding-bottom: 0;
	}

.single_space_top {
		padding-top: 20px;
		}

.single_space_bottom {
	padding-bottom: 20px;
	}

.success {
	background: #bad9a9;
	color: #197b30;
	padding: 2px 8px 3px;
	}

.fail {
	background: #f7b6a2;
	color: #aa1911;
	padding: 2px 8px 3px;
	}

.acknowledge {
	color: #999;
	margin-top: 10px;
	}

/* @end */

/* @group Safari only */

@media screen and (-webkit-min-device-pixel-ratio:0)
 	{
		.double_space_bottom {
			margin-bottom: 40px;
			}
	}
