/*
	base colors:
	rosa:		130,   0,  76
	giallo:		250, 190,  26
	rosso:		226,   0,  60
	blu:		  0, 170, 196
	bronzo:		185, 148,  95
	arancio:	237, 151,  49
	metal:		171, 116,  65
*/

html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
/*	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;*/
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
/*	line-height: 1.6em;*/
	background-color: #f2f2f2;
	margin: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	min-width: 980px;
	color: #353535;
}

h2 {
/*	color: rgb(171, 116,  65);*/
	font-size: 1.2em;
}

h3 {
/*	color: rgb(171, 116,  65);*/
	font-size: 1.1em;
}

a, a:visited, a:hover {
/*	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;*/
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
/*	color: rgb(130, 0, 76);*/
/*	color: #fff;*/
	color: #507eb5;
}

a, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ol li {
	margin-bottom: 12px;
}

img {
	border: 0px;
}

hr {
	color: #808080;
	background-color: #808080;

/*
	color: rgb(171, 116,  65);
	background-color: rgb(171, 116,  65);
*/
	border: 0 none;
	height: 1px;
	margin: 0;
	padding: 0;
}

.hr_xl {
	height: 20px;
}

.hr_l {
	height: 3px;
}

.hr_m {
	height: 1px;
}

.hr_s {
	height: 1px;
}

.hr_black {
	background-color: #000;
}

#header {
/*	background: #a89e96 none repeat scroll 0 0;*/
/*	background: #fff none repeat scroll 0 0;*/
/*	width: 980px;*/
	width: 100%;
	left: 0;
	top: 0;
	margin: 0;
	position: fixed;
	z-index: 500;
}

#header #container {
/*	background: #fff none repeat scroll 0 0;*/
	background-color: #eaeaea;
	width: 980px;
	position: relative;
	margin:  0px auto 0px;
	top: 0px;

}

#footer {
/*	background: #a89e96 none repeat scroll 0 0;*/
/*	background: rgb(171, 116,  65) none repeat scroll 0 0;*/
	background-color: #eaeaea;
	width: 980px;
	margin: 0;
	position: fixed;
	z-index: 2000;
	bottom: 0;
	font-size: 0.8em;
	text-align: center;
	color: #353535;
/*	text-shadow: #808080 1px 1px 1px;*/
	text-shadow: 0 1px 0 white;
}

#page {
/*	background: #a89e96 none repeat scroll 0 0;*/
	background: #fff none repeat scroll 0 0;
	width: 980px;
	min-height: 100%;
	text-align: left;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
/*	margin-bottom: 18px;*/
	z-index: 1000;
	border-color: #d2d2d2;
	border-style: solid;
	border-width: 1px;

}

#service {
/*	background-color: rgb(171, 116,  65);*/
	background-color: #a2a2a2;
	height: 34px;
	width: 980px;
}

#service .container {
	color: #353535;
	text-shadow: #808080 1px 1px 1px;
/*	color: #fff;*/
	line-height: 32px;
	font-size: 0.9em;
	margin-right: 190px;
	margin-left: 190px;
	width: 600px;
}

#service #search {
	float: left;
}

#service #user {
	float: right;
}

#service #user a {
	color: #fff;
}

#service #user #logo_small {
	/*margin-left: 16px;*/
	vertical-align: text-bottom;
}

#countdown {
	color: #000;
	height: 34px;
	/*background: #fff url(/site_media/shadow.png) repeat-x;*/
	background: #fff;
	vertical-align: bottom;
	text-align: center;
	font: bold 2em/34px Monaco, "Andale Mono", "Courier New", Courier, mono;
}

#logo {
	text-align: center;
	background-color: #353535;
}

#nav {
	font-weight: bold;
	font-variant: small-caps;
	word-spacing: 10px;
	width: 600px;
	height: 20px;
	margin-left: 190px;
	margin-right: 190px;
	background-color: #eaeaea;
}

#nav a {
	color: #000;
	word-spacing: normal;
	padding: 0.1em;
}

#nav a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #507eb5;
/*	font-weight: normal;*/
/*	font-style: normal;*/
}

