/*
Theme Name:     Responsive Child (Invitation V)
Theme URI:      http://uri.not.available..com/
Description:    Responsive's Child Theme for Invitation V (Tested on Version 1.8.8).
Author:         Nicolas Bouvrette
Author URI:     http://ca.linkedin.com/in/nicolasbouvrette/
Tag:			InvitationV
Template:       responsive
Version:        1.0
*/
	
@import url("../responsive/style.css");

html, body {
	margin:0;
	padding:0;
}

body {
	background-image: url(/wp-content/themes/responsive-invitationv/images/restaurant-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.home.page-template-default #wrapper, #wrapper {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	clear: both;
	margin: 20px auto 0px auto;
	padding: 0px 20px 0px 20px;
	position: relative;
}
/* removed the white space before the wood (might have to be tweaked if using posts) */
.post-edit {
	display: none;
}

.contact {
	float: left;
	text-align: left;
	font-size: 11px;
}

.scroll-top {
	float: left;
	text-align: center;
	font-size: 11px;
}

.copyright {
	float: left;
	text-align: right;
	font-size: 11px;
}

.contact-left {
	text-align: left;
	font-size: 12px;
}

.contact-right {
}

.contact-text {
	clear: both;
}
