/* -- GENERAL REDECLARATIONS -- */


body {
	text-align:left;
}

/* Standard Layout */

#wrapper {
	width: auto;
}

#header {
	width: auto;
	height: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

#header h1, #header h2 {
	float: none;
	text-indent: 0px;
}

#header h1 	{font-size:24px;}
#header h2 	{font-size:20px;}

#photobar {
	display: none;
}

#content {
	margin-left: 0px;
	width: auto;
	height: 85%;
}

#content-main {
	width: auto;
	padding: 0px;
}

.single-column #content-main {
	width: auto;
}


#footer {display: none;}

/* Navigation */

#nav ul {
	display: none;
}

/*-- FORM STYLING --*/

form {
	display: none;
}



