* { margin: 0; padding: 0; }

body { 
	font-family: Arial, Verdana, sans-serif;
	color: #000;
	background: #FF84B5 url(../img/bg.png) repeat-y center;
	font-size: 14px;
}

h1 { margin-bottom: .35em; }

h1, h2, h3, h4, li { 
	font-weight: normal;
	font-family: 'Times New Roman', Georgia, serif;
	
}

a, a:visited { color: #FF0066; }

a img { border: 0; }


#container {
	width: 850px;
	margin: 0 auto;
	background: #fff;
	text-align: center;
}

#container p { margin-top: 25px; margin-bottom: 40px; }

#share * { display: inline !important; }

#share a { border: 0; font-size: 20px; text-decoration: none;  padding-right: 10px; }

/* reusable classes */
.swatch1 { color: #FF0066; }

.center_text { text-align: center; }

.mute { color: #ccc; }

.cursor { cursor: pointer; }

#tweet_this {
	border: 4px solid #efefef;
	padding: .5em;
	text-align: center; 
	margin-bottom: 10px;
	font-size: 1.75em;
}

#tweet_this a  { text-decoration: none; }

#take_another  { margin-top: 25px; }

#created_by { 
	background: #fff;
	margin-top: 35px; 
	border-top: 4px solid #920000;
	border-bottom: 4px solid #920000;
	padding-top: 10px;
}

#created_by table {
	text-align: center;
	margin: 0 auto; 
	width: 600px;
}

#created_by td { padding: 0 2em .5em 0;}

#created_by a img { border: 0; }

#created_by a { padding-right: 1em; font-family: Arial, Verdana, sans-serif; text-decoration: none; }

#take_another { border: 3px solid #ccc; padding: 1.5em; }
