* {
	margin:0px;
	padding:0px;
	font-family: Arial, sans-serif;
	border-width: 0px;
	border-style: solid;
	border-color: transparent;
}

html, body, #container {
	width: 100%;
	height: 100%;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
#container {
	background-image: url("../images/bg.png");
	background-repeat: repeat-x;
	background-color:#1F1F1F;
}

#header {
	width: 860px;
	height: 65px;
	margin:auto;
}

#content {
	width: 860px;
	height: 533px;
	margin:auto;
}

#footer {
	width: 100%;
	min-height: 314px;
	margin:auto;
	background-color: #1F1F1F;
	background-image: url("../images/footer.png");
	background-repeat: repeat-x;
}

h1 {
	float:left;
	width: 194px;
	height: 65px;
	text-indent: -1000px;
	overflow: hidden;
	background-image: url("../images/onetruth.png");
	background-repeat: no-repeat;
}

ul {
	list-style-type: none;
}

a {
	text-decoration: none;
}

#header ul {
	float:right;
	margin-top: 27px;
}

#header ul li {
	float:left;
	margin-left: 20px;
}

#header ul li a {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	color: #666;
	border-bottom-width: 0px;
}

#header ul li a:hover {
	color: #000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}


#content ul {
	float:left;
	margin-top: 135px;
}

#content ul li {
	float:left;
	width:215px;
	height: 390px;
	position: relative;
}


#content ul li a {
	display:block;
}

#footer span {
 color: #DDD;
 font-weight: bold;
}

.nav-image {
	margin-top: 20px;
	width: 195px;
	height: 43px;
	background-repeat: no-repeat;
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
	padding-left: 20px;
	padding-top: 232px
}

.nav-image h2 {
	font-size:12px;
	color: #DDD;
	text-transform: uppercase;
	line-height: 10px;
}

.nav-shadow {
	padding:0px;
	position: absolute;
	bottom: 20px;
	width: 215px;
	height: 69px;
	background-image: url("../images/shadow.png");
	background-repeat: no-repeat;
	background-color: transparent;
	background-color:#F2F2F0;
}

#content .ot_graffitiart {
	background-image: url("../images/ot_graffitiart.png");
}

#content .ot_streetart {
	background-image: url("../images/ot_streetart.png");
}

#content .ot_music {
	background-image: url("../images/ot_music.png");
}

#content .ot_wear {
	background-image: url("../images/ot_wear.png");
}


#blogroll {
	width: 860px;
	margin:auto;
}

#blogroll ul {
	margin-top: 30px;
	float:left;
}

#blogroll ul li {
	float:left;
	width:195px;
	padding: 0px 10px 0px 10px;
}


#blogroll ul h3 {
	color: #ccc;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 25px;
	line-height: 16px;
	margin-bottom: 10px;
	margin-left: 5px;
}

#blogroll ul ul {
	float: none;
	margin:0px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

#blogroll ul ul li {
	float: none;
	padding:0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	color: #999;
	font-size: 10px;
}

#blogroll ul  ul li a {
	display:block;
	padding: 10px 5px;
	color: #999;
	background-color: transparent;
}

#blogroll ul  ul li a:hover {
	color: #DDD;
	background-color: #222;
}

#blogroll ul  ul .contact-text {
	line-height: 20px;
	padding: 5px 5px;
}

.rss {
	background-image: url("../images/icons/rss.png");
	background-repeat: no-repeat;
}

.more {
	background-image: url("../images/icons/more.png");
	background-repeat: no-repeat;
}

.friends {
	background-image: url("../images/icons/friends.png");
	background-repeat: no-repeat;
}

.facebook {
	background-image: url("../images/icons/facebook.png");
	background-repeat: no-repeat;
}

.youtube {
	background-image: url("../images/icons/youtube.png");
	background-repeat: no-repeat;
}

.contact {
	background-image: url("../images/icons/contact.png");
	background-repeat: no-repeat;
}