/********** CSS For Vidmarkr *********/
* {
	margin: 0;
	padding: 0;
}

html {
	background: #fff url('images/bg.png');
}

body {
	font: 62.5% Helvetica, arial, sans-serif;
}

a img {
	border: 0;
}

.clear {
	clear: both;
}

/*********** LOGO & NAVIGATION ***********/
#header {
	padding-top: 75px;
	width: 940px;
	margin: 0 auto;
}

#logo {
	float: left;
	color: #999999;
	font-size: 1.1em;
}
	
	#logo img {
		vertical-align: middle;
		margin-right: 5px;
	}
	
ul#nav {
	float: right;
}

	ul#nav li {
		list-style: none;
		float: left;
		background-color: #fff;
		font-size: 1.1em;
	}
	
		ul#nav li a {
			display: block;
			padding: 0 16px;
			height: 41px;
			line-height: 41px;
			color: #000;
			text-decoration: none;
			text-transform: uppercase;
		}
		
		ul#nav li a:hover {
			color: #fa5345;
		}
	
/********* The Big Red Bar ***********/
#redbar {
	background-color: #fa5345;
	height: 90px;
	width: 100%;
	margin-top: 35px;
}		

	#redbarwrap {
		width: 940px;
		margin: 0 auto;
	}
	
	#title {
		float: left;
		color: #fff;
		padding-top: 30px;
	}
	
		p.welcome {
			text-transform: uppercase;
			font-size: 1.1em;
			padding-bottom: 3px;
			color: #ffd9d6;
		}
		
		p.desc {
			font-size: 2.0em;
			font-weight: bold;
		}
		
	ul#subnav {
		float: right;
		margin-top: 25px;
	}
	
		ul#subnav li {
			background-color: #d1291b;
			line-height: 40px;
			text-align: center;
			list-style: none;
			float: left;
			margin-left: 8px;
			font-size: 1.1em;
			text-transform: uppercase;
		}
		
			ul#subnav li a {
				height: 40px;
				width: 150px;
				display: block;
				color: #fff;
				text-decoration: none;
			}
			
			ul#subnav li a span {
				color: #fc6d61;
			}
			
/************* Main section/index **************/
#main {
	width: 940px;
	margin: 0 auto;
}

.index {
	padding-top: 42px;
}

#latestbookmarks {
	float: left;
	width: 610px;
}

	#latestbookmarks h1, #right h1 {
		color: #3f3f3f;
		font-size: 2.0em;
		margin-bottom: 30px;
	}

	ul.bookmarks li {
		list-style: none;
		background-color: #fff;
		width: 100%;	
		margin: 10px 0;
	}
	
	img.thumb {
		float: left;
	}
	
		.title {
			float: left;
			padding: 14px 0 0 20px;
		}
		
			.title h3 {
				font-size: 1.6em;
				color: #656565;
			}
			
				.title h3 a {
					color: #656565;
					text-decoration: none;
				}
			
			.title p {
				font-size: 1.1em;
				color: #cbcbcb;
			}
			
		.buttons {
			float: right;
			width: 8px;
			padding: 10px 10px 0 0;
			position: relative;
		}
		
			.buttons img.middle {
				margin: 7px 0;
			}
			
		.tooltip {
			position: absolute;
			width: 60px;
			height: 20px;
			line-height: 20px;
			text-align: center;
			background-color: #f4f3ef;
			color: #ccc;
			border-left: 1px solid #e8e7e3;
			font-size: 1.1em;
			top: 40px;
			left: 18px;
			display: none;
		}
			
#right {
	float: left;
	margin-left: 16px;
	width: 314px;
}

	form#login {
		background-color: #fff;
		padding: 14px 10px;
		margin-bottom: 30px;
	}
	
form#login input.userpass {
	width: 274px;
	height: 26px;
	padding: 10px 10px 0;
	border: 1px solid #b0b0b0;
	background-color: #fff;
	color: #b0b0b0;
	margin-bottom: 8px;
	font-size: 1.1em;
}

form#login input.submit, form#login input.submitadd {
	width: 130px;
	height: 44px;
	background-color: #fa5345;
	border: 0;
	color: #fff;
	float: right;
}

	.forgot {
		float: left;
		padding: 15px 0 0 5px;
	}
	
	.forgot a {
		color: #4b4b4b;
		text-decoration: none;
		font-size: 1.1em;
	}
	
p.adtext {
	color: #999999;
	line-height: 20px;
	margin: 10px 0;
	font-size: 1.1em;
}

#right h1#h1ad {
	margin: 0;
}

a img.advert {
	border: 5px solid #fff;
}

