html {
	background-image: url(http://static.urban-crawl.com/img/bg-light-noise.jpg);
	background-repeat: repeat;
}
body {
	text-align: center;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right bottom;
	height: auto;
}
p { line-height: 1.3em; }
a:link, a:visited {
	color:#dc0000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
strong, b { font-weight: bold;background-color:#ff4444; }
::-moz-selection{background: #ff4444; !important} 
::selection {background: #ff4444; !important}
h2 { font-size: 24px;line-height: 25px; }
h3 { font-size: 18px;line-height: 20px; }
#page-container {
	width:960px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}

#container {
	position: relative;
	padding-top: 25px;
}
#content-text {
	font-family: 'Molengo';  
	background-color: #fff;
	background-image: url(http://static.urban-crawl.com/img/bg-light-noise.jpg);
	background-repeat: repeat;
	text-align: left;
	width: 428px;
	padding:40px 39px;
	margin: 0 0 100% 0;
	float: left;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#content-text img {
	margin:0 auto;
	-moz-box-shadow: 0px 0px 12px rgba(0,0,0,.2);
	-webkit-box-shadow: 0px 0px 12px rgba(0,0,0,.2);
	box-shadow: 0px 0px 12px rgba(0,0,0,.2);
}
.home #content-text {
	display:none;
}

#header {
	text-align: left;
	padding-top: 115px;
	left: 51.4%;
	position: fixed;
	z-index: 10;
}
#footer {
	clear: both;
	position: fixed;
	bottom: 10px;
	width: 175px;
	right: 10px;
}
#logo {
	margin:0 0 30px 0;
	font-size: 55px;
	display: inline;
	text-align: left;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #fff, 0 0 8px #666;
	background-image: url(http://static.urban-crawl.com/img/bg-light-noise.jpg);
	background-repeat: repeat;
}
#logo a {
	padding:10px 10px 5px 30px;
	-moz-box-shadow: 12px 9px 15px rgba(0,0,0,.3);
	-webkit-box-shadow: 12px 9px 15px rgba(0,0,0,.3);
	box-shadow: 12px 9px 15px rgba(0,0,0,.3);
	text-shadow: 1px 1px 1px #fff, 0 0 8px #666;
	background-image: url(http://static.urban-crawl.com/img/bg-light-noise.jpg);
}
#logo a:link, #logo a:visited {
	color: #000;
	display: inline;
}
#logo a:hover {
	color: #dc0000;
	display: inline;
}
#nav {
	padding-bottom: 15px;
	margin-top: 25px;
}
#nav li { 
	min-height: 27px;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: bold;
}
#nav li a {
	background-color: #fff;
	padding:5px 10px 0 30px;
	line-height: 27px;
	display: inline;
	-moz-box-shadow: 9px 5px 5px rgba(0,0,0,.3);
	-webkit-box-shadow: 9px 5px 5px rgba(0,0,0,.3);
	box-shadow: 9px 5px 5px rgba(0,0,0,.3);
}
#nav li a:link, #nav li a:visited { 
	color: #000; 
	background-image: url(http://static.urban-crawl.com/img/bg-light-noise.jpg);
	background-repeat: repeat;
	text-decoration: none;
}
#nav li a:hover {
	color: #dc0000;
	text-decoration: none;
	background-image: url(http://static.urban-crawl.com/img/arrow.jpg);
	background-repeat: repeat;
	background-position: left center;
	text-decoration: none;
}

#content-text .slideshow-photo-item img { margin:10px 0 30px 0 }

#supporters-table td {
	vertical-align: middle;
	text-align: center;
	padding: 3px;
}
#supporters-table { background-color: #fff; padding: 8px 2px; }
#supporters-table img {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#slideshow, .slideshow {
	float: none;
	background-color: #fff;
	padding:12px 14px 10px 14px; 
	margin-bottom:30px;
	margin-left: 0;
	border:1px solid #e5e5e5;
	-moz-box-shadow: 2px 2px 14px rgba(0,0,0,.1);
	-webkit-box-shadow: 2px 2px 14px rgba(0,0,0,.1);
	box-shadow: 2px 2px 14px rgba(0,0,0,.1);
	}
#slideshow h2, .slideshow h2 { margin-bottom: 16px; }
#slideshow-thumb-container, .slideshow-thumb-container { overflow: auto; }
#slideshow-photo-container, .slideshow-photo-container { margin:5px 0;padding:0; }
#slideshow-thumb-container img, .slideshow-thumb-container img { border: 2px solid #FFF; }
#slideshow img, .slideshow img, 
#slideshow-thumb-container .thumb-selected img, .slideshow-thumb-container .thumb-selected img {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow:none;
}
#slideshow-thumb-container .thumb-selected img, .slideshow-thumb-container .thumb-selected img { 
	border: 2px solid #F00;
}
.slideshow-photo-caption {
	bottom: -16px;
	left: 0px;
	background: none;
	color: #555;
}
.slideshow-photo-caption a:link, .slideshow-photo-caption a:visited {
	color: #333;
}
.slideshow-photo-container { height: auto!important; }

