/*SITE SPECIFIC CSS*/

.overall {
	width: 1024px;
	height: 640px;
	background-color: #4a835e;
	
	/*Aligning to center*/
	position: relative;
	margin-left: auto;
	margin-right: auto;
	
	box-shadow: 0px 0px 15px #4a835e;
}

.contOverall {
	position: relative;
}

.topbar {
	width:80 1024px;
	height: 100px;
	position: relative;
}

.topnav {
	position: absolute;
	right: 0;
	top: 0;
	width: 380px;
	height: 40px;
	vertical-align: middle;
	z-index: 5;
	
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.topnav:hover {
	vertical-align: middle;
	z-index: 10;
	background-color: rgba(128,120,112,0.8);
	box-shadow: 0px 0px 1px rgb(128,120,112);
}


.contContain {
	position: relative;
	float: left;
	width: 699px;
}

.maininfo {
	position: relative;
	float: left;
	margin-left: 10px;
	width: 689px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #bbbba1;
	
	box-shadow: inset 0px 0px 4px #4a835e;
}

.sidecontain {
	position: relative;
	float: right;
	width: 315px;
	height: auto;
}

.sideinfo {
	background-color: #dedebf;
	color: #063E53;
	float: right;
	position: relative;
	margin-top: 10px;
	margin-right: 10px;
	
	width: 265px;
	height: 166px;
	padding-left: 10px;
	padding-right: 10px;
	
	box-shadow: inset 0px 0px 10px #4a835e;
}

@font-face {
	font-family: AndyBold;
	src: url(../fonts/andyb.ttf) format('truetype'), url(../fonts/andyb.woff) format('woff');
}

H1 {
	font-size: 13px;
	text-align: left;
	font-family: AndyBold, Helvetica, Arial, sans-serif;
	color: #DDD;
}

H3,
H3 a {
	font-size: 14px;
	text-align: center;
	font-weight: 100;
	font-family: AndyBold, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	text-shadow: 0px 0px 3px #000;
}

/*The cache title*/
H4 {
	font-size: 20px;
	text-align: center;
	font-family: AndyBold, Helvetica, Arial, sans-serif;
}

/*First solved by...*/
H5 {
	font-size: 14px;
	text-align: center;
	font-family: AndyBold, Helvetica, Arial, sans-serif;
}

H6 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 18px;
	text-align: left;
	font-family: AndyBold, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

P {
	font-size: 13px;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
}

li {
	font-size: 13px;
	text-indent: 5px;
	font-family: Helvetica, Arial, sans-serif;
	margin-left: 10px;
}

a:link {
	color: none;
}

a:hover {
	color: none;
}

a:visited {
	color: none;
}

a:active {
	color: none;
}

/*a:link {
	color: #063E53;
}

a:hover {
	color: #0e71be;
}

a:visited {
	color: #063E53;
}

a:active {
	color: #0e71be;
}*/
/*Change to green and stuff*/

/*main, login, editor, search results*/
/*one overarching css sheet and then smaller ones for individual types of pages*/
