* {
	padding: 0;
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow-x: hidden;
}

ul, ol, li {
	list-style: none;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
}

h2 {
	font-family: 'EngraversGothicBTRegular';
	font-size: 20px;
	letter-spacing: 4px;
	text-transform:uppercase;
	padding: 0;
	margin-top: 6px;
	margin-left: 4px;
	margin-bottom: 17px;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #146991;
}

a:hover {
	text-decoration: none;
	color: #1F7CA3;
}

a:visited {
	text-decoration: none;
	color: #146991;
}

img {
	border: none;
}

.white {
	color: #FFF;
}

.gray {
	color: #555;
}

#hide {
	display: none;
}

#right-column {
	width: 800px;
	min-height: 200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 200px;
	margin-bottom: 40px;
	overflow: auto;
	position: relative;
	z-index: 200;
}

#left-column {
	width: 250px;
	min-height: 500px;
	position: fixed;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	z-index: 500;
}

#logo {
	background-color: #146991;
	background-image: url(../images/harry_go_logo_200.png);
	width: 200px;
	height: 40px;
	-webkit-transition: all 0.25s ease-in-out;
	
	-moz-transition-timing-function: ease-in-out;
	-moz-transition-property: all;
	-moz-transition-duration: 0.25s;
	
	-moz-transition: all 0.25s ease-in-out;
	-transition: all 0.25s ease-in-out;
	margin-bottom: 0;
}

#logo:hover {
	background-color: #1F7CA3;
	opacity: .85;
}

/*****/
#navigations {
	padding: 0;
	font-family: 'EngraversGothicBTRegular';
}

#navigations:hover {
}

ul.menu, ul.menu ul {
	margin: 0;
	padding: 0;
	width: 200px;
	text-transform: uppercase;
}

ul.menu a {
	display: block;
}

ul.menu li {
	margin-top: 5px;
}

ul.menu li a {
	font-size: 14px;
	letter-spacing: 4px;
	background-color: #BBB;
	width: 190px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-transition: all 0.25s ease-in-out;
	cursor: pointer;
}

ul.menu li a:hover {
	background-color: #86B8D7;
	color: #146991;
}

ul.menu li ul li a {
	background-color: #E6E7E8;
	color: #146991;
	margin: 0;
	font-size: 12px;
	letter-spacing: 3px;
}

ul.menu li ul li a:hover {
	background-color: #86B8D7;
	color: #FFF;
}

body#ferrisbuellersdayoff li ul li.ferrisbuellersdayoff a {
	background-color: #86B8D7;
	color: #FFF;
}

body#aau li ul li.aau a {
	background-color: #86B8D7;
	color: #FFF;
}

body#creme li ul li.creme a {
	background-color: #86B8D7;
	color: #FFF;
}

body#oneeighty li ul li.oneeighty a {
	background-color: #86B8D7;
	color: #FFF;
}

body#chictopia li ul li.chictopia a {
	background-color: #86B8D7;
	color: #FFF;
}

body#bumpers li ul li.bumpers a {
	background-color: #86B8D7;
	color: #FFF;
}

body#typography li ul li.typography a {
	background-color: #86B8D7;
	color: #FFF;
}

body#infographics li ul li.infographics a {
	background-color: #86B8D7;
	color: #FFF;
}

body#web li ul li.web a {
	background-color: #86B8D7;
	color: #FFF;
}

ul.menu li ul li  {
	background-color: #86B8D7;
	color: #FFF;
}

/*****/

#legal {
	font-family: 'EngraversGothicBTRegular';
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 8px;
	margin-left: 8px;
	padding: 0;
	color: #BBB;
	letter-spacing: 1px;
}

#projects {
	margin: 0;
	padding: 0;
}

#projects ul {
	display: block;
}

#projects li {
	margin-top: 5px;
	background-color: #E6E7E8;
	color: #146991;
}

#content {
	position: relative;
	float: left;
	width: 720px;
	padding-left: 20px;
	padding-bottom: 30px;
	margin-top: 20px;
	margin-left: 20px;
	min-height: 300px;
	overflow-x: hidden;
}

#content p {
	position: relative;
	max-width: 500px;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 1.5px;
	margin-left: 4px;
	margin-bottom: 20px;
	padding-right: 20px;
}

#content p.subhead {
	font-family: 'EngraversGothicBTRegular';
	font-size: 16px;
	letter-spacing: 4px;
	text-transform:uppercase;
	padding: 0;
	margin-left: 4px;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: normal;
	color: #000;
}

#content p.subhead a:hover {
	color: #BBB;
}

.box {
	background-color: #333;
	border: 4px solid #FFF;
	padding: 20px;
	-moz-box-shadow: 0 0 4px #222;
	-webkit-box-shadow: 0 0 4px#222;
	box-shadow: 0 0 4px #222;
	margin-bottom: 40px;
}

