body{
	margin:20px;
	padding:0;
	font-size:11px;
	background-color:#282828;
	background-image: url(/images/diagonalstripes.gif); 
	background-repeat: repeat-x;
}

div#wrap{
	margin:0px auto;
	padding:0;
	width:1060px;
	height:auto;
}

div#main{
 	padding: 8px 0px 0px 0px;
	margin:0px;
	width:1060px;
	height:auto;
}

div#slideshow{
	background-image: url(/images/stroke_main.png);
	width: 800px;
	height: 400px;
	padding: 3px;
	margin-bottom: 10px;
	overflow: hidden;
}

div#photoview{
	background-image: url(/images/stroke_photoview.gif);
	width: 800px;
	height: 600px;
	padding: 3px;
	margin-bottom: 10px;
	overflow: hidden;
}
div#page{
	clear:both;
}
div#top_right{
	width: 220px;
	float:right;
}

div#user{
	width: 220px;
	min-height: 412px;
	clear:right;
}

div#body{
	margin-top: 20px;

}

div#body_left,div#left{
	float:left;
	width: 205px;
	margin-right: 45px;
	display:block;
}

div#body_left_narrow{
	float:left;
	width: 180px;
	display:block;

}

div#body_middle{
	display:block;
	width: 330px;
	margin-left: 40px;
	float:left;
}

div#body_middle_wide,div#content{
	display:block;
	width: 550px;
	
	float:left;
}

div#body_middle_wide.user{
	margin-left:30px;
	width: 520px;
}

div#body_right{
	width: 220px;
	display:block;
	margin-left: 40px;
	float:left;
}
div#body_right2{
	width: 220px;
	float:right;
}
img#about{
	margin-left: 5px;
}
img#about2{
	float:right;
	margin-top: -28px;
}

div#search{
	float:right;
	clear:right;
	width: 170px;
	margin-top: 20px;
	margin-right: 2px;
}
form.search{
	float:right;
}
div#map_container{
	-moz-opacity: 0.7;
	opacity:0.7;
	width: 200px;
	height: 200px;
	display:block;
	padding: 3px;
	background-image:url(/images/stroke_smallmap.gif);
}
div#map_container:hover{
	-moz-opacity: 1.0;
	opacity:1.0;
}
div#map{
	width: 200px;
	height: 200px;
	margin:0;
	display:block;
	overflow:hidden;
}

div#largemap_container{
	width: 800px;
	height: 500px;
	display:block;
	padding: 3px;
	background-image:url(/images/stroke_map.gif);
}

div#largemap{
	width: 800px;
	height: 500px;
	margin:0;
	display:block;
	overflow:hidden;
}

/* Logo and breadcrumbs */

div#logo{
	margin-bottom: 20px;
	clear:both;
	height:auto;
}
img.logo{
	float:left;
	margin-right: 10px;
	display: block;
}
img.betabadge{
	margin-bottom: 0;
	vertical-align: bottom;
	position: relative;
	margin-left: -8px;
	padding-top: 32px;
}
ul#breadcrumbs{
	display: block;
	width: 600px;
	padding-top: 3px;
	height: 20px;
}
li.breadcrumb{
	color: #aaa;
	display:inline;
}
img.breadcrumb{
	float:left;
	margin-right: 10px;
	margin-top: 5px;
}
div.breadcrumb{
	color: #aaa;
	display:block;
	float:left;
}
img.useravatar-big{
	float:left;
	margin-top: 10px;
	margin-right: 10px;
}

div#recentusers{
	width: 200px;
}


/* JOINT VIEW */

div#you{
	float:right;
	clear:none;
	width: 210px;
}

div#description{
	width: 280px;
	clear:none;
}

div#descriptionbox{
	width: 280px;
	clear:none;
}

/* PHOTO PAGE */

div#photo_page{
	width: 780px;
}

div.photo_medium{
	float:left;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 20px;
	background-color:#444;
}

img.photo_medium{
	width:200px;
	height:150px;
	padding: 10px;
}
div.photo_info{
	width: 180px;
	color: #ccc;
	padding: 10px;
	padding-top: 0px;
}
table.photo_info{
	border-collapse: collapse;
}
td.photo_info{
 	vertical-align: top;
	padding-bottom: 5px;
	padding-right: 5px;
}
a.photo_info{
	font-weight: bold;
	padding:0;
}
ul#photo_comments{
	width: 350px;
}
img.photo_comment_avatar,img.photo_info_avatar{
	vertical-align: middle;
}
li.photo_comment{
	padding: 5px;
	vertical-align: bottom;
	background-color: #333;
	border: 1px solid #444;
	margin: 2px;
}
div.photo_comment_sender{
	font-weight: bold;
	float:left;
	display:block;
	height: 20px;
	width: 100px;
}
div.photo_comment_date{
	float: right;
	color: #999;
}
div.photo_row{
	clear:left;
}

div#whyregister{
	margin-top: 20px;
	height: 221px;
}
div#venues_right{
	float:right;
}
div#venue_columns{
	width: 500px;
}

div#body_middle_wide.posts{
	margin-left: 40px;
	width: 385px;
}

div#userpane,div.userpane{
	width: 200px;
	padding: 10px;
	margin-left: -2px;
	overflow:visible;
	background-color: #444;
}
div#settings{
	width: 450px;
	background-color: #444;
	color: #aaa;
	margin-left: -2px;
	padding: 10px;

}

/* DASHBOARD */

div#dashboard{
	width: 800px;
}
div#dashboard_left{
	width: 380px;
	float:left;
}
div#dashboard_right{
	width: 380px;
	float:right;
}
div.dashboard_joint{
	margin-top: 20px;
	margin-bottom:10px;
	width: 380px;
	clear:both;
}
div.dashboard_photos{
	width: 190px;
	margin-top: -10px;
	float:right;
}
div#dashboard_newusers{
	width: 190px;
	float:right;
}
div#dashboard_newjoints{
	width: 190px;
}