@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, asidex, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
background-color: #fff;}
ol, ul {
	list-style: none;
}
blockquote, q {
}
blockquote:before, blockquote:after,
q:before, q:after {
}

article {
	margin: 0px auto 0px auto;
	position: relative ;
}
article#main-content {
	width: 900px;
	margin: 0px auto 0px auto;
	position: relative;
	max-width:900px;
}
article#main-content section#introduction {
	background-image: url(images/plucking/test-8.png);
	background-repeat:no-repeat;
	margin-left: 100px;
	padding-left: 30px;
	padding-top: 50px;
	padding-right: 400px;
	height:745px;
	
}
article#main-content section#synecdoche {
	background-image:url(images/plucking/test-5.png);
	background-repeat:no-repeat;
	margin-left: 100px;
	padding-left: 30px;
	padding-top: 50px;
	padding-right: 400px;
	height:1043px;
}
article#main-content p {
	padding-top: 15px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 18px;

}
article#main-content p:first-letter {
	font-family: 'Emilys Candy', Verdana, cursive;
color: #09F;
font-size: 24px;
text-shadow:1px 1px 1px #000;
}
	
h1 {
font-family: 'Emilys Candy', Verdana, cursive;
color: #09F;
text-shadow:2px 2px 2px #000;
font-size:3.5em;
margin-left: 0px;
margin-top: 5px;
background-image:url(images/line.png);
background-repeat: no-repeat;
background-position:bottom left !important;
z-index:0;}


@-webkit-keyframes rotater {
0% { -webkit-transform:rotate(0) scale(1) }
50% { -webkit-transform:rotate(360deg) scale(1) }
100% { -webkit-transform:rotate(720deg) scale(1) }
}

@-moz-keyframes rotater {
0% { -moz-transform:rotate(0) scale(1) }
50% { -moz-transform:rotate(360deg) scale(1) }
100% { -moz-transform:rotate(720deg) scale(1) }
}

@-ms-keyframes rotater {
	 0%{ -moz-transform:rotate(0) scale(1) }
50% { -moz-transform:rotate(360deg) scale(1) }
100% { -moz-transform:rotate(720deg) scale(1) }
}

div#spin {
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	margin-left:0px;
	margin-top: -30px;
  /* safari / chrome */
  -webkit-animation-name:rotater; 
  -webkit-animation-duration:
  50000ms; 
  -webkit-animation-iteration-count: 2; 
  -webkit-animation-timing-function: ease-out;
  -webkit-transform-origin:289px 263px;

  /* mozilla */
 -moz-animation-name:rotater; 
 -moz-animation-duration:50000ms; 
 -moz-animation-iteration-count:2; 
 -moz-animation-timing-function: ease-out;
-moz-transform-origin:289px 263px;
  /* opera */
  -o-transform:rotate(360deg) scale(1);
  -o-transition-duration:5000ms;
  -o-transform-origin:330px center;
  -o-transition-timing-function: ease-out;
transform-origin:289px 263px;
  /* ie */
  -ms-transform:rotate(360deg) scale(1);
  -ms-transform-duration:5000ms;
  -ms-transform-timing-function: ease-out;
transform-origin:289px 263px;

}


article div#center {
	  margin:0;
  padding:0;
	position: absolute;
	top: 200px;
	left:245px;
	background-image:url(images/petals/center-bg.png);
background-repeat:no-repeat;
}
article div#center, article div#center a:link, article div#center a:visited {
  display:block;
  width: 111px;
  height: 121px;
}

article div#center a:hover img {
  visibility:hidden;
}

article div#petal-1 {
	position:absolute;
	top: 25px;
	left: 195px;
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	-ms-transform: rotate(1deg);  
       -o-transform: rotate(1deg);
	background-image:url(images/petals/petal-1-bg.png);
background-repeat:no-repeat;
	
}
article div#petal-1, article div#petal-1 a:link, article div#petal-1 a:visited {
  display:block;
  width: 226px;
  height: 212px;
}

article div#petal-1 a:hover img {
  visibility:hidden;
}

article div#petal-2 {
	position:absolute;
	top: 140px;
	left: 55px;
	-webkit-transform: rotate(-7deg);
-moz-transform: rotate(-7deg);
-ms-transform: rotate(-7deg);  
       -o-transform: rotate(-7deg);
