list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/**************************************************************end css reset*/


body
{
	overflow:auto;
	padding-bottom: 0px;
	margin: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #333;
	padding-bottom: 50px;
	
}

a:link { 
	color: #54adab; }
a:visited { color: #54adab; }
a:focus { color: #04b9c3; }
a:hover { color: #23acc0; }
a:active { color: yellow; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 .5em; }

h2
{
	color: #04b9c3;
	}

h2 a { text-decoration: none; }

h3
{
	color: teal;
	font: 110% georgia, times, "times new roman", serif;
}

/* ------------------------------
container styles
------------------------------ */

#container
{
	posistion: relative
	min-height: 100%;
	width: 100%;
	text-align: center;
	border:0px solid #676767;
	background-color: white;
	}

/* ------------------------------
header styles
------------------------------ */

#header /*This controls the teal background area*/
{
	height: 150px;
	width: 100%;
	position: relative;
	background: url(/images/background.png) repeat 0 0;
	border-bottom: 1px solid #fff;
	
}

#header h2 /*This controls the "Type Curio" text, the HRule, and the "Foraging for Text" text*/
{
	top: 0px;
	width: 300px;
	margin: 0px auto 0px auto;
	padding-top: 10px;
}



#skipmenu /*This controls the "Type Curio" Text, the HRule, and the "Foraging for Text" pieces*/
{
	top: 0px;
	width: 300px;
	margin: 0px auto 0px auto;
	padding-top: 10px;		
}

#subtext /*This controls the "Foraging for Type" text*/
{
	text-align: center;
	display: block;
	posistion: 0px auto 0px auto;
	margin: 5	0	0	0;
	color: gray;
	text-decoration: none;
	font: italic 500 20px museo-slab,serif;
}

#hrule /*This controls the HRule*/
{

width:230px;
margin: 0px auto 0px auto;
height:2px;
background-color: gray;
}
	



#skipmenu a /*This controls the "Type Curio Text" */
{
	
	text-align: center;
	display: block;
	margin: 0px 0px -10px 0px;
	color: #555;text-shadow: 0 0 3px #04b9c3;
	text-decoration: none;
	font-family: bebas-neue,sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 50pt
	
	
	
}

/* ------------------------------
mainnav styles
------------------------------ */

#mainnav /*This controls the grey bar that the navigation controls sit in*/
{
	
	color: #fdfdfd;
	padding: 2px 0;
	background-color: #e4e4e2;
}

#mainnav ul /*This controls the unordered list that the navigation controls sit in*/
{
	margin: 0 0 0 5px;
	padding: 0;
	list-style-type: none;
	border-left: 0px solid #C4C769;
}

#mainnav li /*This controls the actual list items in the navigation panel "Home", "About", "Popular", "Blog", "Contribute"*/
{
	display: inline;
	padding: 0 5px;
	border-right: 0px solid #C4C769;
	
}

#mainnav li a /*This also controls the actual list items in the navigation panel "Home", "About", "Popular", "Blog", "Contribute"*/
{
	text-decoration: none;
	color: gray;
	font: italic 500 17px museo-slab,serif;
	padding-left: 40px;
	padding-right: 40px;
}

#mainnav li a:hover /*This controls the invisible boxes where the navigation panel sits...so this would be the background behind "Home", "About", "Popular", "Blog", "Contribute"*/ 
{
	text-decoration: none;
	color: white;
	background-color: teal;
	padding: 2px 0;
	margin-bottom: 22px;
	padding-left: 40px;
	padding-right: 40px;
}

#container h1
{
	margin-top: 30px;
	margin-bottom: 30px;	
}

#file-upload
{
	font-size: 40px;
	
}
#footer {
	position: fixed;
	bottom: 0;
	height: 25px;
	color: gray;
	background: #dddddb;
	width:  100%;
	text-align: center;
	padding-top: 10px;
	
}
