/* BASE --------------------------------------------------------------------- */

@font-face {
	font-family: 'TeXGyreHerosCnBold';
	src: url('fontfaces/TeX-Gyre-Heros/texgyreheroscn-bold.eot');
	src: local('TeX Gyre Heros Cn Bold'), local('TeXGyreHerosCondensed-Bold'), url('fontfaces/TeX-Gyre-Heros/texgyreheroscn-bold.woff') format('woff'), url('fontfaces/TeX-Gyre-Heros/texgyreheroscn-bold.otf') format('opentype'), url('fontfaces/TeX-Gyre-Heros/texgyreheroscn-bold.svg#TeXGyreHerosCondensed-Bold') format('svg');
}

html {
	border-top-style: solid;
	border-top-width: 5px;
}

body {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.5;
}

a {
	outline: none;
	text-decoration: none;
}

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

/* UTILITY ------------------------------------------------------------------ */

.clear {
	display: block;
	clear: both;
	height: 0;
}

.ui-tabs-hide {
	display: none;
}

.advertisment {
	text-align: center;
}

/* COMPONENT | VERTICAL MENU ------------------------------------------------ */

.menu,
.menu * {
	margin: 0;
	padding: 0;
}

.menu {
	margin: 10px 0px;
}

.menu h2 {
	font-size: 1em;
	font-weight: bold;
	padding: 2px 5px;
	text-transform: uppercase;
}

.menu ul {
	border-top-style: dotted;
	border-top-width: 1px;
	list-style: none;
}

.menu li a {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	display: block;
	font-size: 1.2em;
	padding: 5px;
}

/* HEADER ------------------------------------------------------------------- */

#logo a {
	background: url(images/logo.png) no-repeat;
	display: block;
	height: 133px;
	text-indent: -9999px;
}

#tagline {
	font-family: 'Anivers-Regular', Anivers, Georgia, Times New Roman, Times, serif;
	font-size: 1.6em;
	padding-top: 10px;
}

/* HEADER : NAVIGATION ------------------------------------------------------ */

#navigation * {
	padding: 0;
	margin: 0;
}

#navigation ul {
	clear: both;
	list-style: none;
}

#navigation li {
	float: left;
}

#navigation a {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	display: block;
	float: left;
	font-family: 'TeXGyreHerosCnBold', Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	font-weight: bold;
	padding: 19px 10px 10px;
	text-transform: uppercase;
	text-decoration: none;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.news #navigation .news a,
.news #navigation .news a:focus,
.news #navigation .news a:hover,
.events #navigation .events a,
.events #navigation .events a:focus,
.events #navigation .events a:hover,
.magazine #navigation .magazine a,
.magazine #navigation .magazine a:focus,
.magazine #navigation .magazine a:hover,
.about #navigation .about a,
.about #navigation .about a:focus,
.about #navigation .about a:hover,
.contact #navigation .contact a,
.contact #navigation .contact a:focus,
.contact #navigation .contact a:hover {
	padding: 19px 15px 10px;
}

/* FOOTER ------------------------------------------------------------------- */

#footer {
	border-top-style: dotted;
	border-top-width: 1px;
	margin-top: 10px;
	padding: 10px 0px;
}

#footer .menu {
	margin: 0px;
}

#footer .credit {
	border-top-style: dotted;
	border-top-width: 1px;
	margin-top: 10px;
	padding: 5px 0px 15px;
	text-align: right;
}

/* CONTENT ------------------------------------------------------------------ */

#content .header {
	padding: 8px 10px 4px ;
}

#content .header h1 {
	font-family: 'TeXGyreHerosCnBold', Arial, Helvetica, sans-serif;
	font-size: 2.6em;
	line-height: 1;
	margin-bottom: 4px;
	text-transform: uppercase;
}

#content .header .meta a {
	display: block;
	float: right;
	height: 16px;
	text-decoration: none;
}

#content .header .meta a span {
	margin-right: 2px;
}

#content .header .meta a:focus,
#content .header .meta a:hover {
	margin: 0px;
}

#content .excerpt p {
	margin: 14px 10px;
	font-family: 'Anivers-Regular', Anivers, Georgia, Times New Roman, Times, serif;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.4;
}

#content .content h1,
#content .content h2,
#content .content h3,
#content .content h4 {
	font-family: 'Anivers-Regular', Anivers, Georgia, Times New Roman, Times, serif;
}

#content .content p {
	margin: 10px;
	font-size: 1.2em;
}

#content .source {
	border-top-style: dotted;
	border-top-width: 1px;
	padding: 10px;
}

#content .sharing {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-width: 2px;
}

#content .sharing h4 {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-size: 1em;
	font-weight: bold;
	padding: 4px 10px 4px;
	text-transform: uppercase;
}

#content .sharing .networks {
	overflow: auto;
	padding: 4px 10px 10px;
	zoom: 1;
}

#content .sharing .networks a,
#content .sharing .networks span {
	border-radius: 2px;
	display: block;
	float: left;
	height: 16px;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#content .sharing .networks .addthis_button_email,
#content .sharing .networks .addthis_button_print {
	float: right;
}

#content .sharing .networks .addthis_button_email span,
#content .sharing .networks .addthis_button_print span {
	margin-right: 2px;
}

#content .picture {
	overflow: hidden;
}

#content .picture .caption {
	padding: 2px 5px 10px;
}

#content .advertisment {
	margin: 10px 0px;
}

/* OVERVIEW --- */

#overview h2 {
	border-bottom: 1px dotted #aaa;
}

#overview .article {
	border-bottom: 1px dotted #aaa;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#overview .header {
	padding: 8px 10px 4px ;
	background: #025373;
}

#overview .header * {
	color: #eee;
}

#overview .header h3 {
	font-family: 'TeXGyreHerosCnBold', Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	line-height: 1;
	margin-bottom: 0px;
	text-transform: uppercase;
}

#overview .header h3 a {
	color: #fff;
}

#overview .header h3 a:focus,
#overview .header h3 a:hover {
	color: #ff7200;
}

#overview .excerpt {
	padding: 5px 0px 15px;
	position: relative;
}

#overview .excerpt a.read {
	position: absolute;
	bottom: 0px;
	right: 5px;
}

#overview .navigation .older {
	float: left;
}

#overview .navigation .newer {
	float: right;
}

/* MAGAZINE ---------------------------------------------------------- */

#magazine-menu {
	margin-top: 0px;
}

#magazine-menu .picture {
	display: block;
	text-align: center;
	border: none;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	text-decoration: none;
}

#magazine-menu .picture .caption {
	color: #FF7200;
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	padding-left: 5px;
	border-bottom: 1px dotted #aaa;
	padding-bottom: 5px;
}

#magazine-future-issues .issue {
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	margin-bottom: 5px;
}

#magazine-future-issues .issue h3 {
	color: #FF7200;
	font-size: 1.4em;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #aaa;
}

#magazine-future-issues .issue .content {
	padding: 5px;
	font-size: 1.2em;
}

#magazine-future-issues .issue .content ul {
	border: none;
	list-style: disc;
	padding-left: 12px;
}

/* EVENTS ------------------------------------------------------------------- */

#events.menu h2 {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

/* HOME --------------------------------------------------------------------- */

body.home #advertisment-right-1 {
	margin-top: 19px;
}

/* MISC --- */
#contact_address_etc {
	margin-top: 5px;
}
ul.dbem_events_list {
	margin: 0;
	padding: 0;
}

#overview ul.dbem_events_list {
	list-style: none;
}

