
/*---------------------------------------------------------------------------------------------[ BASIC STYLE ]*/
body {
	padding: 10px 0;
	line-height: 1;
	color: white;
	
//background-image: url(http://www.commentsgalore.com/sky.jpg); 
background-image: url(http://www.commentsgalore.com/greyrows.png); 
	//background-repeat: repeat; 
	background-attachment:fixed; 
	
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size:12px;
}
a{
	color: #01dfd7;
}
a:hover{
	text-decoration: underline;
}


/*---------------------------------------------------------------------------------------------[ MENU LISTS ]*/
.menu li a{
	display: block;
	padding: 5px;
	border-bottom: dotted 1px #aed4d4;
	font-family: "Trebuchet MS", Verdana, Arial;
 	font-size:14px;
	color:#739b9b;
	font-weight:bold;


}
	.menu li li a{
		padding-left: 15px;
	}

/*-----------------------------------------------------------------------------------------[ CATEGORY LIST ]*/
.cat-list{
	padding:10px;
	font-family: "Trebuchet MS", Verdana, Arial;
	overflow:hidden;
}
	.cat-list .item{
		padding:10px;
		overflow:hidden;
	}
		.cat-list .thumb{
			float:left;
			margin:0 10px 0 0;
			
		}
		.cat-list .title{
			padding:12px 0 0 0;
			font-family:"Trebuchet MS", Verdana, Arial;
			font-size:14px;
			font-weight:bold;
		}
			.cat-list a{
				color:#4B088A;
			}
			.cat-list a:hover{
				color:#FF0000;
				text-decoration:none;
			}
		.cat-list .count{
			font-size:10px;
			font-style:italic;
			color:#7703DC;
		}
		.cat-list .desc{
			padding:10px 0 0 0;
			font-size:11px;
			color:#7703DC;
		}

/*-------------------------------------------------------------------------------------------[ LAYOUT LIST ]*/
.layout-list{
	font-family:"Trebuchet MS", Verdana, Arial;
	overflow:hidden;
}
	.layout-list .item{
		padding:10px;
		overflow:hidden;
		clear:both;
		border-bottom:dotted 1px #27d3d1;
	}
		.layout-list .thumb{
			float:left;
			margin:0 10px 0 0;
			padding:2px;
			background:#fff;
			border:solid 1px #ddd;
		}

		.layout-list .thumb img{
				width:150px;
				height:110px;
			}

		.layout-list .title{
			padding:0 100px 0 0;
			font-family:"Trebuchet MS", Verdana, Arial;
			font-size:14px;
			font-weight:bold;
		}
			.layout-list a{
				color:#4B088A;
			}
			.layout-list a:hover{
				color:#FF0000;
				text-decoration:none;
			}
		.layout-list .date{
			padding:2px 0 0 100px;
			font-size:11px;
			color:#7703DC;
		}
		.layout-list .meta{
			padding:8px 0 0 100px;
			font-size:10px;
			line-height:1.25em;
			font-style:italic;
			color:#7703DC;
		}
		.layout-list .rating{
			margin:20px 0 0 0;
			height:16px;
		}
		.layout-list .buttons{
			width:88px;
			float:right;
		}
			.layout-list .buttons span{
				display:none;
			}
			.layout-list .buttons a{
				display:block;
				width:88px;
				height:25px;
			}
			.layout-list .preview{
				background:url(../images/button_preview.png) 0 0 no-repeat;
			}
			.layout-list .get{
				background:url(../images/button_get.png) 0 0 no-repeat;
				border-top:15px solid #fff;
			}

/*--------------------------------------------------------------------------------------------[ IMAGE LIST ]*/
.image-list{
	padding:10px;
	font-family:"Trebuchet MS", Verdana, Arial;
	overflow:hidden;
}
	.image-list .item{
		padding:10px;
		overflow:hidden;
		clear:both;
		border-bottom:dotted 1px #27d3d1;
	}
		.image-list .thumb{
			float:left;
			margin:0 10px 0 0;
			padding:2px;
			background:#fff;
			border:solid 1px #ddd;
			
		}

		.image-list .thumb img{
				width:150px;
				height:110px;
			}

		.image-list .title{
			padding:0 100px 0 0;
			font-family:"Trebuchet MS", Verdana, Arial;
			font-size:14px;
			font-weight:bold;
		}
			.image-list a{
				color:#4B088A;
			}
			.image-list a:hover{
				color:#FF0000;
				text-decoration:none;
			}
		.image-list .date{
			padding:2px 0 0 100px;
			font-size:11px;
			color:#7703DC;
		}
		.image-list .meta{
			padding:8px 0 0 100px;
			font-size:10px;
			line-height:1.25em;
			font-style:italic;
			color:#7703DC;
		}
		.image-list .rating{
			margin:20px 0 0 0;
			height:16px;
		}
		.image-list .buttons{
			width:88px;
			float:right;
		}
			.image-list .buttons span{
				display:none;
			}
			.image-list .buttons a{
				display:block;
				width:88px;
				height:25px;
			}
			.image-list .preview{
				background:url(../images/button_preview.png) 0 0 no-repeat;
			}
			.image-list .get{
				background:url(../images/button_get.png) 0 0 no-repeat;
				border-top:15px solid #fff;
			}

/*--------------------------------------------------------------------------------------------[ VIDEO LIST ]*/
.video-list{
	padding:10px;
	font-family:"Trebuchet MS", Verdana, Arial;
	overflow:hidden;
}
	.video-list .item{
		padding:10px;
		overflow:hidden;
		clear:both;
		border-bottom:dotted 1px #75a9d6;
	}
		.video-list .thumb{
			float:left;
			margin:0 10px 0 0;
			padding:2px;
			background:#fff;
			border:solid 1px #ddd;
		}
		.video-list .title{
			padding:0 100px 0 0;
			font-family:"Trebuchet MS", Verdana, Arial;
			font-size:14px;
			font-weight:bold;
		}
			.video-list a{
				color:#039;
			}
			.video-list a:hover{
				color:#000;
				text-decoration:none;
			}
		.video-list .date{
			padding:2px 0 0 100px;
			font-size:11px;
			color:#75a9d6;
		}
		.video-list .meta{
			padding:8px 0 0 100px;
			font-size:10px;
			line-height:1.25em;
			font-style:italic;
			color:#777;
		}
		.video-list .rating{
			margin:20px 0 0 0;
			height:16px;
		}
		.video-list .play{
			width:88px;
			float:right;
		}
			.video-list .play a{
				display:block;
				width:88px;
				height:25px;
				background:url(../images/button_play.png) 0 0 no-repeat;
			}
			.video-list .play span{
				display:none;
			}

/*-------------------------------------------------------------------------------[ SHOW IMAGE / SHOW LAYOUT ]*/
.show-layout,
.show-image{
	padding:10px;
	font-family:"Trebuchet MS", Verdana, Arial;
	overflow:hidden;
	background: #F4F7F8;
}
	.show-layout .date,
	.show-image .date{
		padding:10px;
		height:16px;
		line-height:16px;
		font-size:11px;
		color:#777;
		float:left;
	}
	.show-layout .rating,
	.show-image .rating{
		padding:10px;
		float:right;
		height:16px;
	}
	.show-layout .frame,
	.show-image .frame{
		padding:5px;
		background:#fff;
		border:solid 1px #e3e6e7;
		clear:both;
	}
	.show-layout .title,
	.show-image .title{
		padding:5px;
		font-family:"Trebuchet MS", Verdana, Arial;
		font-size:14px;
		text-align:center;
		font-weight:bold;
	}
	.show-layout .image,
	.show-image .image{
		text-align:center;
	}
	.show-layout .views,
	.show-image .views{
		padding:5px 5px 0 0;
		color:#75a9d6;
		text-align:right;
	}
	.show-layout .desc,
	.show-image .desc{
		font-size:15px;
		line-height:1.25em;
		color:#555;
		padding:10px;
		text-indent:2em;
	}
	.show-layout h5,
	.show-image h5{
		font-family: "Trebuchet MS", Arial;
		padding: 20px 0 5px 0;
		color: #68A0D1;
		font-size: 18px;
		font-weight: bold;
	}

/*--------------------------------------------------------------------------------------------[ SHOW VIDEO ]*/
.show-video{
	padding:10px;
	font-family:"Trebuchet MS", Verdana, Arial;
	overflow:hidden;
}
	.show-video .date{
		padding:10px;
		height:16px;
		line-height:16px;
		font-size:11px;
		color:#777;
		float:left;
	}
	.show-video .rating{
		padding:10px;
		float:right;
		height:16px;
	}
	.show-video .player{
		padding:5px;
		margin:0 auto;
		background:#d5e8fb;
		border:solid 1px #8dc5fd;
		clear:both;
	}
	.show-video .title{
		padding:5px;
		font-family:"Trebuchet MS", Verdana, Arial;
		font-size:14px;
		text-align:center;
		font-weight:bold;
	}
	.show-video .video{
		border:solid 1px #8dc5fd;
	}
	.show-video .plays{
		padding:5px 5px 0 0;
		color:#75a9d6;
		text-align:right;
	}
	.show-video .desc{
		font-size:15px;
		line-height:1.25em;
		color:#555;
		padding:10px;
		text-indent:2em;
	}
	.show-video .post{
		padding:10px 50px;
	}
		.show-video .post a{
			display:block;
			width:88px;
			height:25px;
			background:url(../images/button_post.png) 0 0 no-repeat;
		}
		.show-video .post span{
			display:none;
		}
	.show-video h5{
		font-family: "Trebuchet MS", Arial;
		padding: 20px 0 5px 0;
		color: #68A0D1;
		font-size: 18px;
		font-weight: bold;
	}


/*-------------------------------------------------------------------------------------------[ LEADERBOARD ]*/
#leaderboard .item{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	color:#FFFF66;
	overflow:hidden;
	padding:10px 0;
	margin:0 10px;
	overflow:hidden;
	clear:both;
	border-bottom:dotted 1px #27d3d1;
}
	#leaderboard .title{
		padding:5px;
		font-family:"Trebuchet MS", Verdana, Arial;
		font-size:14px;
		font-weight:bold;
	}
		#leaderboard .title a{
			color:#FFFF66;
		}
		#leaderboard .title a:hover{
			color:#FFFFFF;
			text-decoration:none;
		}
	#leaderboard .thumb{
		float:left;
		margin:0 10px 0 0;
		padding:2px;
		background:#fff;
		border:solid 1px #ddd;
	}
	#leaderboard .buttons{
		padding:30px 0 0 0;
		width:88px;
		float:left;
	}
		#leaderboard .buttons span{
			display:none;
		}
		#leaderboard .buttons a{
			display:block;
			width:88px;
			height:25px;
		}
		#leaderboard .preview{
			background:url(../images/button_preview.png) 0 0 no-repeat;
		}
		#leaderboard .watch{
			background:url(../images/button_play.png) 0 0 no-repeat;
		}
		#leaderboard .get{
			background:url(../images/button_get.png) 0 0 no-repeat;
			border-top:10px solid #A4A4A4;
			
		}

