body, html, table, tr, td, div, h1, h2, h3, h4, p, img, ul, ol, li, form  {
	margin: 0;
	padding: 0;
}
body {
	color: #fff;
	font: 12px/18px "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Tahoma, Verdana;
	background: #000;
	color: #bbb;
}
a {
	color: #fff;
	text-decoration: none;
	outline: none;
}
a img {
	border: none;
}
a:hover {
	color: #fff12d;
}
p a:hover {
	color: #fff12d;
	text-decoration: underline;
}
#left p, #right p {
	margin-bottom: 23px;
}
h1 {
	text-transform: uppercase;
}

/* FLOATS, LINES AND PADDINGS */

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.dash-tile {
	background: url(../images/bg-feed-grey-2.png);
}
.yellow-bg {
	background: url(../images/bg-trans-yellow-1.png);
}
.bottom-line {
	border-bottom: 1px solid #272727;
}
.padd-23 {
	padding: 23px;
}
.padd-0 {
	padding-bottom: 0;
}

/* PRETTYPHOTO */
.pp_description a, 
.pp_description {
	color: #222323 !important;
}
a.pp_report {
	clear: right;
	text-indent: 0;
	color: #222323;
	line-height: 22px;
	float: right;
}
a:hover.pp_report {
	color: #222323;
	text-decoration: underline;
}
.pp_flickr {
	background: url(../images/logo-flickr-1.png) no-repeat;
	height: 17px;
	width: 60px;
	text-indent: -9999em;
	display: block;
	float: right;
	position: relative;
	margin-top: -21px;
}

/* LINKS */

a.external-link {
	display: inline-block;
	height: 18px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
a.external-link:hover {
	text-decoration: none;
}
.box-arrow {
	background: url(../images/box-yellow-arrow-1.png) no-repeat;
	padding-left: 30px;
}
.box-arrow-gray {
	background: url(../images/box-gray-arrow-1.png) no-repeat;
	padding-left: 30px;
}
.box-plus {
	background: url(../images/box-yellow-plus-1.png) no-repeat;
	padding-left: 30px;
}


/* CONTAINERS */

#main-wrapper {
	background: url(../images/bg-2.jpg) repeat-y top center;
}
#header {
	height: 76px;
	width: 990px;
	margin: 0 auto;
}
#index #header {
	width: 990px;
	height: 600px;
	margin: 0 auto;
	display: none;
}
	#index #header ul#main-navi, #header ul#main-navi {
		float:left;
		padding-left: 245px;
		background: url(../images/navi-static-bg-1.png) no-repeat;
	}
	#header ul#main-navi {
		float: right;
		margin-right: 0;
		list-style: none;
	}
		ul#main-navi li {
			float: left;
			width: 147px;
			height: 76px;
			margin-left: 2px;
		}
	ul#main-navi li a {
		text-indent: -9999px;
		outline: none;
		display: block;
		padding: 47px 0 11px 17px;
		width: 130px;
		text-transform: uppercase;
	}
	ul#main-navi li a:hover {
		background: url(../images/bg-trans-yellow-1.png);
	}

#container {
	display: table;
	width: 990px;
	margin: 0 auto;
	border-left: 1px solid #1b1c1f;
	border-top: 1px solid #1c1d20;
	border-right: 1px solid #040609;
	border-bottom: 1px solid #05070a;
}
		#container .wrapper #left {
			width: 494px;
			display: table-cell;
		}
		#container .wrapper #right {
			width: 493px;
			border-left: 1px solid #272727;
			display: table-cell;
		}
		
		