background-image:url(images/petals/petal-2-bg.png);
background-repeat:no-repeat;
}
article div#petal-2, article div#petal-2 a:link, article div#petal-2 a:visited {
  display:block;
  width: 234px;
  height: 236px;
}

article div#petal-2 a:hover img {
  visibility:hidden;
}

article div#petal-3 {
	position:absolute !important;
	top: 285px !important;
	left: 205px !important;
	-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);  
       -o-transform: rotate(-3deg);
background-image:url(images/petals/petal-3-bg.png) !important;
background-repeat:no-repeat !important;
}
article div#petal-3, article div#petal-3 a:link, article div#petal-3 a:visited {
  display:block !important;
  width: 222px !important;
  height: 216px !important;
  
}

article div#petal-3 a:hover img {
  visibility:hidden;
}
article div#petal-4 {
	position:absolute;
	top: 151px;
	left: 319px;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	background-image:url(images/petals/petal-4-bg.png);
	background-repeat:no-repeat;
}

article div#petal-4, article div#petal-4 a:link, article div#petal-4 a:visited {
  display:block;
  width: 230px;
  height: 210px;
}

article div#petal-4 a:hover img {
  visibility:hidden;
}



div#fake-leaf {
	position:absolute;
	top: 519px;
	left: 143px;
	-webkit-transform: rotate(17deg);
	-moz-transform: rotate(17deg);
	-ms-transform: rotate(17deg);
	-o-transform: rotate(17deg);
	background-image:url(images/petals/fake-leaf-bg.png);
	background-repeat:no-repeat;
	z-index: 20000;
}

div#fake-leaf, div#fake-leaf a:link, div#fake-leaf a:visited {
  display:block;
  width: 90px;
  height: 39px;
}

div#fake-leaf a:hover img {
  visibility:hidden;
}

div#facebook-1 {
	position: absolute;
	top: 63px;
	left: 120px;
}
nav#top {
	position: absolute;
	width: 300px;
	top: 75px;
	left:205px;
}
nav#top a {
	height: 30px;
	padding-top: 10px;
	padding-right: 35px;
	text-align:left;
	float: left;
	list-style: none;
	color:#000;
	text-decoration: none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
}
nav#top a:hover {
	color: #09f;
	text-decoration:underline;
}

section a {
	color:#09f;
	text-decoration:none;
}
section a:hover {
	color: #000;
	text-decoration:underline;
}

article#main-content section#like-mcluhan {
	background-image: url(images/plucking/test.png);
	background-repeat:no-repeat;
	margin-left: 100px;
	padding-left: 30px;
	padding-top: 50px;
	padding-right: 400px;
	height: 700px;
}
article#main-content section#liking-burke {
	background-image: url(images/plucking/test-3.png);
	background-repeat:no-repeat;
	margin-left: 100px;
	padding-left: 30px;
	padding-top: 50px;
	padding-right: 400px;
	height: 1255px;
}
article#main-content section#citations-man {
	background-image: url(images/petals/test-12.png);
	background-repeat:no-repeat;
	margin-left: 100px;
	padding-left: 30px;
	padding-top: 50px;
	padding-right: 400px;
	height: 2885px;
}
h2 {
	font-family: 'Emilys Candy', Verdana, cursive;
color: #09F;
text-shadow:1px 1px 1px #000;
font-size:2.2em;
margin-left: -10px;
margin-top: 5px;
}

nav#middle {
	position: absolute;
	width: 300px;
	top: 870px;
	left:205px;
}
nav#middle a {
	height: 30px;
	padding-top: 10px;
	padding-right: 35px;
	text-align:left;
	float: left;
	list-style: none;
	color:#000;
	text-decoration: none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
}
nav#middle a:hover {
	color: #09f;
	text-decoration:underline;
}
nav#bottom {
	position: absolute;
	width: 300px;
	top: 1622px;
	left:205px;
}
nav#bottom a {
	height: 30px;
	padding-top: 10px;
	padding-right: 35px;
	text-align:left;
	float: left;
	list-style: none;
	color:#000;
	text-decoration: none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
}
nav#bottom a:hover {
	color: #09f;
	text-decoration:underline;
}
div#facebook-2 {
	position: absolute;
	top: 1153px;
	left: 120px;
}
div#facebook-3 {
	position: absolute;
	top: 1605px;
	left: 120px;
}
div#facebook-4 {
	position: absolute;
	top: 1712px;
	left: 120px;
}

