/* Custom text formatting styles for the Empire of the Alexandrians. */
/* Written by Christopher McQueeny, 25 June 2012 */

@import url(http://www.bessarion.name/Alexandria/alex_fonts.css);

#container #header {
	background-color: #5b1f5b;
}

.logo a:link, .logo a:hover, .logo a:active, .logo a:visited {
	color: #ffffff;
	font: 2.6em EBGaramondSC, Garamond, serif;
	text-decoration: none;
	line-height: 1.0;
}

.foundation {
	color: rgb(205,178,18);
	font: 2em EBGaramondSC, Garamond, serif;
	text-transform: lowercase;
}

#alex_panel {
text-align: center;
}

.alex_signature {
	color: rgb(120,120,120);
	font: 11pt EBGaramondRegular, Garamond, serif;
}

.alex_smallcaps {
	font: 11pt EBGaramondSC, Garamond, serif;
}

.alex_cosord {
	font: 14pt serif;
	margin:auto;
	width:600px;
}

.alex_cosordtitle {
	font: 18pt serif;
	text-align: center;
}

/* Styles for the Alexandrian Code. 28 October 2012. */
.alex_code {
	margin: auto;
	
	width: 550px;
}

.alex_title {
 font: 24pt serif; text-align: center; margin: 0;
}

.alex_subtitle {
	font: 14pt serif;
	text-align: center;
	margin: 0;
}

.alex_enacting {
 font: 12pt serif; margin: 0; text-indent: 1em;
}

.alex_part {
 font: bold 18pt serif; margin: 0;
}

.alex_div {
  font: bold 15pt serif; margin: 0;
}

.alex_sec {
 font: bold 13pt serif; margin: 0;
}

.alex_subsec {
	font: 12pt serif;
	margin: 0 0 0 2em;
	text-indent: 1em;
}

.alex_para {
	font: 12pt serif;
	margin: 0 0 0 4em;
	text-indent: 1em;
}

