/* BarbaraBaerCPA.com Global Styles */

body {
	padding: 0;
	margin: 0;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12pt;
	line-height: 16pt;
	color: #000;
	background-color: #5B5B5C;
}
a {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:active, a:link, a:visited {
	color: #000;
	text-decoration: underline
}
a:hover {
	color: #4B0E72;
	text-decoration: underline
}
a img {
	border: 0;
}
p {
	margin-bottom: 18px;
}
* {
	outline: none;
	margin: 0;
	padding: 0;
}
#siteWrapper {
	width: 100%;
	background: #DCDDDF;
}
.page-width {
	position: relative;
	display: block;
	max-width: 1200px;
	width: 96%;
	margin: 0 auto;
}


/*--- HEADER -----------------------*/
#header {
	width: 100%;
	background-color: #fff;
}
#logo {
	float: left;
	padding-top: 30px;
	padding-bottom: 23px;
}
#logo a {
	display:block;
	width:234px;
	height:43px;
	background-image:url('/assets/images/logo-new@2x.png');
	background-size:100%;
}
	
#topNav {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #DCDDDF;
    text-align: center;
	-webkit-border-radius: 16px 16px 0 0;
	-moz-border-radius: 16px 16px 0 0;
    border-radius: 16px 16px 0 0;
    width: 200px;
}
#topNav a {
	display: block;
	width: 100%;
	height: 42px;
	/*background: url('/assets/images/nav-contact.gif') no-repeat;*/
	font-size: 19px;
	font-weight: 700;
	color: #4B0E72;
	text-decoration: none;
	padding: 11px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#topNav:hover {
	background-color: #4B0E72;
}
#topNav a:hover {
	/*background-image: url('/assets/images/nav-contact-ro.gif');*/
	color: #fff;
}

@media all and (max-width: 500px) {
#header {
	height: auto;
}
#logo {
	float: none;
	clear: both;
	text-align: center;
}
#logo a {
	margin:0 auto;
}

#topNav {
	position: relative;
	right: auto;
	bottom: auto;
	margin: 0 auto;
	clear: both;
}
#topNav a {
	margin: 0 auto;
}
}

/*--- HOME CONTENT -----------------------*/
#homeContent {
	min-height: 500px;
	background-image: url('/assets/images/home-type-bkgd.gif');
	background-repeat:no-repeat;
	background-position:left 63px;
	z-index: 500;
}
#postit {
	position: absolute;
	display: block;
	width: 440px;
	height: 458px;
	top: 11px;
	right: 20px;
	background-image:url('/assets/images/home-postit.png');
	background-repeat:no-repeat;
	background-position:center top;
	z-index: 1000;
}
#postit a {
	display: block;
	width: 100%;
	height: 100%;
}

@media all and (max-width: 500px) {
#homeContent {
	background-position:left bottom;
	background-size:contain;
}
#postit {
	width: 100%;
	height: 458px;
	right: 0;
	background-size:contain;
}
}

/*--- LOCATIONS CONTENT -----------------------*/
#mainContent {
	padding: 60px 0;
	z-index: 500;
	min-height: 430px;
}
#locationArea {
	width: 35%;
	float: left;
	position: relative;
	display: block;
}
#locationArea h1 {
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 17pt;
	line-height: 20pt;
	color: #4B0E72;
}
/*#locationArea a {
	color: #4B0E72;
	text-decoration: none;
}
#locationArea a:hover {
	color: #000;
	text-decoration: underline;
}*/
#locationArea img {
	margin-bottom: 20px;
}
#locationMap {
	float: right;
	width: 60%;
	margin-left: 5%;
	position: relative;
	display: block;
	text-align: right;
}
#locationMap img {
	border: solid 3px #FFF;
	width: 100%;
	height: auto;
}

@media all and (max-width: 760px) {
#locationArea {
	width: 100%;
	float: none;
	text-align: center;
}
#locationMap {
	float: none;
	width: 100%;
	margin-left: 0;
}

}

/*--- FOOTER -----------------------*/
#footerWrapper {
	width: 100%;
	background: #5B5B5C url('/assets/images/footer-bkgd.jpg') repeat-x center top;
	position: relative;
}
#footer {
	min-height: 139px;
}
#cpaLogo {
	position: relative;
	padding-top: 13px;
}
.copyright {
	font-size: 8pt;
	color: #BCBDBF;
	position: absolute;
	top: 44px;
	right: 0;
	text-align: right;
}

@media all and (max-width: 500px) {
#footer {
	text-align: center;
}
#cpaLogo {
	padding-left: 30px;
}
.copyright {
	position: relative;
	top: auto;
	right: auto;
	text-align: center;
	clear: both;
	display: block;
	width: 100%;
	margin-top: 15px;
}
}

.button, a.button {
	display: inline-block;
	background: #4B0E72;
	border: solid 1px #4B0E72;
	border-radius: 100px;
	color: #fff;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	padding: 12px 24px;
	margin-bottom: 30px;
	text-transform: none;
	text-decoration: none;
	-webkit-appearance: none;
	transition: 0.2s ease-in-out;
}

.button:hover, a.button:hover {
	color: #4B0E72;
	cursor: pointer;
	background-color: #fff;
}

/* ========================================= CLEARfix ========================================= */
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
