@font-face {
	font-family: Cinzel-Regular;
	src: url('Cinzel-Regular.otf');
}

html, body {
	margin: 0;
	padding: 0;
	border: 0;
}

#wrapper {
	width: 80%;
	max-width: 950px;
	margin: 0 auto;
}

header {
	
}

footer {
	padding: 0 0 0 10px;
	margin: 0 0 20px 0;
	text-align: center;
	clear: both;
}

article {
	margin: 70px 0 0;
	clear: both;
}

nav {
	
}

h1 {
	font-family: Cinzel-Regular, serif;
	color: #333;
	font-size: 3em;
	line-height: 0;
}

h2 {
	font-family: Cinzel-Regular, serif;
	color: #555;
	font-size: 1.2em;
	line-height: 0;
}

header h2 {
	text-align: right;
}

h3 {
	font-family: Cinzel-Regular, serif;
	color: #555;
	font-size: 1.1em;
}

p {
	font-family: Verdana, Arial, sans-serif;
	color: #555;
	font-size: .9em;
	line-height: 1.35em;
	padding: 0 0 1em 0;
}

form, input {
	font-family: Verdana, Arial, sans-serif;
	color: #555;
	font-size: .9em;
}

table {
	border-collapse: collapse;
}

footer a {
	text-decoration: none;
	font-size: .8em;
}

footer p {	
	padding: 0 0 .5em 0;
}

.center {
	text-align: center;
}

.mainartpic {
	border-radius: 7px;
	box-shadow: 1px 1px 4px #aaa;
	margin: 10px 10px;
	padding: 5px;
}

.thumbnail {
	border-radius: 7px;
	box-shadow: 1px 1px 4px #aaa;
	margin: 10px 10px;
	padding: 5px;
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	
	-webkit-transition: all .15s ease-in;
	-moz-transition: all .15s ease-in;
	-ms-transition: all .15s ease-in;
	-o-transition: all .15s ease-in;
	transition: all .15s ease-in;
}

.thumbnail:hover {
	box-shadow: 1px 1px 14px #aaa;
	top: 0;
	left: 0;
}

.thumbnail:active {
	top: 3px;
	left: 3px;
	box-shadow: 0 0 2px #aaa;
}

.clearfloat {
	clear: both;
}

nav a {
	display: block;
	padding: .35em 2em .35em 0;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-shadow: 0 0 0 #fff;
	float: left;
}

nav a:link {
	color: #555;
	text-shadow: 0 0 0 #000;
	
	-webkit-transition: all .15s ease-in;
	-moz-transition: all .15s ease-in;
	-ms-transition: all .15s ease-in;
	-o-transition: all .15s ease-in;
	transition: all .15s ease-in;
}

nav a:visited {
	color: #555;
	text-shadow: 0 0 0 #000;
}

nav a:hover {
	color: #fff;
	text-shadow: 0 0 5px #000;
}

nav a:active {
	color: #fff;
	text-shadow: 0 0 15px #000;
}

article a {
	text-decoration: none;
	text-align: center;
}

article a:link, footer a:link {
	color: #55f;
	
	-webkit-transition: all .15s ease-in;
	-moz-transition: all .15s ease-in;
	-ms-transition: all .15s ease-in;
	-o-transition: all .15s ease-in;
	transition: all .15s ease-in;
}

article a:visited, footer a:visited {
	color: #55f;
}

article a:hover, footer a:hover {
	color: #00f;
}

article a:active, footer a:active {
	color: #f00;
}