
* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, sans-serif;
	font-size: 14pt;
	background-color: #f6f6f6;
}

#pageWrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 50px;
	margin-top: 30px;
	background-color: #f99d1c;
	position: relative;
}

#header #mainNav {
	font-family: Arial, sans-serif;
	font-size: 14pt;
	color: #34220d;
 }

#logoWrapper {
	display: inline-block;
	/*line-height: 50px;*/
	position: absolute;
	font-family: "Courier New", Courier, monospace;
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
}

#logoWrapper span#brand {
	display: inline-block;
	margin-left: 150px;
	text-transform: uppercase;
	vertical-align: text-top;
}

#logoCircle {
	position: absolute;
	top: -20px;
	left: 47px;
}

.circle { 
   width: 90px;
   height: 90px;
   background-color: #f99d1c; 
   -moz-border-radius: 45px; 
   -webkit-border-radius: 45px; 
   border-radius: 45px;
	position: absolute;
	z-index: 1;
	top: -20px;
	left: 60px;
}

#logo {
	position: absolute;
	top: -6px;
	left: 73px;
	z-index: 1;

}

.brandSpecial {
	vertical-align: -30%;
	-webkit-text-fill-color: white; // Will override color
	color: black;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
}

.brandSpecialInverse {
	vertical-align: -30%;
	-webkit-text-fill-color: black; // Will override color
	color: white;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: white;
}

#mainNav {
	float: right;
	line-height: 50px;
}

#mainNav ul {
	padding: 0;
}

#mainNav li {
	display: inline-block;
}

#mainNav li:not(:first-child) {
	border-left: solid 1px #ff770c;
}

#mainNav li a {
	border-right: solid 1px #ffd28d;
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	padding: 0 15px;
	color: #34220d;
}

#mainNav li a:hover {
	/* Fallback */
	background-color: white;
	background-image:
	    linear-gradient(
	    	to bottom right,
	      #f99d1c 55%, white
        );
}

article#timeManagement {
	background-color: yellow;
	height: 540px;
	position: relative;
}

aside#projectAd {
	width: 420px;
	height: 540px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.8);
	float: right;
}

aside#projectAd #keepHeading {
	font-size: 2em;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 47px;
	margin-top: 60px;
	color: #666666;
}

.shaddow {
	text-shadow: 2px 2px #000;
}

aside#projectAd #tmtips {
	text-transform: uppercase;
	position: absolute;
	bottom: 22px;
	left: 35px;
}

#leashWrapper {
	width: 315px;
	-ms-transform: rotate(-22deg); /* IE 9 */
    -webkit-transform: rotate(-22deg); /* Chrome, Safari, Opera */
    transform: rotate(-22deg);
    position: absolute;
    top: 180px;
    left: 85px;
}

#leashWrapper #leash {
	font-size: 1.8em;
	font-weight: bold;
	border-bottom: 5px solid #fff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.4em;
}

#leashWrapper #on {
	font-size: 1.6em;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.3em;
}


.petTheme {
	color: #ff9e06;
}

aside#projectAd #project {
	font-size: 80px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 140px;
	-ms-transform: rotate(30deg); /* IE 9 */
    -webkit-transform: rotate(30deg); /* Chrome, Safari, Opera */
    transform: rotate(30deg);
    display: inline-block;
	-webkit-text-fill-color: #fff; // Will override color
    color: #fff;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #000; 
	position: absolute;
	top: 180px;
	left: 0;
}

#businessArticlesWrapper {
	text-align: center;
	height: 400px; 	
	font-size: 12pt;
	margin-left: 105px;
}

	.businessArticle {
		box-sizing: border-box;
		float: left;
		width: 250px;
		height: 400px;
		padding: 60px 25px;
	}

		.businessArticle h2 {
			margin: 20px;
		}
		.businessArticle p {
			margin: 10px;
		}

		.businessArticle a {
			text-decoration: none;
		}

		.businessArticle a:hover {
			color: #fff;
			background-color: orange;
		}


#main {
	height: 450px;
	padding: 20px;
}
	#main h1 {
		margin-bottom: 50px;
		font-size: 28pt;
		background-color: #ff9e06;
		color: #fff;
	}

	#main #content { 	
		box-sizing: border-box;
		font-size: 14pt;
		/*margin: 50px 0;*/
		/*padding: 20px;*/
		padding-right: 10px;
		float:left;
		width: 650px;
		min-height: 300px;
	}

	#main #extraInformation {
		box-sizing: border-box;
		display: inline-block;
		padding: 15px;
		width: 250px;
		height: 300px;
		background-color: #ff9e06;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		border-top-right-radius: 45px;
		border-bottom-right-radius: 45px;
	}

		#main #extraInformation h2 {
			font-size: 20pt;
			color: #fff;
			text-shadow: 2px 2px #000;
		}

		#main #extraInformation p {
			color: #666666;
			font-size: 14pt;
		}

		#main #extraInformation a {
			color: #fff;
			font-size: 14pt;
			text-decoration: none;
		}

.more {
	color: #ff9e06;
}

.special {
	color: #34220d;
}

.clearFix {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


#footer {
	height: 230px;
}

	#footer #siteMap {
		box-sizing: border-box;
		width: 960px;
		height: 170px;
		padding-left: 30px;
		background-color: #191919;
		border-bottom-left-radius: 12px;
		border-bottom-right-radius: 80px;
		position: relative;
	}


	#footer #siteMap #siteMapTextWrapper {
		width: 500px;
	}

	#footer #siteMap #siteMapTextWrapper h2 {
		padding-top: 15px;
	}


	#footer #siteMap #siteMapTextWrapper h2 {
		color: #cccccc;
		font-size: 12pt;
	}

	/*ul, li { margin: 0; padding: 0; line-height: 1em; }*/

	#footer #siteMap #siteMapTextWrapper ul {
		list-style-type: none;
		line-height: 0.8;
	}

	#footer #siteMap #siteMapTextWrapper ul li {
		margin-top: 8px;
	}


	#footer #siteMap #siteMapTextWrapper a {
		text-decoration: none;
		font-size: 12pt;
		color: #666666;
	}

	#footer #copyright {
		font-size: 12pt;
		color: #999999;
		padding: 15px 20px;
		float: left;
	}

	#footer #webaddress {
		font-size: 12pt;
		color: #999999;
		padding: 15px 70px;
		text-align: right;
		float: right;
	}

	#footer #siteMap #pawprint {
		position: absolute;
		top: 10px;
		right: 50px;
	}