
/*---------------------------------------------------------------------------------------------[ BASIC STYLE ]*/
body {
	padding: 10px 0;
	line-height: 1;
	color: black;
	background:url("../images/bg.gif") left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a{
	color: #243e90;
}
a:hover{
	text-decoration: underline;
}


/*---------------------------------------------------------------------------------------------[ MENU LISTS ]*/
.menu li a{
	display: block;
	padding: 5px;
	border-bottom: dotted 1px #d6d6d6;
}
	.menu li li a{
		padding-left: 15px;
	}

/*-----------------------------------------------------------------------------------------[ CATEGORY LIST ]*/
.cat-list{
	padding:10px;
	font-family:"Lucida Grande", Calibri, Arial;
	overflow:hidden;
}
	.cat-list .item{
		padding:10px;
		overflow:hidden;
	}
		.cat-list .thumb{
			float:left;
			margin:0 10px 0 0;
		}
		.cat-list .title{
			padding:2px 0 0 0;
			font-family:"Trebuchet MS", Verdana, Arial;
			font-size:14px;
			font-weight:bold;
		}
			.cat-list a{
				color:#039;
			}
			.cat-list a:hover{
				color:#000;
				text-decoration:none;
			}
		.cat-list .count{
			font-size:10px;
			font-style:italic;
			color:#777;
		}
		.cat-list .desc{
			padding:8px 0 0 0;
			font-size:11px;
			color:#75a9d6;
		}

/*-------------------------------------------------------------------------------------------[ LAYOUT LIST ]*/
.layout-list{
	font-family:"Lucida Grande", Calibri, Arial;
	overflow:hidden;
}
	.layout-list .item{
		padding:10px;
		overflow:hidden;
		clear:both;
		border-bottom:dotted 1px #75a9d6;
	}
		.layout-list .thumb{
			float:left;
			margin:0 10px 0 0;
			padding:2px;
			background:#fff;
			border:solid 1px #ddd;
		}
		.layout-list .title{
			padding:0 100px 0 0;
			font-family:"Trebuchet MS", Verdana, Arial;
			font-size:14px;
			font-weight:bold;
		}
			.layout-list a{
				color:#039;
			}
			.layout-list a:hover{
				color:#000;
				text-decoration:none;
			}
		.layout-list .date{
			padding:2px 0 0 100px;
			font-size:11px;
			color:#75a9d6;
		}
		.layout-list .meta{
			padding:8px 0 0 100px;
			font-size:10px;
			line-height:1.25em;
			font-style:italic;
			color:#777;
		}
		.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:"Lucida Grande", Calibri, Arial;
	overflow:hidden;
}
	.image-list .item{
		padding:10px;
		overflow:hidden;
		clear:both;
		border-bottom:dotted 1px #75a9d6;
	}
		.image-list .thumb{
			float:left;
			margin:0 10px 0 0;
			padding:2px;
			background:#fff;
			border:solid 1px #ddd;
		}
		.image-list .title{
			padding:0 100px 0 0;
			font-family:"Trebuchet MS", Verdana, Arial;
			font-size:14px;
			font-weight:bold;
		}
			.image-list a{
				color:#039;
			}
			.image-list a:hover{
				color:#000;
				text-decoration:none;
			}
		.image-list .date{
			padding:2px 0 0 100px;
			font-size:11px;
			color:#75a9d6;
		}
		.image-list .meta{
			padding:8px 0 0 100px;
			font-size:10px;
			line-height:1.25em;
			font-style:italic;
			color:#777;
		}
		.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:"Lucida Grande", Calibri, 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:"Lucida Grande", Calibri, 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:"Lucida Grande", Calibri, 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:"Lucida Grande", Calibri, Arial;
	font-size:12px;
	color:#777;
	overflow:hidden;
	padding:10px 0;
	margin:0 10px;
	overflow:hidden;
	clear:both;
	border-bottom:dotted 1px #75a9d6;
}
	#leaderboard .title{
		padding:5px;
		font-family:"Trebuchet MS", Verdana, Arial;
		font-size:14px;
		font-weight:bold;
	}
		#leaderboard .title a{
			color:#039;
		}
		#leaderboard .title a:hover{
			color:#000;
			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 #fff;
		}

/*---------------------------------------------------------------------------------------------[ PAGINATION ]*/
.pagination,
.pagination select{
	font-family:"Lucida Grande", Calibri, Arial;
	font-size:12px;
}
.pagination{
	height: 25px;
	line-height: 25px;
	background: #BED4E7;
	border-width: 0 1px 1px 1px;
	border-color: #68A0D1;
	border-style: solid;
}
	.pagination p{
		padding: 0 10px 0 0;
		color:#039;
		text-align:right;
	}

/*---------------------------------------------------------------------------------------------[ BREADCRUMBS ]*/
#breadcrumb p{
	padding: 0 10px;
	color: #848585;
}

/*---------------------------------------------------------------------------------------------[ 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;
	}
#navigation .nav .body{
	border-color: #ca4f50;
}

/*---------------------------------------------------------------------------------------------[ 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{
	border-color: #d6d6d6;
}

/*  -----------------------  added for Stripey template -----------------------------------  */
/* Ad Blocks */

.adblock468 {
	width:468px;
	text-align:center;
	float:left;
	margin-bottom:10px;
	}