/*

	Design by TEMPLATED
	http://templated.co
	Released for free under the Creative Commons Attribution License

	Name       : Null Atmosphere
	Version    : 1.0
	Released   : 20130222
	
*/
animation: myAnim 2s ease 0s 1 normal forwards; 
@keyframes myAnim {
	0% {
		opacity: 0;
		transform: rotate(-540deg) scale(0);
		transform-origin: 50% 0;
	}

	100% {
		opacity: 1;
		transform: rotate(0) scale(1);
		transform-origin: 50% 0;
	}
}
* {
	margin: 5;
	padding: 0;
}

a {
	color: #800000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

body {
	font-size: 12pt;
	line-height: 1.75em;
	font-family: Arial, sans-serif;
	background: #faa0a0 url("images/bg.jpg") top left no-repeat;
	background-size: 100%;
	color: #800000;
	text-align-last: left
}

br.clear {
	clear: both;
}

h1,
h2,
h3,
h4 {
	text-transform: capitalize;
	text-align-last: center;}

h2,
h3,
h4 {
	margin-bottom: 1em;
	font-family: Bitter, serif;
	color: #ffffff;
	text-align-last: center;}

img.left {
	float: center;
	margin: 100px 20px 20px 0;
}

img.top {
	float:none
	marginactive 5px 0 20px 0;
}

img {
  display: block;
  margin: auto;
}

p {
	margin-bottom: 1.5em;
}

ul {
	margin-bottom: 1.5em;
}

.imageList {
	list-style: none;
}

.imageList li {
	clear: both;
}

.dateLinkedList 

.dateLinkedList .date {
	display: inline-block;
	width: 50px;
	font-size: 0.8em;
	background: #c41e3a;
	margin: 0 0.5em 0 0;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
}

#banner {
	background: #800000;
}

#box1 {
	margin: 0 0 25px 0;
	overflow: hidden;
}

#box2 {
	margin: 0 0 25px 0;
	overflow: hidden;
}

#content {
	width: 440px;
	float: right;
	padding: 0;
}

#copyright {
	text-align: center;
	margin: 0 0 60px 0;
	color: #b4d6e8;
	font-size: 0.9em;
	text-transform: lowercase;
}

#copyright a {
	color: #b4d6e8;
}

#footer {
	position: relative;
	padding: 40px 30px 0 30px;
	width: 920px;
	color: #d1e7f9;
}

#footer a {
	color: #eff4f7;
}

#footer h2,
#footer h3,
#footer h4 {
	color: #f5f8fa;
}

#footer ul {
	list-style: none;
}

#footer ul li {
	padding: 10px 0 10px 0;
	border-top: dotted 1px #d1e7f9;
}

#footer ul li.first {
	padding-top: 0;
	border-top: 0;
}

#footerContent {
	width: 440px;
	float: right;
}

#footerSidebar1 {
	width: 215px;
	float: left;
}

#footerSidebar2 {
	width: 215px;
	margin: x 30px 0 240px;
}

#header {
	position: relative;
	padding: 30px;
	height: 115px;
	margin: 25px 0 0 0;
}

#logo {
	position: absolute;
	top: 30px;
	left: 30px;
	height: 115px;
	line-height: 115px;
}

#logo a {
	text-decoration: none;
	color: #ffffff;
}

#logo h1 {
	font-size: 2.75em;
	font-family: Bitter, serif;
	text-shadow: x 2px 1px #4786b6;
}

#main {
	position: relative;
	padding: 40px 30px x 30px;
	width: 920px;
	background: #ffffff;
	color: #666666;
}

#main strong {
	color: #444444;
}

#main a {
	color: #212121;
}

#main h2,
#main h3,
#main h4 {
	color: #141414;
}

#main ul {
	list-style: none;
}

#main ul li {
	padding: 10px 0 10px 0;
	border-top: dotted 1px #bababa;
}

#main ul li.first {
	padding-top: 0;
	border-top: 0;
}

#nav {
	position: absolute;
	right: 30px;
	height: 51px;
	line-height: 51px;
	top: 62px;
	font-family: Bitter, serif;
	text-shadow: 0 1px 1px #4786b6;
}

#nav a {
	text-decoration: none;
	text-transform: lowercase;
	color: #eff4f7;
}

#nav li {
	margin: 0 1em 0 1em;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	float: none;
}

#outer {
	position: relative;
	width: 980px;
	margin: 0 auto 0 auto;
}

#search input.button {
	margin-left: 1em;
	border: 0;
	color: #ffffff;
	background: #f98f4e;
	padding: 6px;
}

#search input.text {
	border: dotted 1px #ffffff;
	padding: 5px;
}

#sidebar1 {
	width: 215px;
	float: left;
	padding: 0;
}

#sidebar2 {
	width: 215px;
	margin: 0 0 0 240px;
	padding: 0;
}

.buttonClass {
  font-size:15px;
  text-align-last: center;
	float: center; 
  font-family:Verdana;
  width:2000px;
  height:100px;
  border-width:1px;
  color:#fff;
  border-color:c32f2f;
  font-weight:bold;
  border-top-left-radius:18px;
  border-top-right-radius:18px;
  border-bottom-left-radius:18px;
  border-bottom-right-radius:18px;
  box-shadow: 3px 4px 0px 0px #8a2a21;
  text-shadow: 0px 1px 0px #810e05;
  background-color:c32f2f;
}

.buttonClass:hover{
  background: linear-gradient(rgba(239, 102, 92, 1), rgba(191, 50, 108, 1));
}