/*


		NSFW.nl - All rights reserved
		
		
*/
* {
	padding: 0;
	margin: 0;
}
body {
	padding: 0;
	margin: 0;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	background: #21130b url(../img/bgpattern.gif) repeat-x 50% 0;
}
.error {
color:#DBC3A6;
float:left;
font-size:0.9em;
font-weight:bold;
margin:0 8px 0 0;
padding:10px;
}
#container {
	width: 940px;
	height: 220px;
	margin: 0 auto;
}
#profile {
        width: 655px;
        height: 290px;
        background: url(../img/bg-profile.png) top left no-repeat;
        position: relative;
}

#header {
	width: 940px;
	height: 220px;
	background: url(../img/bg-header.png) top left no-repeat;
	position: relative;
}
#header-link {
	position: absolute;
	top: 0;
	left: 0px;
	width: 220px;
	height: 70px;
	text-indent: -9999em;
	font-size: 0em;
}
#language {
	width: 138px;
	height: 16px;
	background: url(../img/bg-lang.png) top left no-repeat;
	position: absolute;
	right: 20px;
	top: 40px;
	padding: 5px 0 0 6px;
}
#language img {
	float: left;
	margin: 0 6px 0 0;
}
#language span {
	float: left;
	font-size: 0.9em;
	color: #57442d;
}
#florals {
	text-indent: -9999em;
	font-size: 0em;
	width: 466px;
	height: 190px;
	background: url(../img/floral.png) top left no-repeat;
	position: absolute;
	top: 63px;
	right: 0px;
}
/*
-----------------------------------------------------------------------------------  SORTING OPTIONS
*/
#sorting-wrapper {
	width: 920px;
	height: 146px;
	position: absolute;
	padding: 0 0 0 20px;
	top: 73px;
	left: 0px;
}
.sorting {
	list-style: none;
	margin: 0;
	padding: 15px 0 0 0;
	height: 131px;
	float: left;
	z-index: 1;
}

.sorting a {
	background: url(../img/checkbox.png) top left no-repeat;
}

.sorting a.active {
	background: url(../img/checkbox.png) bottom left no-repeat;
}

.sorting span {
        padding-left: 22px;
}

.sorting li {
	width: 100px;
	font-size: 0.9em;
	height: 16px;
	line-height: 1.4em;
	color: #947b5c;
	margin: 0 0 8px 0;
}
.sorting li.title {
	line-height: 1em;
	height: 16px;
	font-size: 1em;
	color: #47bff6;
	font-weight: bold;
	background: none;
	text-indent: 0px;
}
.sorting li.active {
	color: #e7d2ba;
}
.seperator {
	width: 22px;
	height: 146px;
	background: url(../img/sorting-seperator.png) top left no-repeat;
	float: left;
}
/*
-----------------------------------------------------------------------------------  META incl. PAGING AND IMAGE SIZE
*/
#meta {
	width: 940px;
	height: 40px;
	position: relative;
}


#meta .paging {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	left: 10px;
	list-style: none;
}
#meta .paging li {
	float: left;
	margin: 0 8px 0 0;
	color: #dbc3a6;
	font-size: 0.9em;
	font-weight: bold;
}
#meta .paging li.title, #meta .image-size li.title {
	padding: 4px 0 0 0;
	height: 16px;
}
#meta .paging li a {
	display: block;
	height: 16px;
	width: 20px;
	padding: 4px 0 0 0;
	background: url(../img/paging.png) top left no-repeat;
	color: #a1896c;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-size: 0.9em;
}
#meta .paging li .active {
	background: url(../img/paging.png) bottom left no-repeat;
	color: #ffffff;
}


#meta2 .paging2 {
        margin: 0;
        padding: 0;
        top: 20px;
	left: 10px;
        list-style: none;
}


#meta2 .paging2 li {
        float: left;
        margin: 0 8px 0 0;
        color: #dbc3a6;
        font-size: 0.9em;
        font-weight: bold;
}
#meta2 .paging2 li.title, #meta .image-size li.title {
        padding: 4px 0 0 0;
        height: 16px;
}
#meta2 .paging2 li a {
        display: block;
        height: 16px;
        width: 20px;
        padding: 4px 0 0 0;
        background: url(../img/paging.png) top left no-repeat;
        color: #a1896c;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        font-size: 0.9em;
}
#meta2 .paging2 li .active {
        background: url(../img/paging.png) bottom left no-repeat;
        color: #ffffff;
}

