@font-face {
	font-family: "My Custom Font";
	src: url(CantedComic.ttf) format("truetype");
}

body { 
	font-family: "My Custom Font", Verdana, Tahoma;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
}

#home_link {
	text-decoration: none;
	color: black;
}

#home_link:hover {
	text-shadow: 0 0 3px #FFFF00;
}

p {
	font-family: 'Roboto',arial,sans-serif;
}

#header {
	width: 900px;
	min-height: 120px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -10px;
}	

#logo {
	float: left;
	width: 50px;
}

#sitelogo {
	height: 100px;
}

#sitetitle {
	font-size: 36px;
	text-align: center;
}

#titletag {
	font-size: 14px;
	text-align: center;
}

#socialMedia {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
}

#socialMediaContainer {
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;	
}

.socialMediaIcon {
	height: 30px;
	width: 30px;
	float: left;
	padding-left: 10px;
	paddin-right: 20px;
}

#middleHeader {
	float: left;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
}

.main_nav_link {
	text-decoration: none;
	color: black;
}

.main_nav_link:hover {
	text-shadow: 0 0 3px #FFFF00;
}

#pageNav {
	float: right;
	text-align: right;
	width: 500px;
}

.navlistitem {
	list-style-type: none;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
}


#clearer {
	clear: both;
	padding: 0px;
	margin: 0px;
}

#headerBar {
	width: 100%;
	background-color: #FFFF00;
	height: 30px;
	text-align: center;
	margin-top: 15px;
	padding-top: 2px;

}

.penguin_image {
	width:450px;
	display: table-cell;
}

.penguin_image_file {
	max-width: 450px;
}

.penguin_desc {
	display: table-cell;
	width: 450px;
	font-family: 'Roboto',arial,sans-serif;
	vertical-align: middle;
}

.penguin_line {
	display: table-row;
	margin-top: 8px;
	margin-bottom: 8px;
	border-bottom: 1px dotted grey;
}

#penguin_table {
	display: table;
}


#comicNav {
	width: 100%;
	background-color: #FFFF00;
	height: 30px;
	padding:0px;
	margin:0px;
	margin-bottom: 10px;

}

#comicNavList {
	list-style-type: none;
	width:900px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	padding-top: 2px;

}

.comicNavListItem {
	float: left;
	width: 180px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#contents {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#comic_example{
	width: 900px;
}

#comic_desc{
	width: 900px;
	text-align: center;
	font-family: 'Roboto',arial,sans-serif;
	font-weight: bold;
}

#footer {
	width: 100%;
	background-color: #FFFF00;
	height: 30px;
	text-align: center;
	margin-top: 15px;
	padding-top: 2px;
	clear: both;
}	

.social_link {
	border: 0px;
	text-decoration: none;
}

#facebook_link {
	display: block;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	width: 30px;
	height: 30px;
	background: url('double_facebook.gif') bottom;
	background-repeat: no-repeat;
	text-indent: -99999px;
}

#facebook_link:hover {
	background-position: 5 0;
}

#twitter_link {
	display: block;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	width: 30px;
	height: 30px;
	background: url('double_twitter.gif') bottom;
	background-repeat: no-repeat;
	text-indent: -99999px;
}

#twitter_link:hover {
	background-position: 5 0;
}

#email_link {
	display: block;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	width: 30px;
	height: 30px;
	background: url('double_email.gif') bottom;
	background-repeat: no-repeat;
	text-indent: -99999px;
}

#email_link:hover {
	background-position: 5 0;
}

#surprise_link {
	display: block;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	width: 30px;
	height: 30px;
	background: url('double_social_penguin.gif') bottom;
	background-repeat: no-repeat;
	text-indent: -99999px;
}

#surprise_link:hover {
	background-position: 5 0;
}

.comicNavLink {
	text-decoration: none;
	color: black;
}

.comicNavLink:hover {
	text-decoration: underline;
}

.blank_it {
	visibility: hidden;
}

.homepage_entry {
	border-bottom: 1px dotted gray;
	padding-top: 10px;
	padding-bottom: 10px;
}

.homepage_penguin {
	text-align: center;
}

.homepage_date {
	text-align: right;
}

.penguin_comic_file {
	max-width: 900px;
}

input[type=text], select {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

textarea {
	width: 100%;
	height: 150px;
	padding: 12px 20px;
	box-sizing: border-box;
	border: 2px solid #ccc;
	border-radius: 4px;
	resize: none;
	font-family: 'Roboto',arial,sans-serif;
}

input[type=submit] {
	width: 100%;
	color: black;
	background-color: #FFFF00;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-family: "My Custom Font", Verdana, Tahoma;
	font-size: 120%;
}

input[type=submit]:hover {
	background-color: black;
	color: #FFFF00;
}

#emailform {
	margin-top: 20px;
	border-radius: 5px;
	background-color: #f2f2f2;
	padding: 20px;
}

.littlefont {
	font-size: 70%;
	font-family: 'Roboto',arial,sans-serif;
}

#thanks {
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: 'Roboto',arial,sans-serif;
	text-align: center;
}

#penguin_game {
	margin-top: 30px;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}

#waving_penguin {
	margin-right: 50px;
	padding: 15px;
	background-color: white;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	-moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);	
}

#waving_penguin_div {
	float: left;
	width: 230px;
	margin-top: 20px;
}

#about_text {
	float: left;

	width: 670px;
}