#nav .menu {
/*	background-color: #fff;*/
	float: left;
	padding-top: 2px;
	padding-bottom: 1px;
}

#nav .social {
/*	background-color: #fff;*/
/*	display: inline;*/
	float: right;
	word-spacing: normal;
	padding-top: 2px;
	padding-bottom: 1px;
}

#nav .social .social_logo {
	margin-left: 3px;
	vertical-align: text-bottom;
}

#nav .social .social_logo_full {
	margin-left: 3px;
	vertical-align: middle;
	border:  0px;
}

#nav .social a:hover {
	background-color: transparent;
}


#page_title {
	margin-left: 190px;
	margin-right: 190px;
	width: 600px;
/*	margin-top: 17px;*/
/*	padding-top: 260px;*/
	padding-top: 226px;
}


#page_title fieldset {
/*	border-color: rgb(171, 116,  65);*/
	border-color: #808080;
	border-style: solid none none;
	border-width: 1px 0 0;
	clear: both;
	margin: 0;
	padding: 0;
}


#page_title legend {
	color: #808080;
	text-shadow: #c0c0c0 0px 1px 1px;
	font-size: 1.1em;
	display: block;
	padding-right: 4px;
	font-weight: bold;
	text-transform: uppercase;
}

#page_content {
	margin-left: 190px; /* 220? */
	margin-right: 190px;
	width: 600px;
}

.post .post_body {
	padding-left: 35px;
	width: 565px;
}

.post .post_body p {
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}

.post .post_meta {
	text-align: right;
	font-size: 0.8em;
	margin-top: 15px;
	color: #a9a9a9;
}

.post .comments_toggle {
	font-weight: bold;
}

.post .read_more {
	font-size: 0.9em;
}


.comments {
	display: none;
	margin-right: 0;
	margin-left: 35px;
	margin-top: 1em;
}

.comment {
	margin-top: 1px;
	font-size: 0.9em;
	line-height: 1.6em;
	background-color: #f0f0f0;
	padding: 4px;
}

.comment .comment_author {
	display: inline;
}

.comment .comment_name {
	font-weight: bold;
	text-transform: lowercase;
	font-variant: small-caps;
	background-color: #a2a2a2;
	color: #fff;
	padding: 0 0.2em;
}

.comment .comment_verb{
	color: #808080;
/*	font-weight: bold;*/
}

.comment .comment_body {
	display: inline;
	font-family: "Courier New", Courier, mono;
	color: #353535;
	padding-left: 4px;
/*	font-weight: bold;*/
	font-size: 1.1em;
}

.comment .comment_meta {
	color: #808080;
	text-align: right;
	font-size: 0.8em;
	line-height: 1em;
}

.comment_form {
	margin-left: 0;
	text-align: right;
}

.comment_form textarea {
	width: 100%;
	height:  5em;
	border: 1px solid #d2d2d2;
	font-family: "Courier New", Courier, mono;
	font-size: 1em;
}

.comment_form textarea.blur {
	color: #999;
}

input[type="submit"], input[type="button"] {
	font-size: 0.8em;
	border: 1px solid #595959;
	margin-top: 4px;
	margin-right: -4px;
	background-color: #eaeaea;
}

.fieldWrapper {
	clear: both;
	width: 300px;
	background-color: #f0f0f0;
	padding: 0.5em 1em;
}

.fieldWrapper div.label {
/*	float: left;*/
	display: inline-block;
	width: 65px;
	font-weight: bold;
	color: #808080;
	text-shadow: #c0c0c0 0px 1px 1px;
}

.fieldWrapper div.value {
/*	float: right;*/
	display: inline;
	margin-left: 10px;
	width: 200px;
}

.fieldWrapper div.errors {
	margin-left: 40px;
}

.fieldWrapper ul.errorlist {
	color: #f70916;
/*	color: #fad67d;*/
	list-style-type: none;
}

.fieldWrapper ul.errorlist li {
	display: inline;
	margin-top: 0;
}

.fieldWrapper input[type="submit"] {
	margin: 0;
}

