/* CSS Document */
body{
	margin-top:10px;
	background:#000000;
	width:100%;
	color:#FFFFFF;
}
#wrap{
	margin-left:20px;
	width:980px;
}

/* Header------------------------------------------------------- */
#header{
	width:100%;
	float:left;
}
#logo img{
	margin:15px 5px 10px 0px;
	float:left;
	border:0px;
}
#headerad{
	float:right;
	margin:10px 5px 5px 5px;
}

/* Search------------------------------------------------------- */
#search{
	width:100%;
	margin:5px 5px 10px 0px;
}
#searchform{
	float:left;
	width:350px;
}
.popusearch{
	color:#c3c3c3;
	font-size:14px;
	font-weight:bold;
}
.popusearch a:link, .popusearch a:visited{
	color:#44baeb;
	text-decoration:none
}
.popusearch a:hover, .popusearch a:active{
	color:#ffffff;
	text-decoration:underline
}
#webtitle h1{
	color:#bb0482;
	font-size:16px;
	float:right;
	text-align:center;
	width:580px;
}

/* Body------------------------------------------------------- */

#body{
	width:100%;
	margin-top:15px;
	float:left;
}
	/* Content------------------------------------------------------- */
#content{
	width:510px;
	float:left;
}
#contenttit{
	width:100%;
	text-align:left;
	color:#cd078e;
	font-size:18px;
	font-weight:bold;
	line-height:150%;
	margin-bottom:5px;
	padding:0px;
}
#contenttit img{
	float:left;
	border:0px;
}
#page{
	width:100%;
	line-height:24px;
	font-weight:bold;
	font-size:14px;
	color:#44baeb;
	margin-bottom:10px;
	padding:0px;
}
.button{
	background:#dedede;
	padding-left:5px;
	padding-right:5px;
}
#page a:link, #page a:visited{
	color:#f108a7;
	text-decoration:none;
}
#page a:hover, #page a:active{
	color:#bb0482;
	text-decoration:underline;
}
.post{
	background:#0b1e26;
	width:100%;
	margin-bottom:20px;
	padding:0px;
	float:left;
}
.post img{
	float:left;
	margin:5px 10px 10px 5px;
	max-width:120px;
	border:0px;
}
.post a:link, .post a:visited, .tag a:link, .tag a:visited{
	color:#44baeb;
	text-decoration:none
}
.post a:hover, .post a:active, .tag a:hover, .tag a:active{
	color:#ffffff;
	text-decoration:underline
}
.post h2{
	font-size:18px;
	font-weight:400;
	text-align:justify;
	padding:0px;
	margin:0px 5px 2px 0px;;
	padding-bottom:0px;

}
.post h2 a:link, .post h2 a:visited{
	color:#f108a7;
	text-decoration:none
}
.post h2 a:hover, .post h2 a:active{
	color:#bb0482;
	text-decoration:underline
}
.post p{
	text-align:justify;
	padding:0px;
	margin:0px 5px 2px 0px;;
	color:#b2acad;
}
.tag{
	font-weight:bold;
	text-align:left;
	color:#c3c3c3;
	margin:0px 5px 2px 0px;;
}
	/* Ads and right column 4 other videos------------------------------------------------------- */
#adsother{
	width:450px;
	float:right;
}
#blank{
	width:100%;
	height:40px;
	float:left;
}
#adcol{
	float:left;
	width:180px;
	text-align:left;
	font-weight:300;
}
#othercol{
	float:right;
	width:270px;
}
#othersites{
	color:#44baeb;
	font-size:18px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
#adlinks{
	background-color:#0b1e26;
	padding:0px 0px 0px 10px;
	line-height:150%;
	margin:10px 0px 0px 0px;
}
#adlinks a:link, #adlinks a:visited{
	color:#efefef;
	text-decoration:none;
}
#adlinks a:hover, #adlinks a:active{
	color:#ffffff;
	text-decoration:underline;
}
#othercol{
	margin-top:25px;
}
#othercol img{
	max-width:100px;
	border:0px;
}
/* Footer------------------------------------------------------- */
#footer{
	color:#44baeb;
	font-weight:bold;
	width:100%;
	height:50px;
	padding-top:25px;
	float:left;
}

/* Single------------------------------------------------------- */
#content h2 {
	font-size:18px;
	text-align:left;
}
.single{
	font-weight:300;
	color:#c3c3c3;
}
.video{
	width:500px;
	height:410px;
	background:#000000;
	margin-bottom:10px;
}
.adsundervideo{
	margin:5px;
}
.url{
	margin:10px;
}