
/*
	RESET
*/

* {
	margin: 0;
	padding: 0;
}

html { 
	font-size: 100%;
}

body {
	font-size: 1em;
    background: #eee;
}


/*
	STOPS
*/

#cardwrapper {
	background: #000; 
    width: 100%;
	height: 100%;
	border: 0;
	margin: 0 auto;
	padding: 50px 0 0 0;
	text-align: center;
    overflow: hidden;
}

.card {
	width: 300px;
  	z-index: 6;
	margin: 0px auto;
	background-color: #eee;
	padding-bottom: 20px;
}

p.cardheading {
	text-align: center;
	font: normal 16px Open Sans,sans-serif;
	color: #777;
	margin: 0px;
	padding-top: 10px;
}
 
p.cardtext {
	text-align: justify;
	font: normal 12px Open Sans,sans-serif;
	color: #777;
	margin: 10px 20px 0px 20px;
}

p.cardnote {
	text-align: center;
	font: normal 14px Open Sans,sans-serif;
	color: #777;
	margin: 0px;
	padding: 5px 0 20px 0;
}

span.poem {
	font: normal 12px Constantia;
	color: #444;
}

span.poemhead {
	font: normal 14px Constantia;
	text-decoration: underline;
  	color: #444;
}

p.copytext {
	text-align: center;
	font: normal 12px Open Sans,sans-serif;
	color: #333;
	margin: 20px 20px 20px 20px;
	padding-bottom: 20px;
}

.smallpic {
	margin: auto;
	float: none;
	border: 0;
}

.cardpic {
	padding: 0;
	margin: 0;
	border: 0;
	float: none;
}

span.back {
	text-align: center;
	font: normal 14px "Open Sans",sans-serif;
	color: #ccc;
	padding: 5px 20px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background: #4E26FC;
}

.social {
	text-align: center;
	margin: 10px 40px;
	padding: 5px 5px 1px 5px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	border-radius: 35px;
	background: #E2E0E0;
}

/*
	NAVIGATION
*/

#header {
	display: none;		
}

#navlistbox {
	width: 100%;
	top: 0;
	left: 0;		
    z-index: 100;
    position: fixed;
	float: left;
}

#navlist {
	width: 100%;
	height: 30px;		
	float: left;
	background: #eee;
	border-bottom: solid 1px #000;
}

#navlistmenu {
	width: 100%;
	background: #eee; 
	border-bottom: solid 1px #000;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}

li.navlisttext {
	list-style: none;
	font: normal 14px Arial, sans-serif;  
	color: #999;
	float: left;
	width: 100%;
	text-align: left;
}

#navlistbox ul ul {
	display: none;
}

#navlistbox ul li:visited > ul {
	display: block;
}

#navlistbox ul li:hover > ul {
	display: block;
}

#navlistbox ul li:hover, #navlistbox ul li ul li:hover {
	z-index: 500;
	background: #fff;
}

/* Style navigation menu links */
#navlistbox a {
	color: #666;
	padding: 6px 20px 5px 20px;
	text-decoration: none;
	font: normal 14px Arial, sans-serif;  
	display: block;
}

/* Style the hamburger menu */
#navlistbox a.icon {
	background: #eee;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

/* Add a grey background color on mouse-over */
#navlistbox a:hover {
	background-color: #fff;
	color: black;
}

#navbox {
	display: none;
}

a {
 	outline: none;
}

a.back:link{color:#ccc;text-decoration:none}
a.back:visited{color:#ccc;text-decoration:none}
a.back:hover{color:#fff;text-decoration:none}
a.back:active{color:#ccc;text-decoration:none}

a.under:link{color:#777;text-decoration:underline}
a.under:visited{color:#777;text-decoration:underline}
a.under:hover{color:#333;text-decoration:underline}
a.under:active{color:#777;text-decoration:underline}

