/*
Theme Name: The Residences Palm Beach
Theme URI: http://you-site.com
Description: Starter Template WordPress
Version: 1.0
Author: Starter Template WordPress
Author URI: http://you-site.com
Tags: white, custom header, fixed width, two columns, widgets

	This theme was built by Your Site

*/



@font-face {
	font-family: 'GoudyOldStyleATT-Italic';
	src: url('fonts/goudyoldstyleattitalic.eot');
	src: url('fonts/goudyoldstyleattitalic.eot?#iefix') format('embedded-opentype'),
		 url('fonts/goudyoldstyleattitalic.woff') format('woff'),
		 url('fonts/goudyoldstyleattitalic.ttf') format('truetype'),
		 url('fonts/goudyoldstyleattitalic.svg#goudyoldstyleattitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AbadiMT';
	src: url('fonts/monotypeimagingabadimt.eot');
	src: url('fonts/monotypeimagingabadimt.eot?#iefix') format('embedded-opentype'),
		 url('fonts/monotypeimagingabadimt.woff') format('woff'),
		 url('fonts/monotypeimagingabadimt.ttf') format('truetype'),
		 url('fonts/monotypeimagingabadimt.svg#monotypeimagingabadimt') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AbadiMT-Light';
	src: url('fonts/monotypeimagingabadimtlight.eot');
	src: url('fonts/monotypeimagingabadimtlight.eot?#iefix') format('embedded-opentype'),
		 url('fonts/monotypeimagingabadimtlight.woff') format('woff'),
		 url('fonts/monotypeimagingabadimtlight.ttf') format('truetype'),
		 url('fonts/monotypeimagingabadimtlight.svg#monotypeimagingabadimtlight') format('svg');
	font-weight: normal;
	font-style: normal;
		}
		
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
img a{
	border:none;
}
a img{
	border:none;
}
body {
	line-height: 1;
	font-family: 'AbadiMT', Arial, sans-serif;
	/*min-width: 1000px;*/

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.radios{
	/*width: 1000px !important;*/
	width: 100%;
}
div.wpcf7-response-output{
	color:#333 !important;
}
.alignleft {
	float:left; 
	margin:0 1em 1em 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}