#content img {
	margin-bottom: 24px;
	border: 1px solid #E6E7E8;
	padding: 4px;
	background-color: #FFF;
}

#content a:hover img {
	border: 1px solid #146991;
	background-color: #FFF;
}

#content img.vertical_1 {
	width: 330px;
	margin-bottom: 24px;
	border: 1px solid #E6E7E8;
	padding: 4px;
	background-color: #FFF;
	margin-right: 24px;
}

#content img.vertical_2 {
	width: 330px;
	margin-bottom: 24px;
	border: 1px solid #E6E7E8;
	padding: 4px;
	background-color: #FFF;
}

.video {
	width: 700px;
	height: 450px;
}

@media all and (min-width: 481px) and (max-width: 800px) {
#content img {
	width: 500px;
}

#social_buttons img {
	width: 16px;
	height: 16px;
}

#content img.vertical_1 {
	width: 230px;
	margin-bottom: 24px;
	border: 1px solid #E6E7E8;
	padding: 4px;
	background-color: #FFF;
	margin-right: 24px;
}

#content img.vertical_2 {
	width: 230px;
	margin-bottom: 24px;
	border: 1px solid #E6E7E8;
	padding: 4px;
	background-color: #FFF;
}

.video {
	width: 500px;
	height: 320px;
}

#content .home_share img {
	border: none;
	height:16px;
  	width:16px;
}

#content .home_share img:hover {
	border: none;
}

#content .home_share a:hover img {
	border: none;
}

}

 @font-face {
 font-family: 'EngraversGothicBTRegular';
 src: 	url('http://harrygo.com/font/engravers_gothic_bt-webfont.eot');
 src: 	local('☺'), url('http://harrygo.com/font/engravers_gothic_bt-webfont.woff') format('woff'), url('http://harrygo.com/font/engravers_gothic_bt-webfont.ttf') format('truetype'), url('http://harrygo.com/font/engravers_gothic_bt-webfont.svg') format('svg');
 font-weight: 400;
 font-style: normal;
}

h4 {
	font-family: 'EngraversGothicBTRegular';
	font-size: 18px;
	letter-spacing: 4px;
	text-transform:uppercase;
	font-weight: normal;
	padding: 0;
	margin-top: 8px;
	margin-bottom: 20px;
	margin-left: 10px;
	color: #FFF;
}

.slide-out-div {
	padding: 10px;
	width: 300px;
	height: 250px;
	background: #333;
	border: 4px solid #FFF;
	z-index: 500;
	-moz-box-shadow: 0 0 4px #999;
	-webkit-box-shadow: 0 0 4px#999;
	box-shadow: 0 0 4px #999;
}

#moreinfo {
	width: 290px;
	height: 200px;
	margin-left: 10px;
	overflow: auto;
}

.slide-out-div p {
	color: #FFF;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 1.5px;
	margin-bottom: 20px;
	padding-right: 20px;
}

.close_button {
	width: 10px;
	height: 10px;
	margin-right: 5px;
	cursor: pointer;
	float: right;
	text-align: right;
	color: #FFF;
}

a.addthis_button_compact {
	font-family: 'EngraversGothicBTRegular';
	font-size: 12px;
	letter-spacing: 4px;
	text-transform:uppercase;
	padding: 0;
	font-weight: normal;
	color: #BBB;
}

a.addthis_button_compact:hover {
	color: #1F7CA3;
}

#sherlock {
	background-image: url(../images/lilhg_sherlock.jpg);
	background-repeat: no-repeat;
	width: 250px;
	height: 538px;
	text-indent: -9999px;
}

#sherlock:hover {
	background-image: url(../images/lilhg_sherlock_02.jpg);
	background-repeat: no-repeat;
	width: 250px;
	height: 538px;
}

.addthis_toolbox a {
	-webkit-transition: all 0.25s ease-in-out;
	
	-moz-transition-timing-function: ease-in-out;
	-moz-transition-property: all;
	-moz-transition-duration: 0.25s;
	
	-moz-transition: all 0.25s ease-in-out;
	-transition: all 0.25s ease-in-out;
	margin-right: 2px;
	border: none;
}

.addthis_toolbox a:hover {
	-webkit-transition: all 0.25s ease-in-out;
	
	-moz-transition-timing-function: ease-in-out;
	-moz-transition-property: all;
	-moz-transition-duration: 0.25s;
	
	-moz-transition: all 0.25s ease-in-out;
	-transition: all 0.25s ease-in-out;
	margin-right: 2px;
	border: none;
}

.home_share {
	margin-top: 10px;
	background: none;
}

.home_share img {
	margin-right: -8px;
}

#content .home_share img {
	border: none;
}

#content .home_share img:hover {
	border: none;
}

#content .home_share a:hover img {
	border: none;
}

span.about_subhead {
	font-family: 'EngraversGothicBTRegular';
	font-size: 14px;
	text-transform: uppercase;
    letter-spacing: 3px;
	margin-bottom: 2px;
	
}
