@charset "UTF-8";
/* EXPERIENCE FARM - CSS Document - 2010 */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background-image: url(../images/page-backdrop.jpg);
	background-color: #252429;
}
a:link {
	text-decoration: none;
	color: #0879B5;
}
a:visited {
	text-decoration: none;
	color: #0879B5;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #0879B5;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
h4 {
	font-size: 22px;
	margin-left: 10px;
}
h5 {
	font-weight: bold;
	color: #0879B5;
	font-size: 14px;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#master-wrapper {
	background-image: url(../images/master-wrapper-backdrop.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
}
#masthead {
	background-image: url(../images/masthead.jpg);
	background-repeat: no-repeat;
	height: 165px;
	width: 1002px;
}

#masthead-1col {
	background-image: url(../images/masthead-1col.jpg);
	background-repeat: no-repeat;
	height: 165px;
	width: 1002px;
}

#masthead-eventbrite {
	background-image: url(../images/masthead-eventbrite.jpg);
	background-repeat: no-repeat;
	height: 165px;
	width: 1002px;
}
#logo {
	height: 85px;
	width: 500px;
	float: right;
	margin-right: 38px;
	margin-top: 20px;
}
#logo h1 {
	display: none;
}
#menu-wrapper {
	background-image: url(../images/menu-wrapper-backdrop.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 700px;
	padding-top: 22px;
	float: right;
}
#menu {
	float: right;
	margin-right: 75px;
}
#content-wrapper {
	width: 982px;
	background-image: url(../images/content-mid.jpg);
	background-repeat: repeat-y;
}

#content-wrapper-1col {
	width: 982px;
	background-image: url(../images/content-mid-1col.jpg);
	background-repeat: repeat-y;
}
#content-top {
	background-image: url(../images/content-top.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 982px;
}
#contentInnards {
	width: 685px;
}
#content {
	width: 720px;
	float: right;
}
#content img {
	padding: 5px;
}
#content-1col {
	width: 885px;
	margin-left: 55px;
}
#content-1col img {
	padding: 5px;
}
#content-bot {
	background-image: url(../images/content-bot.jpg);
	background-repeat: no-repeat;
	height: 55px;
	width: 982px;
}

#content-bot-1col {
	background-image: url(../images/content-bot-1col.jpg);
	background-repeat: no-repeat;
	height: 55px;
	width: 982px;
}
#sidebar-wrapper {
	width: 200px;
	float: left;
	font-size: 11px;
	margin-left: 37px;
}
#sidebar-content {
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
}
.clearfloater {
	clear: both;
	float: none;
}
#footer-wrapper {
	margin-bottom: 50px;
	color: #FFF;
	font-size: 11px;
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
}
#footer a:link {
	color: #FFF;
	text-decoration: none;
	font-style: italic;
}
#footer a:visited {
	text-decoration: none;
	color: #FFF;
}
#footer a:hover {
	text-decoration: underline;
}