#popular {
	background: url('images/popular-bg.png');
	height: 35px;
	font-size: 1.1em;
	width: 213px;
}

	#popular a {
		display: block;
		width: 198px;
		height: 35px;
		color: #fa5345;
		text-decoration: none;
		line-height: 35px;
		padding-left: 15px;
	}
	
	/**** Account - search ****/
	form#search input {
		background: url('images/search-bg.png');
		width: 380px;
		height: 24px;
		padding: 11px 10px 0 225px;
		color: #4c4c4c;
		font-family: Georgia, helvetica, sans-serif;
		font-style: italic;
		font-size: 1.2em;
		border: 0;
	}

/************ Footer *************/
#footer {
	background-color: #cccccc;
	border-top: 1px solid #999;
	height: 205px;
	margin-top: 30px;
}

#footerwrap {
	width: 940px;
	margin: 0 auto;
	padding-top: 19px;
}

#footernav {
	float: left;
	width: 609px;
	background: url('images/footernav-bg.png') no-repeat right;
	height: 167px;
	padding-top: 20px;
}

	.navlink {
		float: left;
		font-size: 1.1em;
		font-family: Tahoma, helvetica, sans-serif;
		margin-right: 60px;
	}
	
		.navlink h5 a {
			color: #272727;
			font-size: 1.1em;
			text-decoration: none;
		}
		
		.navlink ul li {
			list-style: none;
			padding-top: 5px;
		}
		
			.navlink ul li a {
				color: #747474;
				text-decoration: none;
			}
			
#online {
	float: left;
	margin-left: 19px;
	width: 280px;
	font-size: 1.1em;
	color: #747474;
	padding-top: 20px;
}

	#online span {
		color: #3a3a3a;
		font-size: 2.4em;
		font-weight: bold;
		margin: 0 3px;
		text-shadow: 0 1px 0 #ddd;
	}
	
	#online p {
		padding-top: 20px;
	}
	
/*************** Header ***************/
#video {
	float: left;
	width: 545px;
	text-align: center;
}

	.video {
		padding-top: 20px;
	}
	
#comments {
	float: left;
	width: 390px;
}

	#comments h1 {
		color: #353535;
		font-size: 2.0em;
	}
	
		#comments h1 span {
			color: #fa5345;
		}
		
	ul#commlist {
		margin-bottom: 25px;
	}
	
	ul#commlist li {
		list-style: none;
		width: 390px;
		line-height: 20px;
		font-size: 1.1em;
		margin-top: 20px;
	}

	.white, .red {
		background-color: #fff;
		color: #999;
		width: 370px;
		padding: 10px;
	}
	
	.red {
		background-color: #fa5345;
		color: #fff;
	}
	
		.white a {
			color: #999;
		}
		
		.red a {
			color: #fff;
		}
		
	.whitefooter, .redfooter {
		font-weight: bold;
		color: #565656;
		background: url('images/white-footer-bg.png') no-repeat;
		height: 17px;
		width: 255px;
		margin-left: 10px;
		padding: 3px 0 0 45px;
	}
	
	.redfooter {
		background: url('images/red-footer-bg.png') no-repeat 330px;
		text-align: right;
		padding: 3px 55px 0 0;
		width: 325px;
		height: 15px;
	}
	
	p#addcommlogout {
		color: #999;
		line-height: 20px;
		font-size: 1.1em;
		margin-top: 5px;
	}
	
		p#addcommlogout a {
			color: #fa5345;
			text-decoration: none;
		}
		
/*************** Sign up ***************/

form#signup {
	position: relative;
}

form#signup input.notsubmit {
	background: url('images/signup-input.png');
	border: 0;
	width: 471px;
	height: 40px;
	padding: 25px 20px 0;
	font-size: 1.6em;
	color: #aeaeae;
	font-family: Georgia, helvetica, sans-serif;
	margin-bottom: 15px;
	float: left;
}

form#signup input.submit {
	width: 511px;
	height: 62px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	background-color: #f75244;
	font-size: 1.7em;
	border: 0;
}

	.format {
		float: left;
		background-color: #9d9d9d;
		font-size: 1.1em;
		color: #fff;
		height: 35px;
		line-height: 35px;
		padding: 0 10px;
		margin-top: 15px;
		width: 409px;
	}
	
	.reveal {
		background: url('images/signup-input-reveal.png');
		width: 167px;
		height: 36px;
		line-height: 36px;
		text-align: center;
		float: left;
		color: #fff;
		text-transform: uppercase;
		margin: 15px 0 0 -45px;
	}
	
		.reveal a {
			display: block;
			width: 167px;
			height: 36px;
			color: #fff;
			text-decoration: none;
		}
		
		.reveal a:hover {
			text-decoration: underline;
		}
	
	.validuser, .validpass, .validemail {
		position: absolute;
		width: 14px;
		height: 10px;
		left: 480px;
		top: 28px;
	}
	
	.validpass {
		top: 109px;
		left: 445px;
	}
	
	.validemail {
		top: 190px;
	}