
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background: #333 url(images/bg.jpg);
	margin: 0px; padding: 0px;
}
.clear {clear:both;}
.Box {
	padding: 10px;
	width: 280px;
	height: 431px;
	overflow: hidden;
	margin-left: 10px;
	margin-top: 10px;
	background: url(images/paper.png);
	float: left;
	/* border: 2px solid #000; */
	position:relative;
}
.Box h1 {
	margin:0px;
	padding: 4px;
	font-size: 20px;
	color: black;
	letter-spacing: -1px;
}
h2.tubetitle {
	margin:0px;
	padding: 4px;
	font-size: 14px;
	color: white;
	letter-spacing: -1px;
}
.BoxComments {
	padding: 5px;
	width: 650px;
	height: 650px;
	overflow:auto;
	background-color: #fff;
	display: none;
	margin:15px;
	position: absolute;
	top: 65px;
	left: 320px;
	z-index: 10;
}

.ShowComments {
	position: absolute;
	top: 35px;
	left: 520px;
	cursor: pointer;
}

h1.mintitle {
	margin:0px;
	padding: 4px;
	font-size: 14px;
	font-weight:bold;
	color: white;
	letter-spacing: -1px;
}
.Box .Top {
	font-size: 12px;
	float: left;
}
.Box .Top a {
	padding: 3px;
	background-color:#C39;
	border: 1px solid #906;
	text-align:center;
	font-size: 10px;
	color: white;
	font-family:Tahoma, Geneva, sans-serif;
	margin-left: 2px;
	margin-top: 2px;
	text-decoration:none;
}
.Box .TopPic { float: left; margin-right: 3px;margin-bottom: 2px; }

.Box .mustread {
	position: absolute;
	top: 0;
	right: 0;
}

.item {
	position: relative;
	width: 265px;
	height: 90px;
	overflow:hidden;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
	padding: 2px;
	/*background: url(images/boxbg.png);*/
}
.item h2 {
	margin: 0px; padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.item h2 a { color: #3CF; }

.item .comments {
	position: absolute;
	height: 16px;
	top: 73px;
	left: 7px;
	padding-left: 20px;
	background: url(images/comment.png) top left no-repeat;
	color: #F36;
	font-style:italic;
	font-size: 10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
}
.item .comments a {color: #F36 }
.item .comments a:hover {color: #F6C }
.item  img.gopost {
	position: absolute;
	top: 73px;
	left: 218px;
}


.tweets {
	position: relative;
	width: 280px;
	height: 90px;
	overflow:hidden;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
	padding: 2px;
	color:#333;
	/*background: url(images/boxbg.png);*/
}
.tweets h2 {
	margin: 0px; padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	
}
.tweets h2 a { color: #3CF; text-decoration:none; }


.tweets  img.gopost {
	position: absolute;
	top: 73px;
	left: 218px;
}
.tweets  img.gopostrt {
	position: absolute;
	top: 73px;
	left: 167px;
}


.tube {
	position: relative;
	width: 280px;
	height: 90px;
	overflow:hidden;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
	padding: 2px;
	background: url(images/boxbg.png);
}
.tube h2 {
	margin: 0px; padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	
}
.tube h2 a { color: #3CF; text-decoration:none; }


.tube  img.gopost {
	position: absolute;
	top: 73px;
	left: 230px;
}
.tube  img.gopostrt {
	position: absolute;
	top: 73px;
	left: 179px;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 25px;
	
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 24px;
	line-height: 24px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 0 15px;
	border: 1px solid #fff;
	outline: none;
	cursor: pointer;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	height:340px;
	overflow:auto;
	width:292px;
}

.tab_content {
	
}

.clear { clear: both; margin-top: 5px; height: 5px; }

.Header {
	width: 100%;
	height: 104px;
	background: url(images/bgtop.jpg);
	position: relative;
}

.Footer {

	height: 200px;
	margin-top: 50px;
	background: url(images/boxbg.png);
	padding-left: 15px;
	padding-top: 15px;	
	color: white;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
}
.Footer .padding { padding: 15px; }

#ViewPost {
	position: fixed;
	right: 0px;
	top: 0px;
	width: 500px;
	height: 100%;
	background: url(images/boxbg.png);
	display:none;
	overflow:auto;
	color: white;
	font-size: 14px;
}

#ViewPost img {
	width:75%;
	height: 75%;
}
#ViewPost .wp-smiley { width: auto; }
#ViewPost a.closeLoad {
	display:block;
	top: 100px;
	left: 0px;
	width: 80px;
	padding: 10px;
	background-color:#F00;
	color:white;
	position:absolute;
}

.freegallery      { display: block; width: 60px; height: 60px;  margin: 5px; float: left; }
.freegallery  img { border: 2px solid #000; }