div#facebook-5 {
	position: absolute;
	top: 939px;
	left: 120px;
}
div#facebook-6 {
	position: absolute;
	top: 856px;
	left: 120px;
}
div#facebook-7 {
	position: absolute;
	top: 1722px;
	left: 120px;
}

figure#dog {
	position:absolute;
	top: 253px;
	left: -45px;
	border:#09f 2px solid;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	background:#fff;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
}
figure#doggie {
	position:absolute;
	top: 100px;
	left: 500px;
	border:#09f 2px solid;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	background:#fff;
}
figure#mcluhan {
	position:absolute;
	top: 884px;
	left: -112px;
	border:#09f 2px solid;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	background:#fff;
}
figure#burke {
	position:absolute;
	top: 1640px;
	left: 530px;
	border:#09f 2px solid;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	-webkit-transform: rotate(8deg);
	-moz-transform: rotate(8deg);
	-ms-transform: rotate(8deg);
	-o-transform: rotate(8deg);
	background:#fff;
}
nav#top-1 {
	position: absolute;
	width: 300px;
	top: 75px;
	left:195px;
}
nav#top-1 a {
	height: 30px;
	padding-top: 10px;
	padding-right: 21px;
	text-align:left;
	float: left;
	list-style: none;
	color:#000;
	text-decoration: none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
}
nav#top-1 a:hover {
	color: #09f;
	text-decoration:underline;
}
nav#middle-1 {
	position: absolute;
	width: 300px;
	top: 1168px;
	left:195px;
}
nav#middle-1 a {
	height: 30px;
	padding-top: 10px;
	padding-right: 21px;
	text-align:left;
	float: left;
	list-style: none;
	color:#000;
	text-decoration: none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
}
nav#middle-1 a:hover {
	color: #09f;
	text-decoration:underline;
}
nav#bottom-1 {
	position: absolute;
	width: 300px;
	top: 1310px;
	left:205px;
}
nav#bottom-1 a {
	height: 30px;
	padding-top: 10px;
	padding-right: 35px;
	text-align:left;
	float: left;
	list-style: none;
	color:#000;
	text-decoration: none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
}
nav#bottom-1 a:hover {
	color: #09f;
	text-decoration:underline;
}
figure#bulldogvideo{
	position:absolute;
	top: 1210px;
	left: 518px;
	border:#09f 2px solid;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	background:#fff;
	z-index: 200;
	-webkit-transform: rotate(8deg);
	-moz-transform: rotate(8deg);
	-ms-transform: rotate(8deg);
	-o-transform: rotate(8deg);
	height: 282px;
}
figure#ghostbuster{
	position:absolute;
	top: 150px;
	left: 518px;
	border:#09f 2px solid;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	background:#fff;
	z-index: 200;
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	-ms-transform: rotate(4deg);  
       -o-transform: rotate(8deg);
}
figure#gaslight{
	position:absolute;
	top: 2623px;
	left: 510px;
	border:#09f 2px solid;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	background:#fff;
	z-index: 1000;
}
figure#paul{
position:absolute;
	top: 300px;
	left: 540px;
	border:#09f 2px solid;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	-webkit-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-ms-transform: rotate(20deg);  
       -o-transform: rotate(20deg);
	background:#fff;
	z-index: 1000;
}
figure#twilight{
	position:absolute;
	top: 2250px;
	left: 520px;
	border:#09f 2px solid;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	-webkit-transform: rotate(-14deg);
	-moz-transform: rotate(-14deg);
	-ms-transform: rotate(-14deg);
	-o-transform: rotate(-14deg);
	background:#fff;
	z-index: 1000;
}
article#main-content section#silence {
	background-image: url(images/plucking/test-2.png);
	background-repeat:no-repeat;
	margin-left: 100px;
	padding-left: 30px;
	padding-top: 50px;
	padding-right: 400px;
	height: 1960px;
}
article#main-content section#silence-gosling {
	background-image: url(images/plucking/test-11.png);
	background-repeat:no-repeat;
	margin-left: 100px;
	padding-left: 30px;
	padding-top: 50px;
	padding-right: 400px;
	height: 1540px;
}
article#main-content section#expediency {
	background-image:url(images/plucking/test-9.png);
	background-repeat:no-repeat;
	margin-left: 100px;
	padding-left: 30px;
	padding-top: 50px;
	padding-right: 400px;
	height: 1460px;
}
article#main-content section#dislike-expediency {
	background-image:url(images/plucking/test-13.png);
	background-repeat:no-repeat;
	margin-left: 100px;
	padding-left: 30px;
	padding-top: 50px;
	padding-right: 400px;
	height: 1140px;
}

