@charset "utf-8";
/* CSS Document */

/* ++++++++++++++++++++++++++++++++++++++*/
/* Urbanspeed.com forum css 
/* ++++++++++++++++++++++++++++++++++++++*/

.page-wrap {
	width:960px;
	margin:0 auto;

}

body {
	background: #02070d url('http://www.urbanspeed.com/forums/Forum_Images/dbk.jpg') no-repeat left top;
}


#us-forums {
	width:960px;
	margin:0 auto;
	
}

#main {
	background:#fff;
	padding:10px;
}

/* Menu +++++++++++++++++++++++++++++++++*/

.nav{
	margin:10px 0 0 0;
	height:30px;
	line-height:30px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:90%
}

.nav a {
	text-decoration:none;
}
.nav a:link {
	color:#fff;
}

.nav a:visited {
	color:#fff;
}

.nav a:hover {
	color:#666;
}

.nav a:active {
	color:#fff;
}



.nav li {
	float:left;
	display:inline;
	margin:0 30px 0 0 ;
}

/* Header +++++++++++++++++++++++++++++++++*/

#header-section {
	padding:20px 0 10px 20px;
}

#headings {
	margin:0 0 10px 0;
}

#header {
	height:110px;
	
}

#toplinks {
	padding:5px;	
}
#bottommenu {
	margin:10px 0 10px 10px;
}

#us-footer {
	margin:0 0 10px 10px;
	text-transform:uppercase;
	font-size:90%;
	
}

#footer_links {
	text-transform:uppercase;
	font-weight:bold;
	font-size:90%;
}

#footer-links a {
	text-decoration:none;
}

.forumtitle {
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:20px;
	padding:5px 0 0 0;
}


.nodecontrols {float:right;
}

.username strong{
	
	margin:0 10px 5px 0;
}

#toplinks {
	margin:35px 0 0 0;
}

#logindetails {
	
	background:#fff;
}

#logindetails input {
	border:1px solid #666;
	
}

#logindetails input[type="text"], #logindetails input[type="password"] {
	padding:5px;
	margin:0 5px;
	width:100px;
}

#logindetails .loginbutton{
	padding:4px;
	margin:10px 5px 0 5px;
	display:block;
}

#remember {
	color:#666;
	font-size:100%;
	margin:7px 0 0 70px;
}

#navbar_search input[type="text"] {
	padding:2px;
	margin:3px 0 0 0;
}

#globalsearch {
	position:absolute;
	right:50px;
}
#toplinks a {
	background:none;	
}
#toplinks a:link {
	color:#091c35;
	
	
}

#toplinks a:visited {
	color:#091c35;
	
	
}

#toplinks a:hover {
	color:#666;
	background:none;
	
}

#toplinks a:active {
	color:#091c35;
	
	
}

.navbar_advanced_search a {
	padding:0 25px 0 0;
}

.buttoncontainer input{
	padding:4px 0 0 0;	
}

.forumhead .collapse img {
	margin:0 60px 0 0;
}

#above_threadlist_controls {
	background:none;
}

#above_threadlist_controls a:link {
	color:#091c35;
}

#above_threadlist_controls a:visited {
	color:#091c35;
}

#above_threadlist_controls a:hover {
	color:#666;
}

#above_threadlist_controls a:active {
	color:#091c35;
}

#thread_controls {
	background:none;
}

#thread_controls a:link {
	color:#091c35;
}

#thread_controls a:visited {
	color:#091c35;
}

#thread_controls a:hover {
	color:#666;
}

#thread_controls a:active {
	color:#091c35;
}


.profile_content h4 {
	display:block;
	margin:0 0 10px 0;
}

.postcontrols_top {
	float:right;
}
 
 .nodecontrols {
	 width:100%;
 }
 
 #thumbnails .picture img{
	 height:150px;
	 width:150px;
 }
 
 #thumbnails .picture {
	 overflow:hidden;
 }
 
#attachmentlist .blockfoot .delete {
	margin:-3px 0 0 0;
	
}

#attachmentlist .blockfoot {
	padding:10px;
}

#social-icons li {
	list-style:none;
	float:left;
	display:inline;
	margin:0 3px;
	width:30px;
	height:30px;
}

#social-icons {
	float:right;
	margin:-20px 20px 0 0;
}

#us-footer a:link {
	color:#fff;
}

#us-footer a:visited {
	color:#fff;
}

#us-footer a:hover {
	color:#666;
}

#us-footer a:active {
	color:#fff;
}

#albumtop .picturenav li a:hover, #picturecontrols li a:hover {
	color:#666;
}


/* User album width changes */

#picturecontainer img {
	max-width:860px;
}

/* Post content image max width */

.content img {
	max-width:860px;
}