.invitations {
	padding-top: 1em;
}

table {
	text-align: left;
	border-collapse: collapse;
	font-size: 0.9em;
}

table th {
	font-weight: bold;
	padding: 8px;
	background: #e0e0e0;
	border-top: 1px solid transparent;
/*	color: rgb(171, 116,  65);*/
}

table td {
	padding: 8px;
	background: #f0f0f0;
	border-top: 1px solid transparent;
}

table tr:hover td {
	background: #e8e8e8;
}

.addThisServiceButton {
	display: inline-block;
	vertical-align: text-bottom;
	margin-left: 3px;
}

.addThisToolbox {
	display: inline;
}

.summary {
/*	background-color: #000;*/
	background-color: #353535;
	color: #fff;
	padding: 1em;
}

/*
.summary .contributors {
	display: inline-block;	
}
*/
.summary .contributors .title {
	float: left;
	margin-right: 5px;
	font-style: italic;
	font-size: 0.9em;
}

.summary .contributors ul {
	padding: 0;
	margin: 0;
	list-style-type: square;
}

.summary .contributors li {
	float: left;
	margin-left: 1.5em;
	padding-left: 0;
	padding-right: 0.5em;
	font-variant: small-caps;
	text-transform: lowercase;
}

.summary .main_title {
	font-size: 1.7em;
	margin-top: 1em;
	margin-bottom: 0.3em;
}

.summary dl {
	margin: 0;
}

.summary dl dt {
	font-variant: small-caps;
	text-transform: lowercase;
	display: inline;
	line-height: 1.5em;
}

.summary dl dd {
	display: inline;
	margin-left: 0.5em;
}

.summary .abstract {
	background-color: #000;
	color: #fff;
	font-variant: normal;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;
}

.summary .darwin {
	background-color: #83004d;
	padding-left: 3px;
	padding-right: 3px;
}

.summary .leonardo {
	background-color: #eeb846;
	padding-left: 3px;
	padding-right: 3px;
}

.summary .einstein {
	background-color: #ba0521;
	padding-left: 3px;
	padding-right: 3px;
}
.summary .galileo {
	background-color: #258899;
	padding-left: 3px;
	padding-right: 3px;
}

.archive {
	margin-top: 1em;
}

.archive img {
	border: 0px;
}

.archive table {
	width: 100%;
}

.archive table th {
	padding: 4px;
}

.archive table tr:hover td {
	background: #f0f0f0;
}
.archive table td {
	text-align: center;
	width: 33%;
}

.archive_number {
	text-align: center;
	margin-top: 4px;
	color: #353535;
	text-shadow: 0 1px 0 white;
	font-size: 0.75em;
	font-weight: bold;
	text-transform: uppercase;
}

.issue_title {
	color: #353535;
	text-shadow: 0 1px 0 white;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
/*	margin-bottom: 10px;*/
	background-color: #e8e8e8;
	padding: 7px;
}

.issue_cover {
	margin-left: 10px;
	float: right;
	padding: 7px;
}

.issue_cover img {
	border-width: 0px;
}

.toggle {
	display: inline;
}

.section {
/*	margin-bottom: 10px;*/
	background-color: #f0f0f0;
	padding: 6px;
}

.section_logo {
	vertical-align: top;
}

.section_tab {
	display: none;
}

.article {
/*	padding-left: 10px;*/
	padding-top: 10px;
}

.article_menu {
	display: inline;
/*	font-variant: small-caps;*/
	text-transform: uppercase;
	font-size: 0.8em;
	word-spacing: 0.5em;
}

.article_title {
	color: #353535;
	text-shadow: 0 1px 0 white;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
}

.article_authors {
/*	display: inline;*/
	color: #606060;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: lowercase;
}

.article_city {
	display: inline;
}

.article_organization {
	display: inline;
	color: #808080;
	text-transform: none;
	font-weight: normal;
	font-size: 0.9em;
}

.article_organization img {
	vertical-align: baseline;
}

.article_summary {
/*	display: none;*/
	padding-top: 3px;
	font-size: 0.8em;
	text-align: justify;
}


