@import url("../tip1/style-dark.css");

/* ---- ADDED ---- */

body {
	background-color: #000;
	color: #A6A6A6;
	-webkit-font-smoothing: antialiased;
}

.container-wrap {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	z-index: 2;
}
	
.logo img {
	max-width: 100%;
}

.homemenu-wrap {
	padding: 20px 5px 30px;
}

.homemenu {
	font-size: 20px;
	color: #fff;
}

.homemenu ul li>a {
	text-transform: none;
}

.homemenu ul li:hover > a {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	color: #B6DB25;
}

.current-post-ancestor a,.current-menu-parent a,.current-post-parent a,.current-menu-item a {
	color: #B6DB25 !important;
}

.portfolio-link {
	background-image: url('images/icons/play.png');
}

.grid-list-three-portfolio ul li,.grid-list-three-portfolio ul li .description {
	margin-bottom: 0;
	padding-bottom: 0;
}

.grid-content-portfolio {
	text-transform: uppercase;
	margin-bottom: 0;
	text-align: center;
	margin-top: 10px;
}

.entry-title {
	display: none;
}

.two-column {
	width: 64%;
}

.sidebar-wrap {
	width: 26%;
	margin-top: 0;
}

.sidebar-wrap .searchfield-wrap {
	margin-top: 0;
}

.fbcomments #comments {
	margin-bottom: 20px;
}

.entry-content img {
	height: auto;
}

/*  FRONT PAGE EPISODE DETAILS */

.featured-video-container {
	/*margin: 0 35px;*/
	-moz-box-shadow: 0px 0px 20px 15px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 20px 15px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 20px 15px rgba(0,0,0,0.4);
}

.featured-video-container img {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	max-width: 100%;
	height: auto;
}

.episode-play-lrg {
	background: url('images/icons/play_large.png') no-repeat center center transparent;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
	-moz-box-shadow: inset 0px 0px 2px 2px rgba(255,255,255,0.2);
	-webkit-box-shadow: inset 0px 0px 2px 2px rgba(255,255,255,0.2);
	box-shadow: inset 0px 0px 2px 2px rgba(255,255,255,0.2);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.episode-play-lrg:hover {
	opacity: 0.8;
}

.episode-info {
	/*margin-top: 20px;*/
}

.episode-details {
	width: 60%;
	float: left;
}

.episode-details h2 {
	margin-bottom: 10px;
}

.episode-details h2 {
	font-size: 24px;
	color: white;
	font-weight: normal;
}

.episode-details p {
	font-size: 15px;
	color: #888;
	line-height: 1.4em;
	margin-bottom: 22px;
}

.episode-share {
	width: 303px;
	float: right;
}

.episode-share-buttons {
	margin-bottom: 10px;
}

.tip-share-span {
	width: 25%;
	display: block;
	float: left;
}

.tip-blog-share {
	margin-top: 10px;
}

.tip-blog-share .tip-share-span {
	width: auto;
}

input#episode-url {
	padding: 5px;
	width: 200px;
	border: 0;
	margin-left: 10px;
	background-color: #333;
	color: #AAA;
	font-size: 10px;
}

/*  END FRONT PAGE EPISODE DETAILS */

/* MAKE TRANSPARENT -- ADD MUD*/

.header-page,.homemenu-wrap,.featured-video-wrapper,.container {
	background-color: transparent !important;
	background: transparent;
	border: none;
}

/* menu */

.homemenu-wrap {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	margin: 0 auto;
	display: block;
	text-align: center;
}

.homemenu {
	padding: 0;
}

.homemenu-wrap .homemenu {
	float: none;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
}

.main-menu, .main-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-menu li {
	z-index: 99;
	float: left;
	position: relative;
}

.main-menu a {
	padding: 10px 10px 6px 10px;
	text-decoration: none;
	font-weight: 700;
}

/* end menu */

.bg-mud {
	position: absolute;
	z-index: 1;
	display: block;
	top: 0;
	width: 100%;
	background: url(images/this_is_peaty_bg.jpg) no-repeat scroll center top black;
	overflow: hidden;
}

.logo img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; // first!
	filter: alpha(opacity=0);
	opacity: 0;
}

.tran-bg {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)"; /* IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);   /* IE6 & 7 */
	zoom: 1;
	background-color: rgba(0,0,0,0.6) !important;
}

.container {
	padding: 0;
}

.pad-me {
	/*padding: 10px 35px 50px 35px;*/
	padding: 35px;
}

.marg-t {
	margin-top: 20px;
}

/* END MAKE TRANSPARENT -- ADD MUD*/

.social-boxes {
	float: left;
	width: 283px;
}

.facebook-box,.twitter-box,.googleplus-box {
	float: left;
	margin-right: 30px;
}

.twitter-box,.facebook-box {
	margin-bottom: 20px;
}

a#tip-gplus-border {
	border: solid 5px black;
	display: block;
	float: left;
	height: 109px;
	pointer-events: none;
	position: relative;
	width: 275px;
	z-index: 10;
}

#___plus_0 {
	float: left !important;
	margin: -118px 0 0 0 !important;
	position: relative;
	z-index: 1;
}

.home-side-widget {
	float: left;
	margin-left: 30px;
	max-width: 547px;
}

.home-widgets h2 {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#copyright {
	background: transparent;
}

#tip-tagline {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 1px;
}

@media only screen and (max-width: 1000px) {
	.home-side-widget {
		max-width: 487px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.episode-share, .episode-details {
		width: 45%;
	}
	.home-side-widget {
		max-width: 315px;
	}
	
}

@media only screen and (max-width: 767px) {
	.episode-share, .episode-details {
		width: 100%;
	}
	
	.episode-details {
		margin-bottom: 30px;
	}
	
	.home-side-widget {
		margin-left: 0;
	}
}