/* INDEX PAGE */

		#index #container .wrapper {
			background: #0c0c0f;
		}
			#container .wrapper ul.feed {
				list-style: none;
			}
				#container .wrapper ul.feed li {
				}
					#container .wrapper ul.feed li .content {
						padding: 23px 23px;
					}
						#container .wrapper ul.feed li .content img {
							width: 75px;
							height: 75px;
							float: left;
							border: 1px solid #818181;
							margin-right: 20px;
						}
						#container .wrapper ul.feed li .content h3, 
						#container .wrapper ul.feed li .content a {
							font-size: 12px;
							line-height: 18px;
							color: #fff;
							font-weight: bold;
						}
						#container .wrapper ul.feed li .content a:hover {
							color: #fff12d;
						}
						
						#container .wrapper ul.feed li .content p {
							margin-bottom: 0;
							padding-left: 95px;
						}
				
					#container .wrapper ul.feed li .separator {
						background: url(../images/bg-trans-white-1.png);
						height: 1px;
					}
					
				#index #feed ul li a img, 
				#container .wrapper ul.feed li .content img {
					border: 1px solid #272829;
				}
				#index #feed ul li a img:hover, 
				#container .wrapper ul.feed li .content img:hover {
					border: 1px solid #606162;
				}
				#index #feed ul li {
					list-style: none;
					float:left;
					width: 75px;
					margin: 0 18px 10px 0;
				}
				
ul.feed li .content .date {
	color: #555;
}

.view-all-the-latest {
	background: url(../images/link-view-all-the-latest-1.png) no-repeat;
	text-indent: -9999px;
	outline: none;
	height: 18px;
	width: 141px;
	display: block;
	margin: 20px 0 20px 25px;
}

/* PEOPLE PROFILE PAGE */

#profile #container {
	margin-top: 30px;
}
	#profile #container .wrapper {
		background: #0c0c0f;
	}

#profile h1 {
	color: #fff12d;
	font-weight: normal;
	text-transform: uppercase;
}
#profile h2 {
	margin-bottom: 20px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
}
#profile #feed-flickr, #profile #feed-youtube, #feed {
	padding-right: 0;
}
#profile #twitter_update_list li {
	list-style: none;
	margin-bottom: 15px;
	color: #fff;
}
#profile #twitter_update_list li a {
	color: #fff12d;
}
#profile #twitter_update_list li a.time {
	padding-left: 23px;
	background: url(../images/icon-tweet.png) no-repeat 0 3px;
	color: #444;
}
#profile #links li {
	list-style: none;
	margin-bottom: 17px;
}
#profile ul li a img {
	border: 1px solid #272829;
}
#profile ul li a img:hover {
	border: 1px solid #606162;
}

#profile #feed-flickr li, #feed ul li {
	list-style: none;
    float:left;
	width: 75px;
    margin: 0 15px 5px 0;
}
#feed ul li .date {
	text-indent: -9999px;
	height: 0px;
	display: none
}
#profile #feed-flickr img, #feed img {
    width: 75px;
    height: 75px;
}
#profile ul.videos li {
	list-style: none;
	float: left;
	width: 75px;
	margin: 0 15px 5px 0;
}
#profile_permalink {
	background: #333;
	color: #fff;
	border: none;
	font-size: 12px;
	line-height: 20px;
	height: 18px;
	font-family: inherit;
	padding-left: 2px;
}
#profile_permalink option {
	background: #333;
	border: none;
	outline: none;
}

/* PRODUCT PAGE */

#information table {
	width: 100%;
}
#information table td {
	border-bottom: 1px solid #272727;
	line-height: 25px;
}
#information table .desc {
	font-weight: bold;
}


/* SUBMENUS */

#subnavi {
	padding-top: 28px;
	margin-left: 24px;
}

#subnavi a {
	font-size: 15px;
	display: block;
	padding: 4px 8px;
	color: #fff12d;
	background-color: #222222;
	float: left;
	margin-right: 12px;
}
#subnavi a:hover {
	color: #222;
	background-color: #fff12d;
}
#subnavi a.selected {
	font-weight: bold;
	color: #222;
}


/* EVENTS PAGE */

#events #container, #event #container {
	margin-top: 30px;
}
#events #container #left {
	border-right: none;
}
#events #main-wrapper #container {
	background: #0c0c0f;
}
#events #main-wrapper #container .wrapper #left {
	width: 610px;
}
#events #main-wrapper #container .wrapper #right {
	width: 379px;
}
#events ul.feed li p {
	padding-left: 88px;
}
#events #past_events {
	padding-top: 23px;
}
#events #past_events ul li .content {
	padding-top: 0;
}
#events #past_events ul li img {
	height: 75px;
	width: 75px;
}