#meta .image-size {
	position: absolute;
	top: 10px;
	right: 195px;
	list-style: none;
}
#meta .image-size li {
	float: left;
	height: 20px;
	margin: 0 8px 0 0;
	color: #dbc3a6;
	font-size: 0.9em;
	font-weight: bold;
}
#sorting-wrapper li a {
        width: 17px;
        height: 17px;
        display: block;
        text-indent: -99999em;
        font-size: 0em;
        cursor: pointer;
	position:absolute;
}
#meta .image-size li a {
	width: 20px;
	height: 20px;
	display: block;
	text-indent: -99999em;
	font-size: 0em;
	cursor: pointer;
}
#meta .image-size li a.small {
	background: url(../img/image-size-small.png) top left no-repeat;
}
#meta .image-size li a.medium {
	background: url(../img/image-size-medium.png) top left no-repeat;
}
#meta .image-size li a.large {
	background: url(../img/image-size-large.png) top left no-repeat;
}
#meta .image-size li a.small-active {
	background: url(../img/image-size-small.png) bottom left no-repeat;
}
#meta .image-size li a.medium-active {
	background: url(../img/image-size-medium.png) bottom left no-repeat;
}
#meta .image-size li a.large-active {
	background: url(../img/image-size-large.png) bottom left no-repeat;
}
#cams-wrapper {
	width: 750px;
	overflow: hidden;
	float: left;
}
.cam-medium {
	width: 180px;
	height: 184px;
	padding: 0;
	margin: 0 6px 4px 0;
	background: url(../img/bg-cam-medium.png) top left no-repeat;
	float: left;
}
.cam-medium .title {
	width: 150px;
	height: 20px;
	padding: 8px 0 0 30px;
	margin: 0;
	position: relative;
}

.cam-medium #one2one {
        height:0px;
        float:left;
}

.cam-medium #one2one img {
        position:relative;
        top:3px;
        height:17px;
	left:13px;
}

.cam-medium #hd {
	height:0px;
	float:right;
} 

.cam-medium #hd img {
	position:relative;
	top:93px;
	right:6px;
	height:30px;
}

.cam-medium .title span {
	color: #dbc3a6;
	font-weight: bold;
}
.cam-medium .title img {
	position: absolute;
	top: 9px;
	left: 8px;
}
.cam-medium .preview {
	width: 180px;
	text-align: center;
}
.cam-medium .meta {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 22px;
	width: 170px;
	padding: 8px 0 0 10px;
}
.cam-medium .meta li {
	float: left;
	width: 20px;
	margin: 0 4px 0 0;
}

.cam-medium .meta li.lang {
	float:right;
	margin-top:3px;
	width:auto;
}

.cam-medium .meta li a {
	display: block;
	width: 20px;
	height: 16px;
	font-size: 0em;
	text-indent: -9999em;
}
.cam-medium .meta li.profile a {
	background: url(../img/ico-profile.png) top left no-repeat;
}
.cam-medium .meta li.add-to-favs a {
	background: url(../img/ico-favs.png) top left no-repeat;
}

#fav-cams .cams a {
	color:white;
}

.favcams-wrapper {
	padding-left:8px;
}

.cam-favorite {
        width: 130px;
        height: 134px;
        padding: 0 12px 0 0;
        margin: 0 6px 4px 0;
        background: url(../img/bg-cam-small.png) top left no-repeat;
}
.cam-favorite .title {
        height: 20px;
        padding: 8px 0 0 30px;
        margin: 0;
        position: relative;
}

.cam-favorite .title span {
        color: #dbc3a6;
        font-weight: bold;
}
.cam-favorite .title img {
        position: absolute;
        top: 9px;
        left: 8px;
}

.cam-favorite .preview {
        text-align: center;
}

.cam-favorite .meta {
        list-style: none;
        padding: 0;
        margin: 0;
        height: 22px;
        padding: 8px 0 0 10px;
}

.cam-favorite .meta li {
        float: left;
}

.cam-favorite .meta li a {
        display: block;
        width: 20px;
        height: 16px;
        font-size: 0em;
        text-indent: -9999em;
}
.cam-favorite .meta li.profile a {
        background: url(../img/ico-profile.png) top left no-repeat;
}

.cam-favorite .meta li.defavorite{
	padding-left:70px;
}

.cam-favorite .meta li.defavorite a {
        background: url(../img/delete.png) top left no-repeat;
}


.cam-small {
	width: 130px;
	height: 134px;
	padding: 0 12px 0 0;
	margin: 0 6px 4px 0;
	background: url(../img/bg-cam-small.png) top left no-repeat;
	float: left;
}
.cam-small .title {
	height: 20px;
	padding: 8px 0 0 30px;
	margin: 0;
	position: relative;
}
.cam-small .title span {
	color: #dbc3a6;
	font-weight: bold;
}
.cam-small .title img {
	position: absolute;
	top: 9px;
	left: 8px;
}

.cam-small #one2one {
        height:0px;
        float:left;
}

.cam-small #one2one img {
        position:relative;
        top:3px;
        height:13px;
        left:17px;
}


.cam-small #hd {
        height:0px;
        float:right;
} 

.cam-small #hd img {
        position:relative;
        top:56px;
        right:15px;
        height:18px;
}


