@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	background-color: #FFF;
}

div#main {
	width: 750px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

div#mainbody {
	width: 600px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}

/* Portfolio Container */
#portfolioContainer {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}

#portfolioImages {
	float: left;
	width: 600px;
	height: 600px;
}

#portfolioButtonLeft {
	float: left;
	width: 25px;
	height: 50px;
	margin-top: 275px;
}

#portfolioButtonRight {
	float: left;
	width: 25px;
	height: 50px;
	margin-top: 275px;
}

.sitemapcolumn {
	float: left;
	width: 180px;
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 0px 60px;
	color: #C01F2F;
}

ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

section {
	width: 450px;
	height: auto;
	margin-left: 75px;
	margin-right: 75px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 75px;
	padding-right: 75px;
	background-color: #999;
	text-align: center;
	color: #FFF;
}

footer {
	width: 750px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

a#fb {
    float: left;
    margin-left: 75px;
}

a#li {
    float: right;
    margin-right: 67px;
}

/*Testimonial box and font style and colours*/
.firstcharacter { 
	float: left; 
	color: #C01F2F; 
	font-size: 100px; 
	line-height: 60px; 
	padding-top: 4px; 
	padding-right: 8px; 
	padding-left: 3px; 
	font-family: 'Euphoria Script', cursive; 
	}
	
.lastcharacter {
	color: #C01F2F; 
	font-size: 100px;
	font-family: 'Euphoria Script', cursive;
	vertical-align: -200%;
	}

