body {
 	font: .8em 'franklin gothic medium', helvetica, arial, sans-serif;
	background: #eee url(/pin.png);
}
.wrap {
 	margin: auto;
 	border: 20px solid black;
 	padding: 40px;
 	min-width: 900px;
 	background: yellow;
}
h1 {
 	font: 2em 'franklin gothic medium', helvetica, arial, sans-serif;
 	text-transform: uppercase;
 	letter-spacing: -.05em;
}
a {
 	color: #f40f7c;
}
a:hover {
 	text-decoration: none;
}
hr {
 	height: 1px;
 	background: #222;
 	border: none;
}
a img {
 	border: none;
}
.center {
	text-align: center;
}
#header {
 	height: 110px;
}

#header h2 {
 	font: 2.2em 'franklin gothic medium', helvetica, arial, sans-serif;
 	text-transform: uppercase;
 	letter-spacing: -.05em;
 	line-height: .9em;
}
#main {
 	float: right;
 	margin: auto;
 	width: 680px;
 	padding: 10px;
 	min-height: 200px;
 	background: #fff;
 	margin: 0px 10px 10px;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
	-khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
}
#main-table {
	width: 650px;
	background: #fafafa;
	margin: auto;
 	font: 1em 'franklin gothic medium', helvetica, arial, sans-serif;
}
#enterlinks {
	width: 585px;
	margin-left: 5px;
	height: 40px;
	font: 3em 'franklin gothic medium', helvetica, arial, sans-serif;
	border: none;
	border-bottom: 3px solid #000;
	color: #888;
}
.link-table {
	padding: 2px 5px;
	width: 650px;
	background: #eee;
	margin: auto;
	border-collapse: collapse;
}
.get {
	background: yellow;
	padding: 20px;
}
tr {
	border-bottom: 1px solid #ccc;
}
td {
 	vertical-align: top;
}
#describeit {
 	height: 60px;
}
.link-table:nth-child(even) {
	background: #ddd;
}
.link-table td {
	padding: 3px;

}
.link-table .e-url {
	width: 550px;
	font-size: 2em;
}
.link-table .e-url a {
	margin-left: 10px;
}
.link-table .remove {
	text-align: right;
	padding: 10px 5px 0 0;
}
.link-table .remove a {
	color: #333;
}
.links-list {
 font-size: 3em;
	background: #fff;
	margin: 0px 10px 10px;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
	-khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
	padding: 20px 40px;
}
#add {
 	border: none;
 	background: none;
 	width: 50px;
	height: 50px;
	font: 3em 'franklin gothic medium', helvetica, arial, sans-serif;
	font-weight: bold;
}
#add:hover {
 	background: yellow;
}
/* optional end tables */

.fthr, .donebutton {
	width: 650px;
	background: #eee;
	margin: 5px auto;
	font-size: 1.75em;
 	padding-top: 10px;
}
.fthr .leftcol {
	width: 200px;
 font-size: .8em;
}
#nameit, #describeit {
	width: 460px;
	font: 1.2em 'franklin gothic medium', helvetica, arial, sans-serif;
	border: none;
	border-bottom: 3px solid #888;
	color: #aaa;
}
.donebutton {
 	text-align: right;
}
.donebutton h3 {
 	float: left;
 	margin-top: 0px;
 	color: #aaa;
	padding-left: 3px;
}
.donebutton input {
	background: #f40f7c;
	border: none;
	border-bottom: 3px solid #000;
	font-size: 16pt;
	padding: 5px;
	width: 250px;
	margin-left: 10px;
 text-transform: uppercase;
}
.donebutton input:hover {
 background: yellow;
}
/* tada! */
.tada {
	margin: 20px auto;
	background: yellow;
	width: 600px;
	padding: 30px 25px;
	font-size: 14pt;
}
.tadaurl {
	margin: 10px 0 0 40px;
	font-size: 24pt;
	width: 510px;
}
.tada input {
	width: 510px;
	height: 30px;
	font-size: 18pt;
	margin: 0;
	border: 1px solid #eee;
	border-bottom: 3px solid #000;
}
.tada .labels {
	font-size: 10pt;
}
#social-media {
	float: right;
 	height: 100px;
 	width: 480px;
 	margin-top: -120px;
 	padding: 0px 10px;
 	border-left: 1px solid black;
}
#social-media:hover {
 	background: yellow;
}	
#footer {
	width: 100%;
}
#footer.center {
	padding-bottom: 10px;
}