figcaption {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 13px;
}

div#stem {
	position:absolute;
	top:290px;
	left: 125px;
	z-index: inherit !important;
}
div#ground {
	position:absolute;
	top:584px;
	left: -10px;
}

div#aarow {
	position:absolute;
	top:70px;
	right: 210px;
	width: 124px;
	height: 94px;
	background-image:url(images/aarow.png);
	background-repeat:no-repeat;
	padding-left: 76px;
	font-family: 'Emilys Candy', Verdana, cursive;
	color: #000;
	font-size:1em;
	-webkit-transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	-ms-transform: rotate(-6deg);
	-o-transform: rotate(-6deg);
}

div#sources {
	position: absolute;
	top: 573px;
	left: 558px;
	font-family: 'Emilys Candy', Verdana, cursive;
	color: #09F;
	font-size:1em;
	z-index: 10;
}
div#sources a {
	color:#09f;
	text-decoration:none;
}
div#sources a:hover {
	color:#000;
}

article#main-content section#dislike-persuasion {
	background-image: url(images/plucking/test-6.png);
	background-repeat:no-repeat;
	margin-left: 100px;
	padding-left: 30px;
	padding-top: 50px;
	padding-right: 400px;
	height: 1600px;
}
article#main-content section#positively {
	background-image: url(images/plucking/test-14.png);
	background-repeat:no-repeat;
	margin-left: 100px;
	padding-left: 30px;
	padding-top: 50px;
	padding-right: 400px;
	height: 830px;
}
article#main-content section#negatively {
	background-image: url(images/plucking/test-10.png);
	background-repeat:no-repeat;
	margin-left: 100px;
	padding-left: 30px;
	padding-top: 50px;
	padding-right: 400px;
	height: 1610px;
}
figure#planking {
	position:absolute;
	top: 140px;
	left: 527px;
	border:#09f 2px solid;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	background:#fff;
}
figure#bloody-bella {
	position:absolute;
	top: 1230px;
	left: 510px;
	border:#09f 2px solid;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	background:#fff;
}
figure#wonka {
	position:absolute;
	top: 2350px;
	left: 520px;
	border:#09f 2px solid;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	background:#fff;
}
figure#gosling-meme {
	position:absolute;
	top: 110px;
	left: 520px;
	border:#09f 2px solid;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-ms-transform: rotate(10deg);  
       -o-transform: rotate(10deg);
	background:#fff;
}
figure#martian {
	position:absolute;
	top: 140px;
	left: 510px;
	border:#09f 2px solid;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	background:#fff;
}
figure#pirillo {
	position:absolute;
	top: 749px;
	left: 510px;
	border:#09f 2px solid;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	background:#fff;
}
figure#gosling {
	position:absolute;
	top: 1800px;
	left: 530px;
	border:#09f 2px solid;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	background:#fff;
}
figure#jenkins {
	position:absolute;
	top: 1030px;
	left: 510px;
	border:#09f 2px solid;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-5deg);
	background:#fff;
}
figure#turkle {
	position:absolute;
	top: 1790px;
	left: 515px;
	border:#09f 2px solid;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	background:#fff;
}
figure#turkle a {
	color:#09f;
	text-decoration: none;
	font-family:Tahoma, Geneva, sans-serif;
	
}

figure#turkle a:hover {
	color: #000;
	text-decoration:underline;
}

nav#top-dislike-1 {
	position: absolute;
	width: 300px;
	top: 75px;
	left:203px;
}
nav#top-dislike-1 a {
	height: 30px;
	padding-top: 10px;
	padding-right: 35px;
	text-align:left;
	float: left;
	list-style: none;
	color:#000;
	text-decoration: none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
}
nav#top-dislike-1 a:hover {
	color: #09f;
	text-decoration:underline;
}
nav#middle-dislike-1 {
	position: absolute;
	width: 300px;
	top: 1726px;
	left:203px;
}
nav#middle-dislike-1 a {
	height: 30px;
	padding-top: 10px;
	padding-right: 35px;
	text-align:left;
	float: left;
	list-style: none;
	color:#000;
	text-decoration: none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
}
nav#middle-dislike-1 a:hover {
	color: #09f;
	text-decoration:underline;
}

