/* custom font */

@font-face
{
	font-family: trypewriter;
	src: url('/font/kingthings_trypewriter_2_regular.eot'); /* for IE - convert .ttf at http://ttf2eot.sebastiankippe.com */
	src: local(trypewriter), url('/font/kingthings_trypewriter_2_regular.ttf') format('truetype');  /* for Firefox 3.5+ and other browsers */
}

body
{
	font-family: trypewriter, georgia;
}

/******** Links *********/

a
{
    color: #60004F;
    /*color: black;*/
}

a:link
{
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
    color: gray;
}
a:active
{
    text-decoration: none;
    color: gray;
}

a.menulinks
{
    font-size: 26px;
}

a.homelinks
{
    font-size: 32px;
    font-weight: bold;
}

a.hometext
{
    font-size: 20px;
    border-bottom:1px dotted gray;
}

a.maplinks
{
    border-bottom:1px dotted gray;
}

a.staylinks
{
    border-bottom:1px dotted gray;
}

/******** Inputs *********/

textarea.rsvp
{
	background-position: center;
    font-family: trypewriter, georgia;
	font-size: 20px;
	padding: 40px;
	width: 512px;
	height: 366px;
	overflow: auto;
}

input.rsvp
{
	background-repeat: no-repeat;
	background-position: center;
	font-family: trypewriter, georgia;
	width: 350px;
	font-size: 20px;
}

input.rsvpSubmit
{
	font-family: trypewriter, georgia;
	font-size: 20px;
    width: 50%;
    background-color: #CCCCC7;
}

/******** Tables *********/

table.fullpage
{
    width:100%;
    height:100%;
    vertical-align: middle;
    text-align: center;
}

td
{
	font-size: 20px;
	padding-top: 10px;
}

tr.rsvp
{
    width: 100%;
}

td.homeLinks
{
	font-size: 32px;
    text-align: center;
    padding: 10px;
}

td.rsvpLeft
{
	width: 30%;
}

td.rsvpRight
{
	width: 70%;
    text-align: right;
}

td.staythere
{
    width: 33%;
    text-align: center;
}
