@charset "utf-8";
/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Caudex', serif;
	margin: 0px 10px 0px 10px;
	color: white;
	text-shadow:
	3px 3px 0 #000,
	-1px -1px 0 #000,  
	1px -1px 0 #000,
	-1px 1px 0 #000,
	1px 1px 0 #000;
}

h1 {
	font-size:4em;
	margin: 0px 10px 0px 10px;
}

h3 {
	font-size:2em;
	margin: 0px 10px 0px 10px;
}

h4 {
	font-size:1.5em;

}

h5 {
	font-size:1em;

}

img {
	border-style: none;
}

.right {
	float: right;
	margin: 15px 10px 0px 35px;
}

.left {
	float:left;
	margin: 15px 35px 0px 10px;
}

.center {
	text-align:center;
}

hr {
	height: 100px; 
	background: url('images/flourish.png') no-repeat 50% 50%; 
	margin: 3em 0; border: 0;
}

table, td, th {
	border: 1px solid white;
	border-collapse: collapse;
} 

table {
	margin-right:10px;
	margin-left:10px;
}

td {
	padding: 2px;
}

/*Structure*/
#callout {
	width:980px;
	height:25px;
	text-align:left;
	margin:0 auto;
}

header {
	width:980px;
	height:147px;
	text-align:center;
	margin:0 auto;
}

nav {
	font-family: 'Caudex', serif;
	width:980px;
	text-align:center;
	margin:0 auto;
	padding:5px 5px 5px 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	background:rgba(0,0,0,0.3);	
}

article {
	width:980px;
	background:rgba(0,0,0,0.6);
	margin:0 auto;
	padding:5px 5px 5px 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	border-color:#FFF;
	margin-top:10px;
	font-family: 'Source Sans Pro', sans-serif;
	color:#FFFFFF;
	font-size:16px;
	line-height:1.5;
	overflow:auto;
}

article p {
	margin-right:10px;
	margin-left:10px;
}

section {
	height:175px;
}

footer {
	width:980px;
	padding-top:25px;
	margin:0 auto;
	font-family: 'Source Sans Pro', sans-serif;
	color:#FFFFFF;
	font-size:14px;
	line-height:1.5;
}

#ares {
	height:553px;
	background-image:url(images/background_Ares-Toraernos.png);
}

#dela {
	height:543px;
	background-image:url(images/background_Dela-Delon.png);
}

/*Menu*/
ul.menu {
	display:inline-block;
	list-style-type:none;
	width:980px;
	margin:0 auto;
	padding: 0;
	text-align:center;
}

li.menuitem {
	display:inline-block;
	margin:2px;	
	font-weight:bold;
	font-size:1.7em;
	padding-left:7px;
	padding-right:7px;
	color:#FFFFFF;
	text-shadow:
		3px 3px 0 #000,
		-1px -1px 0 #000,  
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
}

ul.menu a {
	text-decoration:none;
	color:#FFF;
}

li.menuitem a:hover {
	text-decoration:none;
	color:#e00710;
	display: block;
}

/*Grid*/
.column{
   float: left;
   width: 235px;
   height: 480px;
   overflow: hidden;
   padding-left:8px;
   text-align:center;
  
}

.row{
    width: 235px;
    height: 240px;
}

/*Links*/
a:link {
	color:#FFFFFF;
	text-decoration:none;
}

a:visited {
	color: #CCCCCC;
	text-decoration:none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