.cam-small .preview {
	text-align: center;
}
.cam-small .meta {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 22px;
	padding: 8px 0 0 10px;
}
.cam-small .meta li {
	float: left;
	width: 20px;
	margin: 0 4px 0 0;
}

.cam-small .meta li.lang {
        float:right;
        margin-top:1px;
	width:auto;
}


.cam-small .meta li a {
	display: block;
	width: 20px;
	height: 16px;
	font-size: 0em;
	text-indent: -9999em;
}
.cam-small .meta li.profile a {
	background: url(../img/ico-profile.png) top left no-repeat;
}
.cam-small .meta li.add-to-favs a {
	background: url(../img/ico-favs.png) top left no-repeat;
}


.cam-large {
	width: 232px;
	height: 220px;
	padding: 0 6px 0 0;
	margin: 0 6px 4px 0;
	background: url(../img/bg-cam-large.png) top left no-repeat;
	float: left;
}
.cam-large .title {
	height: 20px;
	padding: 8px 0 0 30px;
	margin: 0;
	position: relative;
}
.cam-large .title span {
	color: #dbc3a6;
	font-weight: bold;
}
.cam-large .meta li.lang {
        float:right;
        margin-top:3px;
}

.cam-large #one2one {
        height:0px;
        float:left;
}

.cam-large #one2one img {
        position:relative;
        top:3px;
        height:17px;
        left:25px;
}


.cam-large #hd {
        height:0px;
        float:right;
}       

.cam-large #hd img {
        position:relative;
        top:120px;
        right:15px;
        height:30px;
}


.cam-large .title img {
	position: absolute;
	top: 9px;
	left: 8px;
}
.cam-large .preview {
	padding-left:16px;
}
.cam-large .meta {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 22px;
	padding: 8px 0 0 10px;
}
.cam-large .meta li {
	float: left;
	width: 20px;
	margin: 0 4px 0 0;
}
.cam-large .meta li a {
	display: block;
	width: 20px;
	height: 16px;
	font-size: 0em;
	text-indent: -9999em;
}
.cam-large .meta li.profile a {
	background: url(../img/ico-profile.png) top left no-repeat;
}
.cam-large .meta li.add-to-favs a {
	background: url(../img/ico-favs.png) top left no-repeat;
}


#footer {
	width: 100%;
	clear: both;
	background: #120a04;
	height: 100px;
	margin: 20px 0 0 0;
	padding: 30px 0 0 0;
	text-align: center;
}
#footer span {
	color: #312017;
}
#fav-cams {
	width: 180px;
	margin: 0 0 20px 0;
}
#fav-cams .cams {
	width: 150px;
	padding: 15px;
	color: #ffffff;
	background: #1989bc url(../img/sidebar-bg-fav-cams.png) repeat-x 50% 0;
	font-size: 0.9em;
}
#fav-cams .add-favs-info {
	width: 160px;
	padding: 10px;
	height: 70px;
	line-height: 1.6em;
	color: #aee3fb;
	background: url(../img/sidebar-bg-fav-cams-info.png) top left no-repeat;
	font-size: 0.9em;
}
#top-cams {
	width: 180px;
	background: url(../img/sidebar-bg-topcams.png) bottom left no-repeat;
	margin: 0 0 20px 0;
}
#top-cams ul {
	list-style: none;
	margin: 0;
	width: 140px;
	padding: 20px 20px 10px 20px;
}
#top-cams ul li a {
	display: block;
	width: 140px;
	height: 20px;
	margin: 0 0 6px 0;
	text-indent: 24px;
	text-decoration: none;
	color: #a1896c;
}
#top-cams ul li a:hover {
	color: #dbc3a6;
	text-decoration: underline;
}
#top-cams ul .online a {
	background: url(../img/cam-status-online.png) top left no-repeat;
}
#top-cams ul .offline a {
	background: url(../img/cam-status-offline.png) top left no-repeat;
}
#add-site a {
	display: block;
	width: 180px;
	height: 183px;
	background: url(../img/btn-toevoegen.png) top left no-repeat;
	border: 0px;
	text-indent: -9999em;
	font-size: 0em;
}
#add-site {
	width: 180px;
	margin: 0 0 20px 0;
}
#sidebar {
	float: right;
	width: 180px;
}
#sidebar h2 {
	display: block;
	height: 30px;
	width: 165px;
	padding: 0 0 0 15px;
	background: url(../img/sidebar-heading.png) top left no-repeat;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 30px;
}
#sidebar h2 img {
	margin: 5px 5px 0 0;
	float: left;
}

#profile .picture {
float:right;
padding:82px 45px 0 0;
}

#profile .name {
float:left;
padding:82px 45px 0 30px;
color:#A1896C;
}


#profile .info {
float:left;
padding:79px 0 0 48px;
color:#A1896C;
}

#profile .info td {
	padding-top:10px;
}

#profile .chat {
float:right;
color:white;
padding-right:80px;
}


