body {
	background: url('../img/dark_stripes.png') repeat #1c1d1f;
}
div#wrapper-outer {
	width: 960px;
	margin: 0 auto;
	background: #1c1d1f;
	border: 1px solid #181a1f;
	-moz-box-shadow: 0px 0px 80px #424452;
	-webkit-box-shadow: 0px 0px 80px #424452;
	box-shadow: 0px 0px 80px #424452;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=-90, Color='#424452')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=-90, Color='#424452');
	/*background: url("../img/content_bg.png") repeat-y center;*/
}
div#wrapper {
	padding-bottom: 20px;
}
div#banner {
	position: relative;
	background: url("../img/menu_bg.png") no-repeat top center transparent;
}
div#identity {
	padding: 20px;
	width: 920px;
}
div#logo_image {
	float: left;
	margin-right: 20px;
}
div#banner {
	padding-top: 50px;
}

div#footer {
	width: 960px;
	margin-top: 20px;
}
div#footer-site-map {
	background: #131416;
	width: 958px;
	padding: 20px 0;
	border-top: 1px solid #101010;
	border-left: 1px solid #151515;
	border-right: 1px solid #252525;
	border-bottom: 1px solid #2e2e2e;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div#footer-no-site-map {
	width: 920px;
	margin: 0 auto;
	border-top: 1px solid #2e2e2e;
}
ul.site-map li:first-child {
	margin-left: 19px;
}
ul.site-map li:last-child {
	margin-right: 19px;
}
ul.site-map li li:first-child, ul.site-map li li:last-child {
	margin: 0;
}

div#intro-bottom {
	min-height: 20px;
}

div.wedge_branding {
	border-top: 1px solid #424242;
}
.border_bottom {
	border-bottom: 1px solid #424242;
}
div.border_right {
	border-right: 1px solid #424242;
}
div.full_border {
	border: 1px solid #424242;
}

div#brand {
	border: none;
}
div#brand-spacer {
	min-height: 0;
}
div#brand, div#brand a:link, div#brand a:visited {
	color: #fff;
}
div#brand div.cww-brand {
	background-image: url('../../../img/powered-by-dark-bg.png');
}
div#copyright div.beans-brand {
	background-image: url('/img/brands/19beans_light.png');
}
div#brand-spacer {
	min-height: 0;
}

div#top-menu {
	height: 50px;
	width: 900px;
	padding: 0 20px;
	position: absolute;
	top: 0px;
	z-index: 100;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
.sf-menu {
	margin: 15px 20px 0px;
	float: left;
	background: none;
	font-size: 14px;
}
ul.sf-menu {
	margin-left: 1px;
}
ul.sf-menu li:hover ul, ul.sf-menu li.sfHover ul {
	top: 35px;
}
.sf-menu a {
	padding: 0 1em;
	line-height: 1.5em;
	border: none;
}
.sf-menu a:active {
	border: none;
	background: none;
}
.sf-menu li {
	background: none;
	width: auto;
	border-right: 1px solid #edf0f5;
}
ul.sf-menu li:last-child {
	border-right: none;
}
.sf-menu li li,
.sf-menu li li li {
	background: #24262A;
	border-right: none;
}
.sf-menu li li a,
.sf-menu li li li a {
	line-height: 1.8em;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: none;
	text-decoration: none;
}
.sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background: #24262A;
	text-decoration: none;
}

div.twitter_wedge div.row_odd {
	background: #24262A;
}

/* Calendar style */
.fc-content{
	background-color:transparent;
}
.fc-event-skin {
	background: #24262A;
}
.fc-event-inner, .fc-event {
    border-color: #333;
}
.fc-content .fc-state-default {
    border-color: #333;
    border-style: solid;
}
div.fc-content thead th {
	color: #fff;
}
.fc-widget-content {
    border: 1px solid #333;
}
.fc-state-highlight {
	background-color: #555;
}