@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);

@media only screen and (min-width: 800px) {

#socialShare {
    display: block;
    width: 72px;
    text-align: center;
    margin-top: -199px;
    position: fixed;
    top: 50%;
    right: 10px;
    z-index: 99; }
    #socialShare > img {
      position: relative;
      top: 12px; }
    #socialShare > div {
      padding: 9px 0 0;
      background: #fff;
      border-radius: 5px;
      box-shadow: 2px 2px 4px #999; }
      #socialShare > div .social-icon {
        margin-bottom: 5px; }
      #socialShare > div .fb {
        margin-bottom: 10px; padding-right: 4px; }
}

@media only screen and (max-width: 800px) {

#socialShare {
    display: none;
} }

body {
	background: #F2F2F2 ;
	margin: 0px;
	padding: 0px;
	color: #fff;
		line-height: 1.5;
}
#main {
	width: 600px;
	margin: 0 auto;
}
#top {
	width: 600px;
	height: 126px;
	background: url(img/top-header.gif) no-repeat;
	text-align: center;
	padding: 15px 0 0 0;
}
textarea {
	width: 540px;
	border: 1px #999 solid;
	color: #111;
	font-size: 11px;
	font-family: monospace;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	height: 90px;
	margin-top: 10px;
}
h1 {
	padding: 0px;
	margin: 0px;
	font-family: 'Open Sans', Arial, Helvetica;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	padding: 0px;
	margin: 0px;
	font-family: 'Open Sans', Arial, Helvetica;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}
h3 {
	padding: 0px;
	margin: 10px 0 0 0;
	text-align: center;
	font-family: 'Open Sans', Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
#item {
	
}
#headline {
	width: 580px;
	
	background: #f171ac;
	
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#entry {
	width: 600px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;

	text-align: left;
}
#bottom {
	width: 600px;
	background: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 0;
	margin-bottom: 20px;
}
#spacer { width: 560px; height:10px;}

#main, #entry, #bottom, #bottom textarea {
	max-width: 100%;
}
#main img {
	max-width: 100%;
	height:auto;
}