/* SINGLE EVENT PAGE */

#event #main-wrapper #container .wrapper #left {
	width: 377px;
}
#event #main-wrapper #container .wrapper #right {
	width: 610px;
}
#event #left h1 {
	color: #fff12d;
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 10px;
}
#event #left .date {
	font-weight: bold;
	margin-bottom: 20px;
}
#event #container .wrapper {
	background: #0c0c0f;
}
#event #right #feed ul li {
	list-style: none;
    float:left;
	width: 75px;
    margin: 0 0 17px 23px;
}
#event #right #feed ul li a img {
	border: 1px solid #fff;
}
#event #discussion_narrow {
	padding: 16px;
}
#event #discussion_narrow h2 {
	margin-top: 6px;
	margin-bottom: 18px;
}


/* FOOTER & BREADCRUMB & SITEMAP */

#footer-wrapper {
	background: url(../images/bg-shade.png) repeat-x top center;
}

#footer {
	padding-bottom: 60px;
	background: url(../images/bg-footer-2.png) repeat-x bottom center;
	width: 990px;
	margin: 0 auto;
}

	#footer #breadcrumb {
		padding: 12px 25px;
		color: #808080;
	}
		#footer #breadcrumb p span.selected {
			font-weight: bold;
			color: #fff;
			padding: 0 5px;
		}
		#footer #breadcrumb p a {
			padding: 0 5px;
		}
		#footer #breadcrumb p a:hover {
			text-decoration: none;
		}
		
	#footer #copyright {
		color: #333;
		padding: 12px 25px;
	}

	#footer #sitemap {
		border-top: 1px solid #1b1b1b;
		list-style: none;
		padding-bottom: 10px;
		padding: 23px;
	}
		
		#footer #sitemap a {
			color: #808080;
		}
		#footer #sitemap a:hover {
			color: #fff12d;
			text-decoration: none;
		}
		
		#footer #sitemap h4 {
			size: 14px;
			text-transform: uppercase;
			font-weight: normal;
		}
		#footer #sitemap h4 a {
			color: #fff;
		}
		
		#footer #sitemap li {
			float: left;
			margin-right: 35px;
			line-height: 19px;
		}
			#footer #sitemap li ul {
				list-style: none;
				margin: 0px;
				margin-top: 5px;
			}
				#footer #sitemap li ul li {
					margin: 0px;
					clear: both;
				}
			

/* CONTACT & INFO */

.contact {
	background: url('../images/arrow-down.png') no-repeat right;
	padding: 10px 0;
	border-bottom: 1px solid #181818;
}
.contact .item {
	background: url('../images/box-yellow-arrow-2.png') no-repeat left;
	padding-left: 20px;
}
.contact_info h3 {
	margin-top: 16px;
}

/* COMMENTS */

.comment_form {
	background-color: #161717;
	padding: 10px 12px;
	margin-bottom: 16px;
}

#comment_form label {
	float: left;
}

.comment_form textarea {
	float: left;
	height: 18px;
	margin-right: 12px;
	width: 300px;
	font-size: 12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
	padding: 3px 6px 6px 6px;
}

.comment_form #comment_input {
	float: left;
	width: 275px;
	height: 14px;
	font: 12px/18px "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Tahoma !important;
	background-color: #888;
	border: 0;
	margin: 0 8px;
}

#comment_submit {
	float: right;
}

a.remove_comment {
	display: block;
	float: right;
	height: 18px;
	width: 18px;
	text-indent: -9999em;
	outline: none;
	background: url(../images/link-remove-comment-1.png);
}

a:hover.remove_comment {
	background: #fff12d url(../images/link-remove-comment-1.png);
}

