@charset "UTF-8";
/* New York Body Boarding Gallery v2.1 */
/*------ www.nybodyboarding.com -------*/
/*------- Created by Tom Knabe --------*/
/*--------- www.TomKnabe.com ----------*/

body{
	margin:0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	line-height: 1.5em;
	background-color: #000000;
	color: #333;
}

#wrapper{
	position: absolute;
	left: 50%;
	margin-left: -450px;;
}

#header{
	height:54px;
	width:900px;
}
#logo{
	width:186px;
	height:42px;
	margin-top:8px;
	float: left;
}
#topnav{
	width: 500px;
	height: 24px;
	margin-top: 30px;
	float:right;
	color:#FFF;
}
#topnav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 500px;
	float:left;
}
.sortable-list {
    list-style-type : none;
    margin : 0;
}
.sortable-list li {
    border : 1px solid #000;
    cursor : move;
    margin : 2px 0 2px 0;
    padding : 3px;
    background : #f7f7f7;
    border : #ccc;
    width : 500px;
}
#topnav ul li{
	float: left;
	background: url(../img/tab-right.gif) no-repeat top right;
	}
	
#topnav li a{
	display:block;
	padding: 0 1em;
	line-height: 1.5em;
	background: url(../img/tab-left.gif) no-repeat top left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color:#CCC;
	float: left;
}
#topnav ul a:hover{
	color:#000;
}

#mainwrap{
	width:890px;
	background-color:#FFF;
	padding: 5px;
	clear: both;
}

#adscol{
	width:180px;
	border-left:thin dotted #CCC;
	float:right;
}
#content{
	width: 700px;
	float: left;
}

#reltag{
	width: 700px;
	float: left;
}
#comment{
	width: 680px;
	float:  left;
	font-size: .85em;
	padding: 10px;
}
#newvid{
	width:700px;
	float:left;
	border-top:thin dotted #ccc;
}
#footer{
	top:10px;
	width:890px;
	height:20px;
	clear:both;
	border-top: thin dotted #CCCCCC;
}
.clear {
	clear: both;
}
.heading{
	font-size:18px;
	font-weight:bold
}

fieldset {
	margin: 5px 0;
	padding: 5px;
	border: 1px solid #ccc;
	background: #deeffa;
}

legend{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#006699
}
#newvid ul{
	margin: 0;
	list-style: none;
	width: 650px;
	float:left;
}
#newvid ul li{
	padding: 0 .2em;
	line-height: 1em;
	font-family:Arial, Helvetica, sans-serif;
	float: left;
	width: 280px;
	height: 105px;
	display:block;
	}
#newvid ul li img{
	float:left;
	padding-right: 3px;
	border:none;
}
#newvid li a{
	text-decoration: none;
	color:#666;
}
#newvid ul a:hover{
	color:#000;
	background-color:#FFFFFF;
}

#reltag ul{
	margin: 0;
	list-style: none;
	float:left;
}
#reltag ul li{
	padding: 0 .2em;
	line-height: 1em;
	font-family:Arial, Helvetica, sans-serif;
	float: left;
	width: 600px;
	display:block;
	padding-bottom: 10px;
	}
#reltag ul li:hover{
	background: #deeffa;
	}
#reltag ul li img{
	float:left;
	padding-right: 5px;
	border:none;
}
#reltag li a{
	text-decoration: none;
	color:#666;
}
#reltag ul a:hover{
	color:#000;
	background-color:#FFFFFF;
}

.smtitle {
	font-weight:bold;
	line-height: 1.5em;
	border-bottom: thin dotted #6699CC;
}
.tag{
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
.comment {
	font-size:10px;
	line-height: 1em;
	color:#999;
}
.comment a:hover {
	color:#000;
	background-color:#FFFFFF;

}
.left{
	float: right;
}

.footer {
	font-size: 10px;
	color:#666;
}

.footer a {
	color:#999;
}