.testimonial {
	padding: 25px 25px 0px 25px;
	background-color: #F3E8E9; /*Change colour here and in .arrow-down*/
	float: left;
	font: 17px/22px Georgia, serif;
	color: #000;
	text-shadow: 1px 1px 0 #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/*Author section wrapper*/
.author-wrapper {
	width: 100%;
	margin-bottom: 20px;
	float: left;
}

/*This creates the arrow with no need for an image, thanks to css-tricks.com*/
.arrow {
	float: left;
	margin-left: 25px;
	width: 0;
	height: 0;
	border-top: 30px solid #F3E8E9; /*Change colour here to match .testimonial*/
	border-left: 30px solid transparent;
	border-right: 0px solid transparent; /*Make this 30px to create a triangle*/
}

/*Author Name*/
.testimonial-name {
	float: left;
	margin: 0 8px 0 8px;
	color: #C01F2F;
	padding-top: 5px;
	font: bold 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/*Author Job Title*/
.testimonial-name span {
	color: #000;
	font-weight: normal;
}

div#centeredtext {
    text-align: center;
}

h1 {
	font-family: "Georgia", "MS Serif", serif;
	font-size: 36px;
	color: #000;
}

h2 {
	font-family: 'Radley', "Georgia", "MS Serif", serif;
	font-size: 20px;
	color: #C01F2F;
	text-align: center;
}

h3 {
	font-family: "Georgia", "MS Serif", serif;
	font-size: 18px;
	color: #C01F2F;
	text-align: center;
}

h4 {
	font-family: "Georgia", "MS Serif", serif;
	font-size: 14px;
	color: #C01F2F;
	text-align: center;
	font-style: italic;
} 

h5 {
	font-family: "Georgia", "MS Serif", serif;
	font-size: 16px;
	color: #000;
	text-align: center;
}

h6 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

a:link {
	font-family: 'Radley', "Georgia", "MS Serif", serif;
	color: #000;
	text-decoration: none;
	font-variant: small-caps;
}

a:visited {
	font-family: 'Radley', "Georgia", "MS Serif", serif;
	color: #000;
	text-decoration: none;
	font-variant: small-caps;
}

a:hover {
	font-family: 'Radley', "Georgia", "MS Serif", serif;
	color: #999;
	text-decoration: none;
	font-variant: small-caps;
}

a:active {
	font-family: 'Radley', "Georgia", "MS Serif", serif;
	color: #999;
	text-decoration: none;
	font-variant: small-caps;
}

/* ———added html {overflow-y: scroll; } to always create a scrollbar to stop scrollbar shift —— */
html {
	overflow-y: scroll;
}

/*Wendihouse Form Styling*/
.wendihouse {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    background: #FFF;
    padding: 30px 30px 20px 30px;
    box-shadow: 0 3px 10px -1px #999;
    -webkit-box-shadow: 0px 3px 10px -1px #999;
    font: 12px Arial, Helvetica, sans-serif;
    color: #000;
}
.wendihouse h1 {
    font: 24px 'Radley', serif;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #F3E8E9;
    margin: -10px -30px 10px -30px;
    color: #C01F2F;
}
.wendihouse h1>span {
    display: block;
    font-size: 12px;
    color: #000;
}
.wendihouse label {
    display: block;
    margin: 0px 0px 5px;
}
.wendihouse label>span {
    float: left;
    width: 80px;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #C01F2F;
}
.wendihouse input[type="text"], .wendihouse input[type="email"], .wendihouse input[type="tel"], .wendihouse textarea,.wendihouse select{
    color: #999;
    width: 65%;
    padding: 3px 3px 3px 8px;
    margin-top: 2px;
    margin-right: 6px;
    margin-bottom: 16px;
    border: 1px solid #e5e5e5;
    background: #FFF;
    outline: 0;
    box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
	-webkit-box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
    font: normal 12px/24px Arial, Helvetica, sans-serif;
}
.wendihouse textarea{
    height:100px;
}
.wendihouse .button {
	float: left;
	margin-left: 90px;
    -moz-box-shadow:inset 0px 1px 0px 0px #C01F2F;
    -webkit-box-shadow:inset 0px 1px 0px 0px #C01F2F;
    box-shadow:inset 0px 1px 0px 0px #C01F2F;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F3E8E9), color-stop(1, #C01F2F) );
    background:-moz-linear-gradient( center top, #F3E8E9 5%, #C01F2F 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3E8E9', endColorstr='#C01F2F');
    background-color:#F3E8E9;
    border-radius:9px;
    -webkit-border-radius:9px;
    -moz-border-border-radius:9px;
    border:1px solid #C01F2F;
    display:inline-block;
    color:#FFF;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    height:30px;
    line-height:28px;
    width:100px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #c70067;
}
.wendihouse .button:hover {
	cursor: pointer;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #C01F2F), color-stop(1, #F3E8E9) );
    background:-moz-linear-gradient( center top, #C01F2F 5%, #F3E8E9 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#C01F2F', endColorstr='#F3E8E9');
    background-color:#C01F2F;
}
.wendihouse .button:active {
    position:relative;
    top:1px;
}
.wendihouse .button:select {
    background: url('down-arrow.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: url('down-arrow.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
   appearance:none;
    -webkit-appearance:none; 
   -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 67%;
}

.wendihouse .button2 {
	float: left;
	margin-left: 10px;
    -moz-box-shadow:inset 0px 1px 0px 0px #C01F2F;
    -webkit-box-shadow:inset 0px 1px 0px 0px #C01F2F;
    box-shadow:inset 0px 1px 0px 0px #C01F2F;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F3E8E9), color-stop(1, #C01F2F) );
    background:-moz-linear-gradient( center top, #F3E8E9 5%, #C01F2F 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3E8E9', endColorstr='#C01F2F');
    background-color:#F3E8E9;
    border-radius:9px;
    -webkit-border-radius:9px;
    -moz-border-border-radius:9px;
    border:1px solid #C01F2F;
    display:inline-block;
    color:#FFF;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    height:30px;
    line-height:28px;
    width:100px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #c70067;
}
.wendihouse .button2:hover {
	cursor: pointer;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #C01F2F), color-stop(1, #F3E8E9) );
    background:-moz-linear-gradient( center top, #C01F2F 5%, #F3E8E9 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#C01F2F', endColorstr='#F3E8E9');
    background-color:#C01F2F;
}
.wendihouse .button2:active {
    position:relative;
    top:1px;
}
.wendihouse .button2:select {
    background: url('down-arrow.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: url('down-arrow.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
   appearance:none;
    -webkit-appearance:none; 
   -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 67%;
}