.comment_image {
	float: left;
	margin-right: 8px;
	width: 50px;
	height: 50px;
}
.comment_image a {
	border: 0;
}
.comment {
	overflow: hidden;
	font: 12px/18px "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Tahoma !important;
	width: 358px;
	float: left;
	background: #161717 url('../images/comment-arrow.png') no-repeat top left;
	padding: 7px 12px 7px 20px;
	margin-bottom: 12px;
}
.comment strong {
	font-weight: bold;
}
.comment .time {
	display: block;
	color: #3d3e3e;
}
.comment .time a {
	font-weight: normal !important;
	color: #3d3e3e !important;
}
.comment a {
	font-weight: bold !important;
	color: #bbb !important;
}
.comment a:hover {
	text-decoration: none !important;
	color: #fff12d !important;
}
.comment .text {
}

.comment_icon {
	position: absolute;
	margin: 34px 0 0 -16px;
	border: 0;
	padding: 0;
}

.fb_logout, .fb_login {
	float: right;
}

/* NARROW VERSION */


#discussion_narrow .comment_form {
	background-color: #161717;
	padding: 10px 12px;
	margin-bottom: 16px;
}

#discussion_narrow .comment_form textarea {
	float: left;
	height: 18px;
	margin-right: 12px;
	width: 195px;
	font-size: 12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
	padding: 3px 6px 6px 6px;
}

#discussion_narrow .comment_form #comment_input {
	float: left;
	width: 175px;
	height: 14px;
	font: 12px/18px "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Tahoma !important;
	margin: 0 8px;
}

#discussion_narrow .comment_image {
	margin-right: 6px;
}

#discussion_narrow .comment {
	overflow: hidden;
	font: 12px/18px "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Tahoma !important;
	width: 256px;
	float: left;
	background: #161717 url('../images/comment-arrow.png') no-repeat top left;
	padding: 7px 12px 7px 20px;
	margin-bottom: 12px;
}

/* GALLERIES */

.icon {
	display: none;
	position: absolute;
	border: 0;
	padding: 0;
	margin: 0 -10px 0 0;
}

/* COMMON STYLES */

.hidden {
	display: none;
}

/* INDEX2 */

#index .index2 #feed ul li {
	margin: 0 21px 15px 0;
}
#tweet-list {
	padding: 23px 0 10px 25px;
}
#tweet-list .tweet_list li {
	list-style: none;
	padding: 0 0 10px 0;
}
#tweet-list .tweet_list li img {
	vertical-align: bottom;
	float: left;
	display: block;
}
#tweet-list .tweet_list li .tweet_text, 
#tweet-list .tweet_list li .tweet_time {
	padding-left: 26px;
	line-height: 15px;
	display: block;
}
#tweet-list .tweet_list li a.tweet_time {
	color: #555;
}
#tweet-list .tweet_list li a:hover.tweet_time {
	color: #BBB;
}

/* NEWS @ STUFF*/
.news-list {
	padding: 23px 23px 5px 23px;
}
.news-list .news-item {
	border-bottom: 1px solid #202020;
	margin-bottom: 15px;
}
.news-list .news-item img {
	border: 1px solid #202020;
	margin-bottom: 15px;
	width: 220px;
}
.news-list .news-item .title {
	color: #fff;
	font-weight: bold;
}
.news-list .news-item .time {
	color: #555;
}
.news-list .news-item .title, 
.news-list .news-item .time, 
.news-list .news-item .text {
	padding-left: 245px;
}
.news-list .news-item .time, 
.news-list .news-item .text p {
	margin-bottom: 10px;
}

ul.news {
	padding: 0 23px 5px 23px;
}
ul.news li.news-item {
	list-style: none;
	border-bottom: 1px solid #202020;
	padding: 20px 0;
	line-height: 16px;
}
ul.news .news-item img {
	border: 1px solid #202020;
}
ul.news .news-item .title {
	color: #fff;
	font-weight: bold;
}
ul.news .news-item .time {
	color: #555;
}
ul.news .news-item .text,
ul.news .news-item .title,
ul.news .news-item .time {
	padding-left: 95px;
}