/*
Theme Name: XPonsor
Theme URI: http://www.xponsor.com
Author: Alex CHUIN - Opale NET
Description: XPonsor Wordpress theme.
Version: 1.0
Text Domain: xponsor
*/

body {
	font-family: Tahoma, sans-serif;
	font-size: 14px;
}
.container {
	background: #eee;
	border: 1px solid #ccc;
	padding: 20px;
    width: 100%;
}
header {
	background: #ccc;
	margin-bottom: 16px;
	padding: 20px;
}
.site {
	font-size: 2em;
	font-weight: bold;
}
.slogan {
	font-size: 1.2em;
}
nav {
	margin: 16px 0;
}
.navbar {
	border-radius: 0px;
	padding: 1px 0;
}
.navbar-default .container-fluid, .navbar-collapse {
	padding-left: 0;
}
.navbar-home {
	float: left;
	padding: 15px;
	line-height: 20px;
	height: 50px;
}
.navbar-home:hover {
 	text-decoration: none;
 }
.navbar-nav > li {
	border-left: 1px solid #ccc;
}
.navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
}
.navbar-nav > li.first {
	border: none;
}
h1 {
	font-size: 1.3em;
	font-weight: bold;
	padding: 4px 10px;
	background: #fff;
	margin-top: 0px;
    margin-bottom: 0px;
}
.mainimg {
	text-align: center;
	padding: 16px;
}
.mainvid {
	position: relative;
}
.play {
	position: absolute;
	top: 0;
	background: url(images/target.png) center center no-repeat;
	background-size: 25%;
	width: 100%;
	height: 100%;
	display: none;
}
.mainimg:hover .play { display: block; }
.joff {
	padding: 10px 16px;
	border-radius: 6px;
	margin: 16px auto;
	width: 400px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
}
.mainimg .details {
	border: 1px solid #ccc;
	padding: 16px;
	background: #fff;
}
.mainimg .details .time {
	text-align: left;
}
ul.blip {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.blip li {
	display: inline;
	margin: 0;
	padding: 0;
}
.mainimg .details .like {
	font-weight: bold;
	color: #fff;
	border-radius: 6px;
	padding: 2px 6px;
	margin-right: 2px;
	cursor: pointer;
}
.mainimg .details .percent, .mainimg .details .votes {
	font-weight: bold;
	padding: 0 10px;
}
.mainimg .details .percent {
	border-right: 1px solid #f00;
}
.mainimg .description {
	padding: 16px 0;
	border-bottom: 1px solid #ccc;
	text-align: justify;
	font-size: 12px;
}
.tags {
	text-align: center;
}
.tags ul {
	padding: 10px 0px;
	list-style: none;
	text-align: center;
}
.tags ul li {
	display: inline;
	padding: 0 6px;
	border-left: 1px solid #ccc;
	font-size: 12px;
}
.tags ul li.first {
	border: none;
}
.thumb {
	border-radius: 6px;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.75);
	background: #fff;
	margin-bottom: 24px;
	cursor: pointer;
}
.categorie {
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.75);
	background: #fff;
	margin-bottom: 24px;
	cursor: pointer;
}
.categorie img {
	padding: 10px;
}
.thumb:hover img, .categorie:hover img {
	opacity: 0.8;
}
.thumb .title {
	text-align: center;
	color: #333;
    height: 60px;
    overflow: hidden;
}
.thumb .details {
	background: -webkit-linear-gradient(#f6f6f6, #ccc);
	background: -o-linear-gradient(#f6f6f6, #ccc);
	background: -moz-linear-gradient(#f6f6f6, #ccc);
	background: linear-gradient(#f6f6f6, #ccc);
	color: #666;
	font-size: 12px;
    padding: 10px 20px;
    margin: 10px -10px -10px;
}
.thumb .details .col-xs-15.text-right {
	border-left: 1px solid #ccc;
}
.videopage .thumb .details {
	color: #f00;
}
.categorie .name {
	text-align: center;
	font-weight: bold;
	background: -webkit-linear-gradient(#f6f6f6, #ccc);
	background: -o-linear-gradient(#f6f6f6, #ccc);
	background: -moz-linear-gradient(#f6f6f6, #ccc);
	background: linear-gradient(#f6f6f6, #ccc);
	padding: 6px 0;
}
.categorie .name:hover {
	color: #333;
}
.preh3 {
	background: url(images/preh3.png) center 60% repeat-x;
}
h3 {
	background: #eee;
	padding: 0 10px 0 4px;
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
	float: left;
	min-height: 24px;
}
h3 div {
	width: 22px;
	height: 22px;
	float: left;
	margin-right: 8px;
	margin-top: -3px;
	border-radius: 3px;
}
.preseeall {
	float: right;
	background: #eee;
	padding-left: 10px;
	margin-top: 17px;
}
.seeall {
	color: #fff;
	font-weight: bold;
	font-style: italic;
	padding: 2px 8px;
	border-radius: 6px;
	cursor: pointer;
}
.seeall a {
    text-decoration: none;
    color: #fff;
}
.pub {
	border-radius: 2px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
	margin-bottom: 16px;
    overflow:hidden;
}
.imgpub {
	margin-bottom: 16px;
}
.three img {
	padding: 10px;
}
footer {
	background: #ccc;
	color: #ccc;
	text-align: center;
	margin-top: 16px;
	padding: 40px;
}

@media (max-width: 1079px) {
	.mainimg .details .percent, .mainimg .details .votes {
		padding: 0 4px;
	}
}
@media (min-width: 1000px) {
	.container {
		max-width: 1156px;
	}
}

@media (max-width: 769px) {
	header { padding: 10px 20px; }
	.navbar-home, .navbar-nav { 	margin-left: 9px; }
	.navbar-nav > li {
		border: none;
		padding-left: 16px;
	}
	.pub {
		border-radius: 0px;
		padding: 0px;
		border: none;
	}
	.mainimg .details .time {
		text-align: right;
	}
	.views { text-align: left; }
	ul.blip { margin-top: 16px; }
	.mainimg .details { padding-bottom: 6px; }
	.mainimg .details .percent, .mainimg .details .votes {
		padding: 0 4px;
		line-height: 3em;
	}
	.navbar-default .navbar-toggle {
		background: #000;
		border: none;
	}
	.navbar-default .navbar-toggle .icon-bar { background-color: #fff; }
}
@media (max-width: 480px) {
	.joff {
		max-width: 90%;
		padding: 10px;
		font-size: 16px;
		line-height: 1.2em;
	}
}
@media (max-width: 369px) {
	.preseeall {
		margin-top: -17px;
		margin-bottom: 16px;
	}
    .container {
        padding: 10px;
    }
    .mainimg {
        padding-left:0px;
        padding-right:0px;
        padding-top:15px;
    }
}

.pagination {
    width:100%;
    text-align:center;
}

.pagination li {
    display:inline;
    list-style:none;
    font-weight:bold;
    margin:3px;
}

.pagination li > a, .pagination li > span {
    border-radius:4px;
    padding: 4px 8px 4px 8px;
}

.pagination li > a:hover {
    text-decoration: none;
}

.comment {
    background: #fff;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.75);
    padding: 12px;
    margin: 10px 0;
    position: relative;
}
.avatar-box {
    border: 1px solid #ccc;
    padding: 3px;
    float: left;
    margin-right: 12px;
}
.username {
    color: #505050;
    width: 100%;
}
.username strong {
    float:left;
}
.reply-link > a {
    position: absolute;
    top: 12px;
    right:12px;
}
.commentext {
    margin: 8px 0 0 8px;
}
.comment-content {
    float:left;
}
.connect {
    margin: 10px 0;
    text-align: left;
}
.connect a {
    color: #ff0006;
}
.top-player-ads {
    margin-bottom:20px;
}