/*---------------------------------------------------------------------------------------------[ PAGINATION ]*/
.pagination,
.pagination select{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
}
.pagination{
	height: 25px;
	line-height: 25px;
	background: #FFFFFF;
	border-width: 0 1px 0px 1px;
	border-color: #27D3D1;
	border-style: solid;
}
	.pagination p{
		padding: 0 10px 0 0;
		//color:#08088a;
		color:#ff0000;
		text-align:right;
		font-weight:bold;

	}

/*---------------------------------------------------------------------------------------------[ BREADCRUMBS ]*/
#breadcrumb p{
	padding: 0 10px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial;
 	font-size:14px;
	font-weight: bold;
		
}

/*-------------------------------------------------------------------------------------------[ APP BUTTON ]*/
#navigation .app-button a{
	display: block;
	height: 70px;
	background: url("../images/install_bttn.png") 0 0 no-repeat;
}
	#navigation .app-button span{
		display: none;
	}
#navigation .nav .head{
	background: url("../images/panel_heads.png") 100% -60px no-repeat;
}
	#navigation .nav .head h3{
		background: url("../images/panel_heads.png") 0 -60px no-repeat;
font-family: "Trebuchet MS", Verdana, Arial;
 	font-size:16px;

	}
#navigation .nav .body{
	border-color: #84bab9;
	border-width: 0px 1px 1px 1px;

	
}

/*---------------------------------------------------------------------------------------------[ SEARCH ]*/
#content .search .head{
	background: url("../images/panel_heads.png") 100% 0px no-repeat;
	}
	#content .search .head h3{
			background: url("../images/panel_heads.png") 0 0px no-repeat;
	}
#content .search .body{
	background: transparent;
	color:#000000;
	font-family: "Trebuchet MS", Verdana, Arial;
	border-color: #27d3d1;
	
}


