body
{
	background-color: #ffffe0;
	background-image: url("../img/background.png");
	background-position: center top;
	background-repeat: no-repeat;
	width: 900px;
	margin: auto;
	color: #111111;
	padding-bottom: 20px;
	text-align: center;
	font-family: Calibri, Helvetica, sans-serif;
	text-shadow: transparent 0 0 1px;
}

a:visited
{
	color: #ba0036;
}

a 
{
	color: #ba0036;
}

#container 
{
	width: 900px;
	margin: auto;
	text-align: left;
	padding: 0px;
}

img.logo
{
	margin-top:15px;
}

#maincontent
{
	background-color: white;
	width: 880px;
	min-height: 450px;
	/*border-top: 1px solid #ba0036;
	border-bottom: 1px solid #ba0036;*/
	padding: 20px;
	box-shadow: 0px 0px 8px grey;
	-webkit-box-shadow: 0px 0px 8px grey;
	-moz-box-shadow: 0px 0px 8px grey;		
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=6);
}

h1
{
	font-weight: normal;
	color: #333333;
	margin-top: 0px;
	padding-top: 5px;
}

h2
{
	font-weight: normal;
}

#rightcol
{
	width: 100%;
	margin-top: 0px;
	text-align: right;
	color: black;
}

#rightcol ul
{
	margin-top: 30px;
}

#rightcol li
{
	display: inline;
	list-style: none;
	margin-left: 5px;
	margin-right: 5px;

}

#rightcol a
{
	padding-left: 5px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.3em;
	font-family: Calibri, Helvetica, sans-serif;
	padding-right: 5px;
	background-color: #ba0036;
	color: white;

}

.travelcol
{
	float: left; 
	width: 200px;
	margin-right: 17px;
	margin-top: 10px;
}

.travelcol img
{
	float: right;
	margin-right: 5px;
	margin-left: 5px;
}

.travelcol h2 
{
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

#rightcol a:hover
{
	background-color: #bcc024;
	/*box-shadow: 2px 2px 5px black;
	-webkit-box-shadow: 2px 2px 5px black;
	-moz-box-shadow: 2px 2px 5px black;*/
	/*box-shadow: 0px 0px 0px;
	-webkit-box-shadow: 0px 0px 0px;
	-moz-box-shadow: 0px 0px 0px;*/
}

#map_canvas
{
	float:right;
	margin-left: 50px;
}

.infowindow
{
	font-size: 0.9em;
}

.infowindow p
{
	margin: 0px;
}

.user_rsvp_table
{
	width: 700px;	
	
}


.user_rsvp_table th
{
	text-align: left;
	background-color: #872c00;
	color: white;	
	font-weight: normal;
}


.user_rsvp_table th, .user_rsvp_table td
{
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
}

.user_rsvp_table td
{
	vertical-align: bottom;
}

.submit_button 
{
	width: 100px;
	height: 50px;
	margin-top: 10px;
	margin-left: 600px;
}

.user_rsvp_table .buttoncol
{
	width: 80px;
}

#noticearea
{
	border: 2px solid #bcc024;
	background-color: #dee09d;
	padding: 2px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}

#noticearea p
{
	margin: 0px;
	padding: 0px;
}

.checklist 
{
	width: 45%;
	float: left;
	margin-bottom: 20px;
}

.breakfloat
{
	clear: both;
}

.checklist li
{
	list-style: none;
	padding-left: 40px;
	margin-left: 0px;
	margin-top: 4px;
	background-image: url('http://www.emilyandluke.co.uk/img/no_cross.png');
	background-repeat: no-repeat;
	line-height: 1.2em;
	vertical-align: top;
}

.checklist li.done
{
	list-style: none;
	padding-left: 40px;
	margin-left: 0px;
	background-image: url('http://www.emilyandluke.co.uk/img/yes_tick.png');
	background-repeat: no-repeat;
}

a img
{
	border: 0px;
}

#clock 
{
	margin-top: 20px;
	float: right;
}

#clock h2
{
	margin: 0px;
	padding: 0px;
	color: grey;		
}


.menu_item
{	
	border-top: 1px dotted grey;
	margin-top: 20px;	
	clear: right;
}

.menu_item p
{
	width: 75%;
	font-size: 0.9em;
}

.menu_item h3
{
	margin-top: 0px;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 1;
}

.menu_image
{

	float: right;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 100px;
	box-shadow: 0px 0px 8px grey;
	-webkit-box-shadow: 0px 0px 8px grey;
	-moz-box-shadow: 0px 0px 8px grey;		
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=6);	
}

.right_col
{
	clear: both;
	float: left; 
	width: 250px;
	overflow: text-wrap;
}

.cart_table tr:last-child
{
	font-weight: bold;
}

.main_col
{
	clear: none;
	margin-left: 300px;
}

li.tab
{
	display: inline;
	background-color: #ba0036;	
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 6px;
	margin-right: 6px;
	border-radius: 4px;
	
}

.tabs a
{
	color: white;
	text-decoration: none;
}

.tabs
{
	margin-left: 300px; 
	margin-bottom: 10px;
	color: white;
}

.tablink
{
	color: white !important;
}

.pagination_link
{
	/*background-color: #ba0036;*/
	
	color: #ba0036;
	/*color: white !important;*/
}

.price
{
	color: grey;
}

#topbar 
{
	
}



.cart_table
{
	width: 250px;
}

.cart_table td
{
	width: 50px;
}

.cart_table th
{

}

.title_col
{
	width: 100px;
}

.pagination
{
	border-top: 1px dotted grey;
	margin-top: 20px;	
	padding-top: 10px;
	clear: right;
}

.invitee_table
{
	border-spacing: 0;	
}

.invitee_table th
{
	padding-left: 10px;
	padding-right: 10px;
}

.invitee_table tr:nth-child(odd)
{
		background-color: #eeeeee;
}


