body {
	background-color: #fdfdfd; 
	background-image:url('http://i.imgur.com/YsFbf40.jpg');
background-repeat: repeat-all;
	margin: 0; padding: 0; 
	text-align: left; 
	font-family: arial narrow;
	font-size: 12px;
	color: #4a4a4a;
	letter-spacing: 1px;
	filter: dropshadow(color=#d7d593, offx=1, offy=1);
}  

#container {
 	width:800px;
	padding: 0px;
	margin: 0 auto;
}   

#title, #title a:link, #title a:visited, #title a:hover, #title a:active {
	font-family: 'League Script', cursive;
	font-weight: none;
	font-size: 50px;
	letter-spacing: 0px;
	font-style: none;
	text-transform: lowercase;
 	padding: 10px;
	width: 100%;
	color: #f09587;
	border-bottom: 0px;
	background-color: #fff;
 	text-align: center;
	text-shadow: 1px 1px 1px #e6e6e6;
	filter: dropshadow(color=#e6e6e6, offx=1, offy=1);
}   

#links {
 	padding: 0px;
 	width: 100%;
 	text-align: center;
}  

#content {
 	padding: 10px;
 	width: 770; 
	line-height: 18px;
	background-color: #fff; 
 	text-align: left;
	margin: 10px auto 0 auto;
	-webkit-box-shadow: 1px 1px 1px 1px #f6f6f6;
	-moz-box-shadow: 1px 1px 1px 1px #f6f6f6;
	box-shadow: 1px 1px 1px 1px #f6f6f6;
}  

#footer {
	clear: both;
	text-align: center;
	background-color: #ffffff; 
 	width:780px;
 	padding: 10px;
	margin: 10px auto 0 auto;
	-webkit-box-shadow: 1px 1px 1px 1px #f6f6f6;
	-moz-box-shadow: 1px 1px 1px 1px #f6f6f6;
	box-shadow: 1px 1px 1px 1px #f6f6f6;
}  

a:link, a:active, a:visited {
	font-family: cambria;
	font-size: 12px;
	color: #f09587;
	text-decoration: none;
	cursor: default;
	font-weight: none;
	letter-spacing: 0px;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
a:hover {
	font-family: cambria;
	font-size: 12px;
	font-weight: normal;
	color: #f2dad6;
	text-decoration: none;
	cursor: default;
	font-weight: none;
	letter-spacing: 0px;
	border-bottom: 2px double #d5d5d5;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
a.nav:link, a.nav:visited, a.nav:active {
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: lighter;
	font-size: 20px;
	font-style: none;
	text-transform: lowercase;
	letter-spacing: 0px;
	color: #4a4a4a;
	display: inline-block;
	text-align: center;
	width: 10%;
	margin: 15px;
	padding: 8px;
	text-decoration: none;
	background-color: #ffffff;
	letter-spacing: 0px;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

a.nav:hover {
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: lighter;
	font-size: 20px;
	text-transform: lowercase;
	letter-spacing: 0px;
	color: #fff;
	width: 10%;
	display: inline-block;
	text-align: center;
	padding: 8px;
	margin: 15px;
	text-decoration: none; 
	background-color: #f09587;
	letter-spacing: 0px;
	border-bottom: 0px solid #f09587;
	border-left: 0px solid #fff;
	text-shadow: 1px 1px 1px #484848;
	filter: dropshadow(color=#484848, offx=1, offy=1);
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

h1 {
	font-family: 'League Script', cursive;
	font-weight: none;
	font-size: 25px;
	text-transform: lowercase;
	letter-spacing: 0px;
	color: #f09587;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 3px;
	border-bottom: 3px solid #eeeeee;
}

h2, h3, h4 {
	font-family: 'Exo 2', sans-serif;
	font-weight: normal;
	letter-spacing: 0px;
	font-size: 14px;
	text-transform: uppercase;
	color: #4a4a4a;
	text-align: center;
	background-color: #f2dad6;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 3px

}
b, i, u, s {
	color: #d06a5a;
	font-family: cambria;
	font-size: 12px;
	font-style: italic;}

.highlightCard {
	border: 2px solid #f2dad6;
	background: #f2dad6;
}
.dimmedCard {
	opacity:0.3;
	filter:alpha(opacity=30);
}