span#definition a{
	color:#09f;
	text-decoration: none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
}

span#definition a span {
	display:none;
}
span#definition a:hover span {
		display: block;
	position: absolute;
	top: 400px;
	left: -20px;
	width: 320px;
	padding: 10px;
	margin: 10px;
	z-index: 100;
	color: #000000;
	background:#fff;
	font: .95em Arial, Helvetica, sans-serif;
	text-align: left;
	border: thin solid #09f;
}
span#definition a:hover {
}
span#sawers a{
	color:#09f;
	text-decoration: none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
}

span#sawers a span {
	display:none;
}
span#sawers a:hover span {
		display: block;
	position: absolute;
	top: 184px;
	left: -20px;
	width: 320px;
	padding: 10px;
	margin: 10px;
	z-index: 100;
	color: #000000;
	background:#fff;
	font: .95em Arial, Helvetica, sans-serif;
	text-align: left;
	border: thin solid #09f;
}
span#sawers a:hover {
}
	
blockquote {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 14px;
	padding: 20px 60px 0px 40px;
}

h3 {
	font-family: 'Emilys Candy', Verdana, cursive;
color: #09F;
font-size:24px;
text-shadow:1px 1px 1px #000;
margin-left: -10px;
margin-top: 15px;
}

nav#top-like-message {
	position: absolute;
	width: 300px;
	top: 75px;
	left:206px;
}
nav#top-like-message a {
	height: 30px;
	padding-top: 10px;
	padding-right: 28px;
	text-align:left;
	float: left;
	list-style: none;
	color:#000;
	text-decoration: none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
}
nav#top-like-message a:hover {
	color: #09f;
	text-decoration:underline;
}
nav#middle-like-message {
	position: absolute;
	width: 300px;
	top: 956px;
	left:206px;
}
nav#middle-like-message a {
	height: 30px;
	padding-top: 10px;
	padding-right: 28px;
	text-align:left;
	float: left;
	list-style: none;
	color:#000;
	text-decoration: none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
}
nav#middle-like-message a:hover {
	color: #09f;
	text-decoration:underline;
}
nav#middle-dislike-message {
	position: absolute;
	width: 300px;
	top: 1734px;
	left:203px;
}
nav#middle-dislike-message a {
	height: 30px;
	padding-top: 10px;
	padding-right: 26px;
	text-align:left;
	float: left;
	list-style: none;
	color:#000;
	text-decoration: none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
}
nav#middle-dislike-message a:hover {
	color: #09f;
	text-decoration:underline;
}
nav#top-dislike-message {
	position: absolute;
	width: 300px;
	top: 75px;
	left:203px;
}
nav#top-dislike-message a {
	height: 30px;
	padding-top: 10px;
	padding-right: 26px;
	text-align:left;
	float: left;
	list-style: none;
	color:#000;
	text-decoration: none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
}
nav#top-dislike-message a:hover {
	color: #09f;
	text-decoration:underline;
}

span.italic {
	font-style: italic;
}
iframe#fb-like{
	position: absolute;
	top: 530px !important;
	left: 240px;
	-webkit-transform: rotate(-55deg);
	-moz-transform: rotate(-55deg);
	-ms-transform: rotate(-55deg);  
       -o-transform: rotate(-55deg);
	   z-index: 100;
}

section#introduction a img#trillium {
	height: 0px; width: 0px; border-width: 0px;
}

section#introduction a:hover img#trillium {
position: absolute;
    top: 380px; left:300px;
	width: 100px;
	height: 102px;
	border:#09f 2px solid;
	background: #fff;
	
}

section#introduction a img#dogwood {
	height: 0px; width: 0px; border-width: 0px;
}

section#introduction a:hover img#dogwood {
position: absolute;
    top: 375px; left:200px;
	width: 100px;
	height: 77px;
	border:#09f 2px solid;
	background: #fff;
	
}	
