body {
	color:#dddddd;
	background-color:#000000;
	font-family:'Cambay', 'Droid Sans', sans-serif;
}
.mainbanner {
	text-align:center;
	width:100%;
	color: transparent;
}
#fatsquirrel {
	text-align:center;
	color: transparent;
	height:90px;
	width:548px;
	margin:auto;
	background: url(fatsquirrel-industrial.gif) no-repeat scroll transparent center center;
}
#hackmongery {
	text-align:center;
	color: transparent;
	height:96px;
	width: 637px;
	margin:auto;
	background: url(hackmonger-small.gif) no-repeat scroll transparent center center;
}
.fatsquirrel {
	float:right;
	width:50%;
}
.fatsquirrel img {
	max-width:100%;
}
.maincontainer {
	width:80%;
	margin:auto;
}
.tmenu {
	float:left;
	width:40%;
	padding-top:100px;
}
.tmenu  ul {
	font-size: 1.2em;
	text-align: right;
}

.tmenu  li {
	font-size: 1.2em;
	list-style-type: none;
}


#vegpage {
	font-family: 'Cambay', sans-serif;
	margin:30px;
}
pre {
	color:#eeeeee;
	font-family:Courier,Courier New;}
th {
	color:#eeeeee;
	background-color:#dddddd;
}
a {     color:#eeeeee;
        background-color:#000;
        text-decoration:none;
	margin:5px;
}
a:hover {
	text-decoration:none;color:#000;
	border-radius:5px;
background: #00f271; /* Old browsers */
background: -moz-linear-gradient(top, #00f271 0%, #006e2e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00f271), color-stop(100%,#006e2e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #00f271 0%,#006e2e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #00f271 0%,#006e2e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #00f271 0%,#006e2e 100%); /* IE10+ */
background: linear-gradient(top, #00f271 0%,#006e2e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f271', endColorstr='#006e2e',GradientType=0 ); /* IE6-9 */
}
hr {
	color:#eeeeee;
}
a.mlink {
	font-size:1.3em;
	font-style:italic;
	color:#ffff88;
	top-margin:5px;
	margin-left:28px;
	border-left:2px solid;
	padding-left:10px;
	border-color:#dddddd;
	font-weight:normal;
}
a.mlink:hover {
	font-style:italic;
	color:#ff9900;
	text-decoration: none;
}
#vegcontent img.banner {
	max-width:50%;
	float:right;
}

#vegcontent li {
	list-style-type:none;
	font-size:1.2em;
	line-height:1.3em;
}
#vegcontent li > a {
	color:#fdfdcb;
	font-style:italic;
}
#vegcontent li > a:hover {
	background:none;
	text-decoration:none;
	color:#ffc30f;
}
#vegcontent {
	padding:20px;
	padding-right:auto;
	background:url('/veghead/vegbordery.png');
	background-position:35px 5px;
	background-repeat:no-repeat;
	padding-bottom:40px;
}
#buttons {
	margin-top:80px;
}
#buttons a {
	background:none;
}
#vegpage a {
	padding:0px;
}
@media only screen and (max-width: 1100px) {
	#fatsquirrel {
		width:274px;
		height:45px;
		background-size:contain;
	}
	#hackmongery {
		width:318px;
		height:48px;
		background-size:contain;
	}
	.fatsquirrel img {
		width:392px;
		height:250px;
	}
	div.tmenu {
		padding:0px;
		margin:0px;
		width:45%;
	}
	.maincontainer {
		width:100%;
	}
}
