/* Import required components (Font, secondary stylesheet) */

@font-face {
	font-family: 'Title';
	src: url('title/title.eot');
	src: local('Title'), url('title/title.woff') format('woff'), url('title/title.ttf') format('truetype'), url('title/title.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Text';
	src: url('text/text.eot');
	src: local('Title'), url('text/text.woff') format('woff'), url('text/text.ttf') format('truetype'), url('text/text.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	letter-spacing: 0;
}

.phone {
	display: none;
}

#page {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

/* Header */

h1.header {
	font: 36pt 'Title', 'Palatino';
	position: relative;
	margin: 0;
	padding: 0;
}

.header a:link, a:visited, a:active {
	text-decoration: none;
	color: black;
}

.header a:hover {
	text-decoration: none;
	color: grey;
}

h2.header {
	font: 16pt 'Title', 'Palatino';
	padding: 0px;
	margin-top: -10px;
	position: relative;
	letter-spacing: .9em;
}

ul#mail {
	font: 16pt 'Text', 'Palatino';
	text-align: right;
	margin-top: -75px;
	list-style: none;
	position: relative;
}

#mail a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	color: black;
}

/*

h3.email {
	font: 16pt 'Text', 'Palatino';
	position: relative;
	text-align: right;
	margin-top: -43px;
}

h3.email a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	color: black;
}

*/

h3.cat {
	font: 14pt 'Title', 'Palatino';
	padding: 0px;
	text-align: center;
	
}

h3.wide {
	font: 14pt 'Title', 'Palatino';
	padding: 0;
	letter-spacing: .9em;
	text-align: center;
}

h3.cat a:link {
	text-decoration: none;
}

h3.cat a:hover {
	text-decoration: none;
}

h3.cat a:active {
	text-decoration: none;
}

h3.cat a:visited {
	text-decoration: none;
}

h4 {
	font: 14pt 'Helvetica', 'Ariel', sans-serif;
	position: absolute;
	margin-left: 750px;
	margin-top: 50px;
	padding: 7px;
	background: black;
	color: white;
	display: none;
}

hr {
	width: 100%;
	color: #736F6E;
}

#estateplanning, #realestate, #probate, #business {
	float: left;
	font: 12pt 'Text', serif;
	width: 250px;
	padding: 0px;
	margin: 0px;
}

/* Image */

.round {
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    behavior: url(round_ie.htc);
    border-radius: 15px;
    
    filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.show {
	color: blue;
	cursor: pointer;
}

.screen {
	margin: 0px;
	padding: 0px;
	border: none;
}

#firstHeading {
	font: 18pt 'Title';
	margin: 0px;
	font-spacing: 0;
}

#bodyContent {
	font: 12pt 'Text';
}

/* Contact Bar */

#contact {
	position: fixed;
	width: 1000px;
	bottom: 0;
	padding: 0;
	background-repeat: repeat-x;
}

h5 {
	font: 12pt 'Helvetica', 'Ariel', sans-serif;
	position: relative;
	text-align: center;
	bottom: -20px;
}

h5 a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	color: black;
}

#container {
	margin-left: 30px;
}

#about {
	margin-bottom: 70px;
	font: 12pt 'Text', serif;
}

/* CONTACT FORM */

input { 
	border: 1px solid #ccc;
	color: #999;
	font: inherit;
	padding: 5px;
}

input:focus, input.focused { 
	border-color: #000;
	color: #333; 
}

#submit {
	color: white;
}

#response { 
	display:none;
	font: 12pt 'Helvetica', 'Ariel', sans-serif;
	text-align: left;
	background-color: #C3FDB8;
	padding: 5px;
	width: 300px;
}

@media screen and (max-device-width: 480px) {
	.screen {
		display: none;
	}
	#page {
		margin-left: 0px;
		width: inherit;
	}
	#map_canvas, #container, #mail, #family, #contact {
		display: none;
	}
	h1.header {
		font: 21pt 'Palatino';
		text-align: center;
		font-variant: small-caps;
	}
	h2.header {
		font: 11pt 'Palatino';
		text-align: center;
		font-variant: small-caps;
		letter-spacing: .6em;
		margin-top: 0px;
		margin-bottom: -10px;
	}
	img.phone {
		display: inherit;
		padding: 0px;
		margin-left: auto;
		margin-right: auto;
	}
	h3.cat {
		font: 14pt 'Palatino';
		font-variant: small-caps;
	}
	h3.wide {
		font: 11pt 'Palatino';
		text-align: center;
		font-variant: small-caps;
		letter-spacing: .6em;
		margin-top: 0px;
	}
	ul {
		font: 11pt 'Palatino';
	}
	#about {
		text-align: justify;
		width: 275px;
		padding: 10px;
	}
}