
/* TYPOGRAPHY */
/* ----------------------------------------- */

h1, h2, h3, h5, h5, h6 { font-weight:bold } /* This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */
.alert { background:red; color:white } /* 'alert' has a basic style, since it's useful to have it standing out for testing purposes.*/

h1{ font-size:1.2em; }
h2{ font-size:1.1em; }
h3{ font-size:1em; }
h4{ font-size:1em; }
h5{ font-size:1em; }
h6{ font-size:1em; }

.post-info{ font-size:0.8em;}
.post-detail{ }

#sidebar h3 { font-size:1em; }

body{
	font-size:85%;
	font-family:"Helvetica Neue", Helvetica, sans-serif;
	color:#767676;
}

#content a[target=_blank]{
	background-image:url(../images/icon_outbound_link.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:15px;
}

#mainmenu{
	font-size:1.05em;
}

.fade-title{
	font-weight:normal;
	font-style:normal;
}

h1{
	color:#c6252a;
}
h2{
	color:#000;
}
h3{
	color:#000;
	font-style:italic;
}
h4{
	font-style:italic;
}

cite,blockquote{
	font-style:italic;
}
cite{
	border-bottom: .1em dotted;
}

table{
	margin:1em;
	border:1px solid #000;
}
th,td{
	border:1px solid #000;
	padding:0.5ex 0.5em;
}
th{
	color:#000;
	font-weight:bold;
}

a {
	color:#005D95;
}
a:hover{
	color:#0077BE;
}
a:visited{
	color:#422DA7;
}

.actuatity-zone h2{
	font-weight:normal;
	border-top:1px solid #999;
	padding-top:1ex;margin-top:1ex;margin-bottom:0;
}
.actuatity-zone a{
	color:#990004;
}
.actuatity-zone a:visited{
	color:#7D0003;
}
.actuatity-zone h2 a{
	text-decoration:none;
}
.actuatity-zone h2 a:hover{
	text-decoration:underline;
}
.actuatity-zone p{
	margin:0.5ex 0;
}
.actuatity-zone .post:first-child h2{
	border-top:none;margin-top:0;padding-top:0;
}


.section_video_link:hover,
.section_video_link:visited{
	color:#B53034;
}


#footer{
	font-size:0.75em;
}
#footer a{
	color:#767676;
}
/* Font stack options

	The following represents a list of font stacks, as recommended by Nathan Ford in
	http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/

	I've added inverted commas around the relevant family names to ensure compatibility.
	p = balanced for paragraphs or body copy
	t = balanced for headlines or titles

	- - - -

Arial, "Helvetica Neue", Helvetica, sans-serif - p, t

Baskerville, "Times New Roman", Times, serif - p
Baskerville, "Times, Times New Roman", serif - t

Cambria, Georgia, Times, "Times New Roman", serif - p, t
"Century Gothic", "Apple Gothic", sans-serif - p, t

Consolas, "Lucida Console", Monaco, monospace - p, t

"Copperplate Light", "Copperplate Gothic Light", serif - p, t

"Courier New", Courier, monospace - p, t

"Franklin Gothic Medium", "Arial Narrow Bold", Arial, sans-serif - p, t

Futura, "Century Gothic", "Apple Gothic", sans-serif - p, t

Garamond, "Hoefler Text", "Times New Roman", Times, serif - p
Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif - t

Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif - p
Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif - t

Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif - p
Georgia, Times, "Times New Roman", serif - t

GillSans, Calibri, Trebuchet, sans-serif - p
GillSans, Trebuchet, Calibri, sans-serif - t

"Helvetica Neue", Arial, Helvetica, sans-serif - p
Helvetica, "Helvetica Neue", Arial, sans-serif - t

Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif - p, t

"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif - p, t

Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif - p
Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif - t

Tahoma, Geneva, Verdana - p
Tahoma, Verdana, Geneva - t

Times, "Times New Roman", Georgia, serif - p, t

Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif - p
Trebuchet, Tahoma, Arial, sans-serif - t

Verdana, Geneva, Tahoma, sans-serif - p
Verdana, Tahoma, Geneva, sans-serif - t

*/